Uses of Class
org.apache.hadoop.hdfs.server.federation.store.StateStoreUnavailableException
Packages that use StateStoreUnavailableException
Package
Description
The router package includes the core services for a HDFS federation router.
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 StateStoreUnavailableException in org.apache.hadoop.hdfs.server.federation.router
Methods in org.apache.hadoop.hdfs.server.federation.router that throw StateStoreUnavailableExceptionModifier and TypeMethodDescriptionvoidMountTableRefresherService.refresh()Refresh mount table cache of this router as well as all other routers. -
Uses of StateStoreUnavailableException in org.apache.hadoop.hdfs.server.federation.store
Methods in org.apache.hadoop.hdfs.server.federation.store that throw StateStoreUnavailableExceptionModifier and TypeMethodDescriptionCachedRecordStore.getCachedRecords()Get all the cached records.protected QueryResult<R>CachedRecordStore.getCachedRecordsAndTimeStamp()Get all the cached records and the time stamp of the cache. -
Uses of StateStoreUnavailableException in org.apache.hadoop.hdfs.server.federation.store.driver
Methods in org.apache.hadoop.hdfs.server.federation.store.driver that throw StateStoreUnavailableExceptionModifier and TypeMethodDescriptionvoidStateStoreDriver.verifyDriverReady()Check if the driver is ready to be used and throw an exception otherwise. -
Uses of StateStoreUnavailableException in org.apache.hadoop.hdfs.server.federation.store.driver.impl
Methods in org.apache.hadoop.hdfs.server.federation.store.driver.impl that throw StateStoreUnavailableExceptionModifier and TypeMethodDescription<T extends BaseRecord>
StateStoreOperationResult<T extends BaseRecord>
int<T extends BaseRecord>
boolean