接口 MLDataFormats.BatchedEntryDeletionIndexInfoOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
MLDataFormats.BatchedEntryDeletionIndexInfo, MLDataFormats.BatchedEntryDeletionIndexInfo.Builder
封闭类:
MLDataFormats

public static interface MLDataFormats.BatchedEntryDeletionIndexInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    long
    getDeleteSet(int index)
    repeated int64 deleteSet = 2;
    int
    repeated int64 deleteSet = 2;
    repeated int64 deleteSet = 2;
    required .NestedPositionInfo position = 1;
    required .NestedPositionInfo position = 1;
    boolean
    required .NestedPositionInfo position = 1;

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • hasPosition

      boolean hasPosition()
      required .NestedPositionInfo position = 1;
      返回:
      Whether the position field is set.
    • getPosition

      required .NestedPositionInfo position = 1;
      返回:
      The position.
    • getPositionOrBuilder

      required .NestedPositionInfo position = 1;
    • getDeleteSetList

      List<Long> getDeleteSetList()
      repeated int64 deleteSet = 2;
      返回:
      A list containing the deleteSet.
    • getDeleteSetCount

      int getDeleteSetCount()
      repeated int64 deleteSet = 2;
      返回:
      The count of deleteSet.
    • getDeleteSet

      long getDeleteSet(int index)
      repeated int64 deleteSet = 2;
      参数:
      index - The index of the element to return.
      返回:
      The deleteSet at the given index.