Skip navigation links
A B C D E F G I J K L M N O P Q R S T U V W 

A

addSetValue(String, Object) - Method in interface net.oneandone.troilus.java7.UpdateWithUnit
 
all() - Method in interface net.oneandone.troilus.java7.ListReadWithUnit
 
all() - Method in interface net.oneandone.troilus.java7.SingleReadWithUnit
 
allowFiltering(Boolean) - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryData
 
appendListValue(String, Object) - Method in interface net.oneandone.troilus.java7.UpdateWithUnit
 
asEntity(Class<E>) - Method in interface net.oneandone.troilus.java7.ListReadWithUnit
 
asEntity(Class<E>) - Method in interface net.oneandone.troilus.java7.SingleReadWithUnit
 

B

Batchable - Interface in net.oneandone.troilus
Batchable mutation query
BatchableMutation<Q extends BatchableMutation<Q>> - Interface in net.oneandone.troilus.java7
Batchable mutation
BatchMutation - Interface in net.oneandone.troilus.java7
BatchMutation

C

column(String) - Method in interface net.oneandone.troilus.java7.ListReadWithColumns
 
column(ColumnName<?>) - Method in interface net.oneandone.troilus.java7.ListReadWithColumns
 
column(String) - Method in interface net.oneandone.troilus.java7.SingleReadWithColumns
 
column(ColumnName<?>) - Method in interface net.oneandone.troilus.java7.SingleReadWithColumns
 
ColumnName<T> - Class in net.oneandone.troilus
A name which defines the class type of the associated value type
columns(String...) - Method in interface net.oneandone.troilus.java7.ListReadWithColumns
 
columns(ColumnName<?>...) - Method in interface net.oneandone.troilus.java7.ListReadWithColumns
 
columns(String...) - Method in interface net.oneandone.troilus.java7.SingleReadWithColumns
 
columns(ColumnName<?>...) - Method in interface net.oneandone.troilus.java7.SingleReadWithColumns
 
columnsToFetch(ImmutableMap<String, Boolean>) - Method in interface net.oneandone.troilus.interceptor.SingleReadQueryData
 
columnsToFetch(ImmutableMap<String, Boolean>) - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryData
 
columnWithMetadata(String) - Method in interface net.oneandone.troilus.java7.ListReadWithColumns
 
columnWithMetadata(ColumnName<?>) - Method in interface net.oneandone.troilus.java7.ListReadWithColumns
 
columnWithMetadata(String) - Method in interface net.oneandone.troilus.java7.SingleReadWithColumns
 
columnWithMetadata(ColumnName<?>) - Method in interface net.oneandone.troilus.java7.SingleReadWithColumns
 
combinedWith(Batchable) - Method in interface net.oneandone.troilus.java7.BatchableMutation
 
combinedWith(Batchable) - Method in interface net.oneandone.troilus.java7.BatchMutation
 
combinedWith(CounterBatchable) - Method in interface net.oneandone.troilus.java7.CounterBatchMutation
 
combinedWith(CounterBatchable) - Method in interface net.oneandone.troilus.java7.CounterMutation
 
ConfiguredQuery<Q,R> - Interface in net.oneandone.troilus.java7
 
ConstraintException - Exception in net.oneandone.troilus
Exception thrown when a constraint is violated
ConstraintException(String) - Constructor for exception net.oneandone.troilus.ConstraintException
 
ConstraintsInterceptor - Class in net.oneandone.troilus.interceptor
ConstraintsInterceptor
Count - Class in net.oneandone.troilus
The count result
Count() - Constructor for class net.oneandone.troilus.Count
 
count() - Method in interface net.oneandone.troilus.java7.ListReadWithUnit
 
CounterBatchable - Interface in net.oneandone.troilus
counter batchable query
CounterBatchMutation - Interface in net.oneandone.troilus.java7
counter-aware batch mutation query
CounterMutation - Interface in net.oneandone.troilus.java7
counter mutation

D

Dao - Interface in net.oneandone.troilus.java7
The data access object
decr(String) - Method in interface net.oneandone.troilus.java7.WithCounter
 
decr(String, long) - Method in interface net.oneandone.troilus.java7.WithCounter
 
define(String, Class<E>) - Static method in class net.oneandone.troilus.ColumnName
defines a new name
defineBool(String) - Static method in class net.oneandone.troilus.ColumnName
defines a new name with Boolean-typed value
defineByteBuffer(String) - Static method in class net.oneandone.troilus.ColumnName
defines a new name with ByteBuffer-typed value
defineBytes(String) - Static method in class net.oneandone.troilus.ColumnName
defines a new name with ByteBuffer-typed value
defineDate(String) - Static method in class net.oneandone.troilus.ColumnName
defines a new name with Date-typed value
defineDecimal(String) - Static method in class net.oneandone.troilus.ColumnName
defines a new name with Decimal-typed value
defineFloat(String) - Static method in class net.oneandone.troilus.ColumnName
defines a new name with Float-typed value
defineInet(String) - Static method in class net.oneandone.troilus.ColumnName
defines a new name with InetAddress-typed value
defineInt(String) - Static method in class net.oneandone.troilus.ColumnName
defines a new name with Integer-typed value
defineList(String, Class<E>) - Static method in class net.oneandone.troilus.ColumnName
defines a new list name
defineLong(String) - Static method in class net.oneandone.troilus.ColumnName
defines a new name with Long-typed value
defineMap(String, Class<E>, Class<F>) - Static method in class net.oneandone.troilus.ColumnName
defines a new set name
defineSet(String, Class<E>) - Static method in class net.oneandone.troilus.ColumnName
defines a new set name
defineString(String) - Static method in class net.oneandone.troilus.ColumnName
defines a new name with String-typed value
defineTupleValue(String) - Static method in class net.oneandone.troilus.ColumnName
defines a new name with TupleValue-typed value
defineUUID(String) - Static method in class net.oneandone.troilus.ColumnName
defines a new name with UUID-typed value
defineVarint(String) - Static method in class net.oneandone.troilus.ColumnName
defines a new name with Varint-typed value
DeleteQueryData - Interface in net.oneandone.troilus.interceptor
Delete query data
DeleteQueryRequestInterceptor - Interface in net.oneandone.troilus.java7.interceptor
Interceptor which will be executed before performing a delete query
deleteWhere(Clause...) - Method in interface net.oneandone.troilus.java7.Dao
 
deleteWhere(Clause...) - Method in class net.oneandone.troilus.Java7DaoImpl
 
deleteWithKey(ImmutableMap<String, Object>) - Method in interface net.oneandone.troilus.java7.Dao
 
deleteWithKey(String, Object) - Method in interface net.oneandone.troilus.java7.Dao
 
deleteWithKey(String, Object, String, Object) - Method in interface net.oneandone.troilus.java7.Dao
 
deleteWithKey(String, Object, String, Object, String, Object) - Method in interface net.oneandone.troilus.java7.Dao
 
deleteWithKey(ColumnName<T>, T) - Method in interface net.oneandone.troilus.java7.Dao
 
deleteWithKey(ColumnName<T>, T, ColumnName<E>, E) - Method in interface net.oneandone.troilus.java7.Dao
 
deleteWithKey(ColumnName<T>, T, ColumnName<E>, E, ColumnName<F>, F) - Method in interface net.oneandone.troilus.java7.Dao
 
deleteWithKey(String, Object) - Method in class net.oneandone.troilus.Java7DaoImpl
 
deleteWithKey(String, Object, String, Object) - Method in class net.oneandone.troilus.Java7DaoImpl
 
deleteWithKey(String, Object, String, Object, String, Object) - Method in class net.oneandone.troilus.Java7DaoImpl
 
deleteWithKey(ColumnName<T>, T) - Method in class net.oneandone.troilus.Java7DaoImpl
 
deleteWithKey(ColumnName<T>, T, ColumnName<E>, E) - Method in class net.oneandone.troilus.Java7DaoImpl
 
deleteWithKey(ColumnName<T>, T, ColumnName<E>, E, ColumnName<F>, F) - Method in class net.oneandone.troilus.Java7DaoImpl
 
deleteWithKey(ImmutableMap<String, Object>) - Method in class net.oneandone.troilus.Java7DaoImpl
 
Deletion - Interface in net.oneandone.troilus.java7
delete query
distinct(Boolean) - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryData
 

E

entity(Object) - Method in interface net.oneandone.troilus.java7.UpdateWithUnit
 
EntityList<E> - Interface in net.oneandone.troilus
The entity list
execute() - Method in interface net.oneandone.troilus.java7.Query
performs the query in a sync way
executeAsync() - Method in interface net.oneandone.troilus.java7.Query
performs the query in an async way

F

fetchSize(Integer) - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryData
 
Field - Annotation Type in net.oneandone.troilus
Annotation that allows to specify the name of the CQL field to which the Java field should be mapped.

G

getAllExecutionInfo() - Method in interface net.oneandone.troilus.Result
 
getAllowFiltering() - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryData
 
getBool(String) - Method in interface net.oneandone.troilus.java7.Record
 
getBytes(String) - Method in interface net.oneandone.troilus.java7.Record
 
getBytesUnsafe(String) - Method in interface net.oneandone.troilus.java7.Record
 
getColumnsToFetch() - Method in interface net.oneandone.troilus.interceptor.SingleReadQueryData
 
getColumnsToFetch() - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryData
 
getCount() - Method in class net.oneandone.troilus.Count
 
getDate(String) - Method in interface net.oneandone.troilus.java7.Record
 
getDecimal(String) - Method in interface net.oneandone.troilus.java7.Record
 
getDistinct() - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryData
 
getEnum(String, Class<T>) - Method in interface net.oneandone.troilus.java7.Record
 
getExecutionInfo() - Method in interface net.oneandone.troilus.Result
 
getFetchSize() - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryData
 
getFloat(String) - Method in interface net.oneandone.troilus.java7.Record
 
getIfExists() - Method in interface net.oneandone.troilus.interceptor.DeleteQueryData
 
getIfNotExits() - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
getInet(String) - Method in interface net.oneandone.troilus.java7.Record
 
getInt(String) - Method in interface net.oneandone.troilus.java7.Record
 
getKey() - Method in interface net.oneandone.troilus.interceptor.SingleReadQueryData
 
getKeys() - Method in interface net.oneandone.troilus.interceptor.DeleteQueryData
 
getKeys() - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryData
 
getKeys() - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
getLimit() - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryData
 
getList(String, Class<T>) - Method in interface net.oneandone.troilus.java7.Record
 
getListValuesToAppend() - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
getListValuesToPrepend() - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
getListValuesToRemove() - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
getLong(String) - Method in interface net.oneandone.troilus.java7.Record
 
getMap(String, Class<K>, Class<V>) - Method in interface net.oneandone.troilus.java7.Record
 
getMapValuesToMutate() - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
getName() - Method in class net.oneandone.troilus.ColumnName
 
getObject(String, Class<T>) - Method in interface net.oneandone.troilus.java7.Record
 
getOnlyIfConditions() - Method in interface net.oneandone.troilus.interceptor.DeleteQueryData
 
getOnlyIfConditions() - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
getResult() - Method in exception net.oneandone.troilus.IfConditionException
 
getResult() - Method in exception net.oneandone.troilus.TooManyResultsException
 
getSet(String, Class<T>) - Method in interface net.oneandone.troilus.java7.Record
 
getSetValuesToAdd() - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
getSetValuesToRemove() - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
getStatementAsync() - Method in interface net.oneandone.troilus.StatementSource
 
getString(String) - Method in interface net.oneandone.troilus.java7.Record
 
getTtl(String) - Method in interface net.oneandone.troilus.java7.Record
 
getUDTValue(String) - Method in interface net.oneandone.troilus.java7.Record
 
getUUID(String) - Method in interface net.oneandone.troilus.java7.Record
 
getValue(ColumnName<T>) - Method in interface net.oneandone.troilus.java7.Record
 
getValuesToMutate() - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
getVarint(String) - Method in interface net.oneandone.troilus.java7.Record
 
getWhereConditions() - Method in interface net.oneandone.troilus.interceptor.DeleteQueryData
 
getWhereConditions() - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryData
 
getWhereConditions() - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
getWritetime(String) - Method in interface net.oneandone.troilus.java7.Record
 

I

IfConditionException - Exception in net.oneandone.troilus
Exception thrown when a if condition is violated
IfConditionException(Result, String) - Constructor for exception net.oneandone.troilus.IfConditionException
 
ifExists(Boolean) - Method in interface net.oneandone.troilus.interceptor.DeleteQueryData
 
ifExists() - Method in interface net.oneandone.troilus.java7.Deletion
 
ifNotExists() - Method in interface net.oneandone.troilus.java7.Insertion
 
ifNotExists(Boolean) - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
ifNotExists() - Method in interface net.oneandone.troilus.java7.Write
 
incr(String) - Method in interface net.oneandone.troilus.java7.WithCounter
 
incr(String, long) - Method in interface net.oneandone.troilus.java7.WithCounter
 
Insertion - Interface in net.oneandone.troilus.java7
Insertion query
isNull(String) - Method in interface net.oneandone.troilus.java7.Record
 

J

Java7DaoImpl - Class in net.oneandone.troilus
 
Java7DaoImpl(Session, String) - Constructor for class net.oneandone.troilus.Java7DaoImpl
 

K

key(ImmutableMap<String, Object>) - Method in interface net.oneandone.troilus.interceptor.SingleReadQueryData
 
keys(ImmutableMap<String, Object>) - Method in interface net.oneandone.troilus.interceptor.DeleteQueryData
 
keys(ImmutableMap<String, ImmutableList<Object>>) - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryData
 
keys(ImmutableMap<String, Object>) - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 

L

limit(Integer) - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryData
 
ListRead<T> - Interface in net.oneandone.troilus.java7
List read query
ListReadQueryData - Interface in net.oneandone.troilus.java7.interceptor
list read query data
ListReadQueryRequestInterceptor - Interface in net.oneandone.troilus.java7.interceptor
Interceptor which will be executed before performing a list read query
ListReadQueryResponseInterceptor - Interface in net.oneandone.troilus.java7.interceptor
Interceptor which will be executed after performing a list read query
ListReadWithColumns<T> - Interface in net.oneandone.troilus.java7
column-ware list read
ListReadWithUnit<T> - Interface in net.oneandone.troilus.java7
list read query
listValuesToAppend(ImmutableMap<String, ImmutableList<Object>>) - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
listValuesToPrepend(ImmutableMap<String, ImmutableList<Object>>) - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
listValuesToRemove(ImmutableMap<String, ImmutableList<Object>>) - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 

M

mapValuesToMutate(ImmutableMap<String, ImmutableMap<Object, Optional<Object>>>) - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
Mutation<Q extends Mutation<Q>> - Interface in net.oneandone.troilus.java7
 

N

net.oneandone.troilus - package net.oneandone.troilus
 
net.oneandone.troilus.interceptor - package net.oneandone.troilus.interceptor
 
net.oneandone.troilus.java7 - package net.oneandone.troilus.java7
 
net.oneandone.troilus.java7.interceptor - package net.oneandone.troilus.java7.interceptor
 
newConstraints() - Static method in class net.oneandone.troilus.interceptor.ConstraintsInterceptor
 

O

onDeleteRequestAsync(DeleteQueryData) - Method in interface net.oneandone.troilus.java7.interceptor.DeleteQueryRequestInterceptor
 
onListReadRequestAsync(ListReadQueryData) - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryRequestInterceptor
 
onListReadResponseAsync(ListReadQueryData, RecordList) - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryResponseInterceptor
 
onlyIf(Clause...) - Method in interface net.oneandone.troilus.java7.Deletion
 
onlyIf(Clause...) - Method in interface net.oneandone.troilus.java7.Update
 
onlyIfConditions(ImmutableList<Clause>) - Method in interface net.oneandone.troilus.interceptor.DeleteQueryData
 
onlyIfConditions(ImmutableList<Clause>) - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
onSingleReadRequestAsync(SingleReadQueryData) - Method in interface net.oneandone.troilus.java7.interceptor.SingleReadQueryRequestInterceptor
 
onSingleReadResponseAsync(SingleReadQueryData, Record) - Method in interface net.oneandone.troilus.java7.interceptor.SingleReadQueryResponseInterceptor
 
onWriteRequestAsync(WriteQueryData) - Method in class net.oneandone.troilus.interceptor.ConstraintsInterceptor
 
onWriteRequestAsync(WriteQueryData) - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryRequestInterceptor
 

P

prependListValue(String, Object) - Method in interface net.oneandone.troilus.java7.UpdateWithUnit
 
ProtocolErrorException - Exception in net.oneandone.troilus
Exception thrown when a protocol-level error occurs
ProtocolErrorException(String) - Constructor for exception net.oneandone.troilus.ProtocolErrorException
 
putMapValue(String, Object, Object) - Method in interface net.oneandone.troilus.java7.UpdateWithUnit
 

Q

Query<T> - Interface in net.oneandone.troilus.java7
The Query
QueryInterceptor - Interface in net.oneandone.troilus.interceptor
QueryInterceptor marker interface

R

readAll() - Method in interface net.oneandone.troilus.java7.Dao
 
readAll() - Method in class net.oneandone.troilus.Java7DaoImpl
 
readListWithKey(String, Object) - Method in interface net.oneandone.troilus.java7.Dao
 
readListWithKey(String, Object, String, Object) - Method in interface net.oneandone.troilus.java7.Dao
 
readListWithKey(ColumnName<T>, T) - Method in interface net.oneandone.troilus.java7.Dao
 
readListWithKey(ColumnName<T>, T, ColumnName<E>, E) - Method in interface net.oneandone.troilus.java7.Dao
 
readListWithKey(String, Object) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readListWithKey(String, Object, String, Object) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readListWithKey(ColumnName<T>, T) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readListWithKey(ColumnName<T>, T, ColumnName<E>, E) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readWhere(Clause...) - Method in interface net.oneandone.troilus.java7.Dao
 
readWhere(Clause...) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readWithKey(ImmutableMap<String, Object>) - Method in interface net.oneandone.troilus.java7.Dao
 
readWithKey(String, Object) - Method in interface net.oneandone.troilus.java7.Dao
 
readWithKey(String, Object, String, Object) - Method in interface net.oneandone.troilus.java7.Dao
 
readWithKey(String, Object, String, Object, String, Object) - Method in interface net.oneandone.troilus.java7.Dao
 
readWithKey(ColumnName<T>, T) - Method in interface net.oneandone.troilus.java7.Dao
 
readWithKey(ColumnName<T>, T, ColumnName<E>, E) - Method in interface net.oneandone.troilus.java7.Dao
 
readWithKey(ColumnName<T>, T, ColumnName<E>, E, ColumnName<F>, F) - Method in interface net.oneandone.troilus.java7.Dao
 
readWithKey(ImmutableMap<String, Object>) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readWithKey(String, Object) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readWithKey(String, Object, String, Object) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readWithKey(String, Object, String, Object, String, Object) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readWithKey(ColumnName<T>, T) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readWithKey(ColumnName<T>, T, ColumnName<E>, E) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readWithKey(ColumnName<T>, T, ColumnName<E>, E, ColumnName<F>, F) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readWithKeys(String, ImmutableList<Object>) - Method in interface net.oneandone.troilus.java7.Dao
 
readWithKeys(String, Object, String, ImmutableList<Object>) - Method in interface net.oneandone.troilus.java7.Dao
 
readWithKeys(String, Object, String, Object, String, ImmutableList<Object>) - Method in interface net.oneandone.troilus.java7.Dao
 
readWithKeys(ColumnName<T>, ImmutableList<T>) - Method in interface net.oneandone.troilus.java7.Dao
 
readWithKeys(ColumnName<T>, T, ColumnName<E>, ImmutableList<E>) - Method in interface net.oneandone.troilus.java7.Dao
 
readWithKeys(ColumnName<T>, T, ColumnName<E>, E, ColumnName<F>, ImmutableList<F>) - Method in interface net.oneandone.troilus.java7.Dao
 
readWithKeys(String, ImmutableList<Object>) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readWithKeys(String, Object, String, ImmutableList<Object>) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readWithKeys(String, Object, String, Object, String, ImmutableList<Object>) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readWithKeys(ColumnName<T>, ImmutableList<T>) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readWithKeys(ColumnName<T>, T, ColumnName<E>, ImmutableList<E>) - Method in class net.oneandone.troilus.Java7DaoImpl
 
readWithKeys(ColumnName<T>, T, ColumnName<E>, E, ColumnName<F>, ImmutableList<F>) - Method in class net.oneandone.troilus.Java7DaoImpl
 
Record - Interface in net.oneandone.troilus.java7
record result
RecordList - Interface in net.oneandone.troilus.java7
Record list
removeListValue(String, Object) - Method in interface net.oneandone.troilus.java7.UpdateWithUnit
 
removeSetValue(String, Object) - Method in interface net.oneandone.troilus.java7.UpdateWithUnit
 
Result - Interface in net.oneandone.troilus
The query result

S

setValuesToAdd(ImmutableMap<String, ImmutableSet<Object>>) - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
setValuesToRemove(ImmutableMap<String, ImmutableSet<Object>>) - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
SingleRead<T> - Interface in net.oneandone.troilus.java7
Single read query
SingleReadQueryData - Interface in net.oneandone.troilus.interceptor
The reqd query data
SingleReadQueryRequestInterceptor - Interface in net.oneandone.troilus.java7.interceptor
Interceptor which will be executed before performing a read query
SingleReadQueryResponseInterceptor - Interface in net.oneandone.troilus.java7.interceptor
Interceptor which will be executed after performing a read query
SingleReadWithColumns<T> - Interface in net.oneandone.troilus.java7
Single column-aware read query
SingleReadWithUnit<T> - Interface in net.oneandone.troilus.java7
Single read query
StatementSource - Interface in net.oneandone.troilus
Statement soure

T

TooManyResultsException - Exception in net.oneandone.troilus
Exception thrown when a more results (rows) are returned than expected
TooManyResultsException(Result, String) - Constructor for exception net.oneandone.troilus.TooManyResultsException
 

U

Update<U extends BatchableMutation<U>> - Interface in net.oneandone.troilus.java7
Update query
UpdateWithUnit<U extends Update<U>> - Interface in net.oneandone.troilus.java7
value-aware update query
UpdateWithUnitAndCounter - Interface in net.oneandone.troilus.java7
values and counter aware update query

V

value(String, Object) - Method in interface net.oneandone.troilus.java7.UpdateWithUnit
 
value(ColumnName<T>, T) - Method in interface net.oneandone.troilus.java7.UpdateWithUnit
 
values(ImmutableMap<String, Object>) - Method in interface net.oneandone.troilus.java7.UpdateWithUnit
 
valuesToMutate(ImmutableMap<String, Optional<Object>>) - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 

W

wasApplied() - Method in interface net.oneandone.troilus.Result
 
whereConditions(ImmutableList<Clause>) - Method in interface net.oneandone.troilus.interceptor.DeleteQueryData
 
whereConditions(ImmutableSet<Clause>) - Method in interface net.oneandone.troilus.java7.interceptor.ListReadQueryData
 
whereConditions(ImmutableList<Clause>) - Method in interface net.oneandone.troilus.java7.interceptor.WriteQueryData
 
withAllowFiltering() - Method in interface net.oneandone.troilus.java7.ListRead
 
withConsistency(ConsistencyLevel) - Method in interface net.oneandone.troilus.java7.ConfiguredQuery
 
withConsistency(ConsistencyLevel) - Method in interface net.oneandone.troilus.java7.Dao
 
withConsistency(ConsistencyLevel) - Method in interface net.oneandone.troilus.java7.SingleRead
 
withConsistency(ConsistencyLevel) - Method in class net.oneandone.troilus.Java7DaoImpl
 
WithCounter - Interface in net.oneandone.troilus.java7
Counter-aware write query
withDistinct() - Method in interface net.oneandone.troilus.java7.ListRead
 
withFetchSize(int) - Method in interface net.oneandone.troilus.java7.ListRead
 
withImmutableColumn(ColumnName<?>) - Method in class net.oneandone.troilus.interceptor.ConstraintsInterceptor
 
withImmutableColumn(String) - Method in class net.oneandone.troilus.interceptor.ConstraintsInterceptor
 
withInterceptor(QueryInterceptor) - Method in interface net.oneandone.troilus.java7.Dao
 
withInterceptor(QueryInterceptor) - Method in class net.oneandone.troilus.Java7DaoImpl
 
withLimit(int) - Method in interface net.oneandone.troilus.java7.ListRead
 
withNotNullColumn(ColumnName<?>) - Method in class net.oneandone.troilus.interceptor.ConstraintsInterceptor
 
withNotNullColumn(String) - Method in class net.oneandone.troilus.interceptor.ConstraintsInterceptor
 
withoutTracking() - Method in interface net.oneandone.troilus.java7.ConfiguredQuery
 
withoutTracking() - Method in interface net.oneandone.troilus.java7.Dao
 
withoutTracking() - Method in interface net.oneandone.troilus.java7.SingleRead
 
withoutTracking() - Method in class net.oneandone.troilus.Java7DaoImpl
 
withoutWriteAheadLog() - Method in interface net.oneandone.troilus.java7.BatchMutation
 
withRetryPolicy(RetryPolicy) - Method in interface net.oneandone.troilus.java7.ConfiguredQuery
 
withRetryPolicy(RetryPolicy) - Method in interface net.oneandone.troilus.java7.Dao
 
withRetryPolicy(RetryPolicy) - Method in class net.oneandone.troilus.Java7DaoImpl
 
withSerialConsistency(ConsistencyLevel) - Method in interface net.oneandone.troilus.java7.CounterMutation
 
withSerialConsistency(ConsistencyLevel) - Method in interface net.oneandone.troilus.java7.Dao
 
withSerialConsistency(ConsistencyLevel) - Method in interface net.oneandone.troilus.java7.Mutation
 
withSerialConsistency(ConsistencyLevel) - Method in class net.oneandone.troilus.Java7DaoImpl
 
withTracking() - Method in interface net.oneandone.troilus.java7.ConfiguredQuery
 
withTracking() - Method in interface net.oneandone.troilus.java7.Dao
 
withTracking() - Method in interface net.oneandone.troilus.java7.SingleRead
 
withTracking() - Method in class net.oneandone.troilus.Java7DaoImpl
 
withTtl(int) - Method in interface net.oneandone.troilus.java7.CounterMutation
 
withTtl(int) - Method in interface net.oneandone.troilus.java7.Mutation
 
withWriteAheadLog() - Method in interface net.oneandone.troilus.java7.BatchMutation
 
withWritetime(long) - Method in interface net.oneandone.troilus.java7.CounterMutation
 
withWritetime(long) - Method in interface net.oneandone.troilus.java7.Mutation
 
Write - Interface in net.oneandone.troilus.java7
write query
writeEntity(Object) - Method in interface net.oneandone.troilus.java7.Dao
 
writeEntity(Object) - Method in class net.oneandone.troilus.Java7DaoImpl
 
WriteQueryData - Interface in net.oneandone.troilus.java7.interceptor
Write query data
WriteQueryRequestInterceptor - Interface in net.oneandone.troilus.java7.interceptor
Interceptor which will be executed before performing a write (update, insert) query
writeWhere(Clause...) - Method in interface net.oneandone.troilus.java7.Dao
 
writeWhere(Clause...) - Method in class net.oneandone.troilus.Java7DaoImpl
 
WriteWithCounter - Interface in net.oneandone.troilus.java7
write with counter
writeWithKey(ImmutableMap<String, Object>) - Method in interface net.oneandone.troilus.java7.Dao
 
writeWithKey(String, Object) - Method in interface net.oneandone.troilus.java7.Dao
 
writeWithKey(String, Object, String, Object) - Method in interface net.oneandone.troilus.java7.Dao
 
writeWithKey(String, Object, String, Object, String, Object) - Method in interface net.oneandone.troilus.java7.Dao
 
writeWithKey(ColumnName<T>, T) - Method in interface net.oneandone.troilus.java7.Dao
 
writeWithKey(ColumnName<T>, T, ColumnName<E>, E) - Method in interface net.oneandone.troilus.java7.Dao
 
writeWithKey(ColumnName<T>, T, ColumnName<E>, E, ColumnName<F>, F) - Method in interface net.oneandone.troilus.java7.Dao
 
writeWithKey(ImmutableMap<String, Object>) - Method in class net.oneandone.troilus.Java7DaoImpl
 
writeWithKey(String, Object) - Method in class net.oneandone.troilus.Java7DaoImpl
 
writeWithKey(String, Object, String, Object) - Method in class net.oneandone.troilus.Java7DaoImpl
 
writeWithKey(String, Object, String, Object, String, Object) - Method in class net.oneandone.troilus.Java7DaoImpl
 
writeWithKey(ColumnName<T>, T) - Method in class net.oneandone.troilus.Java7DaoImpl
 
writeWithKey(ColumnName<T>, T, ColumnName<E>, E) - Method in class net.oneandone.troilus.Java7DaoImpl
 
writeWithKey(ColumnName<T>, T, ColumnName<E>, E, ColumnName<F>, F) - Method in class net.oneandone.troilus.Java7DaoImpl
 
A B C D E F G I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2012–2015 1&1. All rights reserved.