public class HDFSBackedCollectionPartition<T> extends BufferedCollectionPartition<T>
dataList
DEFAULT_REF
Constructor and Description |
---|
HDFSBackedCollectionPartition(int maxFramesInMemory,
Config config) |
HDFSBackedCollectionPartition(int maxFramesInMemory,
MessageType dataType,
Config config) |
HDFSBackedCollectionPartition(int maxFramesInMemory,
MessageType dataType,
int bufferedBytes,
Config config,
java.lang.String reference) |
HDFSBackedCollectionPartition(MessageType dataType,
int bufferedBytes,
Config config) |
HDFSBackedCollectionPartition(MessageType dataType,
int bufferedBytes,
Config config,
java.lang.String reference) |
Modifier and Type | Method and Description |
---|---|
protected FileSystem |
getFileSystem(Config config) |
protected Path |
getRootPath(Config config) |
protected java.lang.String |
getRootPathStr(Config config) |
add, addAll, clear, close, dispose, flush, get, getConsumer, getReference, hasIndexInMemory
getPartitionId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
first, firstOrDefault
public HDFSBackedCollectionPartition(int maxFramesInMemory, MessageType dataType, int bufferedBytes, Config config, java.lang.String reference)
public HDFSBackedCollectionPartition(int maxFramesInMemory, Config config)
public HDFSBackedCollectionPartition(int maxFramesInMemory, MessageType dataType, Config config)
public HDFSBackedCollectionPartition(MessageType dataType, int bufferedBytes, Config config)
public HDFSBackedCollectionPartition(MessageType dataType, int bufferedBytes, Config config, java.lang.String reference)
protected java.lang.String getRootPathStr(Config config)
protected FileSystem getFileSystem(Config config)
getFileSystem
in class BufferedCollectionPartition<T>
protected Path getRootPath(Config config)
getRootPath
in class BufferedCollectionPartition<T>