Uses of Class
org.apache.hadoop.hbase.keymeta.SystemKeyCache

Packages that use org.apache.hadoop.hbase.keymeta.SystemKeyCache
  • Uses of org.apache.hadoop.hbase.keymeta.SystemKeyCache in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.keymeta.SystemKeyCache in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.keymeta.SystemKeyCache
    HBaseServerBase.getSystemKeyCache()
     
    org.apache.hadoop.hbase.keymeta.SystemKeyCache
    MockRegionServerServices.getSystemKeyCache()
     
  • Uses of org.apache.hadoop.hbase.keymeta.SystemKeyCache in org.apache.hadoop.hbase.io.hfile

    Methods in org.apache.hadoop.hbase.io.hfile that return org.apache.hadoop.hbase.keymeta.SystemKeyCache in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.keymeta.SystemKeyCache
    ReaderContext.getSystemKeyCache()
     
    Methods in org.apache.hadoop.hbase.io.hfile with parameters of type org.apache.hadoop.hbase.keymeta.SystemKeyCache in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder
    ReaderContextBuilder.withSystemKeyCache(org.apache.hadoop.hbase.keymeta.SystemKeyCache systemKeyCache)
     
    Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type org.apache.hadoop.hbase.keymeta.SystemKeyCache in in
    Modifier
    Constructor
    Description
     
    ReaderContext(org.apache.hadoop.fs.Path filePath, org.apache.hadoop.hbase.io.FSDataInputStreamWrapper fsdis, long fileSize, org.apache.hadoop.hbase.fs.HFileSystem hfs, boolean primaryReplicaReader, org.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderType type, org.apache.hadoop.hbase.keymeta.SystemKeyCache systemKeyCache, org.apache.hadoop.hbase.keymeta.ManagedKeyDataCache managedKeyDataCache)
     
  • Uses of org.apache.hadoop.hbase.keymeta.SystemKeyCache in org.apache.hadoop.hbase.keymeta

    Methods in org.apache.hadoop.hbase.keymeta that return org.apache.hadoop.hbase.keymeta.SystemKeyCache in in
    Modifier and Type
    Method
    Description
    default org.apache.hadoop.hbase.keymeta.SystemKeyCache
    KeyManagementService.getSystemKeyCache()
    Returns the system key cache.
  • Uses of org.apache.hadoop.hbase.keymeta.SystemKeyCache in org.apache.hadoop.hbase.regionserver

    Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.keymeta.SystemKeyCache in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.keymeta.SystemKeyCache
    HRegion.getSystemKeyCache()
     
    org.apache.hadoop.hbase.keymeta.SystemKeyCache
    RegionServicesForStores.getSystemKeyCache()
     
    Constructors in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.keymeta.SystemKeyCache in in
    Modifier
    Constructor
    Description
     
    HStoreFile(org.apache.hadoop.hbase.regionserver.StoreFileInfo fileInfo, org.apache.hadoop.hbase.regionserver.BloomType cfBloomType, org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConf, org.apache.hadoop.hbase.io.hfile.BloomFilterMetrics metrics, String keyNamespace, org.apache.hadoop.hbase.keymeta.SystemKeyCache systemKeyCache, org.apache.hadoop.hbase.keymeta.ManagedKeyDataCache managedKeyDataCache)
    Constructor, loads a reader and it's indices, etc.
  • Uses of org.apache.hadoop.hbase.keymeta.SystemKeyCache in org.apache.hadoop.hbase.security

    Methods in org.apache.hadoop.hbase.security with parameters of type org.apache.hadoop.hbase.keymeta.SystemKeyCache in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.io.crypto.Encryption.Context
    SecurityUtil.createEncryptionContext(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path path, org.apache.hadoop.hbase.io.hfile.FixedFileTrailer trailer, org.apache.hadoop.hbase.keymeta.ManagedKeyDataCache managedKeyDataCache, org.apache.hadoop.hbase.keymeta.SystemKeyCache systemKeyCache)
    Create an encryption context from encryption key found in a file trailer, suitable for read.
    static org.apache.hadoop.hbase.io.crypto.Encryption.Context
    SecurityUtil.createEncryptionContext(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.TableDescriptor tableDescriptor, org.apache.hadoop.hbase.client.ColumnFamilyDescriptor family, org.apache.hadoop.hbase.keymeta.ManagedKeyDataCache managedKeyDataCache, org.apache.hadoop.hbase.keymeta.SystemKeyCache systemKeyCache)
    Helper to create an encryption context with current encryption key, suitable for writes.