Uses of Class
org.aksw.commons.io.hadoop.ReadableChannelWithBlockAdvertisement
Packages that use ReadableChannelWithBlockAdvertisement
-
Uses of ReadableChannelWithBlockAdvertisement in org.aksw.commons.io.hadoop
Methods in org.aksw.commons.io.hadoop that return ReadableChannelWithBlockAdvertisementModifier and TypeMethodDescriptionSeekableInputStreams.advertiseEndOfBlock(InputStream decodedIn) The argument for invoking this methods must be a seekable input streams that implements hadoop's protocol for splittable codecs using READ_MODE.BYBLOCK.SeekableInputStreams.advertiseEndOfBlock(InputStream decodedIn, int endOfBlockMarker) -
Uses of ReadableChannelWithBlockAdvertisement in org.aksw.commons.io.hadoop.binseach.v2
Fields in org.aksw.commons.io.hadoop.binseach.v2 declared as ReadableChannelWithBlockAdvertisementModifier and TypeFieldDescriptionprotected ReadableChannelWithBlockAdvertisementBlockSourceChannel.decodedChannelThe current non-seekable channel.