| Package | Description |
|---|---|
| me.snowdrop.istio.mixer.adapter.redisquota |
| Modifier and Type | Method and Description |
|---|---|
Quota |
QuotaBuilder.build() |
Quota |
RedisquotaSpecFluentImpl.buildFirstQuota() |
Quota |
RedisquotaSpecFluent.buildFirstQuota() |
Quota |
RedisquotaSpecFluentImpl.buildLastQuota() |
Quota |
RedisquotaSpecFluent.buildLastQuota() |
Quota |
RedisquotaSpecFluentImpl.buildMatchingQuota(io.fabric8.kubernetes.api.builder.Predicate<QuotaBuilder> predicate) |
Quota |
RedisquotaSpecFluent.buildMatchingQuota(io.fabric8.kubernetes.api.builder.Predicate<QuotaBuilder> predicate) |
Quota |
RedisquotaSpecFluentImpl.buildQuota(int index) |
Quota |
RedisquotaSpecFluent.buildQuota(int index) |
Quota |
DoneableQuota.done() |
| Modifier and Type | Method and Description |
|---|---|
List<Quota> |
RedisquotaSpecFluentImpl.buildQuotas() |
List<Quota> |
RedisquotaSpecFluent.buildQuotas() |
List<Quota> |
RedisquotaSpecFluentImpl.getQuotas()
Deprecated.
|
List<Quota> |
RedisquotaSpecFluent.getQuotas()
Deprecated.
|
List<Quota> |
RedisquotaSpec.getQuotas() |
| Modifier and Type | Method and Description |
|---|---|
RedisquotaSpecFluent.QuotasNested<A> |
RedisquotaSpecFluentImpl.addNewQuotaLike(Quota item) |
RedisquotaSpecFluent.QuotasNested<A> |
RedisquotaSpecFluent.addNewQuotaLike(Quota item) |
A |
RedisquotaSpecFluentImpl.addToQuotas(int index,
Quota item) |
A |
RedisquotaSpecFluent.addToQuotas(int index,
Quota item) |
A |
RedisquotaSpecFluentImpl.addToQuotas(Quota... items) |
A |
RedisquotaSpecFluent.addToQuotas(Quota... items) |
A |
RedisquotaSpecFluentImpl.removeFromQuotas(Quota... items) |
A |
RedisquotaSpecFluent.removeFromQuotas(Quota... items) |
RedisquotaSpecFluent.QuotasNested<A> |
RedisquotaSpecFluentImpl.setNewQuotaLike(int index,
Quota item) |
RedisquotaSpecFluent.QuotasNested<A> |
RedisquotaSpecFluent.setNewQuotaLike(int index,
Quota item) |
A |
RedisquotaSpecFluentImpl.setToQuotas(int index,
Quota item) |
A |
RedisquotaSpecFluent.setToQuotas(int index,
Quota item) |
A |
RedisquotaSpecFluentImpl.withQuotas(Quota... quotas) |
A |
RedisquotaSpecFluent.withQuotas(Quota... quotas) |
| Modifier and Type | Method and Description |
|---|---|
A |
RedisquotaSpecFluentImpl.addAllToQuotas(Collection<Quota> items) |
A |
RedisquotaSpecFluent.addAllToQuotas(Collection<Quota> items) |
A |
RedisquotaSpecFluentImpl.removeAllFromQuotas(Collection<Quota> items) |
A |
RedisquotaSpecFluent.removeAllFromQuotas(Collection<Quota> items) |
void |
RedisquotaSpec.setQuotas(List<Quota> quotas) |
A |
RedisquotaSpecFluentImpl.withQuotas(List<Quota> quotas) |
A |
RedisquotaSpecFluent.withQuotas(List<Quota> quotas) |
| Constructor and Description |
|---|
DoneableQuota(Quota item) |
DoneableQuota(Quota item,
io.fabric8.kubernetes.api.builder.Function<Quota,Quota> function) |
QuotaBuilder(Quota instance) |
QuotaBuilder(Quota instance,
Boolean validationEnabled) |
QuotaBuilder(QuotaFluent<?> fluent,
Quota instance) |
QuotaBuilder(QuotaFluent<?> fluent,
Quota instance,
Boolean validationEnabled) |
QuotaBuilder(QuotaFluent<?> fluent,
Quota instance,
javax.validation.Validator validator) |
QuotaBuilder(Quota instance,
javax.validation.Validator validator) |
QuotaFluentImpl(Quota instance) |
| Constructor and Description |
|---|
DoneableQuota(io.fabric8.kubernetes.api.builder.Function<Quota,Quota> function) |
DoneableQuota(io.fabric8.kubernetes.api.builder.Function<Quota,Quota> function) |
DoneableQuota(Quota item,
io.fabric8.kubernetes.api.builder.Function<Quota,Quota> function) |
DoneableQuota(Quota item,
io.fabric8.kubernetes.api.builder.Function<Quota,Quota> function) |
RedisquotaSpec(Long connectionPoolSize,
List<Quota> quotas,
String redisServerUrl) |
Copyright © 2017–2018 Red Hat. All rights reserved.