Class LongArray.DeferredLongArray
java.lang.Object
org.apache.cassandra.index.sai.disk.v1.LongArray.DeferredLongArray
- All Implemented Interfaces:
Closeable,AutoCloseable,LongArray
- Enclosing interface:
- LongArray
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.index.sai.disk.v1.LongArray
LongArray.DeferredLongArray, LongArray.Factory -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DeferredLongArray
-
-
Method Details
-
get
public long get(long idx) Description copied from interface:LongArrayGet value atidx. -
length
public long length()Description copied from interface:LongArrayGet array length. -
indexOf
public long indexOf(long value) Description copied from interface:LongArrayUsing the given value returns the first index corresponding to the value. -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceLongArray- Throws:
IOException
-