| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.procedure2.store.wal | 
| Modifier and Type | Field and Description | 
|---|---|
private ByteSlot[] | 
WALProcedureStore.slots
Deprecated.  
  | 
| Modifier and Type | Field and Description | 
|---|---|
private LinkedTransferQueue<ByteSlot> | 
WALProcedureStore.slotsCache
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
private ByteSlot | 
WALProcedureStore.acquireSlot()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
private 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.  
  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.