Uses of Class
org.apache.hadoop.hbase.procedure2.util.ByteSlot
-
Uses of ByteSlot in org.apache.hadoop.hbase.procedure2.store.wal
Modifier and TypeFieldDescriptionprivate LinkedTransferQueue<ByteSlot>
WALProcedureStore.slotsCache
Deprecated.Modifier and TypeMethodDescriptionprivate long
WALProcedureStore.pushData
(WALProcedureStore.PushType type, ByteSlot slot, long procId, long[] subProcIds) Deprecated.private void
WALProcedureStore.releaseSlot
(ByteSlot slot) Deprecated.protected long
WALProcedureStore.syncSlots
(org.apache.hadoop.fs.FSDataOutputStream stream, ByteSlot[] slots, int offset, int count) Deprecated.static void
ProcedureWALFormat.writeDelete
(ByteSlot slot, long procId) Deprecated.static void
ProcedureWALFormat.writeDelete
(ByteSlot slot, Procedure<?> proc, long[] subprocs) Deprecated.static void
ProcedureWALFormat.writeEntry
(ByteSlot slot, org.apache.hadoop.hbase.shaded.protobuf.generated.ProcedureProtos.ProcedureWALEntry.Type type, Procedure<?> proc, Procedure<?>[] subprocs) Deprecated.static void
ProcedureWALFormat.writeInsert
(ByteSlot slot, Procedure<?> proc) Deprecated.static void
ProcedureWALFormat.writeInsert
(ByteSlot slot, Procedure<?> proc, Procedure<?>[] subprocs) Deprecated.static void
ProcedureWALFormat.writeUpdate
(ByteSlot slot, Procedure<?> proc) Deprecated.