Dependencies
Declarations
-
com
-
datastax
-
dse
-
protocol
-
internal
-
DseProtocolConstants
-
DseProtocolV1ClientCodecs
-
DseProtocolV1ServerCodecs
-
DseProtocolV2ClientCodecs
-
DseProtocolV2ServerCodecs
-
ProtocolV4ClientCodecsForDse
-
request
-
DseBatchCodec
-
DseExecuteCodec
-
DsePrepareCodec
-
DseQueryCodec
-
DseQueryCodecV4
-
RawBytesQuery
-
Revise
-
query
-
ContinuousPagingOptions
-
DseQueryOptions
-
isPageSizeInBytes: boolean
-
continuousPagingOptions: ContinuousPagingOptions
-
DseQueryOptions(int, List<ByteBuffer>, Map<String, ByteBuffer>, boolean, int, ByteBuffer, int, long, String, boolean, ContinuousPagingOptions): void
-
computeFlags(List<ByteBuffer>, Map<String, ByteBuffer>, boolean, int, ByteBuffer, int, long, String, boolean, ContinuousPagingOptions): int
-
DseQueryOptions(int, int, List<ByteBuffer>, Map<String, ByteBuffer>, boolean, int, ByteBuffer, int, long, String, boolean, ContinuousPagingOptions): void
-
DseQueryOptionsCodec
-
response
-
result
-
DsePreparedSubCodec
-
DseRowsMetadata
-
decode(Object, PrimitiveCodec<Object>, boolean, int): DseRowsMetadata
-
continuousPageNumber: int
-
isLastContinuousPage: boolean
-
DseRowsMetadata(List<ColumnSpec>, ByteBuffer, int[], byte[], int, boolean): void
-
DseRowsMetadata(int, ByteBuffer, int[], byte[], int, boolean): void
-
DseRowsMetadata(int, List<ColumnSpec>, int, ByteBuffer, int[], byte[], int, boolean): void
-
computeFlags(boolean, List<ColumnSpec>, ByteBuffer, byte[], int, boolean): int
-
encode(Object, PrimitiveCodec<Object>, boolean, int): void
-
encodedSize(boolean, int): int
-
DseRowsSubCodec
-
oss
-
protocol
-
internal
-
Compressor
-
CrcMismatchException
-
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
-
streamId: int
-
tracingId: UUID
-
tracing: boolean
-
size: int
-
compressedSize: 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
-
V3_ENCODED_HEADER_SIZE: int
-
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
-
encodeInto(Frame, int, Object): void
-
getMessageEncoder(Frame): Codec
-
computeFlags(Frame): int
-
encodeInto(Frame, int, int, Codec, Object): void
-
encodeHeaderInto(Frame, int, int, Object): void
-
encodeBodyInto(Frame, Codec, Object): void
-
encodeTracingId(UUID, Object): void
-
encodeCustomPayload(Map<String, ByteBuffer>, Object): void
-
encodeWarnings(List<String>, Object): void
-
encodedHeaderSize(Frame): int
-
encodedBodySize(Frame): int
-
decodeBodySize(Object): int
-
decode(Object): Frame
-
readStreamId(Object): int
-
CodecGroup
-
Message
-
NoopCompressor
-
PrimitiveCodec
-
allocate(int): Object
-
release(Object): void
-
sizeOf(Object): int
-
concat(Object, Object): Object
-
markReaderIndex(Object): void
-
resetReaderIndex(Object): void
-
readByte(Object): byte
-
readInt(Object): int
-
readInt(Object, int): int
-
readInetAddr(Object): InetAddress
-
readLong(Object): long
-
readUnsignedShort(Object): int
-
readBytes(Object): ByteBuffer
-
readShortBytes(Object): byte[]
-
readString(Object): String
-
readLongString(Object): String
-
readRetainedSlice(Object, int): Object
-
updateCrc(Object, CRC32): void
-
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
-
Segment
-
SegmentBuilder
-
primitiveCodec: PrimitiveCodec<Object>
-
frameCodec: FrameCodec<Object>
-
maxPayloadLength: int
-
currentPayloadFrames: List<Frame>
-
currentPayloadStates: List<Object>
-
currentPayloadLength: int
-
SegmentBuilder(PrimitiveCodec<Object>, FrameCodec<Object>): void
-
SegmentBuilder(PrimitiveCodec<Object>, FrameCodec<Object>, int): void
-
mergeStates(List<Object>): Object
-
splitState(Object, int): List<Object>
-
processSegment(Segment<Object>, Object): void
-
addFrame(Frame, Object): void
-
flush(): void
-
onLargeFrameSplit(Frame, int, int): void
-
onSegmentFull(Frame, int, int, int): void
-
onSmallFrameAdded(Frame, int, int, int): void
-
onLastSegmentFlushed(int, int): void
-
processCurrentPayload(): void
-
resetCurrentPayload(): void
-
SegmentCodec
-
request
-
AuthResponse
-
Batch
-
type: byte
-
queriesOrIds: List<Object>
-
values: List<List<ByteBuffer>>
-
consistency: int
-
serialConsistency: int
-
defaultTimestamp: long
-
keyspace: String
-
nowInSeconds: int
-
flags: int
-
Batch(int, byte, List<Object>, List<List<ByteBuffer>>, int, int, long, String, int): void
-
Batch(byte, List<Object>, List<List<ByteBuffer>>, int, int, long, String, int): void
-
toString(): String
-
computeFlags(int, long, String, int): int
-
Codec
-
Execute
-
Options
-
Prepare
-
Query
-
Register
-
Startup
-
query
-
QueryOptions
-
Codec
-
NO_DEFAULT_TIMESTAMP: long
-
NO_NOW_IN_SECONDS: int
-
DEFAULT: QueryOptions
-
flags: int
-
consistency: int
-
positionalValues: List<ByteBuffer>
-
namedValues: Map<String, ByteBuffer>
-
skipMetadata: boolean
-
pageSize: int
-
pagingState: ByteBuffer
-
serialConsistency: int
-
defaultTimestamp: long
-
keyspace: String
-
nowInSeconds: int
-
QueryOptions(int, int, List<ByteBuffer>, Map<String, ByteBuffer>, boolean, int, ByteBuffer, int, long, String, int): void
-
QueryOptions(int, List<ByteBuffer>, Map<String, ByteBuffer>, boolean, int, ByteBuffer, int, long, String, int): void
-
computeFlags(List<ByteBuffer>, Map<String, ByteBuffer>, boolean, int, ByteBuffer, int, long, String, int): int
-
toString(): String
-
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
-
Crc
-
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