Interface MLDataFormats.BatchedEntryDeletionIndexInfoOrBuilder

    • Method Detail

      • hasPosition

        boolean hasPosition()
        required .NestedPositionInfo position = 1;
        Returns:
        Whether the position field is set.
      • getDeleteSetList

        java.util.List<java.lang.Long> getDeleteSetList()
        repeated int64 deleteSet = 2;
        Returns:
        A list containing the deleteSet.
      • getDeleteSetCount

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

        long getDeleteSet​(int index)
        repeated int64 deleteSet = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The deleteSet at the given index.