All Classes and Interfaces
Class
Description
Code for table deifnition ordering.
Work with the column.
Working with a Column.
Specialized Error.
Creation request for an INDEX.
Internal builder
Creation request of a table.
Pattern builder for class
CreateTable.Represent an creation request for an UDT.
Working with indices in the classes.
Sample output
{
"keyspace_name": "sdk_test_ks",
"options": [
{ "key": "class_name", "value": "org.apache.cassandra.index.sai.StorageAttachedIndex" },
{ "key": "target", "value": "keys(bar2)" }
],
"table_name": "foo",
"index_name": "idx_2",
"kind": "CUSTOM"
}
Specialized Error.
Operation on a record.
Represent a keyspace definition with its relevant MetaData.
Client for API resource /v2/namespaces.
Wrapper for entries in map.
Build a queyr with filter clause
Builder pattern.
Build a queyr with filter clause
Builder pattern.
Helper to build a where clause in natural language (fluent API)
TODO the WHERE CLAUSE CAN HAVE MULTIPLE CRITERIA FOR A FIELD
where("field").greaterThan(40)
.lessThan(50);
Working with REST API and part of schemas with tables and keyspaces;
Operate on Tables in Cassandra.
Represent a table definition when working with Rest API.
Specialized Error.
Configuration at table level.
Represent the PK in rest API
Working with UDT.
Bean representing a user defined type.
Work with the column.
POJO
Represent an creation request for an UDT.