public final class HashedRWSet extends com.google.protobuf.GeneratedMessageV3 implements HashedRWSetOrBuilder
HashedRWSet encapsulates hashed representation of a private read-write set for KV or Document data modelProtobuf type
kvrwset.HashedRWSet
Modifier and Type | Class and Description |
---|---|
static class |
HashedRWSet.Builder
HashedRWSet encapsulates hashed representation of a private read-write set for KV or Document data model
|
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
HASHED_READS_FIELD_NUMBER |
static int |
HASHED_WRITES_FIELD_NUMBER |
static int |
METADATA_WRITES_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static HashedRWSet |
getDefaultInstance() |
HashedRWSet |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
KVReadHash |
getHashedReads(int index)
repeated .kvrwset.KVReadHash hashed_reads = 1 [json_name = "hashedReads"]; |
int |
getHashedReadsCount()
repeated .kvrwset.KVReadHash hashed_reads = 1 [json_name = "hashedReads"]; |
List<KVReadHash> |
getHashedReadsList()
repeated .kvrwset.KVReadHash hashed_reads = 1 [json_name = "hashedReads"]; |
KVReadHashOrBuilder |
getHashedReadsOrBuilder(int index)
repeated .kvrwset.KVReadHash hashed_reads = 1 [json_name = "hashedReads"]; |
List<? extends KVReadHashOrBuilder> |
getHashedReadsOrBuilderList()
repeated .kvrwset.KVReadHash hashed_reads = 1 [json_name = "hashedReads"]; |
KVWriteHash |
getHashedWrites(int index)
repeated .kvrwset.KVWriteHash hashed_writes = 2 [json_name = "hashedWrites"]; |
int |
getHashedWritesCount()
repeated .kvrwset.KVWriteHash hashed_writes = 2 [json_name = "hashedWrites"]; |
List<KVWriteHash> |
getHashedWritesList()
repeated .kvrwset.KVWriteHash hashed_writes = 2 [json_name = "hashedWrites"]; |
KVWriteHashOrBuilder |
getHashedWritesOrBuilder(int index)
repeated .kvrwset.KVWriteHash hashed_writes = 2 [json_name = "hashedWrites"]; |
List<? extends KVWriteHashOrBuilder> |
getHashedWritesOrBuilderList()
repeated .kvrwset.KVWriteHash hashed_writes = 2 [json_name = "hashedWrites"]; |
KVMetadataWriteHash |
getMetadataWrites(int index)
repeated .kvrwset.KVMetadataWriteHash metadata_writes = 3 [json_name = "metadataWrites"]; |
int |
getMetadataWritesCount()
repeated .kvrwset.KVMetadataWriteHash metadata_writes = 3 [json_name = "metadataWrites"]; |
List<KVMetadataWriteHash> |
getMetadataWritesList()
repeated .kvrwset.KVMetadataWriteHash metadata_writes = 3 [json_name = "metadataWrites"]; |
KVMetadataWriteHashOrBuilder |
getMetadataWritesOrBuilder(int index)
repeated .kvrwset.KVMetadataWriteHash metadata_writes = 3 [json_name = "metadataWrites"]; |
List<? extends KVMetadataWriteHashOrBuilder> |
getMetadataWritesOrBuilderList()
repeated .kvrwset.KVMetadataWriteHash metadata_writes = 3 [json_name = "metadataWrites"]; |
com.google.protobuf.Parser<HashedRWSet> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
isInitialized() |
static HashedRWSet.Builder |
newBuilder() |
static HashedRWSet.Builder |
newBuilder(HashedRWSet prototype) |
HashedRWSet.Builder |
newBuilderForType() |
static HashedRWSet |
parseDelimitedFrom(InputStream input) |
static HashedRWSet |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashedRWSet |
parseFrom(byte[] data) |
static HashedRWSet |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashedRWSet |
parseFrom(ByteBuffer data) |
static HashedRWSet |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashedRWSet |
parseFrom(com.google.protobuf.ByteString data) |
static HashedRWSet |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashedRWSet |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HashedRWSet |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashedRWSet |
parseFrom(InputStream input) |
static HashedRWSet |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<HashedRWSet> |
parser() |
HashedRWSet.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int HASHED_READS_FIELD_NUMBER
public static final int HASHED_WRITES_FIELD_NUMBER
public static final int METADATA_WRITES_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public List<KVReadHash> getHashedReadsList()
repeated .kvrwset.KVReadHash hashed_reads = 1 [json_name = "hashedReads"];
getHashedReadsList
in interface HashedRWSetOrBuilder
public List<? extends KVReadHashOrBuilder> getHashedReadsOrBuilderList()
repeated .kvrwset.KVReadHash hashed_reads = 1 [json_name = "hashedReads"];
getHashedReadsOrBuilderList
in interface HashedRWSetOrBuilder
public int getHashedReadsCount()
repeated .kvrwset.KVReadHash hashed_reads = 1 [json_name = "hashedReads"];
getHashedReadsCount
in interface HashedRWSetOrBuilder
public KVReadHash getHashedReads(int index)
repeated .kvrwset.KVReadHash hashed_reads = 1 [json_name = "hashedReads"];
getHashedReads
in interface HashedRWSetOrBuilder
public KVReadHashOrBuilder getHashedReadsOrBuilder(int index)
repeated .kvrwset.KVReadHash hashed_reads = 1 [json_name = "hashedReads"];
getHashedReadsOrBuilder
in interface HashedRWSetOrBuilder
public List<KVWriteHash> getHashedWritesList()
repeated .kvrwset.KVWriteHash hashed_writes = 2 [json_name = "hashedWrites"];
getHashedWritesList
in interface HashedRWSetOrBuilder
public List<? extends KVWriteHashOrBuilder> getHashedWritesOrBuilderList()
repeated .kvrwset.KVWriteHash hashed_writes = 2 [json_name = "hashedWrites"];
getHashedWritesOrBuilderList
in interface HashedRWSetOrBuilder
public int getHashedWritesCount()
repeated .kvrwset.KVWriteHash hashed_writes = 2 [json_name = "hashedWrites"];
getHashedWritesCount
in interface HashedRWSetOrBuilder
public KVWriteHash getHashedWrites(int index)
repeated .kvrwset.KVWriteHash hashed_writes = 2 [json_name = "hashedWrites"];
getHashedWrites
in interface HashedRWSetOrBuilder
public KVWriteHashOrBuilder getHashedWritesOrBuilder(int index)
repeated .kvrwset.KVWriteHash hashed_writes = 2 [json_name = "hashedWrites"];
getHashedWritesOrBuilder
in interface HashedRWSetOrBuilder
public List<KVMetadataWriteHash> getMetadataWritesList()
repeated .kvrwset.KVMetadataWriteHash metadata_writes = 3 [json_name = "metadataWrites"];
getMetadataWritesList
in interface HashedRWSetOrBuilder
public List<? extends KVMetadataWriteHashOrBuilder> getMetadataWritesOrBuilderList()
repeated .kvrwset.KVMetadataWriteHash metadata_writes = 3 [json_name = "metadataWrites"];
getMetadataWritesOrBuilderList
in interface HashedRWSetOrBuilder
public int getMetadataWritesCount()
repeated .kvrwset.KVMetadataWriteHash metadata_writes = 3 [json_name = "metadataWrites"];
getMetadataWritesCount
in interface HashedRWSetOrBuilder
public KVMetadataWriteHash getMetadataWrites(int index)
repeated .kvrwset.KVMetadataWriteHash metadata_writes = 3 [json_name = "metadataWrites"];
getMetadataWrites
in interface HashedRWSetOrBuilder
public KVMetadataWriteHashOrBuilder getMetadataWritesOrBuilder(int index)
repeated .kvrwset.KVMetadataWriteHash metadata_writes = 3 [json_name = "metadataWrites"];
getMetadataWritesOrBuilder
in interface HashedRWSetOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static HashedRWSet parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HashedRWSet parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HashedRWSet parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HashedRWSet parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HashedRWSet parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HashedRWSet parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HashedRWSet parseFrom(InputStream input) throws IOException
IOException
public static HashedRWSet parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HashedRWSet parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HashedRWSet parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HashedRWSet parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static HashedRWSet parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public HashedRWSet.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static HashedRWSet.Builder newBuilder()
public static HashedRWSet.Builder newBuilder(HashedRWSet prototype)
public HashedRWSet.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
public static HashedRWSet getDefaultInstance()
public static com.google.protobuf.Parser<HashedRWSet> parser()
public com.google.protobuf.Parser<HashedRWSet> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public HashedRWSet getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2022. All rights reserved.