Class LuceneMetadataInfo.LuceneFileInfo

java.lang.Object
com.apple.foundationdb.record.lucene.LuceneMetadataInfo.LuceneFileInfo
Enclosing class:
LuceneMetadataInfo

public static class LuceneMetadataInfo.LuceneFileInfo extends Object
Detailed file info class for the case where the response contains this information.
  • Constructor Details

    • LuceneFileInfo

      public LuceneFileInfo(String name, long id, long size)
  • Method Details

    • getName

      public String getName()
    • getId

      public long getId()
    • getSize

      public long getSize()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object