A B C E F G H L M N O Q R S T U V W Z 
All Classes All Packages

A

accessKey(String) - Method in class org.twonote.rgwadmin4j.RgwAdminBuilder
Sets the access key to be used by the client.
addUserCapability(String, List<Cap>) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
addUserCapability(String, List<Cap>) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Add an administrative capability to a specified user.

B

BucketInfo - Class in org.twonote.rgwadmin4j.model
Represents the bucket information.
BucketInfo() - Constructor for class org.twonote.rgwadmin4j.model.BucketInfo
 
BucketInfo.Usage - Class in org.twonote.rgwadmin4j.model
Bucket stats information.
BucketInfo.Usage.RgwMain - Class in org.twonote.rgwadmin4j.model
 
BUCKETS - org.twonote.rgwadmin4j.model.Cap.Type
 
BucketUsage - Class in org.twonote.rgwadmin4j.model.usage
Created by petertc on 4/6/17.
BucketUsage() - Constructor for class org.twonote.rgwadmin4j.model.usage.BucketUsage
 
build() - Method in class org.twonote.rgwadmin4j.RgwAdminBuilder
Builds a client with the configure properties.

C

Cap - Class in org.twonote.rgwadmin4j.model
Administrative capabilities
Cap(Cap.Type, Cap.Perm) - Constructor for class org.twonote.rgwadmin4j.model.Cap
 
Cap.Perm - Enum in org.twonote.rgwadmin4j.model
 
Cap.Type - Enum in org.twonote.rgwadmin4j.model
 
checkBucketIndex(String, boolean, boolean) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
checkBucketIndex(String, boolean, boolean) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Check the index of an existing bucket.
createS3Credential(String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
createS3Credential(String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Create a new S3 credential pair for the specified user.
createS3Credential(String, String, String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
createS3Credential(String, String, String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Create a new S3 credential for the specified user.
createS3CredentialForSubUser(String, String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
createS3CredentialForSubUser(String, String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Create a new S3 credential for the specified sub user.
createS3CredentialForSubUser(String, String, String, String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
createS3CredentialForSubUser(String, String, String, String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Create a new S3 credential for the specified subuser.
createSubUser(String, String, Map<String, String>) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
createSubUser(String, String, Map<String, String>) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Create a new subuser
createSubUser(String, String, SubUser.Permission, CredentialType) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
createSubUser(String, String, SubUser.Permission, CredentialType) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Create a new sub-user
createSwiftCredentialForSubUser(String, String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
createSwiftCredentialForSubUser(String, String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Create a new swift credential for the specified sub user.
createSwiftCredentialForSubUser(String, String, String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
createSwiftCredentialForSubUser(String, String, String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Create a new swift credential for the specified sub user.
createUser(String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
createUser(String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Create a new user.
createUser(String, Map<String, String>) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
createUser(String, Map<String, String>) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Create a new user.
CredentialType - Enum in org.twonote.rgwadmin4j.model
Represents credential type.

E

endpoint(String) - Method in class org.twonote.rgwadmin4j.RgwAdminBuilder
Sets the endpoint to be used for requests.
Entries - Class in org.twonote.rgwadmin4j.model.usage
Created by petertc on 4/6/17.
Entries() - Constructor for class org.twonote.rgwadmin4j.model.usage.Entries
 
equals(Object) - Method in class org.twonote.rgwadmin4j.model.Cap
 
equals(Object) - Method in class org.twonote.rgwadmin4j.model.S3Credential
 
equals(Object) - Method in class org.twonote.rgwadmin4j.model.SubUser
 
equals(Object) - Method in class org.twonote.rgwadmin4j.model.SwiftCredential
 
equals(Object) - Method in class org.twonote.rgwadmin4j.model.User
 

F

FULL - org.twonote.rgwadmin4j.model.SubUser.Permission
 

G

getAccessKey() - Method in class org.twonote.rgwadmin4j.model.S3Credential
 
getBucket() - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
getBucket() - Method in class org.twonote.rgwadmin4j.model.usage.BucketUsage
 
getBucketInfo(String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
getBucketInfo(String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Get information about a bucket.
getBucketPolicy(String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
getBucketPolicy(String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Read the policy of a bucket.
getBucketQuota() - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
getBucketQuota(String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
getBucketQuota(String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Get bucket quota.
getBuckets() - Method in class org.twonote.rgwadmin4j.model.usage.Entries
 
getBytes_received() - Method in class org.twonote.rgwadmin4j.model.usage.Usage
 
getBytes_sent() - Method in class org.twonote.rgwadmin4j.model.usage.Usage
 
getCaps() - Method in class org.twonote.rgwadmin4j.model.User
 
getCategories() - Method in class org.twonote.rgwadmin4j.model.usage.BucketUsage
 
getCategories() - Method in class org.twonote.rgwadmin4j.model.usage.Summary
 
getCategory() - Method in class org.twonote.rgwadmin4j.model.usage.Usage
 
getDisplayName() - Method in class org.twonote.rgwadmin4j.model.User
 
getEmail() - Method in class org.twonote.rgwadmin4j.model.User
 
getEnabled() - Method in class org.twonote.rgwadmin4j.model.Quota
 
getEntries() - Method in class org.twonote.rgwadmin4j.model.UsageInfo
 
getEpoch() - Method in class org.twonote.rgwadmin4j.model.usage.BucketUsage
 
getId() - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
getId() - Method in class org.twonote.rgwadmin4j.model.SubUser
Get sub-user ID
getIndexPool() - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
getMarker() - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
getMasterVer() - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
getMaxBuckets() - Method in class org.twonote.rgwadmin4j.model.User
 
getMaxMarker() - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
getMaxObjects() - Method in class org.twonote.rgwadmin4j.model.Quota
 
getMaxSizeKb() - Method in class org.twonote.rgwadmin4j.model.Quota
 
getMtime() - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
getNum_objects() - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage.RgwMain
 
getObjectPolicy(String, String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
getObjectPolicy(String, String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Read the policy of an object.
getOps() - Method in class org.twonote.rgwadmin4j.model.usage.Usage
 
getOwner() - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
getOwner() - Method in class org.twonote.rgwadmin4j.model.usage.BucketUsage
 
getParentUserId() - Method in class org.twonote.rgwadmin4j.model.SubUser
 
getPassword() - Method in class org.twonote.rgwadmin4j.model.SwiftCredential
 
getPerm() - Method in class org.twonote.rgwadmin4j.model.Cap
 
getPermission() - Method in class org.twonote.rgwadmin4j.model.SubUser
Get access permission of the sub-user.
getPool() - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
getQuota(String, String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
getRelativeSubUserId() - Method in class org.twonote.rgwadmin4j.model.SubUser
 
getRgwMain() - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage
 
getS3Credentials() - Method in class org.twonote.rgwadmin4j.model.User
 
getSecretKey() - Method in class org.twonote.rgwadmin4j.model.S3Credential
 
getSize() - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage.RgwMain
 
getSize_actual() - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage.RgwMain
 
getSize_kb() - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage.RgwMain
 
getSize_kb_actual() - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage.RgwMain
 
getSize_kb_utilized() - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage.RgwMain
 
getSize_utilized() - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage.RgwMain
 
getSubUserInfo(String, String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
getSubUserInfo(String, String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Get sub-user information.
getSubusers() - Method in class org.twonote.rgwadmin4j.model.User
 
getSuccessful_ops() - Method in class org.twonote.rgwadmin4j.model.usage.Usage
 
getSummary() - Method in class org.twonote.rgwadmin4j.model.UsageInfo
 
getSuspended() - Method in class org.twonote.rgwadmin4j.model.User
 
getSwiftCredentials() - Method in class org.twonote.rgwadmin4j.model.User
 
getTime() - Method in class org.twonote.rgwadmin4j.model.usage.BucketUsage
 
getTotal() - Method in class org.twonote.rgwadmin4j.model.usage.Summary
 
getType() - Method in class org.twonote.rgwadmin4j.model.Cap
 
getUsage() - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
getUsage() - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
getUsage() - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Request bandwidth usage information.
getUsage(Map<String, String>) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
getUsage(Map<String, String>) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Request bandwidth usage information.
getUser() - Method in class org.twonote.rgwadmin4j.model.usage.Entries
 
getUser() - Method in class org.twonote.rgwadmin4j.model.usage.Summary
 
getUserId() - Method in class org.twonote.rgwadmin4j.model.S3Credential
 
getUserId() - Method in class org.twonote.rgwadmin4j.model.SwiftCredential
 
getUserId() - Method in class org.twonote.rgwadmin4j.model.User
 
getUserInfo(String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
getUserInfo(String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Get user information.
getUsername() - Method in class org.twonote.rgwadmin4j.model.SwiftCredential
 
getUserQuota(String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
getUserQuota(String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Get user quota.
getUserUsage(String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
getUserUsage(String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Request bandwidth usage information for specified user.
getUserUsage(String, Map<String, String>) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
getUserUsage(String, Map<String, String>) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Request bandwidth usage information for specified user.
getVer() - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 

H

hashCode() - Method in class org.twonote.rgwadmin4j.model.Cap
 
hashCode() - Method in class org.twonote.rgwadmin4j.model.S3Credential
 
hashCode() - Method in class org.twonote.rgwadmin4j.model.SubUser
 
hashCode() - Method in class org.twonote.rgwadmin4j.model.SwiftCredential
 
hashCode() - Method in class org.twonote.rgwadmin4j.model.User
 

L

linkBucket(String, String, String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
linkBucket(String, String, String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Link a bucket to a specified user, unlinking the bucket from any previous user.
listBucket() - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
listBucket() - Method in interface org.twonote.rgwadmin4j.RgwAdmin
List all buckets.
listBucket(String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
listBucket(String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
List buckets belong to a user.
listBucketInfo() - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
listBucketInfo() - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Get information about buckets.
listBucketInfo(String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
listBucketInfo(String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Get information about buckets under a given user.
listSubUser(String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
listSubUser(String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Get the subuser list under a user
listSubUserInfo(String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
listSubUserInfo(String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Retrieve the sub-user information under a user
listUser() - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
listUser() - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Get the user list
listUserInfo() - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
listUserInfo() - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Get information about users exist in the system

M

METADATA - org.twonote.rgwadmin4j.model.Cap.Type
 
modifySubUser(String, String, Map<String, String>) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
modifyUser(String, Map<String, String>) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
modifyUser(String, Map<String, String>) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Modify a user.

N

NONE - org.twonote.rgwadmin4j.model.SubUser.Permission
 

O

org.twonote.rgwadmin4j - package org.twonote.rgwadmin4j
 
org.twonote.rgwadmin4j.impl - package org.twonote.rgwadmin4j.impl
 
org.twonote.rgwadmin4j.model - package org.twonote.rgwadmin4j.model
 
org.twonote.rgwadmin4j.model.usage - package org.twonote.rgwadmin4j.model.usage
 

Q

Quota - Class in org.twonote.rgwadmin4j.model
Represents the user quota.
Quota() - Constructor for class org.twonote.rgwadmin4j.model.Quota
 

R

READ - org.twonote.rgwadmin4j.model.Cap.Perm
 
READ - org.twonote.rgwadmin4j.model.SubUser.Permission
 
READ_WRITE - org.twonote.rgwadmin4j.model.Cap.Perm
 
READWRITE - org.twonote.rgwadmin4j.model.SubUser.Permission
 
removeBucket(String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
removeBucket(String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Delete an existing bucket.
removeObject(String, String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
removeObject(String, String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Remove an existing object.
removeS3Credential(String, String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
removeS3Credential(String, String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Remove an existing S3 credential from the specified user.
removeS3CredentialFromSubUser(String, String, String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
removeS3CredentialFromSubUser(String, String, String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Remove an existing S3 credential from the specified sub user.
removeSubUser(String, String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
removeSubUser(String, String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Remove an existing subuser.
removeSwiftCredentialFromSubUser(String, String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
removeSwiftCredentialFromSubUser(String, String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Remove the credential from the specified sub user.
removeUser(String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
removeUser(String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Remove an existing user.
removeUserCapability(String, List<Cap>) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
removeUserCapability(String, List<Cap>) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Remove an administrative capability from a specified user.
RgwAdmin - Interface in org.twonote.rgwadmin4j
Radosgw administrator
RgwAdminBuilder - Class in org.twonote.rgwadmin4j
Fluent builder for RgwAdmin.
RgwAdminBuilder() - Constructor for class org.twonote.rgwadmin4j.RgwAdminBuilder
 
RgwAdminException - Exception in org.twonote.rgwadmin4j.impl
Represents Radosgw admin errors
RgwAdminException(int) - Constructor for exception org.twonote.rgwadmin4j.impl.RgwAdminException
 
RgwAdminException(int, String) - Constructor for exception org.twonote.rgwadmin4j.impl.RgwAdminException
 
RgwAdminException(int, String, Throwable) - Constructor for exception org.twonote.rgwadmin4j.impl.RgwAdminException
 
RgwAdminImpl - Class in org.twonote.rgwadmin4j.impl
Radosgw administrator implementation
RgwAdminImpl(String, String, String) - Constructor for class org.twonote.rgwadmin4j.impl.RgwAdminImpl
Create a Radosgw administrator implementation
RgwMain() - Constructor for class org.twonote.rgwadmin4j.model.BucketInfo.Usage.RgwMain
 

S

S3 - org.twonote.rgwadmin4j.model.CredentialType
 
S3Credential - Class in org.twonote.rgwadmin4j.model
Represents the S3 credential associated with a userId or sub-userId.
S3Credential() - Constructor for class org.twonote.rgwadmin4j.model.S3Credential
 
secretKey(String) - Method in class org.twonote.rgwadmin4j.RgwAdminBuilder
Sets the secret key to be used by the client.
setBucket(String) - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
setBucket(String) - Method in class org.twonote.rgwadmin4j.model.usage.BucketUsage
 
setBucketQuota(String, long, long) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
setBucketQuota(String, long, long) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Set or modify quotas on all buckets owned by a user.
setBucketQuota(Quota) - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
setBuckets(List<BucketUsage>) - Method in class org.twonote.rgwadmin4j.model.usage.Entries
 
setBytes_received(long) - Method in class org.twonote.rgwadmin4j.model.usage.Usage
 
setBytes_sent(long) - Method in class org.twonote.rgwadmin4j.model.usage.Usage
 
setCaps(List<Cap>) - Method in class org.twonote.rgwadmin4j.model.User
 
setCategories(List<Usage>) - Method in class org.twonote.rgwadmin4j.model.usage.BucketUsage
 
setCategories(List<Usage>) - Method in class org.twonote.rgwadmin4j.model.usage.Summary
 
setCategory(String) - Method in class org.twonote.rgwadmin4j.model.usage.Usage
 
setDisplayName(String) - Method in class org.twonote.rgwadmin4j.model.User
 
setEmail(String) - Method in class org.twonote.rgwadmin4j.model.User
 
setEnabled(Boolean) - Method in class org.twonote.rgwadmin4j.model.Quota
 
setEntries(List<Entries>) - Method in class org.twonote.rgwadmin4j.model.UsageInfo
 
setEpoch(long) - Method in class org.twonote.rgwadmin4j.model.usage.BucketUsage
 
setId(String) - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
setId(String) - Method in class org.twonote.rgwadmin4j.model.SubUser
 
setIndexPool(String) - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
setIndividualBucketQuota(String, String, long, long) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
setIndividualBucketQuota(String, String, long, long) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Set or modify a quota on a given bucket.
setMarker(String) - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
setMasterVer(String) - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
setMaxBuckets(Integer) - Method in class org.twonote.rgwadmin4j.model.User
 
setMaxMarker(String) - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
setMaxObjects(Long) - Method in class org.twonote.rgwadmin4j.model.Quota
 
setMaxSizeKb(Long) - Method in class org.twonote.rgwadmin4j.model.Quota
 
setMtime(String) - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
setNum_objects(long) - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage.RgwMain
 
setOps(long) - Method in class org.twonote.rgwadmin4j.model.usage.Usage
 
setOwner(String) - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
setOwner(String) - Method in class org.twonote.rgwadmin4j.model.usage.BucketUsage
 
setPermission(SubUser.Permission) - Method in class org.twonote.rgwadmin4j.model.SubUser
 
setPool(String) - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
setRgwMain(BucketInfo.Usage.RgwMain) - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage
 
setS3Credentials(List<S3Credential>) - Method in class org.twonote.rgwadmin4j.model.User
 
setSize(long) - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage.RgwMain
 
setSize_actual(long) - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage.RgwMain
 
setSize_kb(long) - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage.RgwMain
 
setSize_kb_actual(long) - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage.RgwMain
 
setSize_kb_utilized(long) - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage.RgwMain
 
setSize_utilized(long) - Method in class org.twonote.rgwadmin4j.model.BucketInfo.Usage.RgwMain
 
setSubUserPermission(String, String, SubUser.Permission) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
setSubUserPermission(String, String, SubUser.Permission) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Modify an existing subuser permission.
setSubusers(List<SubUser>) - Method in class org.twonote.rgwadmin4j.model.User
 
setSuccessful_ops(long) - Method in class org.twonote.rgwadmin4j.model.usage.Usage
 
setSummary(List<Summary>) - Method in class org.twonote.rgwadmin4j.model.UsageInfo
 
setSuspended(Integer) - Method in class org.twonote.rgwadmin4j.model.User
 
setSwiftCredentials(List<SwiftCredential>) - Method in class org.twonote.rgwadmin4j.model.User
 
setTime(String) - Method in class org.twonote.rgwadmin4j.model.usage.BucketUsage
 
setTotal(Usage) - Method in class org.twonote.rgwadmin4j.model.usage.Summary
 
setUsage(BucketInfo.Usage) - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
setUser(String) - Method in class org.twonote.rgwadmin4j.model.usage.Entries
 
setUser(String) - Method in class org.twonote.rgwadmin4j.model.usage.Summary
 
setUserId(String) - Method in class org.twonote.rgwadmin4j.model.User
 
setUserQuota(String, long, long) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
setUserQuota(String, long, long) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Set or modify a quota on a user.
setUserQuota(String, String, long, long) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
setVer(String) - Method in class org.twonote.rgwadmin4j.model.BucketInfo
 
status() - Method in exception org.twonote.rgwadmin4j.impl.RgwAdminException
 
SubUser - Class in org.twonote.rgwadmin4j.model
Represents the sub-user information.
SubUser() - Constructor for class org.twonote.rgwadmin4j.model.SubUser
 
SubUser.Permission - Enum in org.twonote.rgwadmin4j.model
Access permission for sub-user.
Summary - Class in org.twonote.rgwadmin4j.model.usage
Created by petertc on 4/6/17.
Summary() - Constructor for class org.twonote.rgwadmin4j.model.usage.Summary
 
suspendUser(String, boolean) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
suspendUser(String, boolean) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Suspend or resume a user
SWIFT - org.twonote.rgwadmin4j.model.CredentialType
 
SwiftCredential - Class in org.twonote.rgwadmin4j.model
Represents the Swift credential associated with a sub-userId.
SwiftCredential() - Constructor for class org.twonote.rgwadmin4j.model.SwiftCredential
 

T

toString() - Method in enum org.twonote.rgwadmin4j.model.Cap.Perm
 
toString() - Method in class org.twonote.rgwadmin4j.model.Cap
Format as the request parameter
toString() - Method in enum org.twonote.rgwadmin4j.model.Cap.Type
 
toString() - Method in enum org.twonote.rgwadmin4j.model.CredentialType
 
toString() - Method in enum org.twonote.rgwadmin4j.model.SubUser.Permission
 
trimUsage(Map<String, String>) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
trimUsage(Map<String, String>) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Remove usage information.
trimUserUsage(String, Map<String, String>) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
trimUserUsage(String, Map<String, String>) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Remove usage information for specified user.

U

unlinkBucket(String, String) - Method in class org.twonote.rgwadmin4j.impl.RgwAdminImpl
 
unlinkBucket(String, String) - Method in interface org.twonote.rgwadmin4j.RgwAdmin
Unlink a bucket from a specified user.
Usage - Class in org.twonote.rgwadmin4j.model.usage
Created by petertc on 4/6/17.
Usage() - Constructor for class org.twonote.rgwadmin4j.model.BucketInfo.Usage
 
Usage() - Constructor for class org.twonote.rgwadmin4j.model.usage.Usage
 
USAGE - org.twonote.rgwadmin4j.model.Cap.Type
 
UsageInfo - Class in org.twonote.rgwadmin4j.model
Represents the request bandwidth usage information.
UsageInfo() - Constructor for class org.twonote.rgwadmin4j.model.UsageInfo
 
User - Class in org.twonote.rgwadmin4j.model
Represents the user information.
User() - Constructor for class org.twonote.rgwadmin4j.model.User
 
USERS - org.twonote.rgwadmin4j.model.Cap.Type
 

V

valueOf(String) - Static method in enum org.twonote.rgwadmin4j.model.Cap.Perm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.twonote.rgwadmin4j.model.Cap.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.twonote.rgwadmin4j.model.CredentialType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.twonote.rgwadmin4j.model.SubUser.Permission
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.twonote.rgwadmin4j.model.Cap.Perm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.twonote.rgwadmin4j.model.Cap.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.twonote.rgwadmin4j.model.CredentialType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.twonote.rgwadmin4j.model.SubUser.Permission
Returns an array containing the constants of this enum type, in the order they are declared.

W

WRITE - org.twonote.rgwadmin4j.model.Cap.Perm
 
WRITE - org.twonote.rgwadmin4j.model.SubUser.Permission
 

Z

ZONE - org.twonote.rgwadmin4j.model.Cap.Type
 
A B C E F G H L M N O Q R S T U V W Z 
All Classes All Packages