public static interface RiakKvPB.RpbBucketKeyPreflistItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getNode()
required bytes node = 2; |
long |
getPartition()
required int64 partition = 1; |
boolean |
getPrimary()
required bool primary = 3; |
boolean |
hasNode()
required bytes node = 2; |
boolean |
hasPartition()
required int64 partition = 1; |
boolean |
hasPrimary()
required bool primary = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPartition()
required int64 partition = 1;
long getPartition()
required int64 partition = 1;
boolean hasNode()
required bytes node = 2;
com.google.protobuf.ByteString getNode()
required bytes node = 2;
boolean hasPrimary()
required bool primary = 3;
boolean getPrimary()
required bool primary = 3;
Copyright © 2016. All rights reserved.