Uses of Class
org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.BucketPointer
Packages that use BufferOverInputStream.BucketPointer
-
Uses of BufferOverInputStream.BucketPointer in org.aksw.commons.io.hadoop.binseach.bz2
Fields in org.aksw.commons.io.hadoop.binseach.bz2 declared as BufferOverInputStream.BucketPointerModifier and TypeFieldDescriptionprotected 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.BucketPointerModifier and TypeMethodDescriptionBufferOverInputStream.getPointer(byte[][] buckets, BufferOverInputStream.BucketPointer end, long pos) Methods in org.aksw.commons.io.hadoop.binseach.bz2 with parameters of type BufferOverInputStream.BucketPointerModifier and TypeMethodDescriptionBufferOverInputStream.getPointer(byte[][] buckets, BufferOverInputStream.BucketPointer end, long pos) Constructors in org.aksw.commons.io.hadoop.binseach.bz2 with parameters of type BufferOverInputStream.BucketPointerModifierConstructorDescriptionByteArrayChannel(long pos, BufferOverInputStream.BucketPointer pointer)