Interface DataserviceMessages.DiskCollectRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataserviceMessages.DiskCollectRequest
,DataserviceMessages.DiskCollectRequest.Builder
- Enclosing class:
- DataserviceMessages
public static interface DataserviceMessages.DiskCollectRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsRefsToUpdate(String key)
map<string, int32> refsToUpdate = 4;
String
getCandidates(int index)
repeated string candidates = 3;
com.google.protobuf.ByteString
getCandidatesBytes(int index)
repeated string candidates = 3;
int
getCandidatesCount()
repeated string candidates = 3;
List<String>
getCandidatesList()
repeated string candidates = 3;
String
getEpochNodeID()
string epochNodeID = 1;
com.google.protobuf.ByteString
getEpochNodeIDBytes()
string epochNodeID = 1;
Map<String,Integer>
getRefsToUpdate()
Deprecated.int
getRefsToUpdateCount()
map<string, int32> refsToUpdate = 4;
Map<String,Integer>
getRefsToUpdateMap()
map<string, int32> refsToUpdate = 4;
int
getRefsToUpdateOrDefault(String key, int defaultValue)
map<string, int32> refsToUpdate = 4;
int
getRefsToUpdateOrThrow(String key)
map<string, int32> refsToUpdate = 4;
String
getRingPath(int index)
repeated string ringPath = 2;
com.google.protobuf.ByteString
getRingPathBytes(int index)
repeated string ringPath = 2;
int
getRingPathCount()
repeated string ringPath = 2;
List<String>
getRingPathList()
repeated string ringPath = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEpochNodeID
String getEpochNodeID()
string epochNodeID = 1;
- Returns:
- The epochNodeID.
-
getEpochNodeIDBytes
com.google.protobuf.ByteString getEpochNodeIDBytes()
string epochNodeID = 1;
- Returns:
- The bytes for epochNodeID.
-
getRingPathList
List<String> getRingPathList()
repeated string ringPath = 2;
- Returns:
- A list containing the ringPath.
-
getRingPathCount
int getRingPathCount()
repeated string ringPath = 2;
- Returns:
- The count of ringPath.
-
getRingPath
String getRingPath(int index)
repeated string ringPath = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The ringPath at the given index.
-
getRingPathBytes
com.google.protobuf.ByteString getRingPathBytes(int index)
repeated string ringPath = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the ringPath at the given index.
-
getCandidatesList
List<String> getCandidatesList()
repeated string candidates = 3;
- Returns:
- A list containing the candidates.
-
getCandidatesCount
int getCandidatesCount()
repeated string candidates = 3;
- Returns:
- The count of candidates.
-
getCandidates
String getCandidates(int index)
repeated string candidates = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The candidates at the given index.
-
getCandidatesBytes
com.google.protobuf.ByteString getCandidatesBytes(int index)
repeated string candidates = 3;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the candidates at the given index.
-
getRefsToUpdateCount
int getRefsToUpdateCount()
map<string, int32> refsToUpdate = 4;
-
containsRefsToUpdate
boolean containsRefsToUpdate(String key)
map<string, int32> refsToUpdate = 4;
-
getRefsToUpdate
@Deprecated Map<String,Integer> getRefsToUpdate()
Deprecated.UsegetRefsToUpdateMap()
instead.
-
getRefsToUpdateOrDefault
int getRefsToUpdateOrDefault(String key, int defaultValue)
map<string, int32> refsToUpdate = 4;
-
getRefsToUpdateOrThrow
int getRefsToUpdateOrThrow(String key)
map<string, int32> refsToUpdate = 4;
-
-