Uses of Class
org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.BucketPointer
-
Packages that use BufferOverInputStream.BucketPointer Package Description org.aksw.commons.io.hadoop.binseach.bz2 -
-
Uses of BufferOverInputStream.BucketPointer in org.aksw.commons.io.hadoop.binseach.bz2
Fields in org.aksw.commons.io.hadoop.binseach.bz2 declared as BufferOverInputStream.BucketPointer Modifier and Type Field Description protected BufferOverInputStream.BucketPointerBufferOverInputStream. activeEndEnd marker with two components (idx, pos) it is wrapped in an object to enable atomic replacement of the reference The pointer is monotonous in the sense that the end marker's logical linear location is only increased Reading an old version while a new one has been set will only cause a read to return on the old boundary, but a subsequent synchronized check for whether loading of additional data is needed is then made anywayprotected BufferOverInputStream.BucketPointerBufferOverInputStream.ByteArrayChannel. pointerMethods in org.aksw.commons.io.hadoop.binseach.bz2 that return BufferOverInputStream.BucketPointer Modifier and Type Method Description static BufferOverInputStream.BucketPointerBufferOverInputStream. getPointer(byte[][] buckets, BufferOverInputStream.BucketPointer end, long pos)Methods in org.aksw.commons.io.hadoop.binseach.bz2 with parameters of type BufferOverInputStream.BucketPointer Modifier and Type Method Description static BufferOverInputStream.BucketPointerBufferOverInputStream. getPointer(byte[][] buckets, BufferOverInputStream.BucketPointer end, long pos)Constructors in org.aksw.commons.io.hadoop.binseach.bz2 with parameters of type BufferOverInputStream.BucketPointer Constructor Description ByteArrayChannel(long pos, BufferOverInputStream.BucketPointer pointer)
-