public class CollectionGroup extends Query
Query.Direction
Modifier and Type | Method and Description |
---|---|
com.google.api.core.ApiFuture<List<QueryPartition>> |
getPartitions(long desiredPartitionCount) |
void |
getPartitions(long desiredPartitionCount,
com.google.api.gax.rpc.ApiStreamObserver<QueryPartition> observer)
Deprecated.
Please use
getPartitions(long) instead. All cursors will be loaded before
any value will be provided to observer . |
addSnapshotListener, addSnapshotListener, count, endAt, endAt, endBefore, endBefore, equals, fromProto, get, getFirestore, hashCode, limit, limitToLast, offset, orderBy, orderBy, orderBy, orderBy, select, select, startAfter, startAfter, startAt, startAt, stream, toProto, where, whereArrayContains, whereArrayContains, whereArrayContainsAny, whereArrayContainsAny, whereEqualTo, whereEqualTo, whereGreaterThan, whereGreaterThan, whereGreaterThanOrEqualTo, whereGreaterThanOrEqualTo, whereIn, whereIn, whereLessThan, whereLessThan, whereLessThanOrEqualTo, whereLessThanOrEqualTo, whereNotEqualTo, whereNotEqualTo, whereNotIn, whereNotIn
public void getPartitions(long desiredPartitionCount, com.google.api.gax.rpc.ApiStreamObserver<QueryPartition> observer)
getPartitions(long)
instead. All cursors will be loaded before
any value will be provided to observer
.desiredPartitionCount
- The desired maximum number of partition points. The number must be
strictly positive. The actual number of partitions returned may be fewer.observer
- a stream observer that receives the result of the Partition request.public com.google.api.core.ApiFuture<List<QueryPartition>> getPartitions(long desiredPartitionCount)
Copyright © 2023 Google LLC. All rights reserved.