Uses of Package
io.stargate.sdk.rest.domain
Packages that use io.stargate.sdk.rest.domain
-
Classes in io.stargate.sdk.rest.domain used by io.stargate.sdk.restClassDescriptionWork with the column.Creation request for an INDEX.Creation request of a table.Represent an creation request for an UDT.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" }Represent a keyspace definition with its relevant MetaData.Build a queyr with filter clauseBuild a queyr with filter clauseRepresent a table definition when working with Rest API.Configuration at table level.Bean representing a user defined type.Represent an creation request for an UDT.
-
Classes in io.stargate.sdk.rest.domain used by io.stargate.sdk.rest.domainClassDescriptionCode for table deifnition ordering.Work with the column.Creation request for an INDEX.Internal builderCreation request of a table.Pattern builder for class
CreateTable.Wrapper for entries in map.Build a queyr with filter clauseBuilder pattern.Build a queyr with filter clauseBuilder 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);Configuration at table level.Represent the PK in rest APIWork with the column.POJO