Modifier and Type | Method and Description |
---|---|
FileSystem |
DirectoryTableCollection.getFileSystem(com.streamscape.ds.session.Session session) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
StorageManager.buildDirectoryPath(FileSystem fileSystem,
java.lang.String path,
java.lang.String tableName) |
static java.lang.String |
StorageManager.buildFilepath(FileSystem fileSystem,
java.lang.String path,
java.lang.String filename) |
static java.lang.String |
StorageManager.getMetadataFilePath(FileSystem fileSystem,
java.lang.String directoryPath) |
static SnapshotTable |
StorageManager.readTable(FileSystem fileSystem,
java.lang.String path) |
static SnapshotTable |
StorageManager.readTable(FileSystem fileSystem,
java.lang.String path,
SnapshotTable tableSchema,
boolean force) |
static TableMetadata |
StorageManager.readTableMetadata(FileSystem fileSystem,
java.lang.String directoryPath) |
static java.lang.String |
StorageManager.saveTable(FileSystem fileSystem,
java.lang.String storageFolder,
SnapshotTable table) |
static void |
StorageManager.writeTableMetadata(FileSystem fileSystem,
java.lang.String directoryPath,
Snapshot table) |
static void |
StorageManager.writeTableMetadata(FileSystem fileSystem,
java.lang.String directoryPath,
TableMetadata tableMetadata) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileSystem
Title: Framework Support Library
|
class |
FileSystemWrapper
Title: Framework Support Library
|
Modifier and Type | Method and Description |
---|---|
FileSystem |
FileSystemProvider.createFileSystem(com.streamscape.slex.MFSession session,
java.lang.String path) |
FileSystem |
FileSystemProvider.createFileSystem(com.streamscape.ds.session.Session session,
java.lang.String path) |
FileSystem |
FileSystemClientConnection.getFileSystem() |
FileSystem |
AbstractFileSystemClientConnection.getFileSystem() |
Constructor and Description |
---|
FileSystemWrapper(FileSystem fileSystem) |
Modifier and Type | Method and Description |
---|---|
void |
DropBoxFileSystemClientConnection.setFileSystem(FileSystem fileSystem) |
Modifier and Type | Class and Description |
---|---|
class |
LocalFileSystem
Title: OSF Service Library
|
Modifier and Type | Method and Description |
---|---|
static void |
ZipUtils.compress(java.lang.String sourcePath,
java.lang.String targetPath,
FileSystem sourceFileSystem,
FileSystem targetFileSystem) |
static void |
GzipUtils.compress(java.lang.String sourceFile,
java.lang.String targetFile,
FileSystem sourceFileSystem,
FileSystem targetFileSystem) |
static void |
FileIOUtils.copyDirectory(FileSystem fileSystem,
java.lang.String src,
java.lang.String dst) |
static void |
ZipUtils.extract(java.lang.String sourceFile,
java.lang.String targetDir,
FileSystem sourceFileSystem,
FileSystem targetFileSystem) |
static void |
GzipUtils.extract(java.lang.String sourcePath,
java.lang.String targetFile,
FileSystem sourceFileSystem,
FileSystem targetFileSystem) |
static java.util.List |
ZipUtils.listZipFileEntries(java.lang.String file,
FileSystem fileSystem) |
static void |
FileIOUtils.renameDirectory(FileSystem fileSystem,
java.lang.String src,
java.lang.String dst) |
Modifier and Type | Interface and Description |
---|---|
interface |
DropBoxFileSystem |
Modifier and Type | Class and Description |
---|---|
class |
DropBoxAutoConnectFileSystem |
class |
DropBoxFileSystemImpl
Title: Service Event Fabric Core
|
class |
DropBoxFileSystemWithNotifications |
Modifier and Type | Method and Description |
---|---|
static FileSystem |
DropBoxUtils.createFileSystem(RuntimeContext context,
java.lang.String username,
java.lang.String path) |
FileSystem |
DropBoxAccessor.createFileSystem(java.lang.String username,
DropBoxAccessor.DropBoxPathNotation dropBoxPathNotation) |
FileSystem |
DropBoxAccessor.createFileSystemOnPath(java.lang.String path,
java.lang.String username,
DropBoxAccessor.DropBoxPathNotation dropBoxPathNotation) |
static FileSystem |
DropBoxFileSystemWithNotifications.withDisabledNotifications(FileSystem fileSystem) |
Modifier and Type | Method and Description |
---|---|
static FileSystem |
DropBoxFileSystemWithNotifications.withDisabledNotifications(FileSystem fileSystem) |
Modifier and Type | Method and Description |
---|---|
FileSystem |
MputDropBoxOperation.MputHelper.getFileSystem(DropBox dropBox) |
Modifier and Type | Method and Description |
---|---|
static SLResponse |
LsDropBoxOperation.ls(java.lang.String path,
boolean recursive,
boolean onlyManaged,
boolean onlyUnmanaged,
FileSystem fileSystem) |
Modifier and Type | Class and Description |
---|---|
class |
SLFileSystem |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.