Modifier and Type | Method and Description |
---|---|
void |
GetUser.GetUserResponse.addQuota(QuotaRoot qr) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.util.List<QuotaRoot>> |
ReplicationState.quotaByUser(java.lang.String userName) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
ReplicationState.quota(QuotaRoot sub) |
Modifier and Type | Method and Description |
---|---|
static QuotaRoot |
QuotaRoot.of(io.vertx.core.json.JsonObject js) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.util.List<QuotaRoot>> |
ICyrusReplicationArtifactsPromise.quotas() |
java.util.List<QuotaRoot> |
ICyrusReplicationArtifacts.quotas() |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
ICyrusReplicationArtifactsPromise.deleteQuota(QuotaRoot ss) |
void |
ICyrusReplicationArtifacts.deleteQuota(QuotaRoot ss) |
void |
ICyrusReplicationArtifactsAsync.deleteQuota(QuotaRoot ss,
AsyncHandler<java.lang.Void> handler) |
java.util.concurrent.CompletableFuture<java.lang.Void> |
ICyrusReplicationArtifactsPromise.storeQuota(QuotaRoot ss) |
void |
ICyrusReplicationArtifacts.storeQuota(QuotaRoot ss) |
void |
ICyrusReplicationArtifactsAsync.storeQuota(QuotaRoot ss,
AsyncHandler<java.lang.Void> handler) |
Modifier and Type | Method and Description |
---|---|
void |
ICyrusReplicationArtifactsAsync.quotas(AsyncHandler<java.util.List<QuotaRoot>> handler) |
Modifier and Type | Method and Description |
---|---|
java.util.List<QuotaRoot> |
QuotaStore.byUser(java.lang.String userId) |
static JdbcAbstractStore.EntityPopulator<QuotaRoot> |
QuotaColumns.populator() |
static JdbcAbstractStore.StatementValues<QuotaRoot> |
QuotaColumns.values() |
Modifier and Type | Method and Description |
---|---|
void |
QuotaStore.delete(QuotaRoot qr) |
void |
QuotaStore.store(QuotaRoot qr) |
Modifier and Type | Method and Description |
---|---|
java.util.List<QuotaRoot> |
NoopCyrusArtifacts.quotas() |
java.util.List<QuotaRoot> |
CyrusArtifactsService.quotas() |
Modifier and Type | Method and Description |
---|---|
void |
NoopCyrusArtifacts.deleteQuota(QuotaRoot ss) |
void |
CyrusArtifactsService.deleteQuota(QuotaRoot ss) |
void |
NoopCyrusArtifacts.storeQuota(QuotaRoot ss) |
void |
CyrusArtifactsService.storeQuota(QuotaRoot ss) |
Copyright © 2021. All Rights Reserved.