Uses of Interface
org.apache.hadoop.hbase.wal.FSHLogProvider.Writer
Packages that use FSHLogProvider.Writer
Package
Description
-
Uses of FSHLogProvider.Writer in org.apache.hadoop.hbase.backup.replication
Classes in org.apache.hadoop.hbase.backup.replication that implement FSHLogProvider.WriterModifier and TypeClassDescriptionclassA custom implementation ofProtobufLogWriterthat provides support for writing protobuf-based WAL (Write-Ahead Log) entries to object store-backed files.Fields in org.apache.hadoop.hbase.backup.replication with type parameters of type FSHLogProvider.WriterModifier and TypeFieldDescriptionprivate final Map<Long,FSHLogProvider.Writer> ContinuousBackupReplicationEndpoint.walWritersMethods in org.apache.hadoop.hbase.backup.replication that return FSHLogProvider.WriterModifier and TypeMethodDescriptionprivate FSHLogProvider.WriterContinuousBackupReplicationEndpoint.createWalWriter(long dayInMillis) -
Uses of FSHLogProvider.Writer in org.apache.hadoop.hbase.regionserver.wal
Classes in org.apache.hadoop.hbase.regionserver.wal that implement FSHLogProvider.Writer -
Uses of FSHLogProvider.Writer in org.apache.hadoop.hbase.wal
Methods in org.apache.hadoop.hbase.wal that return FSHLogProvider.WriterModifier and TypeMethodDescriptionstatic FSHLogProvider.WriterFSHLogProvider.createWriter(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, boolean overwritable) Public because of FSHLog.static FSHLogProvider.WriterFSHLogProvider.createWriter(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, boolean overwritable, long blocksize) Public because of FSHLog.