public class FileSystemStorageFactory
extends java.lang.Object
implements io.pravega.segmentstore.storage.StorageFactory
| Constructor and Description |
|---|
FileSystemStorageFactory(FileSystemStorageConfig config,
java.util.concurrent.ExecutorService executor)
Creates a new instance of the FileSystemStorageFactory class.
|
| Modifier and Type | Method and Description |
|---|---|
io.pravega.segmentstore.storage.Storage |
createStorageAdapter() |
public FileSystemStorageFactory(FileSystemStorageConfig config, java.util.concurrent.ExecutorService executor)
config - The Configuration to use.executor - An executor to use for background operations.