SnapshotDataset.Options

public static class SnapshotDataset.Options

Optional attributes for SnapshotDataset

Public Methods

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public SnapshotDataset.Options compression (String compression)

public SnapshotDataset.Options mode (String mode)

public SnapshotDataset.Options numReaderThreads (Long numReaderThreads)

public SnapshotDataset.Options numWriterThreads (Long numWriterThreads)

public SnapshotDataset.Options pendingSnapshotExpirySeconds (Long pendingSnapshotExpirySeconds)

public SnapshotDataset.Options readerBufferSize (Long readerBufferSize)

public SnapshotDataset.Options readerPathPrefix (String readerPathPrefix)

public SnapshotDataset.Options seed (Long seed)

public SnapshotDataset.Options seed2 (Long seed2)

public SnapshotDataset.Options shardSizeBytes (Long shardSizeBytes)

public SnapshotDataset.Options shuffleOnRead (Boolean shuffleOnRead)

public SnapshotDataset.Options snapshotName (String snapshotName)

public SnapshotDataset.Options writerBufferSize (Long writerBufferSize)

public SnapshotDataset.Options writerPathPrefix (String writerPathPrefix)