Uses of Interface
org.apache.hadoop.hbase.coprocessor.ClientMetaCoprocessorEnvironment
Packages that use ClientMetaCoprocessorEnvironment
-
Uses of ClientMetaCoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor
Classes in org.apache.hadoop.hbase.coprocessor that implement ClientMetaCoprocessorEnvironmentModifier and TypeClassDescriptionprivate static classMethods in org.apache.hadoop.hbase.coprocessor that return ClientMetaCoprocessorEnvironmentModifier and TypeMethodDescriptionClientMetaCoprocessorHost.createEnvironment(ClientMetaCoprocessor instance, int priority, int sequence, org.apache.hadoop.conf.Configuration conf) Method parameters in org.apache.hadoop.hbase.coprocessor with type arguments of type ClientMetaCoprocessorEnvironmentModifier and TypeMethodDescriptiondefault ServerNameClientMetaObserver.postGetActiveMaster(ObserverContext<ClientMetaCoprocessorEnvironment> ctx, ServerName serverName) Called after we got the active master.default List<ServerName>ClientMetaObserver.postGetBootstrapNodes(ObserverContext<ClientMetaCoprocessorEnvironment> ctx, List<ServerName> bootstrapNodes) Called after we got bootstrap nodes.default StringClientMetaObserver.postGetClusterId(ObserverContext<ClientMetaCoprocessorEnvironment> ctx, String clusterId) Called after we got the cluster ID.default Map<ServerName,Boolean> ClientMetaObserver.postGetMasters(ObserverContext<ClientMetaCoprocessorEnvironment> ctx, Map<ServerName, Boolean> serverNames) Called after we got the master servers.default List<HRegionLocation>ClientMetaObserver.postGetMetaLocations(ObserverContext<ClientMetaCoprocessorEnvironment> ctx, List<HRegionLocation> metaLocations) Called after we got the meta region locations.default voidClientMetaObserver.preGetActiveMaster(ObserverContext<ClientMetaCoprocessorEnvironment> ctx) Called before getting the active master.default voidClientMetaObserver.preGetBootstrapNodes(ObserverContext<ClientMetaCoprocessorEnvironment> ctx) Called before getting bootstrap nodes.default voidClientMetaObserver.preGetClusterId(ObserverContext<ClientMetaCoprocessorEnvironment> ctx) Called before getting the cluster ID.default voidClientMetaObserver.preGetMasters(ObserverContext<ClientMetaCoprocessorEnvironment> ctx) Called before getting the master servers.default voidClientMetaObserver.preGetMetaLocations(ObserverContext<ClientMetaCoprocessorEnvironment> ctx) Called before getting the meta region locations.