A B C D E F G I L N O P Q 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
- getBool(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
i
th value as a boolean. - getBool(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a boolean. - getBool(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a boolean. - getBool(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as a boolean. - getByte(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
i
th value as a byte. - getByte(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a byte. - getByte(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a byte. - getByte(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a byte. - getBytes(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns whether the
i
th value as a ByteBuffer. - getBytes(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a ByteBuffer. - getBytes(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a byte array. - getBytes(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as a byte array. - getBytesUnsafe(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns whether the
i
th value as a ByteBuffer. - getBytesUnsafe(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a ByteBuffer. - getBytesUnsafe(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a ByteBuffer. - getBytesUnsafe(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as 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.getTimestamp(int)
- getDate(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getTimestamp(int)
- getDate(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.getTimestamp(String)
- getDate(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Deprecated.replaced by
CassandraRow.getTimestamp(String)
- getDecimal(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns whether the
i
th value as a variable length decimal. - getDecimal(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a variable length decimal. - getDecimal(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a variable length decimal. - getDecimal(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as a variable length decimal. - getDefaultTimestamp() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
-
The default timestamp for this query.
- getDouble(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns whether the
i
th value as a boolean. - getDouble(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a boolean. - getDouble(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a double. - getDouble(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as a double. - getFetchSize() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
-
The fetch size for this query.
- getFloat(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns whether the
i
th value as a float. - getFloat(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a float. - getFloat(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a float. - getFloat(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as a float. - getInet(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns whether the
i
th value as a InetAddress. - getInet(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a InetAddress. - getInet(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as an InetAddress. - getInet(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as an InetAddress. - getInt(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
i
th value as an integer. - getInt(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as an integer. - getInt(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as an integer. - getInt(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as 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
i
th value as a list. - getList(int, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a list. - getList(String, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a list. - getList(String, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as a list. - getLong(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns whether the
i
th value as a long. - getLong(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a long. - getLong(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a long. - getLong(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as a long. - getMap(int, Class<K>, Class<V>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
i
th value as a map. - getMap(int, Class<K>, Class<V>) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a map. - getMap(String, Class<K>, Class<V>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a map. - getMap(String, Class<K>, Class<V>) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as a map. - 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
. - 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
i
th value as a set. - getSet(int, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a set. - getSet(String, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a set. - getSet(String, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as a set. - getShort(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
i
th value as a short. - getShort(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a short. - getShort(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a short. - getShort(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a short. - getString(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns whether the
i
th value as a String. - getString(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a String. - getString(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a string. - getString(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as a string. - getTime(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
i
th value as a long in nanoseconds since midnight. - getTime(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a long in nanoseconds since midnight. - getTime(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
i
th value as a long in nanoseconds since midnight. - getTime(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a long in nanoseconds since midnight. - getTimestamp(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns whether the
i
th value as a date. - getTimestamp(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a date. - getTimestamp(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a date. - getTimestamp(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as a date. - getUUID(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns whether the
i
th value as a UUID. - getUUID(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a UUID. - getUUID(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a UUID. - getUUID(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as a UUID. - getVarint(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns whether the
i
th value as a variable length integer. - getVarint(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the
i
th value as a variable length integer. - getVarint(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the value for
name
as a variable length integer. - getVarint(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns the value for
name
as a variable length integer.
All Classes All Packages