A B C D E F G H I L N O P Q R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- getActivityContextInterface(CassandraSession) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraCQLActivityContextInterfaceFactory
-
Return an ACI for a cassandra session activity
- getAvailableWithoutFetching() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraResultSet
-
Deprecated.replaced by
CassandraResultSet.remaining() - getBigDecimal(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a Java big decimal. - getBigDecimal(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a Java big decimal. - getBigDecimal(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a Java big decimal. - getBigDecimal(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a Java big decimal. - getBigInteger(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a Java big integer. - getBigInteger(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a Java big integer. - getBigInteger(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a Java big integer. - getBigInteger(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a Java big integer. - getBool(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getBoolean(int). - getBool(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getBoolean(int). - getBool(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getBoolean(String). - getBool(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getBoolean(String). - getBoolean(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a boolean. - getBoolean(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a boolean. - getBoolean(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a boolean. - getBoolean(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a boolean. - getByte(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a byte. - getByte(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a byte. - getByte(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a byte. - getByte(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a byte. - getByteBuffer(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a ByteBuffer. - getByteBuffer(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a ByteBuffer. - getByteBuffer(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a byte array. - getByteBuffer(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a byte array. - getBytes(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getByteBuffer(int). - getBytes(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getByteBuffer(int). - getBytes(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getByteBuffer(String). - getBytes(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getByteBuffer(String). - getBytesUnsafe(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a ByteBuffer. - getBytesUnsafe(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a ByteBuffer. - getBytesUnsafe(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a ByteBuffer. - getBytesUnsafe(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a ByteBuffer. - getCause() - Method in class com.opencloud.slee.resource.cassandra_cql.event.CassandraErrorEvent
- getConsistencyLevel() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
-
The consistency level for this query.
- getConsistencyLevel() - Method in interface com.opencloud.slee.resource.cassandra_cql.PreparedCassandraStatement
-
Returns the default consistency level set through
PreparedCassandraStatement.setConsistencyLevel(com.opencloud.slee.resource.cassandra_cql.CassandraConsistencyLevel). - getDate(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getLocalDate(int). - getDate(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getLocalDate(int). - getDate(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getLocalDate(String). - getDate(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getLocalDate(String). - getDecimal(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getBigDecimal(int). - getDecimal(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getBigDecimal(int). - getDecimal(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getBigDecimal(String). - getDecimal(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getBigDecimal(String). - getDefaultTimestamp() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
-
Deprecated.replaced by
CassandraStatement.getQueryTimestamp(). - getDouble(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a double. - getDouble(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a double. - getDouble(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a double. - getDouble(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a double. - getFetchSize() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
-
Deprecated.replaced by
CassandraStatement.getPageSize(). - getFloat(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a float. - getFloat(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a float. - getFloat(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a float. - getFloat(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a float. - getInet(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getInetAddress(int). - getInet(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getInetAddress(int). - getInet(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getInetAddress(String). - getInet(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getInetAddress(String). - getInetAddress(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as an InetAddress. - getInetAddress(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as an InetAddress. - getInetAddress(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas an InetAddress. - getInetAddress(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas an InetAddress. - getInstant(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a Java instant. - getInstant(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a Java instant. - getInstant(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a Java instant. - getInstant(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a Java instant. - getInt(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as an integer. - getInt(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as an integer. - getInt(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas an integer. - getInt(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas an integer. - getKeyspace() - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the keyspace this query operates on.
- getKeyspace() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
-
Returns the keyspace this query operates on.
- getList(int, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a list. - getList(int, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a list. - getList(String, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a list. - getList(String, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a list. - getLocalDate(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a Java local date. - getLocalDate(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a Java local date. - getLocalDate(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a Java local date. - getLocalDate(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a Java local date. - getLocalTime(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a Java local time. - getLocalTime(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a Java local time. - getLocalTime(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a Java local time. - getLocalTime(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a Java local time. - getLong(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a long. - getLong(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a long. - getLong(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a long. - getLong(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a long. - getMap(int, Class<K>, Class<V>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a map. - getMap(int, Class<K>, Class<V>) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a map. - getMap(String, Class<K>, Class<V>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a map. - getMap(String, Class<K>, Class<V>) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a map. - getPageSize() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
-
The page size for this query.
- getQueryKeyspace() - Method in interface com.opencloud.slee.resource.cassandra_cql.PreparedCassandraStatement
-
Returns the keyspace at the time that this prepared statement was prepared, (that is the one on which this statement applies unless it specified a keyspace explicitly).
- getQueryString() - Method in interface com.opencloud.slee.resource.cassandra_cql.PreparedCassandraStatement
-
Returns the string of the query that was prepared to yield this
PreparedCassandraStatement. - getQueryTimestamp() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
-
The query timestamp, in microseconds, to send with the statement.
- getResultSet() - Method in class com.opencloud.slee.resource.cassandra_cql.event.CassandraQueryResultEvent
- getRoutingKey() - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
The routing key for this bound query.
- getRoutingKey() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
-
Returns the routing key (in binary raw form) to use for token aware routing of this query.
- getRoutingKey() - Method in interface com.opencloud.slee.resource.cassandra_cql.PreparedCassandraStatement
-
Returns the routing key set for this query.
- getSerialConsistencyLevel() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
-
The serial consistency level for this query.
- getSerialConsistencyLevel() - Method in interface com.opencloud.slee.resource.cassandra_cql.PreparedCassandraStatement
-
Returns the default serial consistency level set through
PreparedCassandraStatement.setSerialConsistencyLevel(com.opencloud.slee.resource.cassandra_cql.CassandraConsistencyLevel). - getSession() - Method in class com.opencloud.slee.resource.cassandra_cql.event.CassandraErrorEvent
- getSession() - Method in class com.opencloud.slee.resource.cassandra_cql.event.CassandraQueryResultEvent
- getSet(int, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a set. - getSet(int, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a set. - getSet(String, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a set. - getSet(String, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a set. - getShort(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a short. - getShort(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a short. - getShort(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a short. - getShort(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a short. - getString(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a String. - getString(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a String. - getString(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a string. - getString(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a string. - getTime(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getLocalTime(int). - getTime(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getLocalTime(int). - getTime(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getLocalTime(String). - getTime(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getLocalTime(String). - getTimestamp(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getInstant(int). - getTimestamp(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getInstant(int). - getTimestamp(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getInstant(String). - getTimestamp(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getInstant(String). - getUuid(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
ith value as a UUID. - getUuid(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
ith value as a UUID. - getUuid(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
nameas a UUID. - getUuid(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
nameas a UUID. - getUUID(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getUuid(int). - getUUID(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getUuid(int). - getUUID(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getUuid(String). - getUUID(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getUuid(String). - getVarint(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getBigInteger(int). - getVarint(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getBigInteger(int). - getVarint(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getBigInteger(String). - getVarint(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getBigInteger(String).
All Classes All Packages