| Package | Description | 
|---|---|
| org.apache.tephra.snapshot | 
 This package contains interfaces and implementations for encoding and decoding transaction snapshots. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultSnapshotCodec
Deprecated. 
 
This codec is now deprecated and is replaced by  
SnapshotCodecV2. | 
class  | 
SnapshotCodecProvider
Maintains the codecs for all known versions of the transaction snapshot encoding. 
 | 
class  | 
SnapshotCodecV2
Handles serialization/deserialization of a  
TransactionSnapshot
 and its elements to byte[]. | 
class  | 
SnapshotCodecV3
Handles serialization/deserialization of a  
TransactionSnapshot
 and its elements to byte[]. | 
class  | 
SnapshotCodecV4
Handles serialization/deserialization of a  
TransactionSnapshot
 and its elements to byte[]. | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.