Klasse IndexMetaData

java.lang.Object
org.teamapps.universaldb.index.IndexMetaData

public class IndexMetaData extends Object
  • Konstruktordetails

    • IndexMetaData

      public IndexMetaData(File dataPath, String name, String fqn, int indexType, int mappingId)
  • Methodendetails

    • getMappingId

      public int getMappingId()
    • setMappingId

      public void setMappingId(int mappingId)
    • getIndexType

      public int getIndexType() throws IOException
      Löst aus:
      IOException
    • getCreationTime

      public long getCreationTime() throws IOException
      Löst aus:
      IOException
    • getNonce

      public byte[] getNonce()
    • getCtrOffset

      public int getCtrOffset()
    • getFqn

      public String getFqn() throws IOException
      Löst aus:
      IOException
    • setEncrypted

      public void setEncrypted(boolean encrypted) throws IOException
      Löst aus:
      IOException
    • isEncrypted

      public boolean isEncrypted() throws IOException
      Löst aus:
      IOException