| Package | Description |
|---|---|
| com.upplication.s3fs |
| Modifier and Type | Method and Description |
|---|---|
S3FileSystem |
S3FileSystemProvider.createFileSystem(URI uri,
Properties props)
Create the fileSystem
|
S3FileSystem |
S3Path.getFileSystem() |
S3FileSystem |
S3FileStore.getFileSystem() |
S3FileSystem |
S3FileSystemProvider.getFileSystem(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
protected static ConcurrentMap<String,S3FileSystem> |
S3FileSystemProvider.getFilesystems()
only 4 testing
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3FileSystemProvider.close(S3FileSystem fileSystem) |
int |
S3FileSystem.compareTo(S3FileSystem o) |
boolean |
S3FileSystemProvider.isOpen(S3FileSystem s3FileSystem) |
| Constructor and Description |
|---|
S3FileStore(S3FileSystem s3FileSystem,
String name) |
S3Path(S3FileSystem fileSystem,
String first,
String... more)
Build an S3Path from path segments.
|
Copyright © 2018. All rights reserved.