Uses of Class
org.apache.hadoop.hbase.regionserver.wal.FSWALEntry
Packages that use FSWALEntry
-
Uses of FSWALEntry in org.apache.hadoop.hbase.regionserver.wal
Fields in org.apache.hadoop.hbase.regionserver.wal declared as FSWALEntryFields in org.apache.hadoop.hbase.regionserver.wal with type parameters of type FSWALEntryModifier and TypeFieldDescriptionprotected final Deque<FSWALEntry>
AbstractFSWAL.toWriteAppends
protected final Deque<FSWALEntry>
AbstractFSWAL.unackedAppends
Methods in org.apache.hadoop.hbase.regionserver.wal that return FSWALEntryModifier and TypeMethodDescription(package private) FSWALEntry
RingBufferTruck.unloadAppend()
Unload the truck of itsFSWALEntry
payload.Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type FSWALEntryModifier and TypeMethodDescriptionprotected final boolean
AbstractFSWAL.appendEntry
(W writer, FSWALEntry entry) protected abstract void
AbstractFSWAL.doAppend
(W writer, FSWALEntry entry) protected void
AsyncFSWAL.doAppend
(WALProvider.AsyncWriter writer, FSWALEntry entry) protected void
FSHLog.doAppend
(WALProvider.Writer writer, FSWALEntry entry) (package private) void
RingBufferTruck.load
(FSWALEntry entry) Load the truck with aFSWALEntry
.Method parameters in org.apache.hadoop.hbase.regionserver.wal with type arguments of type FSWALEntryModifier and TypeMethodDescriptionprivate static long
AbstractFSWAL.getLastTxid
(Deque<FSWALEntry> queue)