com.endeca.itl.recordstore
Class ReadCursorId

java.lang.Object
  extended by com.endeca.itl.recordstore.ReadCursorId

public class ReadCursorId
extends Object

Read cursors are referenced in the API through their identifiers. Read cursors point to specific records in the Record Store for reading purposes.


Constructor Summary
ReadCursorId(long id)
           
 
Method Summary
 int compareTo(ReadCursorId o)
           
 boolean equals(Object other)
           
 long getId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReadCursorId

public ReadCursorId(long id)
Method Detail

getId

public long getId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

compareTo

public int compareTo(ReadCursorId o)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.