private long |
WALProcedureStore.pushData(WALProcedureStore.PushType type,
ByteSlot slot,
long procId,
long[] subProcIds) |
private void |
WALProcedureStore.releaseSlot(ByteSlot slot) |
protected long |
WALProcedureStore.syncSlots(org.apache.hadoop.fs.FSDataOutputStream stream,
ByteSlot[] slots,
int offset,
int count) |
static void |
ProcedureWALFormat.writeDelete(ByteSlot slot,
long procId) |
static void |
ProcedureWALFormat.writeEntry(ByteSlot slot,
org.apache.hadoop.hbase.protobuf.generated.ProcedureProtos.ProcedureWALEntry.Type type,
Procedure proc,
Procedure[] subprocs) |
static void |
ProcedureWALFormat.writeInsert(ByteSlot slot,
Procedure proc) |
static void |
ProcedureWALFormat.writeInsert(ByteSlot slot,
Procedure proc,
Procedure[] subprocs) |
static void |
ProcedureWALFormat.writeUpdate(ByteSlot slot,
Procedure proc) |