Uses of Class
com.c8db.model.CollectionCreateOptions
-
Packages that use CollectionCreateOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of CollectionCreateOptions in com.c8db
Methods in com.c8db with parameters of type CollectionCreateOptions Modifier and Type Method Description CollectionEntityC8Collection. create(CollectionCreateOptions options)Creates a collection with the givenoptionsfor this collection's name, then returns collection information from the server.CollectionEntityC8Database. createCollection(String name, CollectionCreateOptions options)Creates a collection with the givenoptionsfor this collection's name, then returns collection information from the server. -
Uses of CollectionCreateOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type CollectionCreateOptions Modifier and Type Method Description CollectionEntityC8CollectionImpl. create(CollectionCreateOptions options)CollectionEntityC8DatabaseImpl. createCollection(String name, CollectionCreateOptions options)protected RequestInternalC8Database. createCollectionRequest(String name, CollectionCreateOptions options) -
Uses of CollectionCreateOptions in com.c8db.model
Methods in com.c8db.model that return CollectionCreateOptions Modifier and Type Method Description static CollectionCreateOptionsOptionsBuilder. build(CollectionCreateOptions options, String name)CollectionCreateOptionsCollectionCreateOptions. enableShards(Boolean enableShards)CollectionCreateOptionsCollectionCreateOptions. isLocal(Boolean isLocal)CollectionCreateOptionsCollectionCreateOptions. isSpot(Boolean isSpot)CollectionCreateOptionsCollectionCreateOptions. isSystem(Boolean isSystem)CollectionCreateOptionsCollectionCreateOptions. keyOptions(Boolean allowUserKeys, KeyType type, Integer increment, Integer offset)protected CollectionCreateOptionsCollectionCreateOptions. name(String name)CollectionCreateOptionsCollectionCreateOptions. shardKeys(String... shardKeys)CollectionCreateOptionsCollectionCreateOptions. stream(Boolean stream)CollectionCreateOptionsCollectionCreateOptions. type(CollectionType type)CollectionCreateOptionsCollectionCreateOptions. waitForSync(Boolean waitForSync)Sets waitForSync collection creation property.Methods in com.c8db.model with parameters of type CollectionCreateOptions Modifier and Type Method Description static CollectionCreateOptionsOptionsBuilder. build(CollectionCreateOptions options, String name)
-