Uses of Class
org.apache.hadoop.hdfs.server.federation.store.records.QueryResult
Packages that use QueryResult
Package
Description
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 QueryResult in org.apache.hadoop.hdfs.server.federation.store
Methods in org.apache.hadoop.hdfs.server.federation.store that return QueryResultModifier and TypeMethodDescriptionprotected QueryResult<R>CachedRecordStore.getCachedRecordsAndTimeStamp()Get all the cached records and the time stamp of the cache.Methods in org.apache.hadoop.hdfs.server.federation.store with parameters of type QueryResultModifier and TypeMethodDescriptionvoidCachedRecordStore.overrideExpiredRecords(QueryResult<R> query) Updates the state store with any record overrides we detected, such as an expired state. -
Uses of QueryResult in org.apache.hadoop.hdfs.server.federation.store.driver
Methods in org.apache.hadoop.hdfs.server.federation.store.driver that return QueryResultModifier and TypeMethodDescription<T extends BaseRecord>
QueryResult<T>Get all records of the requested record class from the data store. -
Uses of QueryResult in org.apache.hadoop.hdfs.server.federation.store.driver.impl
Methods in org.apache.hadoop.hdfs.server.federation.store.driver.impl that return QueryResultModifier and TypeMethodDescription<T extends BaseRecord>
QueryResult<T><T extends BaseRecord>
QueryResult<T><T extends BaseRecord>
QueryResult<T>