Package | Description |
---|---|
org.apache.cassandra.batchlog | |
org.apache.cassandra.db | |
org.apache.cassandra.db.streaming |
File transfer
|
org.apache.cassandra.exceptions | |
org.apache.cassandra.hints |
Hints subsystem consists of several components.
|
org.apache.cassandra.io | |
org.apache.cassandra.locator | |
org.apache.cassandra.net | |
org.apache.cassandra.repair | |
org.apache.cassandra.schema | |
org.apache.cassandra.service.paxos | |
org.apache.cassandra.streaming | |
org.apache.cassandra.utils |
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 | Class and Description |
---|---|
static class |
CassandraStreamHeader.CassandraStreamHeaderSerializer |
Modifier and Type | Class and Description |
---|---|
static class |
RequestFailureReason.Serializer |
Modifier and Type | Class and Description |
---|---|
static class |
HintMessage.Serializer |
Modifier and Type | Field and Description |
---|---|
static IVersionedAsymmetricSerializer<SerializableHintMessage,HintMessage> |
HintMessage.serializer |
Modifier and Type | Interface and Description |
---|---|
interface |
IVersionedSerializer<T> |
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 | Method and Description |
---|---|
<In,Out> IVersionedAsymmetricSerializer<In,Out> |
Verb.serializer() |
Modifier and Type | Method and Description |
---|---|
java.util.function.Supplier<? extends IVersionedAsymmetricSerializer<?,?>> |
Verb.unsafeSetSerializer(java.util.function.Supplier<? extends IVersionedAsymmetricSerializer<?,?>> serializer) |
Modifier and Type | Method and Description |
---|---|
java.util.function.Supplier<? extends IVersionedAsymmetricSerializer<?,?>> |
Verb.unsafeSetSerializer(java.util.function.Supplier<? extends IVersionedAsymmetricSerializer<?,?>> serializer) |
Modifier and Type | Class and Description |
---|---|
static class |
SyncNodePair.NodePairSerializer |
Modifier and Type | Class and Description |
---|---|
static class |
MigrationManager.MigrationsSerializer |
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 | 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 |
Copyright © 2009-2022 The Apache Software Foundation