Class ResolvedTransactionRecordValue

java.lang.Object
org.teamapps.universaldb.index.transaction.resolved.ResolvedTransactionRecordValue

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

    Constructors
    Constructor Description
    ResolvedTransactionRecordValue​(int columnId, IndexType indexType, java.lang.Object value)  
    ResolvedTransactionRecordValue​(java.io.DataInputStream dis)  
  • Method Summary

    Modifier and Type Method Description
    int getColumnId()  
    IndexType getIndexType()  
    java.lang.Object getValue()  
    void write​(java.io.DataOutputStream dos)  

    Methods inherited from class java.lang.Object

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

    • ResolvedTransactionRecordValue

      public ResolvedTransactionRecordValue​(int columnId, IndexType indexType, java.lang.Object value)
    • ResolvedTransactionRecordValue

      public ResolvedTransactionRecordValue​(java.io.DataInputStream dis) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details

    • getColumnId

      public int getColumnId()
    • getIndexType

      public IndexType getIndexType()
    • getValue

      public java.lang.Object getValue()
    • write

      public void write​(java.io.DataOutputStream dos) throws java.io.IOException
      Throws:
      java.io.IOException