Dependencies
Declarations
-
com
-
datastax
-
oss
-
protocol
-
internal
-
Compressor
-
Frame
-
NO_PAYLOAD: Map<String, ByteBuffer>
-
forRequest(int, int, boolean, Map<String, ByteBuffer>, Message): Frame
-
forResponse(int, int, UUID, Map<String, ByteBuffer>, List<String>, Message): Frame
-
protocolVersion: int
-
beta: boolean
-
compressedSize: int
-
streamId: int
-
tracingId: UUID
-
tracing: boolean
-
size: int
-
customPayload: Map<String, ByteBuffer>
-
warnings: List<String>
-
message: Message
-
Frame(int, boolean, int, boolean, UUID, int, int, Map<String, ByteBuffer>, List<String>, Message): void
-
Frame(int, boolean, int, boolean, UUID, Map<String, ByteBuffer>, List<String>, Message): void
-
FrameCodec
-
defaultClient(PrimitiveCodec<Object>, Compressor<Object>): FrameCodec<Object>
-
defaultServer(PrimitiveCodec<Object>, Compressor<Object>): FrameCodec<Object>
-
primitiveCodec: PrimitiveCodec<Object>
-
compressor: Compressor<Object>
-
encoders: IntIntMap<Codec>
-
decoders: IntIntMap<Codec>
-
FrameCodec(PrimitiveCodec<Object>, Compressor<Object>, CodecGroup[]): void
-
encode(Frame): Object
-
headerEncodedSize(): int
-
encodeHeader(Frame, int, int, Object): void
-
encodeTracingId(UUID, Object): void
-
encodeCustomPayload(Map<String, ByteBuffer>, Object): void
-
encodeWarnings(List<String>, Object): void
-
decode(Object): Frame
-
readStreamId(Object): int
-
CodecGroup
-
Message
-
NoopCompressor
-
PrimitiveCodec
-
allocate(int): Object
-
release(Object): void
-
sizeOf(Object): int
-
concat(Object, Object): Object
-
readByte(Object): byte
-
readInt(Object): int
-
readInetAddr(Object): InetAddress
-
readLong(Object): long
-
readUnsignedShort(Object): int
-
readBytes(Object): ByteBuffer
-
readShortBytes(Object): byte[]
-
readString(Object): String
-
readLongString(Object): String
-
readUuid(Object): UUID
-
readStringList(Object): List<String>
-
readStringMap(Object): Map<String, String>
-
readStringMultimap(Object): Map<String, List<String>>
-
readBytesMap(Object): Map<String, ByteBuffer>
-
readInet(Object): InetSocketAddress
-
writeByte(byte, Object): void
-
writeInt(int, Object): void
-
writeInetAddr(InetAddress, Object): void
-
writeLong(long, Object): void
-
writeUnsignedShort(int, Object): void
-
writeString(String, Object): void
-
writeLongString(String, Object): void
-
writeUuid(UUID, Object): void
-
writeBytes(ByteBuffer, Object): void
-
writeBytes(byte[], Object): void
-
writeShortBytes(byte[], Object): void
-
writeStringList(List<String>, Object): void
-
writeStringMap(Map<String, String>, Object): void
-
writeStringMultimap(Map<String, List<String>>, Object): void
-
writeBytesMap(Map<String, ByteBuffer>, Object): void
-
writeInet(InetSocketAddress, Object): void
-
PrimitiveSizes
-
ProtocolConstants
-
ProtocolErrors
-
ProtocolV3ClientCodecs
-
ProtocolV3ServerCodecs
-
ProtocolV4ClientCodecs
-
ProtocolV4ServerCodecs
-
ProtocolV5ClientCodecs
-
ProtocolV5ServerCodecs
-
request
-
AuthResponse
-
Batch
-
type: byte
-
queriesOrIds: List<Object>
-
values: List<List<ByteBuffer>>
-
consistency: int
-
serialConsistency: int
-
defaultTimestamp: long
-
keyspace: String
-
flags: int
-
Batch(int, byte, List<Object>, List<List<ByteBuffer>>, int, int, long, String): void
-
Batch(byte, List<Object>, List<List<ByteBuffer>>, int, int, long, String): void
-
toString(): String
-
computeFlags(int, long, String): int
-
Codec
-
Execute
-
Options
-
Prepare
-
Query
-
Register
-
Startup
-
query
-
QueryOptions
-
DEFAULT: QueryOptions
-
flags: int
-
consistency: int
-
positionalValues: List<ByteBuffer>
-
namedValues: Map<String, ByteBuffer>
-
skipMetadata: boolean
-
pageSize: int
-
keyspace: String
-
pagingState: ByteBuffer
-
serialConsistency: int
-
defaultTimestamp: long
-
QueryOptions(int, int, List<ByteBuffer>, Map<String, ByteBuffer>, boolean, int, ByteBuffer, int, long, String): void
-
QueryOptions(int, List<ByteBuffer>, Map<String, ByteBuffer>, boolean, int, ByteBuffer, int, long, String): void
-
computeFlags(List<ByteBuffer>, Map<String, ByteBuffer>, boolean, int, ByteBuffer, int, long, String): int
-
toString(): String
-
Codec
-
queryFlagsSize(int): int
-
Values
-
writePositionalValues(List<ByteBuffer>, Object, PrimitiveCodec<Object>): void
-
sizeOfPositionalValues(List<ByteBuffer>): int
-
writeNamedValues(Map<String, ByteBuffer>, Object, PrimitiveCodec<Object>): void
-
sizeOfNamedValues(Map<String, ByteBuffer>): int
-
writeValue(ByteBuffer, Object, PrimitiveCodec<Object>): void
-
sizeOfValue(ByteBuffer): int
-
readPositionalValues(Object, PrimitiveCodec<Object>): List<ByteBuffer>
-
readNamedValues(Object, PrimitiveCodec<Object>): Map<String, ByteBuffer>
-
readValue(Object, PrimitiveCodec<Object>): ByteBuffer
-
response
-
AuthChallenge
-
AuthSuccess
-
Authenticate
-
Error
-
Event
-
Ready
-
Result
-
Supported
-
error
-
event
-
result
-
ColumnSpec
-
DefaultRows
-
Prepared
-
RawType
-
Rows
-
RowsMetadata
-
columnSpecs: List<ColumnSpec>
-
columnCount: int
-
pagingState: ByteBuffer
-
pkIndices: int[]
-
newResultMetadataId: byte[]
-
flags: int
-
RowsMetadata(List<ColumnSpec>, ByteBuffer, int[], byte[]): void
-
RowsMetadata(int, ByteBuffer, int[], byte[]): void
-
RowsMetadata(int, List<ColumnSpec>, int, ByteBuffer, int[], byte[]): void
-
computeFlags(boolean, List<ColumnSpec>, ByteBuffer, byte[]): int
-
encode(Object, PrimitiveCodec<Object>, boolean, int): void
-
encodedSize(boolean, int): int
-
decode(Object, PrimitiveCodec<Object>, boolean, int): RowsMetadata
-
haveSameTable(List<ColumnSpec>): boolean
-
SchemaChange
-
SetKeyspace
-
Void
-
util
-
Bytes
-
Flags
-
IntIntMap
-
IntMap
-
collection
-
NullAllowingImmutableList
-
NullAllowingImmutableMap
-
EMPTY: NullAllowingImmutableMap
-
of(): NullAllowingImmutableMap<Object, Object>
-
of(Object, Object): NullAllowingImmutableMap<Object, Object>
-
of(Object, Object, Object, Object): NullAllowingImmutableMap<Object, Object>
-
of(Object, Object, Object, Object, Object, Object): NullAllowingImmutableMap<Object, Object>
-
copyOf(Map<Object, Object>): NullAllowingImmutableMap<Object, Object>
-
builder(): Builder<Object, Object>
-
builder(int): Builder<Object, Object>
-
entries: NullAllowingImmutableSet<Entry<Object, Object>>
-
NullAllowingImmutableMap(NullAllowingImmutableSet<Entry<Object, Object>>): void
-
entrySet(): Set<Entry<Object, Object>>
-
containsValue(Object): boolean
-
containsKey(Object): boolean
-
get(Object): Object
-
Builder
-
NullAllowingImmutableSet
Java files
Class files