Dependencies
- avalon-framework/avalon-framework/4.1.5 (available as org.apache.avalon.framework/avalon-framework-impl/4.3.1)
- com.datastax.oss/java-driver-shaded-guava/25.1-jre
- com.datastax.oss/native-protocol/1.4.7
- com.fasterxml.jackson.core/jackson-annotations/2.10.0
- com.fasterxml.jackson.core/jackson-core/2.10.0
- com.fasterxml.jackson.core/jackson-databind/2.10.0
- com.github.jnr/jffi/1.2.19
- com.github.jnr/jffi/1.2.19/native
- com.github.jnr/jnr-a64asm/1.0.0
- com.github.jnr/jnr-constants/0.9.12
- com.github.jnr/jnr-ffi/2.1.10
- com.github.jnr/jnr-posix/3.0.50
- com.github.jnr/jnr-x86asm/1.0.2
- com.github.jponge/lzma-java/1.3
- com.github.spotbugs/spotbugs-annotations/3.1.12
- com.github.stephenc.jcip/jcip-annotations/1.0-1
- com.google.code.findbugs/jsr305/3.0.2
- com.google.protobuf.nano/protobuf-javanano/3.0.0-alpha-5
- com.google.protobuf/protobuf-java/2.6.1
- com.jcraft/jzlib/1.1.3
- commons-logging/commons-logging/1.2
- com.ning/compress-lzf/1.0.3
- com.typesafe/config/1.3.4
- io.dropwizard.metrics/metrics-core/4.0.5
- io.netty/netty-buffer/4.1.39.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-codec/4.1.39.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-common/4.1.39.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-handler/4.1.39.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-resolver/4.1.39.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-transport/4.1.39.Final (available as io.netty/netty-all/4.1.25.Final)
- java/11
- log4j/log4j/1.2.17
- logkit/logkit/1.0.1
- net.jpountz.lz4/lz4/1.3.0
- org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.0
- org.apache.logging.log4j/log4j-api/2.6.2
- org.bouncycastle/bcpkix-jdk15on/1.54
- org.bouncycastle/bcprov-jdk15on/1.54
- org.conscrypt/conscrypt-openjdk-uber/1.3.0
- org.hdrhistogram/HdrHistogram/2.1.11
- org.jboss.marshalling/jboss-marshalling/1.4.11.Final
- org.lz4/lz4-java/1.6.0
- org.ow2.asm/asm/7.1
- org.ow2.asm/asm-analysis/7.1
- org.ow2.asm/asm-commons/7.1
- org.ow2.asm/asm-tree/7.1
- org.ow2.asm/asm-util/7.1
- org.slf4j/slf4j-api/1.7.26
- org.xerial.snappy/snappy-java/1.1.7.3
Declarations
-
com
-
datastax
-
oss
-
driver
-
api
-
core
-
AllNodesFailedException
- fromErrors(Map<Node, Throwable>): AllNodesFailedException
- fromErrors(List<Entry<Node, Throwable>>): AllNodesFailedException
- errors: Map<Node, Throwable>
- AllNodesFailedException(String, ExecutionInfo, Map<Node, Throwable>): void
- AllNodesFailedException(Map<Node, Throwable>): void
- buildMessage(String, Map<Node, Throwable>): String
- getErrors(): Map<Node, Throwable>
- copy(): DriverException
- reword(String): AllNodesFailedException
- AsyncAutoCloseable
-
AsyncPagingIterable
- getColumnDefinitions(): ColumnDefinitions
- getExecutionInfo(): ExecutionInfo
- remaining(): int
- currentPage(): Iterable<Object>
- one(): Object
- hasMorePages(): boolean
- fetchNextPage(): CompletionStage<AsyncPagingIterable>
- wasApplied(): boolean
- map(Function<Object, Object>): MappedAsyncPagingIterable<Object>
-
ConsistencyLevel
- ANY: ConsistencyLevel
- ONE: ConsistencyLevel
- TWO: ConsistencyLevel
- THREE: ConsistencyLevel
- QUORUM: ConsistencyLevel
- ALL: ConsistencyLevel
- LOCAL_ONE: ConsistencyLevel
- LOCAL_QUORUM: ConsistencyLevel
- EACH_QUORUM: ConsistencyLevel
- SERIAL: ConsistencyLevel
- LOCAL_SERIAL: ConsistencyLevel
- getProtocolCode(): int
- name(): String
- isDcLocal(): boolean
- isSerial(): boolean
- CqlIdentifier
-
CqlSession
- builder(): CqlSessionBuilder
- execute(Statement<Statement>): ResultSet
- execute(String): ResultSet
- executeAsync(Statement<Statement>): CompletionStage<AsyncResultSet>
- executeAsync(String): CompletionStage<AsyncResultSet>
- prepare(SimpleStatement): PreparedStatement
- prepare(String): PreparedStatement
- prepare(PrepareRequest): PreparedStatement
- prepareAsync(SimpleStatement): CompletionStage<PreparedStatement>
- prepareAsync(String): CompletionStage<PreparedStatement>
- prepareAsync(PrepareRequest): CompletionStage<PreparedStatement>
- CqlSessionBuilder
-
DefaultConsistencyLevel
- ANY: DefaultConsistencyLevel
- ONE: DefaultConsistencyLevel
- TWO: DefaultConsistencyLevel
- THREE: DefaultConsistencyLevel
- QUORUM: DefaultConsistencyLevel
- ALL: DefaultConsistencyLevel
- LOCAL_ONE: DefaultConsistencyLevel
- LOCAL_QUORUM: DefaultConsistencyLevel
- EACH_QUORUM: DefaultConsistencyLevel
- SERIAL: DefaultConsistencyLevel
- LOCAL_SERIAL: DefaultConsistencyLevel
- protocolCode: int
- DefaultConsistencyLevel(int): void
- getProtocolCode(): int
- fromCode(int): DefaultConsistencyLevel
- isDcLocal(): boolean
- isSerial(): boolean
- BY_CODE: Map<Integer, DefaultConsistencyLevel>
- mapByCode(DefaultConsistencyLevel[]): Map<Integer, DefaultConsistencyLevel>
- DefaultProtocolVersion
- DriverException
- DriverExecutionException
- DriverTimeoutException
- InvalidKeyspaceException
- MappedAsyncPagingIterable
- MavenCoordinates
- NoNodeAvailableException
-
PagingIterable
- getColumnDefinitions(): ColumnDefinitions
- getExecutionInfo(): ExecutionInfo
- getExecutionInfos(): List<ExecutionInfo>
- one(): Object
- isFullyFetched(): boolean
- all(): List<Object>
- getAvailableWithoutFetching(): int
- wasApplied(): boolean
- map(Function<Object, Object>): PagingIterable<Object>
- spliterator(): Spliterator<Object>
- ProtocolVersion
- RequestThrottlingException
-
UnsupportedProtocolVersionException
- serialVersionUID: long
- endPoint: EndPoint
- attemptedVersions: List<ProtocolVersion>
- forSingleAttempt(EndPoint, ProtocolVersion): UnsupportedProtocolVersionException
- forNegotiation(EndPoint, List<ProtocolVersion>): UnsupportedProtocolVersionException
- UnsupportedProtocolVersionException(EndPoint, String, List<ProtocolVersion>): void
- UnsupportedProtocolVersionException(EndPoint, String, List<ProtocolVersion>, ExecutionInfo): void
- getEndPoint(): EndPoint
- getAttemptedVersions(): List<ProtocolVersion>
- copy(): DriverException
-
Version
- patch: int
- dsePatch: int
- V3_0_0: Version
- V4_0_0: Version
- serialVersionUID: long
- VERSION_REGEXP: String
- pattern: Pattern
- V2_1_0: Version
- V2_2_0: Version
- V6_7_0: Version
- major: int
- minor: int
- preReleases: String[]
- build: String
- Version(int, int, int, int, String[], String): void
- parse(String): Version
- getMajor(): int
- getMinor(): int
- getPatch(): int
- getDSEPatch(): int
- getPreReleaseLabels(): List<String>
- getBuildLabel(): String
- nextStable(): Version
- compareTo(Version): int
- equals(Object): boolean
- hashCode(): int
- toString(): String
- addresstranslation
- auth
- config
- connection
- context
-
cql
- AsyncResultSet
- BatchStatement
- BatchStatementBuilder
- BatchType
- BatchableStatement
- Bindable
- BoundStatement
- BoundStatementBuilder
- ColumnDefinition
- ColumnDefinitions
- DefaultBatchType
- ExecutionInfo
- PrepareRequest
- PreparedStatement
- QueryTrace
- ResultSet
- Row
- SimpleStatement
- SimpleStatementBuilder
- Statement
- StatementBuilder
- TraceEvent
- data
- detach
- loadbalancing
- metadata
- metrics
- retry
-
servererrors
- AlreadyExistsException
- BootstrappingException
- CoordinatorException
- DefaultWriteType
- FunctionFailureException
- InvalidConfigurationInQueryException
- InvalidQueryException
- OverloadedException
- ProtocolError
- QueryConsistencyException
- QueryExecutionException
- QueryValidationException
- ReadFailureException
- ReadTimeoutException
- ServerError
- SyntaxError
- TruncateException
- UnauthorizedException
- UnavailableException
- WriteFailureException
- WriteTimeoutException
- WriteType
- session
- specex
- ssl
- time
- tracker
- type
- uuid
-
AllNodesFailedException
-
core
-
internal
-
core
-
AsyncPagingIterableWrapper
- source: AsyncPagingIterable<Object, AsyncPagingIterable>
- elementMapper: Function<Object, Object>
- currentPage: Iterable<Object>
- AsyncPagingIterableWrapper(AsyncPagingIterable<Object, AsyncPagingIterable>, Function<Object, Object>): void
- getColumnDefinitions(): ColumnDefinitions
- getExecutionInfo(): ExecutionInfo
- remaining(): int
- currentPage(): Iterable<Object>
- hasMorePages(): boolean
- fetchNextPage(): CompletionStage<MappedAsyncPagingIterable<Object>>
- wasApplied(): boolean
-
CassandraProtocolVersionRegistry
- LOG: Logger
- values: ImmutableList<ProtocolVersion>
- logPrefix: String
- versionsByCode: NavigableMap<Integer, ProtocolVersion>
- CassandraProtocolVersionRegistry(String): void
- CassandraProtocolVersionRegistry(String, ProtocolVersion[][]): void
- fromCode(int): ProtocolVersion
- fromName(String): ProtocolVersion
- highestNonBeta(): ProtocolVersion
- downgrade(ProtocolVersion): Optional<ProtocolVersion>
- highestCommon(Collection<Node>): ProtocolVersion
- supports(ProtocolVersion, ProtocolFeature): boolean
- getValues(): ImmutableList<ProtocolVersion>
- byCode(ProtocolVersion[][]): NavigableMap<Integer, ProtocolVersion>
- ConsistencyLevelRegistry
- ContactPoints
-
CqlIdentifiers
- wrap(Iterable<String>, Function<String, CqlIdentifier>): List<CqlIdentifier>
- wrap(Iterable<String>): List<CqlIdentifier>
- wrapInternal(Iterable<String>): List<CqlIdentifier>
- wrapKeys(Map<String, Object>, Function<String, CqlIdentifier>): Map<CqlIdentifier, Object>
- wrapKeys(Map<String, Object>): Map<CqlIdentifier, Object>
- wrapKeysInternal(Map<String, Object>): Map<CqlIdentifier, Object>
- DefaultConsistencyLevelRegistry
-
DefaultMavenCoordinates
- LOG: Logger
- buildFromResourceAndPrint(URL): MavenCoordinates
- buildFromResource(URL): DefaultMavenCoordinates
- name: String
- groupId: String
- artifactId: String
- version: Version
- DefaultMavenCoordinates(String, String, String, Version): void
- getName(): String
- getGroupId(): String
- getArtifactId(): String
- getVersion(): Version
- toString(): String
- DefaultProtocolFeature
-
PagingIterableWrapper
- source: PagingIterable<Object>
- sized: boolean
- iterator: Iterator<Object>
- PagingIterableWrapper(PagingIterable<Object>, Function<Object, Object>): void
- PagingIterableWrapper(PagingIterable<Object>, Function<Object, Object>, boolean): void
- getColumnDefinitions(): ColumnDefinitions
- getExecutionInfos(): List<ExecutionInfo>
- isFullyFetched(): boolean
- getAvailableWithoutFetching(): int
- wasApplied(): boolean
- iterator(): Iterator<Object>
- spliterator(): Spliterator<Object>
- map(Function<Object, Object>): PagingIterable<Object>
- ProtocolFeature
- ProtocolVersionRegistry
- addresstranslation
- adminrequest
- auth
-
channel
- ChannelEvent
- ChannelFactory
- ChannelHandlerRequest
- ClusterNameMismatchException
- ConnectInitHandler
- DefaultWriteCoalescer
- DriverChannel
- DriverChannelOptions
- EventCallback
- HeartbeatHandler
- InFlightHandler
- InboundTrafficMeter
- OutboundTrafficMeter
- PassThroughWriteCoalescer
- ProtocolInitHandler
- ResponseCallback
- StreamIdGenerator
- WriteCoalescer
- config
- connection
- context
- control
-
cql
- Conversions
- CqlPrepareAsyncProcessor
- CqlPrepareHandler
- CqlPrepareSyncProcessor
- CqlRequestAsyncProcessor
- CqlRequestHandler
- CqlRequestSyncProcessor
- DefaultAsyncResultSet
- DefaultBatchStatement
- DefaultBoundStatement
- DefaultColumnDefinition
- DefaultColumnDefinitions
- DefaultExecutionInfo
- DefaultPrepareRequest
- DefaultPreparedStatement
- DefaultQueryTrace
- DefaultRow
- DefaultSimpleStatement
- DefaultTraceEvent
- EmptyColumnDefinitions
- MultiPageResultSet
- PagingIterableSpliterator
- QueryTraceFetcher
- ResultSets
- SinglePageResultSet
- data
- loadbalancing
-
metadata
- AddNodeRefresh
- CloudTopologyMonitor
- DefaultEndPoint
- DefaultMetadata
- DefaultNode
- DefaultNodeInfo
- DefaultTopologyMonitor
- DistanceEvent
- FullNodeListRefresh
- InitialNodeListRefresh
- LoadBalancingPolicyWrapper
- MetadataManager
- MetadataRefresh
- NodeInfo
- NodeProperties
- NodeStateEvent
- NodeStateManager
- NodesRefresh
- NoopNodeStateListener
- RemoveNodeRefresh
- SchemaAgreementChecker
- SniEndPoint
- TokensChangedRefresh
- TopologyEvent
- TopologyMonitor
- schema
- token
- metrics
- os
- pool
- protocol
- retry
- servererrors
- session
- specex
- ssl
- time
- tracker
- type
- util
-
AsyncPagingIterableWrapper
-
core
-
api
-
driver
-
oss
-
datastax