Uses of Class
org.apache.hadoop.hbase.keymeta.ManagedKeyDataCache
Packages that use ManagedKeyDataCache
-
Uses of ManagedKeyDataCache in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return ManagedKeyDataCacheModifier and TypeMethodDescriptionHBaseServerBase.getManagedKeyDataCache()MockRegionServerServices.getManagedKeyDataCache() -
Uses of ManagedKeyDataCache in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as ManagedKeyDataCacheModifier and TypeFieldDescriptionprivate final ManagedKeyDataCacheReaderContext.managedKeyDataCacheprivate ManagedKeyDataCacheReaderContextBuilder.managedKeyDataCacheMethods in org.apache.hadoop.hbase.io.hfile that return ManagedKeyDataCacheMethods in org.apache.hadoop.hbase.io.hfile with parameters of type ManagedKeyDataCacheModifier and TypeMethodDescriptionReaderContextBuilder.withManagedKeyDataCache(ManagedKeyDataCache managedKeyDataCache) Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type ManagedKeyDataCacheModifierConstructorDescriptionReaderContext(org.apache.hadoop.fs.Path filePath, FSDataInputStreamWrapper fsdis, long fileSize, HFileSystem hfs, boolean primaryReplicaReader, ReaderContext.ReaderType type, SystemKeyCache systemKeyCache, ManagedKeyDataCache managedKeyDataCache) -
Uses of ManagedKeyDataCache in org.apache.hadoop.hbase.keymeta
Methods in org.apache.hadoop.hbase.keymeta that return ManagedKeyDataCacheModifier and TypeMethodDescriptiondefault ManagedKeyDataCacheKeyManagementService.getManagedKeyDataCache()Returns the managed key data cache. -
Uses of ManagedKeyDataCache in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as ManagedKeyDataCacheModifier and TypeFieldDescriptionprivate final ManagedKeyDataCacheHStoreFile.managedKeyDataCacheprivate ManagedKeyDataCacheStoreEngine.managedKeyDataCacheMethods in org.apache.hadoop.hbase.regionserver that return ManagedKeyDataCacheModifier and TypeMethodDescriptionHRegion.getManagedKeyDataCache()RegionServicesForStores.getManagedKeyDataCache()Methods in org.apache.hadoop.hbase.regionserver with parameters of type ManagedKeyDataCacheModifier and TypeMethodDescription(package private) ReaderContextStoreFileInfo.createReaderContext(boolean doDropBehind, long readahead, ReaderContext.ReaderType type, String keyNamespace, SystemKeyCache systemKeyCache, ManagedKeyDataCache managedKeyDataCache) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type ManagedKeyDataCacheModifierConstructorDescriptionHStoreFile(StoreFileInfo fileInfo, BloomType cfBloomType, CacheConfig cacheConf, BloomFilterMetrics metrics, String keyNamespace, SystemKeyCache systemKeyCache, ManagedKeyDataCache managedKeyDataCache) Constructor, loads a reader and it's indices, etc. -
Uses of ManagedKeyDataCache in org.apache.hadoop.hbase.security
Methods in org.apache.hadoop.hbase.security with parameters of type ManagedKeyDataCacheModifier and TypeMethodDescriptionstatic Encryption.ContextSecurityUtil.createEncryptionContext(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path path, FixedFileTrailer trailer, ManagedKeyDataCache managedKeyDataCache, SystemKeyCache systemKeyCache) Create an encryption context from encryption key found in a file trailer, suitable for read.static Encryption.ContextSecurityUtil.createEncryptionContext(org.apache.hadoop.conf.Configuration conf, TableDescriptor tableDescriptor, ColumnFamilyDescriptor family, ManagedKeyDataCache managedKeyDataCache, SystemKeyCache systemKeyCache) Helper to create an encryption context with current encryption key, suitable for writes.