Interface Raft.DeleteRangeResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Raft.DeleteRangeResponse, Raft.DeleteRangeResponse.Builder
Enclosing class:
Raft

public static interface Raft.DeleteRangeResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getDeleteCounts(int index)
    repeated int64 delete_counts = 1;
    int
    repeated int64 delete_counts = 1;
    repeated int64 delete_counts = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDeleteCountsList

      List<Long> getDeleteCountsList()
      repeated int64 delete_counts = 1;
      Returns:
      A list containing the deleteCounts.
    • getDeleteCountsCount

      int getDeleteCountsCount()
      repeated int64 delete_counts = 1;
      Returns:
      The count of deleteCounts.
    • getDeleteCounts

      long getDeleteCounts(int index)
      repeated int64 delete_counts = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The deleteCounts at the given index.