Class FileFullTextContentEntry

java.lang.Object
org.teamapps.universaldb.index.fileng.FileFullTextContentEntry

public class FileFullTextContentEntry
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    FileFullTextContentEntry​(int recordId, int version, int length, java.lang.String contentText)  
    FileFullTextContentEntry​(java.io.DataInputStream dataInputStream)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getContentText()  
    byte[] getIndexValue()  
    int getLength()  
    int getRecordId()  
    int getVersion()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FileFullTextContentEntry

      public FileFullTextContentEntry​(int recordId, int version, int length, java.lang.String contentText)
    • FileFullTextContentEntry

      public FileFullTextContentEntry​(java.io.DataInputStream dataInputStream) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details

    • getIndexValue

      public byte[] getIndexValue() throws java.io.IOException
      Throws:
      java.io.IOException
    • getRecordId

      public int getRecordId()
    • getVersion

      public int getVersion()
    • getLength

      public int getLength()
    • getContentText

      public java.lang.String getContentText()