Class DfsStatisticsProfile
java.lang.Object
co.elastic.clients.elasticsearch.core.search.DfsStatisticsProfile
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DfsStatisticsProfile>
Json deserializer forDfsStatisticsProfile
-
Method Summary
Modifier and TypeMethodDescriptionfinal DfsStatisticsBreakdown
Required - API name:breakdown
final List<DfsStatisticsProfile>
children()
API name:children
debug()
API name:debug
final String
Required - API name:description
static DfsStatisticsProfile
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
final Time
time()
API name:time
final long
Required - API name:time_in_nanos
toString()
final String
type()
Required - API name:type
-
Field Details
-
_DESERIALIZER
Json deserializer forDfsStatisticsProfile
-
-
Method Details
-
of
public static DfsStatisticsProfile of(Function<DfsStatisticsProfile.Builder, ObjectBuilder<DfsStatisticsProfile>> fn) -
type
Required - API name:type
-
description
Required - API name:description
-
time
API name:time
-
timeInNanos
public final long timeInNanos()Required - API name:time_in_nanos
-
breakdown
Required - API name:breakdown
-
debug
API name:debug
-
children
API name:children
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDfsStatisticsProfileDeserializer
protected static void setupDfsStatisticsProfileDeserializer(ObjectDeserializer<DfsStatisticsProfile.Builder> op)
-