Schnittstelle MetaFlags


public interface MetaFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    additional flags can be added starting from this flag.
    static final int
    metadata should not be removed
    static final int
    no flags
    static final int
    metadata is managed by a bufferpool
    static final int
    metadata should not be modified
  • Felddetails

    • NONE

      static final int NONE
      no flags
      Siehe auch:
    • READONLY

      static final int READONLY
      metadata should not be modified
      Siehe auch:
    • POOLED

      static final int POOLED
      metadata is managed by a bufferpool
      Siehe auch:
    • LOCKED

      static final int LOCKED
      metadata should not be removed
      Siehe auch:
    • LAST

      static final int LAST
      additional flags can be added starting from this flag.
      Siehe auch: