public static class
SnapshotDataset.Options
Optional attributes for
SnapshotDataset
Public Methods
SnapshotDataset.Options |
compression
(String compression)
|
SnapshotDataset.Options |
mode
(String mode)
|
SnapshotDataset.Options |
numReaderThreads
(Long numReaderThreads)
|
SnapshotDataset.Options |
numWriterThreads
(Long numWriterThreads)
|
SnapshotDataset.Options |
pendingSnapshotExpirySeconds
(Long pendingSnapshotExpirySeconds)
|
SnapshotDataset.Options |
readerBufferSize
(Long readerBufferSize)
|
SnapshotDataset.Options |
readerPathPrefix
(String readerPathPrefix)
|
SnapshotDataset.Options |
seed
(Long seed)
|
SnapshotDataset.Options |
seed2
(Long seed2)
|
SnapshotDataset.Options |
shardSizeBytes
(Long shardSizeBytes)
|
SnapshotDataset.Options |
shuffleOnRead
(Boolean shuffleOnRead)
|
SnapshotDataset.Options |
snapshotName
(String snapshotName)
|
SnapshotDataset.Options |
writerBufferSize
(Long writerBufferSize)
|
SnapshotDataset.Options |
writerPathPrefix
(String writerPathPrefix)
|