Uses of Class
com.arangodb.entity.ShardEntity
-
Packages that use ShardEntity Package Description com.arangodb -
-
Uses of ShardEntity in com.arangodb
Methods in com.arangodb that return ShardEntity Modifier and Type Method Description ShardEntity
ArangoCollection. getResponsibleShard(Object value)
Returns the responsible shard for the document.Methods in com.arangodb that return types with arguments of type ShardEntity Modifier and Type Method Description CompletableFuture<ShardEntity>
ArangoCollectionAsync. getResponsibleShard(Object value)
Asynchronous version ofArangoCollection.getResponsibleShard(Object)
-