Uses of Class
co.yellowdog.platform.interaction.objectstore.ObjectPath
Packages that use ObjectPath
Package
Description
Provides the classes needed to interact with the YellowDog Object Store service.
Defines types used in the request/response interactions with the YellowDog Object Store Service.
-
Uses of ObjectPath in co.yellowdog.platform.clients.objectstore
Methods in co.yellowdog.platform.clients.objectstore that return types with arguments of type ObjectPathModifier and TypeMethodDescriptionObjectStoreClient.getNamespaceObjectPaths
(ObjectPathsRequest request) Return all object paths that match the request.ObjectStoreClient.getNamespaceObjectPaths
(ObjectPathsSliceRequest request) ObjectStoreClientImpl.getNamespaceObjectPaths
(@NonNull ObjectPathsRequest request) ObjectStoreClientImpl.getNamespaceObjectPaths
(@NonNull ObjectPathsSliceRequest request) ObjectStoreClient.streamNamespaceObjectPaths
(ObjectPathsRequest request) ObjectStoreClientImpl.streamNamespaceObjectPaths
(@NonNull ObjectPathsRequest request) Methods in co.yellowdog.platform.clients.objectstore with parameters of type ObjectPathModifier and TypeMethodDescriptionvoid
ObjectStoreClient.deleteObjects
(String namespace, ObjectPath... objectPaths) void
ObjectStoreClientImpl.deleteObjects
(@NonNull String namespace, ObjectPath... objectPaths) Method parameters in co.yellowdog.platform.clients.objectstore with type arguments of type ObjectPathModifier and TypeMethodDescriptionvoid
ObjectStoreClient.deleteObjects
(String namespace, Iterable<ObjectPath> objectPaths) void
ObjectStoreClientImpl.deleteObjects
(@NonNull String namespace, @NonNull Iterable<ObjectPath> objectPaths) -
Uses of ObjectPath in co.yellowdog.platform.interaction.objectstore
Subclasses with type arguments of type ObjectPath in co.yellowdog.platform.interaction.objectstoreMethods in co.yellowdog.platform.interaction.objectstore that return ObjectPathModifier and TypeMethodDescriptionObjectPath.Builder.buildUnchecked()
static ObjectPath
static ObjectPath
static ObjectPath
static ObjectPath
static ObjectPath
static ObjectPath