com.mobixess.jodb.core.index
Class IndexingRecord
java.lang.Object
com.mobixess.jodb.core.index.IndexingRecord
public class IndexingRecord
- extends java.lang.Object
Simple class to hold index field and data correspondence
- Author:
- Mobixess
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexingRecord
public IndexingRecord()
getPersistedDataBuffer
public java.nio.ByteBuffer getPersistedDataBuffer()
getPendingDataBuffer
public java.nio.ByteBuffer getPendingDataBuffer()
getIndexingAgent
public JODBIndexingAgent getIndexingAgent()
setIndexingAgent
public void setIndexingAgent(JODBIndexingAgent indexingAgent)
reset
public void reset()
setPersistedDataBufferValue
public void setPersistedDataBufferValue(java.nio.ByteBuffer value)
setPendingDataBufferValue
public void setPendingDataBufferValue(java.nio.ByteBuffer value)
findIndexingRecord
public static IndexingRecord findIndexingRecord(int fieldId,
java.util.Vector<IndexingRecord> indexes)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © Mobixess Inc. All Rights Reserved.