Class NodeInfoSettings
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoSettings
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoSettings>Json deserializer forNodeInfoSettings
- 
Method SummaryModifier and TypeMethodDescriptionfinal NodeInfoActionaction()API name:actionfinal NodeInfoBootstrapAPI name:bootstrapfinal NodeInfoClientclient()API name:clientfinal NodeInfoSettingsClustercluster()Required - API name:clusterfinal NodeInfoDiscoverAPI name:discoveryfinal NodeInfoSettingsHttphttp()Required - API name:httpfinal NodeInfoSettingsIngestingest()API name:ingestfinal NodeInfoSettingsNetworknetwork()API name:networkfinal NodeInfoSettingsNodenode()Required - API name:nodestatic NodeInfoSettingsfinal NodeInfoPathpath()API name:pathfinal NodeInfoRepositoriesAPI name:repositoriesfinal NodeInfoScriptscript()API name:scriptfinal NodeInfoSearchsearch()API name:searchvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()Required - API name:transportfinal NodeInfoXpackxpack()API name:xpack
- 
Field Details- 
_DESERIALIZERJson deserializer forNodeInfoSettings
 
- 
- 
Method Details- 
ofpublic static NodeInfoSettings of(Function<NodeInfoSettings.Builder, ObjectBuilder<NodeInfoSettings>> fn) 
- 
clusterRequired - API name:cluster
- 
nodeRequired - API name:node
- 
pathAPI name:path
- 
repositoriesAPI name:repositories
- 
discoveryAPI name:discovery
- 
actionAPI name:action
- 
clientAPI name:client
- 
httpRequired - API name:http
- 
bootstrapAPI name:bootstrap
- 
transportRequired - API name:transport
- 
networkAPI name:network
- 
xpackAPI name:xpack
- 
scriptAPI name:script
- 
searchAPI name:search
- 
ingestAPI name:ingest
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupNodeInfoSettingsDeserializerprotected static void setupNodeInfoSettingsDeserializer(ObjectDeserializer<NodeInfoSettings.Builder> op) 
 
-