Skip navigation links
A C D E F G H I K L M N O P R S T U V W 

A

ACCESS_KEY - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
addEnvProperties(Properties, Map<String, ?>) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
AMAZON_S3_FACTORY_CLASS - Static variable in class com.upplication.s3fs.S3FileSystemProvider
 
AmazonS3ClientFactory - Class in com.upplication.s3fs
 
AmazonS3ClientFactory() - Constructor for class com.upplication.s3fs.AmazonS3ClientFactory
 
AmazonS3Factory - Class in com.upplication.s3fs
Factory base class to create a new AmazonS3 instance.
AmazonS3Factory() - Constructor for class com.upplication.s3fs.AmazonS3Factory
 
ATTRIBUTE_VIEW_NAME - Static variable in class com.upplication.s3fs.S3FileStoreAttributeView
 
AttributesUtils - Class in com.upplication.s3fs.util
Utilities to help transforming BasicFileAttributes to Map
AttributesUtils() - Constructor for class com.upplication.s3fs.util.AttributesUtils
 

C

Cache - Class in com.upplication.s3fs.util
 
Cache() - Constructor for class com.upplication.s3fs.util.Cache
 
CHARSET_KEY - Static variable in class com.upplication.s3fs.S3FileSystemProvider
 
checkAccess(AccessMode[]) - Method in class com.upplication.s3fs.S3AccessControlList
 
checkAccess(Path, AccessMode...) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
close() - Method in class com.upplication.s3fs.S3FileSystem
 
close(S3FileSystem) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
close() - Method in class com.upplication.s3fs.S3ReadOnlySeekableByteChannel
 
close() - Method in class com.upplication.s3fs.S3SeekableByteChannel
 
com.upplication.s3fs - package com.upplication.s3fs
 
com.upplication.s3fs.attribute - package com.upplication.s3fs.attribute
 
com.upplication.s3fs.util - package com.upplication.s3fs.util
 
compareTo(S3FileStore) - Method in class com.upplication.s3fs.S3FileStore
 
compareTo(S3FileSystem) - Method in class com.upplication.s3fs.S3FileSystem
 
compareTo(Path) - Method in class com.upplication.s3fs.S3Path
 
CONNECTION_TIMEOUT - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
copy(Path, Path, CopyOption...) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
createAmazonS3(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Method in class com.upplication.s3fs.AmazonS3ClientFactory
 
createAmazonS3(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Method in class com.upplication.s3fs.AmazonS3Factory
should return a new AmazonS3
createDirectory(Path, FileAttribute<?>...) - Method in class com.upplication.s3fs.S3FileSystemProvider
Deviations from spec: Does not perform atomic check-and-create.
createFileSystem(URI, Properties) - Method in class com.upplication.s3fs.S3FileSystemProvider
Create the fileSystem
creationTime() - Method in class com.upplication.s3fs.attribute.S3BasicFileAttributes
 

D

delete(Path) - Method in class com.upplication.s3fs.S3FileSystemProvider
 

E

endsWith(Path) - Method in class com.upplication.s3fs.S3Path
 
endsWith(String) - Method in class com.upplication.s3fs.S3Path
 
equals(Object) - Method in class com.upplication.s3fs.S3FileStore
 
equals(Object) - Method in class com.upplication.s3fs.S3FileSystem
 
equals(Object) - Method in class com.upplication.s3fs.S3Path
 

F

fileAttributeToMap(BasicFileAttributes) - Static method in class com.upplication.s3fs.util.AttributesUtils
Given a BasicFileAttributes not null then return a Map with the keys as the fields of the BasicFileAttributes or PosixFileAttributes and the values with the content of the fields
fileAttributeToMap(BasicFileAttributes, String[]) - Static method in class com.upplication.s3fs.util.AttributesUtils
transform the java.nio.file.attribute.BasicFileAttributes to Map filtering by the keys given in the filters param
fileKey() - Method in class com.upplication.s3fs.attribute.S3BasicFileAttributes
 
force(boolean) - Method in class com.upplication.s3fs.S3FileChannel
 

G

getAmazonS3(URI, Properties) - Method in class com.upplication.s3fs.AmazonS3Factory
Build a new Amazon S3 instance with the URI and the properties provided
getAmazonS3(URI, Properties) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
getAmazonS3Factory(Properties) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
getAttribute(String) - Method in class com.upplication.s3fs.S3FileStore
 
getAttribute(String) - Method in class com.upplication.s3fs.S3FileStoreAttributeView
 
getAWSCredentials(Properties) - Method in class com.upplication.s3fs.AmazonS3Factory
 
getBucket() - Method in class com.upplication.s3fs.S3FileStore
 
getCache() - Method in class com.upplication.s3fs.S3FileSystem
 
getCache() - Method in class com.upplication.s3fs.S3FileSystemProvider
 
getCacheCreated() - Method in class com.upplication.s3fs.attribute.S3BasicFileAttributes
 
getClient() - Method in class com.upplication.s3fs.S3FileSystem
 
getClientConfiguration(Properties) - Method in class com.upplication.s3fs.AmazonS3Factory
 
getClientOptions(Properties) - Method in class com.upplication.s3fs.AmazonS3Factory
 
getCredentialsProvider(Properties) - Method in class com.upplication.s3fs.AmazonS3Factory
 
getCurrentTime() - Method in class com.upplication.s3fs.util.Cache
 
getEndpoint() - Method in class com.upplication.s3fs.S3FileSystem
get the endpoint associated with this fileSystem.
getFileAttributes() - Method in class com.upplication.s3fs.S3Path
 
getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
getFileName() - Method in class com.upplication.s3fs.S3Path
 
getFileStore(Path) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
getFileStore() - Method in class com.upplication.s3fs.S3Path
 
getFileStoreAttributeView(Class<V>) - Method in class com.upplication.s3fs.S3FileStore
 
getFileStores() - Method in class com.upplication.s3fs.S3FileSystem
 
getFileSystem() - Method in class com.upplication.s3fs.S3FileStore
 
getFileSystem(URI, Map<String, ?>) - Method in class com.upplication.s3fs.S3FileSystemProvider
Get existing filesystem based on a combination of URI and env settings.
getFileSystem(URI) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
getFileSystem() - Method in class com.upplication.s3fs.S3Path
 
getFileSystemKey(URI, Properties) - Method in class com.upplication.s3fs.S3FileSystemProvider
get the file system key represented by: the access key @ endpoint.
getFilesystems() - Static method in class com.upplication.s3fs.S3FileSystemProvider
only 4 testing
getKey() - Method in class com.upplication.s3fs.S3AccessControlList
 
getKey() - Method in class com.upplication.s3fs.S3FileSystem
 
getKey() - Method in class com.upplication.s3fs.S3Path
key for amazon without final slash.
getName() - Method in class com.upplication.s3fs.attribute.S3UserPrincipal
 
getName(int) - Method in class com.upplication.s3fs.S3Path
 
getNameCount() - Method in class com.upplication.s3fs.S3Path
 
getOwner() - Method in class com.upplication.s3fs.attribute.S3PosixFileAttributeView
 
getOwner() - Method in class com.upplication.s3fs.S3FileStore
 
getParent() - Method in class com.upplication.s3fs.S3Path
 
getPath(String, String...) - Method in class com.upplication.s3fs.S3FileSystem
 
getPath(URI) - Method in class com.upplication.s3fs.S3FileSystemProvider
Deviation from spec: throws FileSystemNotFoundException if FileSystem hasn't yet been initialized.
getPathMatcher(String) - Method in class com.upplication.s3fs.S3FileSystem
 
getRequestMetricsCollector(Properties) - Method in class com.upplication.s3fs.AmazonS3Factory
 
getRoot() - Method in class com.upplication.s3fs.S3Path
 
getRootDirectories() - Method in class com.upplication.s3fs.S3FileSystem
 
getRootDirectory() - Method in class com.upplication.s3fs.S3FileStore
 
getS3FileAttributes(S3Path) - Method in class com.upplication.s3fs.util.S3Utils
getS3FileAttributes for the s3Path
getS3ObjectSummary(S3Path) - Method in class com.upplication.s3fs.util.S3Utils
Get the S3ObjectSummary that represent this Path or her first child if this path not exists
getS3PosixFileAttributes(S3Path) - Method in class com.upplication.s3fs.util.S3Utils
get the S3PosixFileAttributes for a S3Path
getScheme() - Method in class com.upplication.s3fs.S3FileSystemProvider
 
getSeparator() - Method in class com.upplication.s3fs.S3FileSystem
 
getTotalSpace() - Method in class com.upplication.s3fs.S3FileStore
 
getUnallocatedSpace() - Method in class com.upplication.s3fs.S3FileStore
 
getUsableSpace() - Method in class com.upplication.s3fs.S3FileStore
 
getUserPrincipalLookupService() - Method in class com.upplication.s3fs.S3FileSystem
 
group() - Method in class com.upplication.s3fs.attribute.S3PosixFileAttributes
 

H

hashCode() - Method in class com.upplication.s3fs.S3FileStore
 
hashCode() - Method in class com.upplication.s3fs.S3FileSystem
 
hashCode() - Method in class com.upplication.s3fs.S3Path
 
hasNext() - Method in class com.upplication.s3fs.S3Iterator
 

I

implCloseChannel() - Method in class com.upplication.s3fs.S3FileChannel
 
IOUtils - Class in com.upplication.s3fs.util
Utilities for streams
IOUtils() - Constructor for class com.upplication.s3fs.util.IOUtils
 
isAbsolute() - Method in class com.upplication.s3fs.S3Path
 
isDirectory() - Method in class com.upplication.s3fs.attribute.S3BasicFileAttributes
 
isHidden(Path) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
isInTime(int, S3BasicFileAttributes) - Method in class com.upplication.s3fs.util.Cache
check if the cache of the S3FileAttributes is still valid
isOpen() - Method in class com.upplication.s3fs.S3FileSystem
 
isOpen(S3FileSystem) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
isOpen() - Method in class com.upplication.s3fs.S3ReadOnlySeekableByteChannel
 
isOpen() - Method in class com.upplication.s3fs.S3SeekableByteChannel
 
isOther() - Method in class com.upplication.s3fs.attribute.S3BasicFileAttributes
 
isReadOnly() - Method in class com.upplication.s3fs.S3FileStore
 
isReadOnly() - Method in class com.upplication.s3fs.S3FileSystem
 
isRegularFile() - Method in class com.upplication.s3fs.attribute.S3BasicFileAttributes
 
isSameFile(Path, Path) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
isSymbolicLink() - Method in class com.upplication.s3fs.attribute.S3BasicFileAttributes
 
iterator() - Method in class com.upplication.s3fs.S3Path
 

K

key2Parts(String) - Method in class com.upplication.s3fs.S3FileSystem
 

L

lastAccessTime() - Method in class com.upplication.s3fs.attribute.S3BasicFileAttributes
 
lastModifiedTime() - Method in class com.upplication.s3fs.attribute.S3BasicFileAttributes
 
loadAmazonProperties() - Method in class com.upplication.s3fs.S3FileSystemProvider
find /amazon.properties in the classpath
lock(long, long, boolean) - Method in class com.upplication.s3fs.S3FileChannel
 

M

map(FileChannel.MapMode, long, long) - Method in class com.upplication.s3fs.S3FileChannel
 
MAX_CONNECTIONS - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
MAX_ERROR_RETRY - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
move(Path, Path, CopyOption...) - Method in class com.upplication.s3fs.S3FileSystemProvider
 

N

name() - Method in class com.upplication.s3fs.attribute.S3BasicFileAttributeView
 
name() - Method in class com.upplication.s3fs.attribute.S3PosixFileAttributeView
 
name() - Method in class com.upplication.s3fs.S3FileStore
 
name() - Method in class com.upplication.s3fs.S3FileStoreAttributeView
 
newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
newFileChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
newFileSystem(URI, Map<String, ?>) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
newInputStream(Path, OpenOption...) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
newWatchService() - Method in class com.upplication.s3fs.S3FileSystem
 
next() - Method in class com.upplication.s3fs.S3Iterator
 
normalize() - Method in class com.upplication.s3fs.S3Path
 

O

overloadPropertiesWithEnv(Properties, Map<String, ?>, String) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
overloadPropertiesWithSystemEnv(Properties, String) - Method in class com.upplication.s3fs.S3FileSystemProvider
The system envs have preference over the properties files.
overloadPropertiesWithSystemProps(Properties, String) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
owner() - Method in class com.upplication.s3fs.attribute.S3PosixFileAttributes
 

P

PATH_SEPARATOR - Static variable in class com.upplication.s3fs.S3Path
 
PATH_STYLE_ACCESS - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
permissions() - Method in class com.upplication.s3fs.attribute.S3PosixFileAttributes
 
position() - Method in class com.upplication.s3fs.S3FileChannel
 
position(long) - Method in class com.upplication.s3fs.S3FileChannel
 
position() - Method in class com.upplication.s3fs.S3ReadOnlySeekableByteChannel
 
position(long) - Method in class com.upplication.s3fs.S3ReadOnlySeekableByteChannel
 
position(long) - Method in class com.upplication.s3fs.S3SeekableByteChannel
 
position() - Method in class com.upplication.s3fs.S3SeekableByteChannel
 
PROTOCOL - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
provider() - Method in class com.upplication.s3fs.S3FileSystem
 
PROXY_DOMAIN - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
PROXY_HOST - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
PROXY_PASSWORD - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
PROXY_PORT - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
PROXY_USERNAME - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
PROXY_WORKSTATION - Static variable in class com.upplication.s3fs.AmazonS3Factory
 

R

read() - Method in class com.upplication.s3fs.attribute.S3PosixFileAttributeView
 
read(ByteBuffer) - Method in class com.upplication.s3fs.S3FileChannel
 
read(ByteBuffer[], int, int) - Method in class com.upplication.s3fs.S3FileChannel
 
read(ByteBuffer, long) - Method in class com.upplication.s3fs.S3FileChannel
 
read(ByteBuffer) - Method in class com.upplication.s3fs.S3ReadOnlySeekableByteChannel
 
read(ByteBuffer) - Method in class com.upplication.s3fs.S3SeekableByteChannel
 
readAttributes() - Method in class com.upplication.s3fs.attribute.S3BasicFileAttributeView
 
readAttributes() - Method in class com.upplication.s3fs.attribute.S3PosixFileAttributeView
 
readAttributes(Path, Class<A>, LinkOption...) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
readAttributes(Path, String, LinkOption...) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in class com.upplication.s3fs.S3Path
 
register(WatchService, WatchEvent.Kind<?>...) - Method in class com.upplication.s3fs.S3Path
 
relativize(Path) - Method in class com.upplication.s3fs.S3Path
 
remove() - Method in class com.upplication.s3fs.S3Iterator
 
REQUEST_METRIC_COLLECTOR_CLASS - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
resolve(Path) - Method in class com.upplication.s3fs.S3Path
 
resolve(String) - Method in class com.upplication.s3fs.S3Path
 
resolveSibling(Path) - Method in class com.upplication.s3fs.S3Path
 
resolveSibling(String) - Method in class com.upplication.s3fs.S3Path
 

S

S3AccessControlList - Class in com.upplication.s3fs
 
S3AccessControlList(String, String, AccessControlList, Owner) - Constructor for class com.upplication.s3fs.S3AccessControlList
 
S3BasicFileAttributes - Class in com.upplication.s3fs.attribute
 
S3BasicFileAttributes(String, FileTime, long, boolean, boolean) - Constructor for class com.upplication.s3fs.attribute.S3BasicFileAttributes
 
S3BasicFileAttributeView - Class in com.upplication.s3fs.attribute
 
S3BasicFileAttributeView(S3Path) - Constructor for class com.upplication.s3fs.attribute.S3BasicFileAttributeView
 
S3FileChannel - Class in com.upplication.s3fs
 
S3FileChannel(S3Path, Set<? extends OpenOption>) - Constructor for class com.upplication.s3fs.S3FileChannel
 
S3FileStore - Class in com.upplication.s3fs
 
S3FileStore(S3FileSystem, String) - Constructor for class com.upplication.s3fs.S3FileStore
 
S3FileStoreAttributeView - Class in com.upplication.s3fs
 
S3FileStoreAttributeView(Date, String, String, String) - Constructor for class com.upplication.s3fs.S3FileStoreAttributeView
 
S3FileStoreAttributeView.AttrID - Enum in com.upplication.s3fs
 
S3FileSystem - Class in com.upplication.s3fs
S3FileSystem with a concrete client configured and ready to use.
S3FileSystem(S3FileSystemProvider, String, AmazonS3, String) - Constructor for class com.upplication.s3fs.S3FileSystem
 
S3FileSystemConfigurationException - Exception in com.upplication.s3fs
 
S3FileSystemConfigurationException(String, Throwable) - Constructor for exception com.upplication.s3fs.S3FileSystemConfigurationException
 
S3FileSystemProvider - Class in com.upplication.s3fs
Spec:
S3FileSystemProvider() - Constructor for class com.upplication.s3fs.S3FileSystemProvider
 
S3Iterator - Class in com.upplication.s3fs
S3 iterator over folders at first level.
S3Iterator(S3Path) - Constructor for class com.upplication.s3fs.S3Iterator
 
S3Iterator(S3Path, boolean) - Constructor for class com.upplication.s3fs.S3Iterator
 
S3Iterator(S3FileStore, String, boolean) - Constructor for class com.upplication.s3fs.S3Iterator
 
S3Path - Class in com.upplication.s3fs
 
S3Path(S3FileSystem, String, String...) - Constructor for class com.upplication.s3fs.S3Path
Build an S3Path from path segments.
S3PosixFileAttributes - Class in com.upplication.s3fs.attribute
 
S3PosixFileAttributes(String, FileTime, long, boolean, boolean, UserPrincipal, GroupPrincipal, Set<PosixFilePermission>) - Constructor for class com.upplication.s3fs.attribute.S3PosixFileAttributes
 
S3PosixFileAttributeView - Class in com.upplication.s3fs.attribute
 
S3PosixFileAttributeView(S3Path) - Constructor for class com.upplication.s3fs.attribute.S3PosixFileAttributeView
 
S3ReadOnlySeekableByteChannel - Class in com.upplication.s3fs
 
S3ReadOnlySeekableByteChannel(S3Path, Set<? extends OpenOption>) - Constructor for class com.upplication.s3fs.S3ReadOnlySeekableByteChannel
Open or creates a file, returning a seekable byte channel
S3SeekableByteChannel - Class in com.upplication.s3fs
 
S3SeekableByteChannel(S3Path, Set<? extends OpenOption>) - Constructor for class com.upplication.s3fs.S3SeekableByteChannel
Open or creates a file, returning a seekable byte channel
S3UserPrincipal - Class in com.upplication.s3fs.attribute
 
S3UserPrincipal(String) - Constructor for class com.upplication.s3fs.attribute.S3UserPrincipal
 
S3Utils - Class in com.upplication.s3fs.util
Utilities to work with Amazon S3 Objects.
S3Utils() - Constructor for class com.upplication.s3fs.util.S3Utils
 
SECRET_KEY - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
setAttribute(Path, String, Object, LinkOption...) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
setCache(Cache) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
setCacheCreated(long) - Method in class com.upplication.s3fs.attribute.S3BasicFileAttributes
 
setFileAttributes(S3BasicFileAttributes) - Method in class com.upplication.s3fs.S3Path
 
setGroup(GroupPrincipal) - Method in class com.upplication.s3fs.attribute.S3PosixFileAttributeView
 
setOwner(UserPrincipal) - Method in class com.upplication.s3fs.attribute.S3PosixFileAttributeView
 
setPermissions(Set<PosixFilePermission>) - Method in class com.upplication.s3fs.attribute.S3PosixFileAttributeView
 
setTimes(FileTime, FileTime, FileTime) - Method in class com.upplication.s3fs.attribute.S3BasicFileAttributeView
 
setTimes(FileTime, FileTime, FileTime) - Method in class com.upplication.s3fs.attribute.S3PosixFileAttributeView
 
SIGNER_OVERRIDE - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
size() - Method in class com.upplication.s3fs.attribute.S3BasicFileAttributes
 
size() - Method in class com.upplication.s3fs.S3FileChannel
 
size() - Method in class com.upplication.s3fs.S3ReadOnlySeekableByteChannel
 
size() - Method in class com.upplication.s3fs.S3SeekableByteChannel
 
SOCKET_RECEIVE_BUFFER_SIZE_HINT - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
SOCKET_SEND_BUFFER_SIZE_HINT - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
SOCKET_TIMEOUT - Static variable in class com.upplication.s3fs.AmazonS3Factory
 
startsWith(Path) - Method in class com.upplication.s3fs.S3Path
 
startsWith(String) - Method in class com.upplication.s3fs.S3Path
 
subpath(int, int) - Method in class com.upplication.s3fs.S3Path
The bucket name not count
supportedFileAttributeViews() - Method in class com.upplication.s3fs.S3FileSystem
 
supportsFileAttributeView(Class<? extends FileAttributeView>) - Method in class com.upplication.s3fs.S3FileStore
 
supportsFileAttributeView(String) - Method in class com.upplication.s3fs.S3FileStore
 
sync() - Method in class com.upplication.s3fs.S3FileChannel
try to sync the temp file with the remote s3 path.
sync() - Method in class com.upplication.s3fs.S3SeekableByteChannel
try to sync the temp file with the remote s3 path.
systemGetEnv(String) - Method in class com.upplication.s3fs.S3FileSystemProvider
Get the system env with the key param

T

toAbsolutePath() - Method in class com.upplication.s3fs.S3Path
 
toByteArray(InputStream) - Static method in class com.upplication.s3fs.util.IOUtils
get the stream content and return as a byte array
toFile() - Method in class com.upplication.s3fs.S3Path
 
toPosixFilePermission(Permission) - Method in class com.upplication.s3fs.util.S3Utils
transform a com.amazonaws.services.s3.model.Permission to a java.nio.file.attribute.PosixFilePermission We use the follow rules: - transform only to the Owner permission, S3 doesnt have concepts like owner, group or other so we map only to owner.
toPosixFilePermissions(List<Grant>) - Method in class com.upplication.s3fs.util.S3Utils
transform com.amazonaws.services.s3.model.Grant to java.nio.file.attribute.PosixFilePermission
toRealPath(LinkOption...) - Method in class com.upplication.s3fs.S3Path
 
toS3FileAttributes(S3ObjectSummary, String) - Method in class com.upplication.s3fs.util.S3Utils
transform S3ObjectSummary to S3FileAttributes
toString() - Method in class com.upplication.s3fs.attribute.S3BasicFileAttributes
 
toString() - Method in class com.upplication.s3fs.S3Path
 
toUri() - Method in class com.upplication.s3fs.S3Path
Examples: Relative: -------- NO use fileSystem and not used fileStore.
toURL() - Method in class com.upplication.s3fs.S3Path
Get the url for the s3Path.
transferFrom(ReadableByteChannel, long, long) - Method in class com.upplication.s3fs.S3FileChannel
 
transferTo(long, long, WritableByteChannel) - Method in class com.upplication.s3fs.S3FileChannel
 
truncate(long) - Method in class com.upplication.s3fs.S3FileChannel
 
truncate(long) - Method in class com.upplication.s3fs.S3ReadOnlySeekableByteChannel
 
truncate(long) - Method in class com.upplication.s3fs.S3SeekableByteChannel
 
tryLock(long, long, boolean) - Method in class com.upplication.s3fs.S3FileChannel
 
type() - Method in class com.upplication.s3fs.S3FileStore
 

U

USER_AGENT - Static variable in class com.upplication.s3fs.AmazonS3Factory
 

V

validateUri(URI) - Method in class com.upplication.s3fs.S3FileSystemProvider
 
valueOf(String) - Static method in enum com.upplication.s3fs.S3FileStoreAttributeView.AttrID
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.upplication.s3fs.S3FileStoreAttributeView.AttrID
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(ByteBuffer) - Method in class com.upplication.s3fs.S3FileChannel
 
write(ByteBuffer[], int, int) - Method in class com.upplication.s3fs.S3FileChannel
 
write(ByteBuffer, long) - Method in class com.upplication.s3fs.S3FileChannel
 
write(ByteBuffer) - Method in class com.upplication.s3fs.S3ReadOnlySeekableByteChannel
 
write(ByteBuffer) - Method in class com.upplication.s3fs.S3SeekableByteChannel
 
A C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.