Uses of Class
org.apache.hadoop.hbase.procedure2.util.ByteSlot
Packages that use ByteSlot
- 
Uses of ByteSlot in org.apache.hadoop.hbase.procedure2.store.walFields in org.apache.hadoop.hbase.procedure2.store.wal declared as ByteSlotFields in org.apache.hadoop.hbase.procedure2.store.wal with type parameters of type ByteSlotModifier and TypeFieldDescriptionprivate LinkedTransferQueue<ByteSlot>WALProcedureStore.slotsCacheDeprecated.Methods in org.apache.hadoop.hbase.procedure2.store.wal that return ByteSlotMethods in org.apache.hadoop.hbase.procedure2.store.wal with parameters of type ByteSlotModifier and TypeMethodDescriptionprivate longWALProcedureStore.pushData(WALProcedureStore.PushType type, ByteSlot slot, long procId, long[] subProcIds) Deprecated.private voidWALProcedureStore.releaseSlot(ByteSlot slot) Deprecated.protected longWALProcedureStore.syncSlots(org.apache.hadoop.fs.FSDataOutputStream stream, ByteSlot[] slots, int offset, int count) Deprecated.static voidProcedureWALFormat.writeDelete(ByteSlot slot, long procId) Deprecated.static voidProcedureWALFormat.writeDelete(ByteSlot slot, Procedure<?> proc, long[] subprocs) Deprecated.static voidProcedureWALFormat.writeEntry(ByteSlot slot, org.apache.hadoop.hbase.shaded.protobuf.generated.ProcedureProtos.ProcedureWALEntry.Type type, Procedure<?> proc, Procedure<?>[] subprocs) Deprecated.static voidProcedureWALFormat.writeInsert(ByteSlot slot, Procedure<?> proc) Deprecated.static voidProcedureWALFormat.writeInsert(ByteSlot slot, Procedure<?> proc, Procedure<?>[] subprocs) Deprecated.static voidProcedureWALFormat.writeUpdate(ByteSlot slot, Procedure<?> proc) Deprecated.