Uses of Class
org.apache.hadoop.hbase.keymeta.SystemKeyCache
Packages that use SystemKeyCache
-
Uses of SystemKeyCache in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return SystemKeyCacheModifier and TypeMethodDescriptionHBaseServerBase.getSystemKeyCache()MockRegionServerServices.getSystemKeyCache() -
Uses of SystemKeyCache in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as SystemKeyCacheModifier and TypeFieldDescriptionprivate final SystemKeyCacheReaderContext.systemKeyCacheprivate SystemKeyCacheReaderContextBuilder.systemKeyCacheMethods in org.apache.hadoop.hbase.io.hfile that return SystemKeyCacheMethods in org.apache.hadoop.hbase.io.hfile with parameters of type SystemKeyCacheModifier and TypeMethodDescriptionReaderContextBuilder.withSystemKeyCache(SystemKeyCache systemKeyCache) Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type SystemKeyCacheModifierConstructorDescriptionReaderContext(org.apache.hadoop.fs.Path filePath, FSDataInputStreamWrapper fsdis, long fileSize, HFileSystem hfs, boolean primaryReplicaReader, ReaderContext.ReaderType type, SystemKeyCache systemKeyCache, ManagedKeyDataCache managedKeyDataCache) -
Uses of SystemKeyCache in org.apache.hadoop.hbase.keymeta
Methods in org.apache.hadoop.hbase.keymeta that return SystemKeyCacheModifier and TypeMethodDescriptiondefault SystemKeyCacheKeyManagementService.getSystemKeyCache()Returns the system key cache. -
Uses of SystemKeyCache in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as SystemKeyCacheModifier and TypeFieldDescriptionprivate SystemKeyCacheHStoreFile.systemKeyCacheprivate SystemKeyCacheStoreEngine.systemKeyCacheMethods in org.apache.hadoop.hbase.regionserver that return SystemKeyCacheModifier and TypeMethodDescriptionHRegion.getSystemKeyCache()RegionServicesForStores.getSystemKeyCache()Methods in org.apache.hadoop.hbase.regionserver with parameters of type SystemKeyCacheModifier 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 SystemKeyCacheModifierConstructorDescriptionHStoreFile(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 SystemKeyCache in org.apache.hadoop.hbase.security
Methods in org.apache.hadoop.hbase.security with parameters of type SystemKeyCacheModifier 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.