JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
E
F
G
I
L
M
N
O
S
T
V
B
BEGIN_BATCH
- Static variable in class info.archinnov.achilles.internals.statement.
StatementHelper
buildStatements(List<String>)
- Method in class info.archinnov.achilles.script.
ScriptExecutor
C
com.datastax.driver.core
- package com.datastax.driver.core
E
execute(String)
- Method in class info.archinnov.achilles.script.
ScriptExecutor
Execute a plain CQL string statement
execute(Statement)
- Method in class info.archinnov.achilles.script.
ScriptExecutor
Execute a CQL statement
executeAsync(String)
- Method in class info.archinnov.achilles.script.
ScriptExecutor
Execute a plain CQL string statement asynchronously
executeAsync(Statement)
- Method in class info.archinnov.achilles.script.
ScriptExecutor
Execute a CQL statement asynchronously
executeScript(String)
- Method in class info.archinnov.achilles.script.
ScriptExecutor
Execute a CQL script file located in the class path
executeScriptTemplate(String, Map<String, Object>)
- Method in class info.archinnov.achilles.script.
ScriptExecutor
Execute a CQL script template located in the class path and inject provided values into the template to produce the actual script
F
FutureUtils
- Class in
info.archinnov.achilles.internals.futures
Copy from original class at https://github.com/lukas-krecan/future-converter/blob/master/java8-guava/src/main/java/net/javacrumbs/futureconverter/java8guava/FutureConverter.java Licenced under Apache 2.0
FutureUtils()
- Constructor for class info.archinnov.achilles.internals.futures.
FutureUtils
G
getSession()
- Method in class info.archinnov.achilles.script.
ScriptExecutor
getWrappedStatement(StatementWrapper)
- Static method in class com.datastax.driver.core.
StatementWrapperUtils
I
info.archinnov.achilles.internals.futures
- package info.archinnov.achilles.internals.futures
info.archinnov.achilles.internals.statement
- package info.archinnov.achilles.internals.statement
info.archinnov.achilles.script
- package info.archinnov.achilles.script
isBatchStatement(Statement)
- Static method in class info.archinnov.achilles.internals.statement.
StatementHelper
isDeleteStatement(Statement)
- Static method in class info.archinnov.achilles.internals.statement.
StatementHelper
isDMLStatement(Statement)
- Static method in class info.archinnov.achilles.internals.statement.
StatementHelper
isInsertStatement(Statement)
- Static method in class info.archinnov.achilles.internals.statement.
StatementHelper
isSelectStatement(Statement)
- Static method in class info.archinnov.achilles.internals.statement.
StatementHelper
isSelectStatement(PreparedStatement)
- Static method in class info.archinnov.achilles.internals.statement.
StatementHelper
isSimpleStatement(Statement)
- Static method in class info.archinnov.achilles.internals.statement.
StatementHelper
isUpdateStatement(Statement)
- Static method in class info.archinnov.achilles.internals.statement.
StatementHelper
isUpsertStatement(Statement)
- Static method in class info.archinnov.achilles.internals.statement.
StatementHelper
L
loadScriptAsLines(String)
- Method in class info.archinnov.achilles.script.
ScriptExecutor
loadScriptAsLines(String, Map<String, Object>)
- Method in class info.archinnov.achilles.script.
ScriptExecutor
M
maybeGetNormalizedQueryString(Statement)
- Static method in class info.archinnov.achilles.internals.statement.
StatementHelper
N
normalizeQueryString(String)
- Static method in class info.archinnov.achilles.internals.statement.
StatementHelper
O
OTHER_STATEMENT
- Static variable in class info.archinnov.achilles.internals.statement.
StatementHelper
S
ScriptExecutor
- Class in
info.archinnov.achilles.script
Facility class to execute a CQL script file or a plain CQL statement
ScriptExecutor(Session)
- Constructor for class info.archinnov.achilles.script.
ScriptExecutor
StatementHelper
- Class in
info.archinnov.achilles.internals.statement
Helper class to determine statement types: SELECT, INSERT, UPDATE, DELETE or OTHER
StatementHelper()
- Constructor for class info.archinnov.achilles.internals.statement.
StatementHelper
StatementType
- Enum in
info.archinnov.achilles.internals.statement
StatementWrapperUtils
- Class in
com.datastax.driver.core
StatementWrapperUtils()
- Constructor for class com.datastax.driver.core.
StatementWrapperUtils
T
toCompletableFuture(ListenableFuture<T>, ExecutorService)
- Static method in class info.archinnov.achilles.internals.futures.
FutureUtils
V
valueOf(String)
- Static method in enum info.archinnov.achilles.internals.statement.
StatementType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum info.archinnov.achilles.internals.statement.
StatementType
Returns an array containing the constants of this enum type, in the order they are declared.
B
C
E
F
G
I
L
M
N
O
S
T
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2012-2021. All Rights Reserved.