public static interface RiakKvPB.RpbCoverageReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getBucket()
required bytes bucket = 2; |
int |
getMinPartitions()
optional uint32 min_partitions = 3; |
com.google.protobuf.ByteString |
getReplaceCover()
optional bytes replace_cover = 4; |
com.google.protobuf.ByteString |
getType()
optional bytes type = 1; |
com.google.protobuf.ByteString |
getUnavailableCover(int index)
repeated bytes unavailable_cover = 5; |
int |
getUnavailableCoverCount()
repeated bytes unavailable_cover = 5; |
List<com.google.protobuf.ByteString> |
getUnavailableCoverList()
repeated bytes unavailable_cover = 5; |
boolean |
hasBucket()
required bytes bucket = 2; |
boolean |
hasMinPartitions()
optional uint32 min_partitions = 3; |
boolean |
hasReplaceCover()
optional bytes replace_cover = 4; |
boolean |
hasType()
optional bytes type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasType()
optional bytes type = 1;
Bucket type, if not set we assume the 'default' type
com.google.protobuf.ByteString getType()
optional bytes type = 1;
Bucket type, if not set we assume the 'default' type
boolean hasBucket()
required bytes bucket = 2;
com.google.protobuf.ByteString getBucket()
required bytes bucket = 2;
boolean hasMinPartitions()
optional uint32 min_partitions = 3;
If undefined, we build a normal coverage plan. If <ring_size, we build a coverage plan with exactly ring_size entries, anything larger will have a power of 2 entries covering keyspaces smaller than a partition
int getMinPartitions()
optional uint32 min_partitions = 3;
If undefined, we build a normal coverage plan. If <ring_size, we build a coverage plan with exactly ring_size entries, anything larger will have a power of 2 entries covering keyspaces smaller than a partition
boolean hasReplaceCover()
optional bytes replace_cover = 4;
For failure recovery
com.google.protobuf.ByteString getReplaceCover()
optional bytes replace_cover = 4;
For failure recovery
List<com.google.protobuf.ByteString> getUnavailableCoverList()
repeated bytes unavailable_cover = 5;
Other coverage contexts that have failed to assist Riak in deciding what nodes to avoid
int getUnavailableCoverCount()
repeated bytes unavailable_cover = 5;
Other coverage contexts that have failed to assist Riak in deciding what nodes to avoid
com.google.protobuf.ByteString getUnavailableCover(int index)
repeated bytes unavailable_cover = 5;
Other coverage contexts that have failed to assist Riak in deciding what nodes to avoid
Copyright © 2016. All rights reserved.