Uses of Interface
org.apache.hadoop.hbase.wal.WALStreamReader
Packages that use WALStreamReader
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of WALStreamReader in org.apache.hadoop.hbase.mapreduce
Fields in org.apache.hadoop.hbase.mapreduce declared as WALStreamReaderMethods in org.apache.hadoop.hbase.mapreduce that return WALStreamReaderModifier and TypeMethodDescriptionprivate WALStreamReaderWALInputFormat.WALRecordReader.openReader(org.apache.hadoop.fs.Path path, long startPosition) -
Uses of WALStreamReader in org.apache.hadoop.hbase.regionserver.wal
Classes in org.apache.hadoop.hbase.regionserver.wal that implement WALStreamReaderModifier and TypeClassDescriptionclassA one way stream reader for reading protobuf based WAL file. -
Uses of WALStreamReader in org.apache.hadoop.hbase.replication.regionserver
Methods in org.apache.hadoop.hbase.replication.regionserver that return WALStreamReaderMethods in org.apache.hadoop.hbase.replication.regionserver with parameters of type WALStreamReaderModifier and TypeMethodDescriptionReplaySyncReplicationWALCallable.readWALEntries(WALStreamReader reader, String wal) -
Uses of WALStreamReader in org.apache.hadoop.hbase.wal
Fields in org.apache.hadoop.hbase.wal with type parameters of type WALStreamReaderModifier and TypeFieldDescriptionprivate final Class<? extends WALStreamReader>WALFactory.walStreamReaderClassConfiguration-specified WAL Reader used when a custom reader is requestedMethods in org.apache.hadoop.hbase.wal that return WALStreamReaderModifier and TypeMethodDescriptionWALFactory.createStreamReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path) static WALStreamReaderWALFactory.createStreamReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf) Create a one-way stream reader for a given path.static WALStreamReaderWALFactory.createStreamReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf, long startPosition) Create a one-way stream reader for a given path.WALFactory.createStreamReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, CancelableProgressable reporter) Create a one-way stream reader for the WAL.WALFactory.createStreamReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, CancelableProgressable reporter, long startPosition) Create a one-way stream reader for the WAL, and start reading from the givenstartPosition.protected WALStreamReaderWALSplitter.getReader(org.apache.hadoop.fs.FileStatus walStatus, boolean skipErrors, CancelableProgressable cancel) Create a newWALStreamReaderfor reading logs to split.private WALStreamReaderWALSplitter.getReader(org.apache.hadoop.fs.Path curLogFile, CancelableProgressable reporter) Create a newWALStreamReaderfor reading logs to split.Methods in org.apache.hadoop.hbase.wal with parameters of type WALStreamReaderModifier and TypeMethodDescriptionprivate WAL.EntryWALSplitter.getNextLogLine(WALStreamReader in, org.apache.hadoop.fs.Path path, boolean skipErrors)