| Modifier and Type | Method and Description |
|---|---|
Map<String,TypedValue> |
StructFluentImpl.getFields() |
Map<String,TypedValue> |
StructFluent.getFields() |
Map<String,TypedValue> |
Struct.getFields() |
| Modifier and Type | Method and Description |
|---|---|
A |
StructFluentImpl.addToFields(String key,
TypedValue value) |
A |
StructFluent.addToFields(String key,
TypedValue value) |
| Modifier and Type | Method and Description |
|---|---|
A |
StructFluentImpl.addToFields(Map<String,TypedValue> map) |
A |
StructFluent.addToFields(Map<String,TypedValue> map) |
A |
StructFluentImpl.removeFromFields(Map<String,TypedValue> map) |
A |
StructFluent.removeFromFields(Map<String,TypedValue> map) |
void |
Struct.setFields(Map<String,TypedValue> fields) |
A |
StructFluentImpl.withFields(Map<String,TypedValue> fields) |
A |
StructFluent.withFields(Map<String,TypedValue> fields) |
| Constructor and Description |
|---|
Struct(Map<String,TypedValue> fields) |
| Modifier and Type | Method and Description |
|---|---|
TypedValue |
TypedValueBuilder.build() |
static TypedValue |
TypedValue.from(String value) |
| Constructor and Description |
|---|
TypedValueBuilder(TypedValue instance) |
TypedValueBuilder(TypedValue instance,
Boolean validationEnabled) |
TypedValueBuilder(TypedValueFluent<?> fluent,
TypedValue instance) |
TypedValueBuilder(TypedValueFluent<?> fluent,
TypedValue instance,
Boolean validationEnabled) |
TypedValueFluentImpl(TypedValue instance) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TypedValue> |
TypedValueMapDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypedValueMapSerializer.serialize(Map<String,TypedValue> value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TypedValue> |
AttributesFluentImpl.getAttributes() |
Map<String,TypedValue> |
AttributesFluent.getAttributes() |
Map<String,TypedValue> |
Attributes.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
A |
AttributesFluentImpl.addToAttributes(String key,
TypedValue value) |
A |
AttributesFluent.addToAttributes(String key,
TypedValue value) |
| Modifier and Type | Method and Description |
|---|---|
A |
AttributesFluentImpl.addToAttributes(Map<String,TypedValue> map) |
A |
AttributesFluent.addToAttributes(Map<String,TypedValue> map) |
A |
AttributesFluentImpl.removeFromAttributes(Map<String,TypedValue> map) |
A |
AttributesFluent.removeFromAttributes(Map<String,TypedValue> map) |
void |
Attributes.setAttributes(Map<String,TypedValue> attributes) |
A |
AttributesFluentImpl.withAttributes(Map<String,TypedValue> attributes) |
A |
AttributesFluent.withAttributes(Map<String,TypedValue> attributes) |
| Constructor and Description |
|---|
Attributes(Map<String,TypedValue> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TypedValue> |
ActionFluentImpl.getProperties() |
Map<String,TypedValue> |
ActionFluent.getProperties() |
Map<String,TypedValue> |
SubjectFluent.getProperties() |
Map<String,TypedValue> |
SubjectFluentImpl.getProperties() |
Map<String,TypedValue> |
Action.getProperties() |
Map<String,TypedValue> |
Subject.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
A |
ActionFluentImpl.addToProperties(String key,
TypedValue value) |
A |
ActionFluent.addToProperties(String key,
TypedValue value) |
A |
SubjectFluent.addToProperties(String key,
TypedValue value) |
A |
SubjectFluentImpl.addToProperties(String key,
TypedValue value) |
| Constructor and Description |
|---|
Action(String method,
String namespace,
String path,
Map<String,TypedValue> properties,
String service) |
Subject(String groups,
Map<String,TypedValue> properties,
String user) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TypedValue> |
LogEntrySpecFluentImpl.getMonitoredResourceDimensions() |
Map<String,TypedValue> |
LogEntrySpecFluent.getMonitoredResourceDimensions() |
Map<String,TypedValue> |
LogEntrySpec.getMonitoredResourceDimensions() |
Map<String,TypedValue> |
LogEntrySpecFluentImpl.getVariables() |
Map<String,TypedValue> |
LogEntrySpecFluent.getVariables() |
Map<String,TypedValue> |
LogEntrySpec.getVariables() |
| Modifier and Type | Method and Description |
|---|---|
A |
LogEntrySpecFluentImpl.addToMonitoredResourceDimensions(String key,
TypedValue value) |
A |
LogEntrySpecFluent.addToMonitoredResourceDimensions(String key,
TypedValue value) |
A |
LogEntrySpecFluentImpl.addToVariables(String key,
TypedValue value) |
A |
LogEntrySpecFluent.addToVariables(String key,
TypedValue value) |
| Constructor and Description |
|---|
LogEntrySpec(Map<String,TypedValue> monitoredResourceDimensions,
String monitoredResourceType,
String name,
String severity,
TimeStamp timestamp,
Map<String,TypedValue> variables) |
LogEntrySpec(Map<String,TypedValue> monitoredResourceDimensions,
String monitoredResourceType,
String name,
String severity,
TimeStamp timestamp,
Map<String,TypedValue> variables) |
| Modifier and Type | Method and Description |
|---|---|
TypedValue |
MetricSpecFluent.buildValue() |
TypedValue |
MetricSpecFluentImpl.buildValue() |
TypedValue |
MetricSpecFluent.getValue()
Deprecated.
|
TypedValue |
MetricSpecFluentImpl.getValue()
Deprecated.
|
TypedValue |
MetricSpec.getValue() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TypedValue> |
MetricSpecFluent.getDimensions() |
Map<String,TypedValue> |
MetricSpecFluentImpl.getDimensions() |
Map<String,TypedValue> |
MetricSpec.getDimensions() |
Map<String,TypedValue> |
MetricSpecFluent.getMonitoredResourceDimensions() |
Map<String,TypedValue> |
MetricSpecFluentImpl.getMonitoredResourceDimensions() |
Map<String,TypedValue> |
MetricSpec.getMonitoredResourceDimensions() |
| Modifier and Type | Method and Description |
|---|---|
A |
MetricSpecFluent.addToDimensions(String key,
TypedValue value) |
A |
MetricSpecFluentImpl.addToDimensions(String key,
TypedValue value) |
A |
MetricSpecFluent.addToMonitoredResourceDimensions(String key,
TypedValue value) |
A |
MetricSpecFluentImpl.addToMonitoredResourceDimensions(String key,
TypedValue value) |
MetricSpecFluent.ValueNested<A> |
MetricSpecFluent.editOrNewValueLike(TypedValue item) |
MetricSpecFluent.ValueNested<A> |
MetricSpecFluentImpl.editOrNewValueLike(TypedValue item) |
void |
MetricSpec.setValue(TypedValue value) |
MetricSpecFluent.ValueNested<A> |
MetricSpecFluent.withNewValueLike(TypedValue item) |
MetricSpecFluent.ValueNested<A> |
MetricSpecFluentImpl.withNewValueLike(TypedValue item) |
A |
MetricSpecFluent.withValue(TypedValue value) |
A |
MetricSpecFluentImpl.withValue(TypedValue value) |
| Constructor and Description |
|---|
MetricSpec(Map<String,TypedValue> dimensions,
Map<String,TypedValue> monitoredResourceDimensions,
String monitoredResourceType,
String name,
TypedValue value) |
| Constructor and Description |
|---|
MetricSpec(Map<String,TypedValue> dimensions,
Map<String,TypedValue> monitoredResourceDimensions,
String monitoredResourceType,
String name,
TypedValue value) |
MetricSpec(Map<String,TypedValue> dimensions,
Map<String,TypedValue> monitoredResourceDimensions,
String monitoredResourceType,
String name,
TypedValue value) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TypedValue> |
QuotaSpecFluent.getDimensions() |
Map<String,TypedValue> |
QuotaSpecFluentImpl.getDimensions() |
Map<String,TypedValue> |
QuotaSpec.getDimensions() |
| Modifier and Type | Method and Description |
|---|---|
A |
QuotaSpecFluent.addToDimensions(String key,
TypedValue value) |
A |
QuotaSpecFluentImpl.addToDimensions(String key,
TypedValue value) |
| Modifier and Type | Method and Description |
|---|---|
A |
QuotaSpecFluent.addToDimensions(Map<String,TypedValue> map) |
A |
QuotaSpecFluentImpl.addToDimensions(Map<String,TypedValue> map) |
A |
QuotaSpecFluent.removeFromDimensions(Map<String,TypedValue> map) |
A |
QuotaSpecFluentImpl.removeFromDimensions(Map<String,TypedValue> map) |
void |
QuotaSpec.setDimensions(Map<String,TypedValue> dimensions) |
A |
QuotaSpecFluent.withDimensions(Map<String,TypedValue> dimensions) |
A |
QuotaSpecFluentImpl.withDimensions(Map<String,TypedValue> dimensions) |
| Constructor and Description |
|---|
QuotaSpec(Map<String,TypedValue> dimensions,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TypedValue> |
TraceSpanSpecFluent.getSpanTags() |
Map<String,TypedValue> |
TraceSpanSpecFluentImpl.getSpanTags() |
Map<String,TypedValue> |
TraceSpanSpec.getSpanTags() |
| Modifier and Type | Method and Description |
|---|---|
A |
TraceSpanSpecFluent.addToSpanTags(String key,
TypedValue value) |
A |
TraceSpanSpecFluentImpl.addToSpanTags(String key,
TypedValue value) |
| Modifier and Type | Method and Description |
|---|---|
A |
TraceSpanSpecFluent.addToSpanTags(Map<String,TypedValue> map) |
A |
TraceSpanSpecFluentImpl.addToSpanTags(Map<String,TypedValue> map) |
A |
TraceSpanSpecFluent.removeFromSpanTags(Map<String,TypedValue> map) |
A |
TraceSpanSpecFluentImpl.removeFromSpanTags(Map<String,TypedValue> map) |
void |
TraceSpanSpec.setSpanTags(Map<String,TypedValue> spanTags) |
A |
TraceSpanSpecFluent.withSpanTags(Map<String,TypedValue> spanTags) |
A |
TraceSpanSpecFluentImpl.withSpanTags(Map<String,TypedValue> spanTags) |
| Constructor and Description |
|---|
TraceSpanSpec(Boolean clientSpan,
TimeStamp endTime,
Long httpStatusCode,
String name,
String parentSpanId,
Boolean rewriteClientSpanId,
String spanId,
String spanName,
Map<String,TypedValue> spanTags,
TimeStamp startTime,
String traceId) |
Copyright © 2017–2018 Red Hat. All rights reserved.