JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
G
H
L
M
N
O
P
R
S
W
A
abortPut(ObjectPartKey)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
abortPut(ObjectPartKey)
- Method in class com.distelli.objectStore.impl.disk.
DiskObjectStore
abortPut(ObjectPartKey)
- Method in class com.distelli.objectStore.impl.s3.
S3ObjectStore
AbstractObjectStore
- Class in
com.distelli.objectStore.impl
AbstractObjectStore()
- Constructor for class com.distelli.objectStore.impl.
AbstractObjectStore
available()
- Method in class com.distelli.objectStore.impl.disk.
LimitingInputStream
B
build()
- Method in class com.distelli.objectStore.impl.
ObjectStoreBuilder
C
close()
- Method in class com.distelli.objectStore.impl.disk.
LimitingInputStream
com.distelli.objectStore.impl
- package com.distelli.objectStore.impl
com.distelli.objectStore.impl.disk
- package com.distelli.objectStore.impl.disk
com.distelli.objectStore.impl.s3
- package com.distelli.objectStore.impl.s3
completePut(ObjectPartKey, List<ObjectPartId>)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
completePut(ObjectPartKey, List<ObjectPartId>)
- Method in class com.distelli.objectStore.impl.disk.
DiskObjectStore
completePut(ObjectPartKey, List<ObjectPartId>)
- Method in class com.distelli.objectStore.impl.s3.
S3ObjectStore
configure()
- Method in class com.distelli.objectStore.impl.
ObjectStoreModule
create(ObjectStoreBuilder)
- Method in interface com.distelli.objectStore.impl.disk.
DiskObjectStore.Factory
create()
- Method in interface com.distelli.objectStore.impl.
ObjectStoreBuilder.Factory
create(ObjectStoreBuilder)
- Method in interface com.distelli.objectStore.impl.s3.
S3ObjectStore.Factory
createBucket(String)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
createBucket(String)
- Method in class com.distelli.objectStore.impl.disk.
DiskObjectStore
createBucket(String)
- Method in class com.distelli.objectStore.impl.s3.
S3ObjectStore
createSignedGet(ObjectKey, long, TimeUnit)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
createSignedGet(ObjectKey, long, TimeUnit)
- Method in class com.distelli.objectStore.impl.disk.
DiskObjectStore
createSignedGet(ObjectKey, long, TimeUnit)
- Method in class com.distelli.objectStore.impl.s3.
S3ObjectStore
D
delete(ObjectKey)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
delete(ObjectKey)
- Method in class com.distelli.objectStore.impl.disk.
DiskObjectStore
delete(ObjectKey)
- Method in class com.distelli.objectStore.impl.s3.
S3ObjectStore
deleteBucket(String)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
deleteBucket(String)
- Method in class com.distelli.objectStore.impl.disk.
DiskObjectStore
deleteBucket(String)
- Method in class com.distelli.objectStore.impl.s3.
S3ObjectStore
DiskObjectStore
- Class in
com.distelli.objectStore.impl.disk
DiskObjectStore(File)
- Constructor for class com.distelli.objectStore.impl.disk.
DiskObjectStore
DiskObjectStore(ObjectStoreBuilder)
- Constructor for class com.distelli.objectStore.impl.disk.
DiskObjectStore
DiskObjectStore.Factory
- Interface in
com.distelli.objectStore.impl.disk
G
get(ObjectKey, ObjectReader<T>, Long, Long)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
get(ObjectKey)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
get(ObjectKey, File)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
get(ObjectKey, ObjectReader<T>, Long, Long)
- Method in class com.distelli.objectStore.impl.disk.
DiskObjectStore
get(ObjectKey, ObjectReader<T>, Long, Long)
- Method in class com.distelli.objectStore.impl.s3.
S3ObjectStore
getCredProvider()
- Method in class com.distelli.objectStore.impl.
ObjectStoreBuilder
getDiskStorageRoot()
- Method in class com.distelli.objectStore.impl.
ObjectStoreBuilder
getEndpoint()
- Method in class com.distelli.objectStore.impl.
ObjectStoreBuilder
getForceV4Signature()
- Method in class com.distelli.objectStore.impl.
ObjectStoreBuilder
getObjectStoreProvider()
- Method in class com.distelli.objectStore.impl.
ObjectStoreBuilder
getProxy()
- Method in class com.distelli.objectStore.impl.
ObjectStoreBuilder
getServerSideEncryption()
- Method in class com.distelli.objectStore.impl.
ObjectStoreBuilder
H
head(ObjectKey)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
head(ObjectKey)
- Method in class com.distelli.objectStore.impl.disk.
DiskObjectStore
head(ObjectKey)
- Method in class com.distelli.objectStore.impl.s3.
S3ObjectStore
L
LimitingInputStream
- Class in
com.distelli.objectStore.impl.disk
LimitingInputStream(InputStream, long)
- Constructor for class com.distelli.objectStore.impl.disk.
LimitingInputStream
list(ObjectKey, PageIterator)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
list(ObjectKey, PageIterator)
- Method in class com.distelli.objectStore.impl.disk.
DiskObjectStore
list(ObjectKey, PageIterator)
- Method in class com.distelli.objectStore.impl.s3.
S3ObjectStore
M
mark(int)
- Method in class com.distelli.objectStore.impl.disk.
LimitingInputStream
markSupported()
- Method in class com.distelli.objectStore.impl.disk.
LimitingInputStream
multipartPut(ObjectPartKey, int, long, InputStream)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
multipartPut(ObjectPartKey, int, File)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
multipartPut(ObjectPartKey, int, byte[])
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
multipartPut(ObjectPartKey, int, long, InputStream)
- Method in class com.distelli.objectStore.impl.disk.
DiskObjectStore
multipartPut(ObjectPartKey, int, long, InputStream)
- Method in class com.distelli.objectStore.impl.s3.
S3ObjectStore
N
newMultipartPut(ObjectKey)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
newMultipartPut(ObjectKey)
- Method in class com.distelli.objectStore.impl.disk.
DiskObjectStore
newMultipartPut(ObjectKey)
- Method in class com.distelli.objectStore.impl.s3.
S3ObjectStore
O
ObjectStoreBuilder
- Class in
com.distelli.objectStore.impl
ObjectStoreBuilder()
- Constructor for class com.distelli.objectStore.impl.
ObjectStoreBuilder
ObjectStoreBuilder.Factory
- Interface in
com.distelli.objectStore.impl
ObjectStoreModule
- Class in
com.distelli.objectStore.impl
ObjectStoreModule()
- Constructor for class com.distelli.objectStore.impl.
ObjectStoreModule
P
put(ObjectKey, long, InputStream)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
put(ObjectKey, File)
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
put(ObjectKey, byte[])
- Method in class com.distelli.objectStore.impl.
AbstractObjectStore
put(ObjectKey, long, InputStream)
- Method in class com.distelli.objectStore.impl.disk.
DiskObjectStore
put(ObjectKey, long, InputStream)
- Method in class com.distelli.objectStore.impl.s3.
S3ObjectStore
R
read()
- Method in class com.distelli.objectStore.impl.disk.
LimitingInputStream
read(byte[])
- Method in class com.distelli.objectStore.impl.disk.
LimitingInputStream
read(byte[], int, int)
- Method in class com.distelli.objectStore.impl.disk.
LimitingInputStream
reset()
- Method in class com.distelli.objectStore.impl.disk.
LimitingInputStream
S
S3ObjectStore
- Class in
com.distelli.objectStore.impl.s3
S3ObjectStore(ObjectStoreBuilder, AWSCredentialsProviderFactory, ClientConfigurations, AmazonWebServiceClients)
- Constructor for class com.distelli.objectStore.impl.s3.
S3ObjectStore
S3ObjectStore.Factory
- Interface in
com.distelli.objectStore.impl.s3
skip(long)
- Method in class com.distelli.objectStore.impl.disk.
LimitingInputStream
W
withCredProvider(CredProvider)
- Method in class com.distelli.objectStore.impl.
ObjectStoreBuilder
withDiskStorageRoot(File)
- Method in class com.distelli.objectStore.impl.
ObjectStoreBuilder
withEndpoint(URI)
- Method in class com.distelli.objectStore.impl.
ObjectStoreBuilder
withForceV4Signature(Boolean)
- Method in class com.distelli.objectStore.impl.
ObjectStoreBuilder
withObjectStoreType(ObjectStoreType)
- Method in class com.distelli.objectStore.impl.
ObjectStoreBuilder
withProxy(URI)
- Method in class com.distelli.objectStore.impl.
ObjectStoreBuilder
withServerSideEncryption(Boolean)
- Method in class com.distelli.objectStore.impl.
ObjectStoreBuilder
A
B
C
D
G
H
L
M
N
O
P
R
S
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2017. All rights reserved.