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 booleancontainsRefsToUpdate(String key)map<string, int32> refsToUpdate = 4;StringgetCandidates(int index)repeated string candidates = 3;com.google.protobuf.ByteStringgetCandidatesBytes(int index)repeated string candidates = 3;intgetCandidatesCount()repeated string candidates = 3;List<String>getCandidatesList()repeated string candidates = 3;StringgetEpochNodeID()string epochNodeID = 1;com.google.protobuf.ByteStringgetEpochNodeIDBytes()string epochNodeID = 1;Map<String,Integer>getRefsToUpdate()Deprecated.intgetRefsToUpdateCount()map<string, int32> refsToUpdate = 4;Map<String,Integer>getRefsToUpdateMap()map<string, int32> refsToUpdate = 4;intgetRefsToUpdateOrDefault(String key, int defaultValue)map<string, int32> refsToUpdate = 4;intgetRefsToUpdateOrThrow(String key)map<string, int32> refsToUpdate = 4;StringgetRingPath(int index)repeated string ringPath = 2;com.google.protobuf.ByteStringgetRingPathBytes(int index)repeated string ringPath = 2;intgetRingPathCount()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;
-
-