Modifier and Type | Class and Description |
---|---|
static class |
Batch.Serializer |
Modifier and Type | Class and Description |
---|---|
static class |
CounterMutation.CounterMutationSerializer |
static class |
Mutation.MutationSerializer |
static class |
ReadCommand.Serializer |
static class |
TruncateResponse.TruncateResponseSerializer |
Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<ReadCommand> |
ReadCommand.serializer |
static IVersionedSerializer<ReadResponse> |
ReadResponse.serializer |
static IVersionedSerializer<TruncateRequest> |
TruncateRequest.serializer |
Modifier and Type | Class and Description |
---|---|
static class |
CassandraStreamHeader.CassandraStreamHeaderSerializer |
Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<CassandraStreamHeader> |
CassandraStreamHeader.serializer |
static IVersionedSerializer<ComponentManifest> |
ComponentManifest.serializer |
static IVersionedSerializer<CompressionInfo> |
CompressionInfo.serializer |
Modifier and Type | Class and Description |
---|---|
static class |
RequestFailureReason.Serializer |
Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<EndpointState> |
EndpointState.serializer |
static IVersionedSerializer<GossipDigest> |
GossipDigest.serializer |
static IVersionedSerializer<GossipDigestAck> |
GossipDigestAck.serializer |
static IVersionedSerializer<GossipDigestAck2> |
GossipDigestAck2.serializer |
static IVersionedSerializer<GossipDigestSyn> |
GossipDigestSyn.serializer |
static IVersionedSerializer<HeartBeatState> |
HeartBeatState.serializer |
static IVersionedSerializer<VersionedValue> |
VersionedValue.serializer |
Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<CompressionMetadata.Chunk> |
CompressionMetadata.Chunk.serializer |
Modifier and Type | Class and Description |
---|---|
static class |
InetAddressAndPort.FwdFrmSerializer
Serializer for handling FWD_FRM message parameters.
|
static class |
InetAddressAndPort.Serializer
As of version 4.0 the endpoint description includes a port number as an unsigned short
This serializer matches the 3.0 CompactEndpointSerializationHelper, encoding the number of address bytes
in a single byte before the address itself.
|
Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<NoPayload> |
NoPayload.serializer |
Modifier and Type | Class and Description |
---|---|
static class |
SyncNodePair.NodePairSerializer |
Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<RepairJobDesc> |
RepairJobDesc.serializer |
static IVersionedSerializer<SyncNodePair> |
SyncNodePair.serializer |
Modifier and Type | Class and Description |
---|---|
static class |
MigrationManager.MigrationsSerializer |
Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<CompressionParams> |
CompressionParams.serializer |
Modifier and Type | Class and Description |
---|---|
static class |
Commit.CommitSerializer |
static class |
PrepareResponse.PrepareResponseSerializer |
Modifier and Type | Class and Description |
---|---|
static class |
StreamRequest.StreamRequestSerializer |
static class |
StreamSummary.StreamSummarySerializer |
Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<SessionSummary> |
SessionSummary.serializer |
static IVersionedSerializer<StreamRequest> |
StreamRequest.serializer |
static IVersionedSerializer<StreamSummary> |
StreamSummary.serializer |
Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<Tracing.TraceType> |
Tracing.traceTypeSerializer |
Modifier and Type | Class and Description |
---|---|
class |
BooleanSerializer |
static class |
IntervalTree.Serializer<C extends java.lang.Comparable<? super C>,D,I extends Interval<C,D>> |
static class |
MerkleTrees.MerkleTreesSerializer |
class |
UUIDSerializer |
Modifier and Type | Method and Description |
---|---|
static <T> byte[] |
FBUtilities.serialize(T object,
IVersionedSerializer<T> serializer,
int version) |
Copyright © 2009- The Apache Software Foundation