Interface StorageTypes.CommitProtoOrBuilder

  • All Superinterfaces:
    org.projectnessie.nessie.relocated.protobuf.MessageLiteOrBuilder, org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    StorageTypes.CommitProto, StorageTypes.CommitProto.Builder
    Enclosing class:
    StorageTypes

    public static interface StorageTypes.CommitProtoOrBuilder
    extends org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
    • Method Detail

      • getCreated

        long getCreated()
        int64 created = 1;
        Returns:
        The created.
      • getSeq

        long getSeq()
        int64 seq = 2;
        Returns:
        The seq.
      • getTailList

        java.util.List<org.projectnessie.nessie.relocated.protobuf.ByteString> getTailList()
         First element contains the immediate parent commit ID. Additional entries
         up to N indirect parents.
         
        repeated bytes tail = 3;
        Returns:
        A list containing the tail.
      • getTailCount

        int getTailCount()
         First element contains the immediate parent commit ID. Additional entries
         up to N indirect parents.
         
        repeated bytes tail = 3;
        Returns:
        The count of tail.
      • getTail

        org.projectnessie.nessie.relocated.protobuf.ByteString getTail​(int index)
         First element contains the immediate parent commit ID. Additional entries
         up to N indirect parents.
         
        repeated bytes tail = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The tail at the given index.
      • getSecondaryParentsList

        java.util.List<org.projectnessie.nessie.relocated.protobuf.ByteString> getSecondaryParentsList()
        repeated bytes secondary_parents = 4;
        Returns:
        A list containing the secondaryParents.
      • getSecondaryParentsCount

        int getSecondaryParentsCount()
        repeated bytes secondary_parents = 4;
        Returns:
        The count of secondaryParents.
      • getSecondaryParents

        org.projectnessie.nessie.relocated.protobuf.ByteString getSecondaryParents​(int index)
        repeated bytes secondary_parents = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The secondaryParents at the given index.
      • getHeadersList

        java.util.List<StorageTypes.HeaderEntry> getHeadersList()
        repeated .nessie.storage.HeaderEntry headers = 5;
      • getHeadersCount

        int getHeadersCount()
        repeated .nessie.storage.HeaderEntry headers = 5;
      • getMessage

        java.lang.String getMessage()
        string message = 6;
        Returns:
        The message.
      • getMessageBytes

        org.projectnessie.nessie.relocated.protobuf.ByteString getMessageBytes()
        string message = 6;
        Returns:
        The bytes for message.
      • hasReferenceIndex

        boolean hasReferenceIndex()
        optional bytes reference_index = 7;
        Returns:
        Whether the referenceIndex field is set.
      • getReferenceIndex

        org.projectnessie.nessie.relocated.protobuf.ByteString getReferenceIndex()
        optional bytes reference_index = 7;
        Returns:
        The referenceIndex.
      • getReferenceIndexStripesList

        java.util.List<StorageTypes.Stripe> getReferenceIndexStripesList()
        repeated .nessie.storage.Stripe reference_index_stripes = 8;
      • getReferenceIndexStripes

        StorageTypes.Stripe getReferenceIndexStripes​(int index)
        repeated .nessie.storage.Stripe reference_index_stripes = 8;
      • getReferenceIndexStripesCount

        int getReferenceIndexStripesCount()
        repeated .nessie.storage.Stripe reference_index_stripes = 8;
      • getReferenceIndexStripesOrBuilderList

        java.util.List<? extends StorageTypes.StripeOrBuilder> getReferenceIndexStripesOrBuilderList()
        repeated .nessie.storage.Stripe reference_index_stripes = 8;
      • getReferenceIndexStripesOrBuilder

        StorageTypes.StripeOrBuilder getReferenceIndexStripesOrBuilder​(int index)
        repeated .nessie.storage.Stripe reference_index_stripes = 8;
      • getIncrementalIndex

        org.projectnessie.nessie.relocated.protobuf.ByteString getIncrementalIndex()
        bytes incremental_index = 9;
        Returns:
        The incrementalIndex.
      • getIncompleteIndex

        boolean getIncompleteIndex()
        bool incomplete_index = 10;
        Returns:
        The incompleteIndex.
      • getCommitTypeValue

        int getCommitTypeValue()
        .nessie.storage.CommitTypeProto commit_type = 11;
        Returns:
        The enum numeric value on the wire for commitType.