Uses of Class
org.apache.hadoop.hbase.io.Reference
Packages that use Reference
Package
Description
Table of Contents
-
Uses of Reference in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type ReferenceModifier and TypeMethodDescriptiondefault StoreFileReader
RegionObserver.postStoreFileReaderOpen
(ObserverContext<? extends RegionCoprocessorEnvironment> ctx, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, Reference r, StoreFileReader reader) Deprecated.For Phoenix only, StoreFileReader is not a stable interface.default StoreFileReader
RegionObserver.preStoreFileReaderOpen
(ObserverContext<? extends RegionCoprocessorEnvironment> ctx, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, Reference r, StoreFileReader reader) Deprecated.For Phoenix only, StoreFileReader is not a stable interface. -
Uses of Reference in org.apache.hadoop.hbase.io
Methods in org.apache.hadoop.hbase.io that return ReferenceModifier and TypeMethodDescriptionstatic Reference
Reference.convert
(org.apache.hadoop.hbase.shaded.protobuf.generated.FSProtos.Reference r) static Reference
Reference.createBottomReference
(byte[] splitRow) Returns AReference
that points at the bottom half of a an hfilestatic Reference
Reference.createTopReference
(byte[] splitRow) Returns AReference
that points at top half of a an hfileConstructors in org.apache.hadoop.hbase.io with parameters of type ReferenceModifierConstructorDescriptionHalfStoreFileReader
(ReaderContext context, HFileInfo fileInfo, CacheConfig cacheConf, Reference r, StoreFileInfo storeFileInfo, org.apache.hadoop.conf.Configuration conf) Creates a half file reader for a hfile referred to by an hfilelink. -
Uses of Reference in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as ReferenceMethods in org.apache.hadoop.hbase.regionserver that return ReferenceMethods in org.apache.hadoop.hbase.regionserver with parameters of type ReferenceModifier and TypeMethodDescriptionprivate static HDFSBlocksDistribution
StoreFileInfo.computeRefFileHDFSBlockDistribution
(org.apache.hadoop.fs.FileSystem fs, Reference reference, org.apache.hadoop.fs.FileStatus status) helper function to compute HDFS blocks distribution of a given reference file.For reference file, we don't compute the exact value.RegionCoprocessorHost.postStoreFileReaderOpen
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, Reference r, StoreFileReader reader) RegionCoprocessorHost.preStoreFileReaderOpen
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, Reference r) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type ReferenceModifierConstructorDescriptionStoreFileInfo
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, long createdTimestamp, org.apache.hadoop.fs.Path initialPath, long size, Reference reference, HFileLink link, boolean primaryReplica) Create a Store File Info from an HFileLink and a ReferenceStoreFileInfo
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.FileStatus fileStatus, Reference reference) Create a Store File Info from an HFileLinkStoreFileInfo
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.FileStatus fileStatus, Reference reference, HFileLink link) Create a Store File Info from an HFileLink and a Reference -
Uses of Reference in org.apache.hadoop.hbase.regionserver.storefiletracker
Methods in org.apache.hadoop.hbase.regionserver.storefiletracker that return ReferenceModifier and TypeMethodDescriptionStoreFileTracker.createReference
(Reference reference, org.apache.hadoop.fs.Path path) StoreFileTrackerBase.createReference
(Reference reference, org.apache.hadoop.fs.Path path) StoreFileTracker.readReference
(org.apache.hadoop.fs.Path path) Reads the reference file from the given path.StoreFileTrackerBase.readReference
(org.apache.hadoop.fs.Path p) Methods in org.apache.hadoop.hbase.regionserver.storefiletracker with parameters of type ReferenceModifier and TypeMethodDescriptionStoreFileTracker.createReference
(Reference reference, org.apache.hadoop.fs.Path path) StoreFileTrackerBase.createReference
(Reference reference, org.apache.hadoop.fs.Path path) -
Uses of Reference in org.apache.hadoop.hbase.tool
Methods in org.apache.hadoop.hbase.tool with parameters of type ReferenceModifier and TypeMethodDescriptionprivate static void
BulkLoadHFilesTool.copyHFileHalf
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path inFile, org.apache.hadoop.fs.Path outFile, Reference reference, ColumnFamilyDescriptor familyDescriptor, AsyncTableRegionLocator loc) Copy half of an HFile into a new HFile with favored nodes.