Class ProtostellarCoreEncodedContent
java.lang.Object
com.couchbase.client.core.protostellar.kv.ProtostellarCoreEncodedContent
-
Constructor Summary
ConstructorDescriptionProtostellarCoreEncodedContent
(com.couchbase.client.core.deps.com.google.protobuf.ByteString encoded, int flags, boolean compressed, long encodingTimeNanos) -
Method Summary
-
Constructor Details
-
ProtostellarCoreEncodedContent
public ProtostellarCoreEncodedContent(com.couchbase.client.core.deps.com.google.protobuf.ByteString encoded, int flags, boolean compressed, long encodingTimeNanos)
-
-
Method Details
-
bytes
public com.couchbase.client.core.deps.com.google.protobuf.ByteString bytes() -
flags
public int flags() -
compressed
public boolean compressed() -
encodingTimeNanos
public long encodingTimeNanos()
-