Uses of Class
org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
Packages that use StateStoreMetrics
Package
Description
Report metrics for Router-based Federation.
The federation state store tracks persistent values that are shared between
multiple routers.
The state store uses modular data storage classes derived from
StateStoreDriver to handle querying, updating and deleting data records.
Implementations of state store data providers/drivers.
-
Uses of StateStoreMetrics in org.apache.hadoop.hdfs.server.federation.metrics
Subclasses of StateStoreMetrics in org.apache.hadoop.hdfs.server.federation.metricsModifier and TypeClassDescriptionclassImplementation of the State Store metrics which does not do anything.Methods in org.apache.hadoop.hdfs.server.federation.metrics that return StateStoreMetricsModifier and TypeMethodDescriptionstatic StateStoreMetricsStateStoreMetrics.create(org.apache.hadoop.conf.Configuration conf) -
Uses of StateStoreMetrics in org.apache.hadoop.hdfs.server.federation.store
Methods in org.apache.hadoop.hdfs.server.federation.store that return StateStoreMetricsModifier and TypeMethodDescriptionStateStoreService.getMetrics()Get the metrics for the State Store. -
Uses of StateStoreMetrics in org.apache.hadoop.hdfs.server.federation.store.driver
Methods in org.apache.hadoop.hdfs.server.federation.store.driver that return StateStoreMetricsModifier and TypeMethodDescriptionStateStoreDriver.getMetrics()Get the metrics for the State Store.Methods in org.apache.hadoop.hdfs.server.federation.store.driver with parameters of type StateStoreMetricsModifier and TypeMethodDescriptionbooleanStateStoreDriver.init(org.apache.hadoop.conf.Configuration config, String id, Collection<Class<? extends BaseRecord>> records, StateStoreMetrics stateStoreMetrics) Initialize the state store connection. -
Uses of StateStoreMetrics in org.apache.hadoop.hdfs.server.federation.store.driver.impl
Methods in org.apache.hadoop.hdfs.server.federation.store.driver.impl with parameters of type StateStoreMetricsModifier and TypeMethodDescriptionbooleanStateStoreSerializableImpl.init(org.apache.hadoop.conf.Configuration config, String id, Collection<Class<? extends BaseRecord>> records, StateStoreMetrics metrics)