Interface DataserviceMessages.DiskCollectRequestOrBuilder

    • 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;
      • getRefsToUpdateMap

        Map<String,​Integer> getRefsToUpdateMap()
        map<string, int32> refsToUpdate = 4;
      • getRefsToUpdateOrDefault

        int getRefsToUpdateOrDefault​(String key,
                                     int defaultValue)
        map<string, int32> refsToUpdate = 4;
      • getRefsToUpdateOrThrow

        int getRefsToUpdateOrThrow​(String key)
        map<string, int32> refsToUpdate = 4;