Uses of Interface
one.microstream.storage.restclient.ObjectRequest
Package | Description |
---|---|
one.microstream.storage.restclient | |
one.microstream.storage.restclient.jersey |
-
Uses of ObjectRequest in one.microstream.storage.restclient
Classes in one.microstream.storage.restclient that implement ObjectRequest Modifier and Type Class Description static class
ObjectRequest.Default
Methods in one.microstream.storage.restclient that return ObjectRequest Modifier and Type Method Description ObjectRequest
ObjectRequest.Builder. build()
ObjectRequest
ObjectRequest.Builder.Default. build()
static ObjectRequest
ObjectRequest. New(long objectId)
Methods in one.microstream.storage.restclient with parameters of type ObjectRequest Modifier and Type Method Description ViewerObjectDescription
StorageRestClient. requestObject(ObjectRequest objectRequest)
-
Uses of ObjectRequest in one.microstream.storage.restclient.jersey
Methods in one.microstream.storage.restclient.jersey with parameters of type ObjectRequest Modifier and Type Method Description ViewerObjectDescription
StorageRestClientJersey.Default. requestObject(ObjectRequest objectRequest)