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
I
- isDCLocal() - Method in enum com.opencloud.slee.resource.cassandra_cql.CassandraConsistencyLevel
-
Whether or not the the consistency level applies to the local data-center only.
- isExhausted() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraResultSet
- isFullyFetched() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraResultSet
-
Deprecated.replaced by
!hasMorePages()
. - isLastOutstandingQuery() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraSession
-
Return true if there is one outstanding result/query on a session.
- isNull(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns the
i
th value is NULL. - isNull(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns whether the
i
th value is NULL. - isNull(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns whether the value for
name
is NULL. - isNull(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraRow
-
Returns whether the value for
name
is NULL. - isSet(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns whether the
i
th variable has been bound. - isSet(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Returns whether the first occurrence of variable
name
has been bound. - isTracing() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
-
Returns whether tracing is enabled for this query or not.
- isTracing() - Method in interface com.opencloud.slee.resource.cassandra_cql.PreparedCassandraStatement
-
Returns whether tracing is enabled for this prepared statement, i.e. if BoundStatement created from it will use tracing by default.
- isValid() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraSession
-
Is this a valid session?
- iterator() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraResultSet
All Classes All Packages