Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
M
P
S
T
U
V
A
Access
- Class in
io.atlassian.blobstore.client.api
Hints for accessing blobs in the store.
Access.Builder
- Class in
io.atlassian.blobstore.client.api
Access.CacheControl
- Enum in
io.atlassian.blobstore.client.api
B
base16()
- Method in class io.atlassian.blobstore.client.api.
ContentKey
BlobStoreService
- Interface in
io.atlassian.blobstore.client.api
Service exposing get, put and delete methods for blobs.
build()
- Method in class io.atlassian.blobstore.client.api.
Access.Builder
builder()
- Static method in class io.atlassian.blobstore.client.api.
Access
C
cacheControl()
- Method in class io.atlassian.blobstore.client.api.
Access
ContentKey
- Class in
io.atlassian.blobstore.client.api
A Key is an address for a blob.
ContentKeyFactory
- Interface in
io.atlassian.blobstore.client.api
contentLength()
- Method in class io.atlassian.blobstore.client.api.
HeadResult
create(String)
- Static method in class io.atlassian.blobstore.client.api.
ContentKey
create(InputStream, HeadResult)
- Static method in class io.atlassian.blobstore.client.api.
GetResult
create(String, long)
- Static method in class io.atlassian.blobstore.client.api.
HeadResult
created(String)
- Static method in class io.atlassian.blobstore.client.api.
PutResult
D
data()
- Method in class io.atlassian.blobstore.client.api.
GetResult
delete(String)
- Method in interface io.atlassian.blobstore.client.api.
BlobStoreService
Deletes a blob.
E
equals(Object)
- Method in class io.atlassian.blobstore.client.api.
ContentKey
F
Failure
- Interface in
io.atlassian.blobstore.client.api
Some kind of failure.
G
get(String, Access, Function<Option<GetResult>, A>)
- Method in interface io.atlassian.blobstore.client.api.
BlobStoreService
Gets a blob, and applies the function to it to produce a result.
GetResult
- Class in
io.atlassian.blobstore.client.api
The result of a get operation call on a BlobstoreService
H
hash()
- Method in class io.atlassian.blobstore.client.api.
HeadResult
hash()
- Method in class io.atlassian.blobstore.client.api.
PutResult
hashCode()
- Method in class io.atlassian.blobstore.client.api.
ContentKey
head(String, Access)
- Method in interface io.atlassian.blobstore.client.api.
BlobStoreService
Gets the header information of a blob.
head()
- Method in class io.atlassian.blobstore.client.api.
GetResult
HeadResult
- Class in
io.atlassian.blobstore.client.api
The result of a head operation call on a BlobstoreService
I
io.atlassian.blobstore.client.api
- package io.atlassian.blobstore.client.api
M
marshall(String)
- Method in interface io.atlassian.blobstore.client.api.
ContentKeyFactory
Marshalls a key into a BlobKey object.
message()
- Method in interface io.atlassian.blobstore.client.api.
Failure
P
put(String, InputStream, Long)
- Method in interface io.atlassian.blobstore.client.api.
BlobStoreService
Stores the given input stream into a new blob and returns the the blob's
PutResult
.
PutResult
- Class in
io.atlassian.blobstore.client.api
The result of a put operation call on a BlobstoreService
PutResult.Status
- Enum in
io.atlassian.blobstore.client.api
S
setCacheControl(Access.CacheControl)
- Method in class io.atlassian.blobstore.client.api.
Access.Builder
status()
- Method in class io.atlassian.blobstore.client.api.
PutResult
T
toString()
- Method in class io.atlassian.blobstore.client.api.
Access
toString()
- Method in class io.atlassian.blobstore.client.api.
ContentKey
U
Unit
- Enum in
io.atlassian.blobstore.client.api
Used to represent a 'void' return type from a function
unmarshall(ContentKey)
- Method in interface io.atlassian.blobstore.client.api.
ContentKeyFactory
Unmarshalls a key into a String, suitable for storage and transport.
updated(String)
- Static method in class io.atlassian.blobstore.client.api.
PutResult
V
valueOf(String)
- Static method in enum io.atlassian.blobstore.client.api.
Access.CacheControl
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum io.atlassian.blobstore.client.api.
PutResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum io.atlassian.blobstore.client.api.
Unit
Returns the enum constant of this type with the specified name.
values()
- Static method in enum io.atlassian.blobstore.client.api.
Access.CacheControl
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum io.atlassian.blobstore.client.api.
PutResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum io.atlassian.blobstore.client.api.
Unit
Returns an array containing the constants of this enum type, in the order they are declared.
A
B
C
D
E
F
G
H
I
M
P
S
T
U
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes