Package | Description |
---|---|
com.basho.riak.client.api.convert | |
com.basho.riak.client.core.converters | |
com.basho.riak.client.core.operations | |
com.basho.riak.client.core.query |
Modifier and Type | Method and Description |
---|---|
RiakObject |
Converter.OrmExtracted.getRiakObject() |
RiakObject |
PassThroughConverter.toDomain(BinaryValue value,
String contentType) |
RiakObject |
PassThroughConverter.toDomain(RiakObject obj,
Location location) |
Modifier and Type | Method and Description |
---|---|
Converter.ContentAndType |
PassThroughConverter.fromDomain(RiakObject domainObject) |
Converter.OrmExtracted |
PassThroughConverter.fromDomain(RiakObject domainObject,
Namespace namespace,
BinaryValue key) |
String |
StringConverter.toDomain(RiakObject obj,
Location location) |
RiakObject |
PassThroughConverter.toDomain(RiakObject obj,
Location location) |
T |
Converter.toDomain(RiakObject obj,
Location location)
Converts from a RiakObject to a domain object.
|
Constructor and Description |
---|
OrmExtracted(RiakObject riakObject,
Namespace namespace,
BinaryValue key) |
Modifier and Type | Method and Description |
---|---|
static List<RiakObject> |
RiakObjectConverter.convert(List<RiakKvPB.RpbContent> contentList,
com.google.protobuf.ByteString contentVClock) |
Modifier and Type | Method and Description |
---|---|
static RiakKvPB.RpbContent |
RiakObjectConverter.convert(RiakObject ro) |
Modifier and Type | Method and Description |
---|---|
List<RiakObject> |
FetchOperation.KvResponseBase.getObjectList() |
Modifier and Type | Method and Description |
---|---|
StoreOperation.Builder |
StoreOperation.Builder.withContent(RiakObject content) |
Modifier and Type | Method and Description |
---|---|
RiakObject |
RiakObject.setCharset(String charset)
Set the characterSet for this object's content (value).
|
RiakObject |
RiakObject.setContentType(String contentType)
Set the content type of the data payload (value) of the this RiakObject.
|
RiakObject |
RiakObject.setDeleted(boolean isDeleted)
Marks this RiakObject as being a tombstone in Riak
|
RiakObject |
RiakObject.setLastModified(long lastModified)
A
long timestamp of milliseconds since the epoch to asSet as
the last modified date on this RiakObject. |
RiakObject |
RiakObject.setValue(BinaryValue value)
Set the value for this RiakObject
|
RiakObject |
RiakObject.setVClock(VClock vclock)
Set the vector clock for this RiakObject.
|
RiakObject |
RiakObject.setVTag(String vtag)
Set the version tag for this RiakObject
|
Copyright © 2016. All rights reserved.