| java.lang.Object com.mobixess.jodb.core.agent.JODBAgent com.mobixess.jodb.core.index.JODBIndexingAgent
JODBIndexingAgent | public JODBIndexingAgent()(Code) | | |
compareTo | public int compareTo(ByteBuffer thisKey, ByteBuffer that) throws IOException(Code) | | Compares this buffer to another.
Two byte buffers are compared by comparing their sequences of
remaining elements lexicographically, without regard to the starting
position of each sequence within its corresponding buffer.
A byte buffer is not comparable to any other type of object.
A negative integer, zero, or a positive integer as this bufferis less than, equal to, or greater than the given buffer throws: IOException - |
getChunkForIndex | final public long getChunkForIndex(int index)(Code) | | Parameters: index - -1 means need chunk append |
getClassId | public int getClassId()(Code) | | |
getFieldId | public int getFieldId()(Code) | | |
linearIdSearch | public int linearIdSearch(long id)(Code) | | |
|
|