Uses of Interface
org.apache.hadoop.hbase.wal.WALProvider.AsyncWriter
Packages that use WALProvider.AsyncWriter
-
Uses of WALProvider.AsyncWriter in org.apache.hadoop.hbase.regionserver.wal
Classes in org.apache.hadoop.hbase.regionserver.wal that implement WALProvider.AsyncWriterModifier and TypeClassDescriptionclassAsyncWriter for protobuf-based WAL.final classAnWALProvider.AsyncWriterwrapper which writes data to a set ofWALProvider.AsyncWriterinstances.Methods in org.apache.hadoop.hbase.regionserver.wal that return WALProvider.AsyncWriterModifier and TypeMethodDescriptionprotected final WALProvider.AsyncWriterAsyncFSWAL.createAsyncWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path) protected WALProvider.AsyncWriterAsyncFSWAL.createCombinedWriter(WALProvider.AsyncWriter localWriter, WALProvider.AsyncWriter remoteWriter) protected WALProvider.AsyncWriterAsyncFSWAL.createWriterInstance(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path) Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type WALProvider.AsyncWriterModifier and TypeMethodDescriptionstatic CombinedAsyncWriterCombinedAsyncWriter.create(WALProvider.AsyncWriter writer, WALProvider.AsyncWriter... writers) protected WALProvider.AsyncWriterAsyncFSWAL.createCombinedWriter(WALProvider.AsyncWriter localWriter, WALProvider.AsyncWriter remoteWriter) protected voidAsyncFSWAL.doAppend(WALProvider.AsyncWriter writer, FSWALEntry entry) protected CompletableFuture<Long>AsyncFSWAL.doWriterSync(WALProvider.AsyncWriter writer, boolean shouldUseHsync, long txidWhenSyn) protected voidAsyncFSWAL.onWriterReplaced(WALProvider.AsyncWriter nextWriter) Constructor parameters in org.apache.hadoop.hbase.regionserver.wal with type arguments of type WALProvider.AsyncWriterModifierConstructorDescriptionprivateCombinedAsyncWriter(org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<WALProvider.AsyncWriter> writers) -
Uses of WALProvider.AsyncWriter in org.apache.hadoop.hbase.wal
Subinterfaces of WALProvider.AsyncWriter in org.apache.hadoop.hbase.wal