| Package | Description | 
|---|---|
| org.apache.tephra.snapshot | 
 This package contains interfaces and implementations for encoding and decoding transaction snapshots. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BinaryEncoder | 
BinaryEncoder.writeBytes(byte[] bytes)
write a sequence of bytes. 
 | 
BinaryEncoder | 
BinaryEncoder.writeInt(int i)
write a single int value. 
 | 
BinaryEncoder | 
BinaryEncoder.writeLong(long l)
write a single long int value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
SnapshotCodecV4.encodeInProgress(BinaryEncoder encoder,
                Map<Long,TransactionManager.InProgressTx> inProgress)  | 
protected void | 
SnapshotCodecV2.encodeInProgress(BinaryEncoder encoder,
                Map<Long,TransactionManager.InProgressTx> inProgress)  | 
protected void | 
DefaultSnapshotCodec.encodeInProgress(BinaryEncoder encoder,
                Map<Long,TransactionManager.InProgressTx> inProgress)
Deprecated.  
  | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.