| Package | Description |
|---|---|
| com.ing.data.cassandra.jdbc.commands |
This package contains the classes used to handle
special CQL
commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCopyCommandExecutor
Executor abstraction for common parts of the special commands
COPY. |
class |
ConsistencyLevelExecutor
Executor for consistency level special commands.
|
class |
CopyFromCommandExecutor
Executor for special command importing data into a table from a CSV file.
|
class |
CopyToCommandExecutor
Executor for special command copying table content to a CSV file.
|
class |
NoOpExecutor
Executor returning an empty result set.
|
class |
SerialConsistencyLevelExecutor
Executor for serial consistency level special commands.
|
class |
SourceCommandExecutor
Executor for special command executing a CQL script file.
|
| Modifier and Type | Method and Description |
|---|---|
static SpecialCommandExecutor |
SpecialCommandsUtil.getCommandExecutor(String cql)
Gets the appropriate executor for special command.
|
Copyright © 2020–2026 ING Bank. All rights reserved.