Uses of Class
org.apache.hadoop.hbase.wal.AbstractRecoveredEditsOutputSink.RecoveredEditsWriter
Packages that use AbstractRecoveredEditsOutputSink.RecoveredEditsWriter
-
Uses of AbstractRecoveredEditsOutputSink.RecoveredEditsWriter in org.apache.hadoop.hbase.wal
Fields in org.apache.hadoop.hbase.wal with type parameters of type AbstractRecoveredEditsOutputSink.RecoveredEditsWriterMethods in org.apache.hadoop.hbase.wal that return AbstractRecoveredEditsOutputSink.RecoveredEditsWriterModifier and TypeMethodDescriptionAbstractRecoveredEditsOutputSink.createRecoveredEditsWriter(TableName tableName, byte[] region, long seqId) Returns a writer that wraps aWALProvider.Writerand its Path.RecoveredEditsOutputSink.getRecoveredEditsWriter(TableName tableName, byte[] region, long seqId) Get a writer and path for a log starting at the given entry.Methods in org.apache.hadoop.hbase.wal with parameters of type AbstractRecoveredEditsOutputSink.RecoveredEditsWriterModifier and TypeMethodDescriptionprotected org.apache.hadoop.fs.PathAbstractRecoveredEditsOutputSink.closeRecoveredEditsWriter(AbstractRecoveredEditsOutputSink.RecoveredEditsWriter editsWriter, List<IOException> thrown) private voidAbstractRecoveredEditsOutputSink.deleteOneWithFewerEntries(AbstractRecoveredEditsOutputSink.RecoveredEditsWriter editsWriter, org.apache.hadoop.fs.Path dst)