Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABSENT - Static variable in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
activeEnd - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
End 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 anyway
addRect(Graphics, long, long, Color) - Method in class org.aksw.commons.io.hadoop.binseach.v2.SourceAccessVisualizer
 
adjustStart(BlockSource, long, int, BinSearchLevelCache) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverBlockSource
Adjust a position to the next block.
adjustToNextBlock() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
adjustToNextBlock() - Method in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
Discard bytes from this channel until a -2 read result is encountered.
adjustToNextBlock() - Method in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
Discard bytes from this channel until a -2 read result is encountered.
advertiseEndOfBlock(InputStream) - Static method in class org.aksw.commons.io.hadoop.SeekableInputStreams
The argument for invoking this methods must be a seekable input streams that implements hadoop's protocol for splittable codecs using READ_MODE.BYBLOCK.
advertiseEndOfBlock(InputStream, int) - Static method in class org.aksw.commons.io.hadoop.SeekableInputStreams
 
apply(T) - Method in interface org.aksw.commons.io.hadoop.SeekableInputStreams.GetPositionFn
 
apply(T, long) - Method in interface org.aksw.commons.io.hadoop.SeekableInputStreams.SetPositionFn
 

B

binarySearch(BlockSource, long, long, byte, byte[]) - Static method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSources
Binary search over blocks Only examines the first record in the block to decide whether to look into the next or the previous one
binarySearch(BlockSource, byte[], BinSearchLevelCache) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverBlockSource
 
binarySearch(BlockSource, SearchMode, int, long, long, long, byte, byte[], BinSearchLevelCache) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverBlockSource
When this method returns the input stream's position is unspecified.
binarySearch(SeekableInputStream, long, byte[]) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverPlainSource
 
binarySearch(SeekableInputStream, SearchMode, int, long, long, long, byte, byte[], BinSearchLevelCache) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverPlainSource
When this method returns the input stream's position is unspecified.
BinarySearchBuilder - Class in org.aksw.commons.io.hadoop.binseach.v2
 
BinarySearchBuilder() - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.BinarySearchBuilder
 
BinarySearcherOverBlockSource - Class in org.aksw.commons.io.hadoop.binseach.v2
Binary search implementation that finds lines matching a prefix in a 'block' source such as a bzip2 compressed file.
BinarySearcherOverBlockSource(BlockSource, Supplier<BinSearchResourceCache.CacheEntry>) - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverBlockSource
 
BinarySearcherOverPlainSource - Class in org.aksw.commons.io.hadoop.binseach.v2
Binary search over an non-encoded SeekableInputStreams.
BinarySearcherOverPlainSource(SeekableReadableChannelSource<byte[]>, Supplier<BinSearchResourceCache.CacheEntry>) - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverPlainSource
 
BinarySearchOnBlockSource - Class in org.aksw.commons.io.hadoop.binseach.bz2
 
BinarySearchOnBlockSource(BlockSource, AutoCloseable) - Constructor for class org.aksw.commons.io.hadoop.binseach.bz2.BinarySearchOnBlockSource
 
BinCount - Class in org.aksw.commons.io.hadoop.binseach.v2
 
BinCount() - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.BinCount
 
BinSearch - Class in org.aksw.commons.io.hadoop.binseach.v2
 
BinSearch() - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.BinSearch
 
BinSearchLevelCache - Class in org.aksw.commons.io.hadoop.binseach.v2
 
BinSearchLevelCache() - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.BinSearchLevelCache
 
BinSearchLevelCache(int, BinSearchCache, BinSearchCache) - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.BinSearchLevelCache
 
BinSearchLookup - Class in org.aksw.commons.io.hadoop.binseach.v2
 
BinSearchLookup() - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.BinSearchLookup
 
BinSearchMain - Class in org.aksw.commons.io.hadoop.binseach.v2
 
BinSearchMain() - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.BinSearchMain
 
BinSearchResourceCache - Class in org.aksw.commons.io.hadoop.binseach.v2
 
BinSearchResourceCache(int) - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache
 
BinSearchResourceCache(Cache<Object, BinSearchResourceCache.CacheEntry>, Supplier<BinSearchResourceCache.CacheEntry>) - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache
 
BinSearchUtils - Class in org.aksw.commons.io.hadoop.binseach.v2
 
BinSearchUtils() - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.BinSearchUtils
 
Block - Class in org.aksw.commons.io.hadoop.binseach.v2
 
Block(Buffer<byte[]>, long, long) - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.Block
 
Block(BlockSource, Buffer<byte[]>, long, long) - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.Block
 
BLOCK_DELIMITER - Static variable in class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted
 
blockContentCache - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
blockIdToBlock - Variable in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
blockMode - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
blockSource - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BinarySearchOnBlockSource
 
blockSource - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.DecodedDataBlock
 
blockSource - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverBlockSource
 
blockSource - Variable in class org.aksw.commons.io.hadoop.binseach.v2.Block
 
blockSource - Variable in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
BlockSource - Class in org.aksw.commons.io.hadoop.binseach.v2
 
BlockSource(SeekableReadableChannelSource<byte[]>, SplittableCompressionCodec) - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.BlockSource
 
BlockSourceBzip2 - Class in org.aksw.commons.io.hadoop.binseach.bz2
 
BlockSourceBzip2(SeekableSource, MatcherFactory, MatcherFactory) - Constructor for class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
BlockSourceChannel - Class in org.aksw.commons.io.hadoop.binseach.v2
 
BlockSourceChannel(SeekableReadableChannel<byte[]>, SplittableCompressionCodec, boolean) - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
BlockSources - Class in org.aksw.commons.io.hadoop.binseach.bz2
 
BlockSources() - Constructor for class org.aksw.commons.io.hadoop.binseach.bz2.BlockSources
 
blockStart - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.DecodedDataBlock
 
blockTopologyCache - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
blockToSuccessor - Variable in class org.aksw.commons.io.hadoop.SeekableReadableChannelWithBlockTracking
 
BOTH - Enum constant in enum class org.aksw.commons.io.hadoop.binseach.v2.SearchMode
 
BucketPointer(int, int) - Constructor for class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.BucketPointer
 
buckets - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
The buffered data
buffer - Variable in class org.aksw.commons.io.hadoop.binseach.v2.Block
 
buffer - Variable in class org.aksw.commons.io.hadoop.binseach.v2.ReadableByteChannelForLinesMatchingPrefix
 
buffer - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
BufferOverInputStream - Class in org.aksw.commons.io.hadoop.binseach.bz2
FIXME This class should be removed because it is superseded by BufferOverReadableChannel in aksw-commons-io! Implementation of a byte array that caches data in buckets from an InputStream.
BufferOverInputStream(int, InputStream) - Constructor for class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
 
BufferOverInputStream.BucketPointer - Class in org.aksw.commons.io.hadoop.binseach.bz2
 
BufferOverInputStream.ByteArrayChannel - Class in org.aksw.commons.io.hadoop.binseach.bz2
 
build() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearchBuilder
 
bwdMagicPattern - Static variable in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
ByteArrayChannel(long, BufferOverInputStream.BucketPointer) - Constructor for class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 
BZip2CodecAdapted - Class in org.aksw.commons.io.hadoop.compress.bzip2
This class provides output and input streams for bzip2 compression and decompression.
BZip2CodecAdapted() - Constructor for class org.aksw.commons.io.hadoop.compress.bzip2.BZip2CodecAdapted
Creates a new instance of BZip2Codec.
BZip2CodecAdapted(int) - Constructor for class org.aksw.commons.io.hadoop.compress.bzip2.BZip2CodecAdapted
 

C

cache(long, Seekable) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
cachedBlockSize - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
cachedLastBlockSize - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
cacheFactory - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache
Factory for the caches of individual resources.
cacheSupplier - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverBlockSource
 
cacheSupplier - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverPlainSource
 
CBZip2InputStreamAdapted - Class in org.aksw.commons.io.hadoop.compress.bzip2
An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
CBZip2InputStreamAdapted(InputStream) - Constructor for class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted
 
CBZip2InputStreamAdapted(InputStream, SplittableCompressionCodec.READ_MODE) - Constructor for class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted
Constructs a new CBZip2InputStream which decompresses bytes read from the specified stream.
CBZip2InputStreamAdapted.STATE - Enum Class in org.aksw.commons.io.hadoop.compress.bzip2
A state machine to keep track of current state of the de-coder
channel - Variable in class org.aksw.commons.io.hadoop.binseach.v2.ReadableByteChannelForLinesMatchingPrefix
 
channel - Variable in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
channelFactory - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.DecodedDataBlock
 
charAt(int) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.CharSequenceFromSeekable
 
charAt(int) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.ReverseCharSequenceFromSeekable
 
CharSequenceFromSeekable - Class in org.aksw.commons.io.hadoop.binseach.bz2
 
CharSequenceFromSeekable(Seekable) - Constructor for class org.aksw.commons.io.hadoop.binseach.bz2.CharSequenceFromSeekable
 
CharSequenceFromSeekable(Seekable, int, int) - Constructor for class org.aksw.commons.io.hadoop.binseach.bz2.CharSequenceFromSeekable
 
checkNext(int, boolean) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 
checkPrev(int, boolean) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
The method assumes that the current position is in the valid range
clone() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 
cloneObject() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
cloneObject() - Method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
close() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BinarySearchOnBlockSource
 
close() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
 
close() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.DecodedDataBlock
 
close() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.ReadableByteChannelBase
 
close() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverBlockSource
 
close() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverPlainSource
 
close() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
close() - Method in class org.aksw.commons.io.hadoop.binseach.v2.ReadableByteChannelForLinesMatchingPrefix
 
close() - Method in class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted
 
closeAction - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BinarySearchOnBlockSource
 
closeActual() - Method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
closeDecodedChannel() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
closeWithRethrowAsIOException(AutoCloseable) - Static method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSources
 
codec - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearchBuilder
 
codec - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BlockSource
 
codec - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
compareToPrefix(InputStream, byte[]) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchUtils
 
COMPRESSED_MAGIC_STR - Static variable in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
configureStream(SeekableReadableChannel<byte[]>, long, byte[], BinSearchLevelCache) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchUtils
 
contentAtOrAfter(long, boolean) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
contentAtOrBefore(long, boolean) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
create(InputStream, int, int...) - Static method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
 
create(InputStream, GetPosition, SetPosition) - Static method in class org.aksw.commons.io.hadoop.SeekableInputStreams
 
create(InputStream, Seekable) - Static method in class org.aksw.commons.io.hadoop.SeekableInputStreams
 
create(SeekableByteChannel) - Static method in class org.aksw.commons.io.hadoop.SeekableInputStreams
 
create(SeekableReadableChannel<byte[]>) - Static method in class org.aksw.commons.io.hadoop.SeekableInputStreams
 
create(SeekableSource) - Static method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
create(T, SeekableInputStreams.GetPositionFn<? super T>, SeekableInputStreams.SetPositionFn<? super T>) - Static method in class org.aksw.commons.io.hadoop.SeekableInputStreams
 
createBinarySearcherBz2(FileChannel, int, boolean) - Static method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSources
 
createBinarySearcherBz2(Path) - Static method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSources
 
createBinarySearcherBz2(Path, int) - Static method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSources
 
createBinarySearcherBz2(SeekableSource) - Static method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSources
 
createBinarySearcherText(FileChannel, int, boolean) - Static method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSources
 
createBinarySearcherText(Path) - Static method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSources
 
createBinarySearcherText(Path, int) - Static method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSources
 
createCompressor() - Method in class org.aksw.commons.io.hadoop.compress.bzip2.BZip2CodecAdapted
Create a new Compressor for use by this CompressionCodec.
createDecompressor() - Method in class org.aksw.commons.io.hadoop.compress.bzip2.BZip2CodecAdapted
Create a new Decompressor for use by this CompressionCodec.
createInputStream(InputStream) - Method in class org.aksw.commons.io.hadoop.compress.bzip2.BZip2CodecAdapted
Create a CompressionInputStream that will read from the given input stream and return a stream for uncompressed data.
createInputStream(InputStream, Decompressor) - Method in class org.aksw.commons.io.hadoop.compress.bzip2.BZip2CodecAdapted
Create a CompressionInputStream that will read from the given InputStream with the given Decompressor, and return a stream for uncompressed data.
createInputStream(InputStream, Decompressor, long, long, SplittableCompressionCodec.READ_MODE) - Method in class org.aksw.commons.io.hadoop.compress.bzip2.BZip2CodecAdapted
Creates CompressionInputStream to be used to read off uncompressed data in one of the two reading modes.
createOutputStream(OutputStream) - Method in class org.aksw.commons.io.hadoop.compress.bzip2.BZip2CodecAdapted
Create a CompressionOutputStream that will write to the given OutputStream.
createOutputStream(OutputStream, Compressor) - Method in class org.aksw.commons.io.hadoop.compress.bzip2.BZip2CodecAdapted
Create a CompressionOutputStream that will write to the given OutputStream with the given Compressor.
createSeekable(GetPosition, SetPosition) - Static method in class org.aksw.commons.io.hadoop.SeekableInputStreams
 
currentBlock - Variable in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
currentBlock - Variable in class org.aksw.commons.io.hadoop.SeekableReadableChannelWithBlockTracking
 
currentBlockId - Variable in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
currentBlockLogicalOffset - Variable in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
currentLogicalPos - Variable in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
currentPos - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
currentPos - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 

D

data() - Method in record class org.aksw.commons.io.hadoop.binseach.v2.HeaderRecord
Returns the value of the data record component.
dataSupplier - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
Supplier for additional data
decodedChannel - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
The current non-seekable channel.
decodedChannelStart - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
The decoded channel is recreated on every first read after calling BlockSourceChannel.position(long).
DecodedDataBlock - Class in org.aksw.commons.io.hadoop.binseach.bz2
 
DecodedDataBlock(BlockSource, long, ChannelFactory<Seekable>) - Constructor for class org.aksw.commons.io.hadoop.binseach.bz2.DecodedDataBlock
 
decodedIn - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
decodedIn - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
decodedIn - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
delegate - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BlockSource
 
delegate - Variable in class org.aksw.commons.io.hadoop.SeekableReadableChannelWithBlockTracking
 
delimiter - Variable in class org.aksw.commons.io.hadoop.binseach.v2.ReadableByteChannelForLinesMatchingPrefix
 
dftCache() - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchLevelCache
 
displacement() - Method in record class org.aksw.commons.io.hadoop.binseach.v2.HeaderRecord
Returns the value of the displacement record component.
doRead(BufferOverInputStream.ByteArrayChannel, ByteBuffer) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
 

E

encodedChannel - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
end - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.CharSequenceFromSeekable
 
end - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.ReverseCharSequenceFromSeekable
 
end() - Method in record class org.aksw.commons.io.hadoop.binseach.v2.Match
Returns the value of the end record component.
endOfBlockMarker - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
endOfBlockMarker - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
endOfBlockMarker - Variable in class org.aksw.commons.io.hadoop.SeekableReadableChannelWithBlockTracking
 
endReached - Variable in class org.aksw.commons.io.hadoop.binseach.v2.ReadableByteChannelForLinesMatchingPrefix
 
ensureCapacityInActiveBucket() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
 
ensureCurrentBlock() - Method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
ensureDecodedChannel() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
EOF - Enum constant in enum class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted.STATE
 
EOS_DELIMITER - Static variable in class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted
 
equals(Object) - Method in record class org.aksw.commons.io.hadoop.binseach.v2.HeaderRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.aksw.commons.io.hadoop.binseach.v2.Match
Indicates whether some other object is "equal to" this one.

F

findBlockAtOrAfter(Seekable) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
findBlockAtOrAfterCached(Seekable) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
findBlockAtOrBefore(Seekable) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
findBlockAtOrBeforeCached(Seekable) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
firstBlockId - Variable in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
fixedCache - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchLevelCache
 
fluidCache - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchLevelCache
 
fluidLevel - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchLevelCache
The level at which to switch to a fluid (=evicting) cache.
fwdMagicPattern - Static variable in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 

G

get() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 
getArrayOps() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSource
 
getArrayOps() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
getArrayOps() - Method in class org.aksw.commons.io.hadoop.binseach.v2.ReadableByteChannelForLinesMatchingPrefix
 
getArrayOps() - Method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
getArrayOps() - Method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelSourceOverNio
 
getArrayOps() - Method in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
getArrayOps() - Method in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
getBlockStart() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.DecodedDataBlock
 
getBuffer() - Method in class org.aksw.commons.io.hadoop.binseach.v2.Block
 
getBufferSource() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.DecodedDataBlock
 
getChannelFactory() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.DecodedDataBlock
 
getCompressorType() - Method in class org.aksw.commons.io.hadoop.compress.bzip2.BZip2CodecAdapted
Get the type of Compressor needed by this CompressionCodec.
getConf() - Method in class org.aksw.commons.io.hadoop.compress.bzip2.BZip2CodecAdapted
Return the configuration used by this object.
getCurrentBlockId() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
getCurrentPos() - Method in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
getCurrentPos() - Method in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
getDecompressorType() - Method in class org.aksw.commons.io.hadoop.compress.bzip2.BZip2CodecAdapted
Get the type of Decompressor needed by this CompressionCodec.
getDecoratee() - Method in class org.aksw.commons.io.hadoop.SeekableReadableChannelWithBlockTracking
 
getDefaultExtension() - Method in class org.aksw.commons.io.hadoop.compress.bzip2.BZip2CodecAdapted
.bz2 is recognized as the default extension for compressed BZip2 files
getDelegate() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSource
 
getDisposition(long) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchLevelCache
 
getHeader(long) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchLevelCache
 
getKnownBlocks() - Method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
getKnownDataSize() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
 
getNextBlockId() - Method in class org.aksw.commons.io.hadoop.binseach.v2.Block
 
getOffset() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.DecodedDataBlock
 
getOrCreate(Object) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache
 
getOrLoadBlock(long, long) - Method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
getPointer(byte[][], BufferOverInputStream.BucketPointer, long) - Static method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
 
getPos() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 
getPos() - Method in interface org.aksw.commons.io.hadoop.SeekableDecorator
 
getPosition(byte[][], int, int) - Static method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
 
getPositionInBlock() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
getProcessedByteCount() - Method in class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted
This method reports the processed bytes so far.
getSeekable() - Method in interface org.aksw.commons.io.hadoop.SeekableDecorator
 
getSeekable() - Method in class org.aksw.commons.io.hadoop.SeekableInputStream
 
getSizeOfBlock(long) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
getSizeOfBlockCached(long) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
getStartingBlockId() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
getStartingBlockSize() - Method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
getStartPos() - Method in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
getStartPos() - Method in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
getThisBlockId() - Method in class org.aksw.commons.io.hadoop.binseach.v2.Block
 
globalCache - Variable in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 

H

hasBlockAfter(long) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
hasBlockBefore(long) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
hashCode() - Method in record class org.aksw.commons.io.hadoop.binseach.v2.HeaderRecord
Returns a hash code value for this object.
hashCode() - Method in record class org.aksw.commons.io.hadoop.binseach.v2.Match
Returns a hash code value for this object.
hasNext() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.DecodedDataBlock
 
hasPendingByte - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
hasPrev() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.DecodedDataBlock
 
HeaderRecord - Record Class in org.aksw.commons.io.hadoop.binseach.v2
position: byte or block offset displacement: position in block; when not dealing with blocks it is always 0 data: The header data isDataConsumed: true if there is no more data beyond what is in the 'data' array
HeaderRecord(long, int, byte[], boolean) - Constructor for record class org.aksw.commons.io.hadoop.binseach.v2.HeaderRecord
Creates an instance of a HeaderRecord record class.

I

isCurrentLineValidated - Variable in class org.aksw.commons.io.hadoop.binseach.v2.ReadableByteChannelForLinesMatchingPrefix
 
isDataConsumed() - Method in record class org.aksw.commons.io.hadoop.binseach.v2.HeaderRecord
Returns the value of the isDataConsumed record component.
isDataSupplierConsumed - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
Flag to indicate that the dataSupplier has been consumed This is the case when dataSupplier(buffer) returns -1
isDataSupplierConsumed() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
 
isOpen - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.ReadableByteChannelBase
 
isOpen() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.ReadableByteChannelBase
 
isOpen() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
isOpen() - Method in class org.aksw.commons.io.hadoop.binseach.v2.ReadableByteChannelForLinesMatchingPrefix
 
isPosAfterEnd() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 
isPosBeforeStart() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 
isPosValidInBlock() - Method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
isUnderlyingEntityKnownToBeClosed() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.ReadableByteChannelBase
 

K

knownDataSize - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
The number of cached bytes.
knownDelimPos - Variable in class org.aksw.commons.io.hadoop.binseach.v2.ReadableByteChannelForLinesMatchingPrefix
 

L

LEFT - Enum constant in enum class org.aksw.commons.io.hadoop.binseach.v2.SearchMode
 
length - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.CharSequenceFromSeekable
 
length - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.ReverseCharSequenceFromSeekable
 
length() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.CharSequenceFromSeekable
 
length() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.DecodedDataBlock
 
length() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.ReverseCharSequenceFromSeekable
 
loadAll() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
Loads all data into the buffer and returns the total size
loadBlock(long) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
loadBlock(BlockSource, BlockSourceChannel, long) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
loadBlock(Seekable) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
loadData(int) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
fetch a chunk from the input stream
loadDataUpTo(long) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
Preload data up to including the requested position.
logicalPosToBlockId - Variable in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 

M

main(String[]) - Static method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
 
main(String[]) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinCount
 
main(String[]) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinSearch
 
main(String[]) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchLookup
 
main(String[]) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchMain
 
main(String[]) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.SourceAccessVisualizer
 
main2(String[]) - Static method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
 
main2(String[]) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinCount
 
Match - Record Class in org.aksw.commons.io.hadoop.binseach.v2
 
Match(long, long) - Constructor for record class org.aksw.commons.io.hadoop.binseach.v2.Match
Creates an instance of a Match record class.
MAX_SEARCH_RANGE - Static variable in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
The maximum number of bytes that may be scanned in order to find a block start Bzip blocks are typically 900K uncompressed; unfortunately the CBZip2InputStream API does not give access to the actual block size used.
maxReadSize - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
Maximum number to read from the dataSupplier in one request
maxReadSize - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.ReadableByteChannelBase
 
minReadSize - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
 
monitor(X) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelSources
 

N

newBuilder() - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearchBuilder
 
newChannel() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
 
newChannel() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.DecodedDataBlock
 
newReadableChannel() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSource
 
newReadableChannel() - Method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelSourceOverNio
 
newReadableChannel(long) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSource
 
newReadableChannel(long, boolean) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSource
block mode: return -2 when reaching a block boundary.
newReadableChannel(long, long) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSource
 
newReadableChannel(long, long, boolean) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSource
 
nextBlock() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.DecodedDataBlock
 
nextBlockId - Variable in class org.aksw.commons.io.hadoop.binseach.v2.Block
A physical offset in the block source - position in the encoded/compressed data.
nextBucketSize() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream
 
NO_PROCESS_STATE - Enum constant in enum class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted.STATE
 
NO_RAND_PART_A_STATE - Enum constant in enum class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted.STATE
 
NO_RAND_PART_B_STATE - Enum constant in enum class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted.STATE
 
NO_RAND_PART_C_STATE - Enum constant in enum class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted.STATE
 
noCache() - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchLevelCache
 
numberOfBytesTillNextMarker(InputStream) - Static method in class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted
Returns the number of bytes between the current stream position and the immediate next BZip2 block marker.

O

of(Path) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelSources
 
of(Path, Supplier<BinSearchResourceCache.CacheEntry>) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverPlainSource
 
of(Path, SplittableCompressionCodec) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSource
 
of(SeekableReadableChannelSource<byte[]>, Supplier<BinSearchResourceCache.CacheEntry>) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverPlainSource
 
of(SeekableReadableChannelSource<byte[]>, SplittableCompressionCodec) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSource
 
offset - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.CharSequenceFromSeekable
 
offset - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.ReverseCharSequenceFromSeekable
 
onBlockEnd(ByteBuffer, long, long) - Method in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
onBlockEnd(ByteBuffer, long, long) - Method in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
orderTest() - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinCount
Snippet for checking the behavior of parallel streams w.r.t.
org.aksw.commons.io.hadoop - package org.aksw.commons.io.hadoop
 
org.aksw.commons.io.hadoop.binseach.bz2 - package org.aksw.commons.io.hadoop.binseach.bz2
 
org.aksw.commons.io.hadoop.binseach.v2 - package org.aksw.commons.io.hadoop.binseach.v2
 
org.aksw.commons.io.hadoop.compress.bzip2 - package org.aksw.commons.io.hadoop.compress.bzip2
 

P

paintComponent(Graphics) - Method in class org.aksw.commons.io.hadoop.binseach.v2.SourceAccessVisualizer
 
parallelSearch(byte[]) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverBlockSource
 
parallelSearch(byte[]) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverPlainSource
 
path - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearchBuilder
 
path - Variable in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelSourceOverNio
 
pendingByte - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
pendingByte - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
pendingByteState - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
pendingRead - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
pointer - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 
pos - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 
position - Variable in class org.aksw.commons.io.hadoop.binseach.v2.ReadableByteChannelForLinesMatchingPrefix
 
position() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 
position() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
position() - Method in record class org.aksw.commons.io.hadoop.binseach.v2.HeaderRecord
Returns the value of the position record component.
position() - Method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
position() - Method in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
position() - Method in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
position() - Method in class org.aksw.commons.io.hadoop.SeekableInputStream
 
position(long) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
Setting a position outside of the size of the entity is valid will will cause a read to immediately return an EOF See ReadableByteChannel
position(long) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
position(long) - Method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
position(long) - Method in class org.aksw.commons.io.hadoop.SeekableInputStream
 
position(long) - Method in class org.aksw.commons.io.hadoop.SeekableReadableChannelWithBlockTracking
 
positionInBlock - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
The starting block id will be set after reading the first byte from the stream after its creation or setting the position.
posToEnd() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
Set the position to the end of the stream immediately loads all data.
posToStart() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 
prevBlock() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.DecodedDataBlock
 

R

RAND_PART_A_STATE - Enum constant in enum class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted.STATE
 
RAND_PART_B_STATE - Enum constant in enum class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted.STATE
 
RAND_PART_C_STATE - Enum constant in enum class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted.STATE
 
read() - Method in class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted
 
read(byte[], int, int) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
read(byte[], int, int) - Method in class org.aksw.commons.io.hadoop.binseach.v2.ReadableByteChannelForLinesMatchingPrefix
 
read(byte[], int, int) - Method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
read(byte[], int, int) - Method in class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted
In CONTINOUS reading mode, this read method starts from the start of the compressed stream and end at the end of file by emitting un-compressed data.
read(byte[], int, int) - Method in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
read(byte[], int, int) - Method in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
read(long, byte[], int, int) - Method in class org.aksw.commons.io.hadoop.SeekableInputStream
 
read(ByteBuffer) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.ReadableByteChannelBase
 
read(ByteBuffer) - Method in class org.aksw.commons.io.hadoop.SeekableReadableChannelWithBlockTracking
 
ReadableByteChannelBase - Class in org.aksw.commons.io.hadoop.binseach.bz2
 
ReadableByteChannelBase() - Constructor for class org.aksw.commons.io.hadoop.binseach.bz2.ReadableByteChannelBase
 
ReadableByteChannelForLinesMatchingPrefix - Class in org.aksw.commons.io.hadoop.binseach.v2
 
ReadableByteChannelForLinesMatchingPrefix(ReadableChannel<byte[]>, BinSearchScanState) - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.ReadableByteChannelForLinesMatchingPrefix
 
ReadableChannelWithBlockAdvertisement - Class in org.aksw.commons.io.hadoop
This variant assumes that the underlying encoded stream runs in BLOCK_MODE.
ReadableChannelWithBlockAdvertisement(InputStream) - Constructor for class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
ReadableChannelWithBlockAdvertisement(InputStream, int) - Constructor for class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
ReadableChannelWithBlockAdvertisementBuffered - Class in org.aksw.commons.io.hadoop
 
ReadableChannelWithBlockAdvertisementBuffered(InputStream) - Constructor for class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
ReadableChannelWithBlockAdvertisementBuffered(InputStream, int) - Constructor for class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
readActual(ByteBuffer) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 
readActual(ByteBuffer) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.ReadableByteChannelBase
 
readCount - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
readCount - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
readFully(long, byte[]) - Method in class org.aksw.commons.io.hadoop.SeekableInputStream
 
readFully(long, byte[], int, int) - Method in class org.aksw.commons.io.hadoop.SeekableInputStream
 
readString(int) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 
readUntilDelimiter(InputStream, byte, long) - Static method in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchUtils
Find the delimiter byte within the next 'allowedSearchBytes' bytes.
RecordComparatorNtriples - Class in org.aksw.commons.io.hadoop.binseach.v2
 
RecordComparatorNtriples() - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.RecordComparatorNtriples
 
reportCRCError() - Method in class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted
 
resetTracker() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSourceChannel
 
resourceCache - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearchBuilder
 
resourceCache - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache
 
ReverseCharSequenceFromSeekable - Class in org.aksw.commons.io.hadoop.binseach.bz2
 
ReverseCharSequenceFromSeekable(Seekable) - Constructor for class org.aksw.commons.io.hadoop.binseach.bz2.ReverseCharSequenceFromSeekable
 
ReverseCharSequenceFromSeekable(Seekable, int, int) - Constructor for class org.aksw.commons.io.hadoop.binseach.bz2.ReverseCharSequenceFromSeekable
 
RIGHT - Enum constant in enum class org.aksw.commons.io.hadoop.binseach.v2.SearchMode
 

S

search(byte[]) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BinarySearchOnBlockSource
 
search(byte[]) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverBlockSource
 
search(byte[]) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverPlainSource
 
SearchMode - Enum Class in org.aksw.commons.io.hadoop.binseach.v2
 
seek(long) - Method in interface org.aksw.commons.io.hadoop.SeekableDecorator
 
seekable - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.CharSequenceFromSeekable
 
seekable - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.ReverseCharSequenceFromSeekable
 
seekable - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
seekable - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
seekable - Variable in class org.aksw.commons.io.hadoop.SeekableInputStream
 
SeekableDecorator - Interface in org.aksw.commons.io.hadoop
 
SeekableInputStream - Class in org.aksw.commons.io.hadoop
Combines Hadoop's Seekable and InputStream into one class.
SeekableInputStream(InputStream, Seekable) - Constructor for class org.aksw.commons.io.hadoop.SeekableInputStream
Constructs a new ProxyInputStream.
SeekableInputStreams - Class in org.aksw.commons.io.hadoop
 
SeekableInputStreams() - Constructor for class org.aksw.commons.io.hadoop.SeekableInputStreams
 
SeekableInputStreams.GetPositionFn<T> - Interface in org.aksw.commons.io.hadoop
 
SeekableInputStreams.SetPositionFn<T> - Interface in org.aksw.commons.io.hadoop
 
SeekableReadableChannelOverBlocks - Class in org.aksw.commons.io.hadoop.binseach.v2
 
SeekableReadableChannelOverBlocks(BlockSource, long, Cache<Long, Block>) - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelOverBlocks
 
SeekableReadableChannelSourceOverNio - Class in org.aksw.commons.io.hadoop.binseach.v2
 
SeekableReadableChannelSourceOverNio(Path) - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelSourceOverNio
 
SeekableReadableChannelSources - Class in org.aksw.commons.io.hadoop.binseach.v2
 
SeekableReadableChannelSources() - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelSources
 
SeekableReadableChannelWithBlockTracking<T extends SeekableByteChannel> - Class in org.aksw.commons.io.hadoop
 
SeekableReadableChannelWithBlockTracking(T) - Constructor for class org.aksw.commons.io.hadoop.SeekableReadableChannelWithBlockTracking
 
SeekableReadableChannelWithBlockTracking(T, int) - Constructor for class org.aksw.commons.io.hadoop.SeekableReadableChannelWithBlockTracking
 
seekableSource - Variable in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
seekToNewSource(long) - Method in interface org.aksw.commons.io.hadoop.SeekableDecorator
 
setCodec(SplittableCompressionCodec) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearchBuilder
 
setConf(Configuration) - Method in class org.aksw.commons.io.hadoop.compress.bzip2.BZip2CodecAdapted
Set the configuration to be used by this object.
setDisposition(int, long, long) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchLevelCache
 
setHeader(int, HeaderRecord) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinSearchLevelCache
 
setPos(long) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 
setResourceCache(BinSearchResourceCache) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearchBuilder
 
setSource(Path) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearchBuilder
 
setSource(SeekableReadableChannelSource<byte[]>) - Method in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearchBuilder
Usually the source is derived from the path, however, it can be overridden such that a wrapped source can be specified, such as one that tracks read operations.
size() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
size() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
First checks whether there is at least one more byte available and afterwards returns the currently known size
size() - Method in class org.aksw.commons.io.hadoop.binseach.v2.Block
 
size() - Method in class org.aksw.commons.io.hadoop.binseach.v2.BlockSource
 
size() - Method in class org.aksw.commons.io.hadoop.binseach.v2.SeekableReadableChannelSourceOverNio
 
skipToNextMarker(long, int) - Method in class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted
This method tries to find the marker (passed to it as the first parameter) in the stream.
source - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearchBuilder
 
source - Variable in class org.aksw.commons.io.hadoop.binseach.v2.BinarySearcherOverPlainSource
 
SourceAccessVisualizer - Class in org.aksw.commons.io.hadoop.binseach.v2
 
SourceAccessVisualizer(LinearTo2DMapper) - Constructor for class org.aksw.commons.io.hadoop.binseach.v2.SourceAccessVisualizer
 
start() - Method in record class org.aksw.commons.io.hadoop.binseach.v2.Match
Returns the value of the start record component.
START_BLOCK_STATE - Enum constant in enum class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted.STATE
 
startPos - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
 
startPos - Variable in class org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisementBuffered
 
state - Variable in class org.aksw.commons.io.hadoop.binseach.v2.ReadableByteChannelForLinesMatchingPrefix
 
subSequence(int, int) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.CharSequenceFromSeekable
 
subSequence(int, int) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.ReverseCharSequenceFromSeekable
 

T

thisBlockId - Variable in class org.aksw.commons.io.hadoop.binseach.v2.Block
A physical offset in the block source - position in the encoded/compressed data.
toString() - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.BucketPointer
 
toString() - Method in record class org.aksw.commons.io.hadoop.binseach.v2.HeaderRecord
Returns a string representation of this record class.
toString() - Method in record class org.aksw.commons.io.hadoop.binseach.v2.Match
Returns a string representation of this record class.
truncate(long) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 

U

UNKNOWN - Static variable in class org.aksw.commons.io.hadoop.binseach.bz2.BlockSourceBzip2
 
updateProcessedByteCount(int) - Method in class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted
This method keeps track of raw processed compressed bytes.
updateReportedByteCount(int) - Method in class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted
This method is called by the client of this class in case there are any corrections in the stream position.

V

valueOf(String) - Static method in enum class org.aksw.commons.io.hadoop.binseach.v2.SearchMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted.STATE
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.aksw.commons.io.hadoop.binseach.v2.SearchMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted.STATE
Returns an array containing the constants of this enum class, in the order they are declared.

W

wrap(SeekableInputStream) - Static method in class org.aksw.commons.io.hadoop.SeekableInputStreams
Bridge SeekableInputStream to the channel API
write(ByteBuffer) - Method in class org.aksw.commons.io.hadoop.binseach.bz2.BufferOverInputStream.ByteArrayChannel
 
write(ByteBuffer) - Method in class org.aksw.commons.io.hadoop.SeekableReadableChannelWithBlockTracking
 
A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form