Uses of Class
io.stargate.sdk.doc.CollectionClient
Packages that use CollectionClient
-
Uses of CollectionClient in io.stargate.sdk.doc
Methods in io.stargate.sdk.doc that return CollectionClientModifier and TypeMethodDescriptionNamespaceClient.collection(String collectionName) Move to the collection clientMethods in io.stargate.sdk.doc with parameters of type CollectionClientModifier and TypeMethodDescriptionCollectionClient.PageSupplier.findPage(CollectionClient cc, PageableQuery q) Get a pageStargateDocumentDataLoader.submitCreateDoc(CollectionClient ccc, DOC doc) Push thread in the queue for the document to be loaded.StargateDocumentDataLoader.submitCreateDoc(CollectionClient ccc, String doc) Push thread in the queue for the document to be loaded.Constructors in io.stargate.sdk.doc with parameters of type CollectionClientModifierConstructorDescriptionDocumentClient(LoadBalancedHttpClient stargateHttpClient, CollectionClient collectionClient, String docId) Full constructor.StargateDocumentRepository(CollectionClient col, Class<DOC> clazz) Default constructor.