public static class SnapshotDataset.Options extends Object
SnapshotDataset| Modifier and Type | Method and Description |
|---|---|
SnapshotDataset.Options |
compression(String compression) |
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 |
shardSizeBytes(Long shardSizeBytes) |
SnapshotDataset.Options |
writerBufferSize(Long writerBufferSize) |
SnapshotDataset.Options |
writerPathPrefix(String writerPathPrefix) |
public SnapshotDataset.Options compression(String compression)
compression - public SnapshotDataset.Options readerPathPrefix(String readerPathPrefix)
readerPathPrefix - public SnapshotDataset.Options writerPathPrefix(String writerPathPrefix)
writerPathPrefix - public SnapshotDataset.Options shardSizeBytes(Long shardSizeBytes)
shardSizeBytes - public SnapshotDataset.Options pendingSnapshotExpirySeconds(Long pendingSnapshotExpirySeconds)
pendingSnapshotExpirySeconds - public SnapshotDataset.Options numReaderThreads(Long numReaderThreads)
numReaderThreads - public SnapshotDataset.Options readerBufferSize(Long readerBufferSize)
readerBufferSize - public SnapshotDataset.Options numWriterThreads(Long numWriterThreads)
numWriterThreads - public SnapshotDataset.Options writerBufferSize(Long writerBufferSize)
writerBufferSize - Copyright © 2015–2019. All rights reserved.