- BATCH - Static variable in class com.datastax.oss.protocol.internal.ProtocolConstants.Opcode
-
- BATCH - Static variable in class com.datastax.oss.protocol.internal.ProtocolConstants.WriteType
-
- Batch - Class in com.datastax.oss.protocol.internal.request
-
- Batch(int, byte, List<Object>, List<List<ByteBuffer>>, int, int, long, String, int) - Constructor for class com.datastax.oss.protocol.internal.request.Batch
-
This constructor should only be used in message codecs.
- Batch(byte, List<Object>, List<List<ByteBuffer>>, int, int, long, String, int) - Constructor for class com.datastax.oss.protocol.internal.request.Batch
-
- Batch.Codec - Class in com.datastax.oss.protocol.internal.request
-
- BATCH_LOG - Static variable in class com.datastax.oss.protocol.internal.ProtocolConstants.WriteType
-
- BatchType() - Constructor for class com.datastax.oss.protocol.internal.ProtocolConstants.BatchType
-
- BETA - Static variable in class com.datastax.dse.protocol.internal.DseProtocolConstants.Version
-
If no beta version is currently supported, this will be negative.
- beta - Variable in class com.datastax.oss.protocol.internal.Frame
-
Whether the frame was decoded from a payload that has the USE_BETA flag.
- BETA - Static variable in class com.datastax.oss.protocol.internal.ProtocolConstants.Version
-
If no beta version is currently supported, this will be negative.
- BIGINT - Static variable in class com.datastax.oss.protocol.internal.ProtocolConstants.DataType
-
- BLOB - Static variable in class com.datastax.oss.protocol.internal.ProtocolConstants.DataType
-
- blockFor - Variable in class com.datastax.oss.protocol.internal.response.error.ReadFailure
-
The number of replicas whose response is required to achieve consistencyLevel.
- blockFor - Variable in class com.datastax.oss.protocol.internal.response.error.ReadTimeout
-
The number of replicas whose response is required to achieve consistencyLevel.
- blockFor - Variable in class com.datastax.oss.protocol.internal.response.error.WriteFailure
-
The number of replicas whose acknowledgment is required to achieve consistencyLevel.
- blockFor - Variable in class com.datastax.oss.protocol.internal.response.error.WriteTimeout
-
The number of replicas whose acknowledgment is required to achieve consistencyLevel.
- BOOLEAN - Static variable in class com.datastax.oss.protocol.internal.ProtocolConstants.DataType
-
- build() - Method in class com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableList.Builder
-
- build() - Method in class com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableMap.Builder
-
- build() - Method in class com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableSet.Builder
-
- build() - Method in class com.datastax.oss.protocol.internal.util.IntIntMap.Builder
-
- build() - Method in class com.datastax.oss.protocol.internal.util.IntMap.Builder
-
- builder() - Static method in class com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableList
-
Returns a builder to create a new instance, with the default expected size (16).
- builder(int) - Static method in class com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableList
-
Returns a builder to create a new instance.
- Builder(int) - Constructor for class com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableList.Builder
-
- builder() - Static method in class com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableMap
-
Returns a builder to create a new instance, with the default expected size (16).
- builder(int) - Static method in class com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableMap
-
Returns a builder to create a new instance.
- Builder(int) - Constructor for class com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableMap.Builder
-
- builder() - Static method in class com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableSet
-
Returns a builder to create a new instance, with the default expected size (16).
- builder(int) - Static method in class com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableSet
-
Returns a builder to create a new instance.
- Builder(int) - Constructor for class com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableSet.Builder
-
- builder() - Static method in class com.datastax.oss.protocol.internal.util.IntIntMap
-
- Builder() - Constructor for class com.datastax.oss.protocol.internal.util.IntIntMap.Builder
-
- builder() - Static method in class com.datastax.oss.protocol.internal.util.IntMap
-
- Builder() - Constructor for class com.datastax.oss.protocol.internal.util.IntMap.Builder
-
- BYTE - Static variable in class com.datastax.oss.protocol.internal.PrimitiveSizes
-
- Bytes - Class in com.datastax.oss.protocol.internal.util
-
Simple utility methods to make working with bytes (blob) easier.