Class GRPCConfigWatcherRegister
- java.lang.Object
-
- org.apache.skywalking.oap.server.configuration.api.ConfigWatcherRegister
-
- org.apache.skywalking.oap.server.configuration.grpc.GRPCConfigWatcherRegister
-
- All Implemented Interfaces:
DynamicConfigurationService,org.apache.skywalking.oap.server.library.module.Service
public class GRPCConfigWatcherRegister extends ConfigWatcherRegister
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.skywalking.oap.server.configuration.api.ConfigWatcherRegister
ConfigWatcherRegister.WatcherHolder
-
-
Field Summary
-
Fields inherited from class org.apache.skywalking.oap.server.configuration.api.ConfigWatcherRegister
LINE_SEPARATOR
-
-
Constructor Summary
Constructors Constructor Description GRPCConfigWatcherRegister(RemoteEndpointSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<ConfigTable>readConfig(Set<String> keys)Optional<GroupConfigTable>readGroupConfig(Set<String> keys)-
Methods inherited from class org.apache.skywalking.oap.server.configuration.api.ConfigWatcherRegister
getGroupConfigChangeWatcherRegister, registerConfigChangeWatcher, start
-
-
-
-
Constructor Detail
-
GRPCConfigWatcherRegister
public GRPCConfigWatcherRegister(RemoteEndpointSettings settings)
-
-
Method Detail
-
readConfig
public Optional<ConfigTable> readConfig(Set<String> keys)
- Specified by:
readConfigin classConfigWatcherRegister
-
readGroupConfig
public Optional<GroupConfigTable> readGroupConfig(Set<String> keys)
- Specified by:
readGroupConfigin classConfigWatcherRegister
-
-