Class MemoryStats.AbstractBuilder<BuilderT extends MemoryStats.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.nodes.MemoryStats.AbstractBuilder<BuilderT>
- All Implemented Interfaces:
WithJson<BuilderT>
- Direct Known Subclasses:
ExtendedMemoryStats.Builder,MemoryStats.Builder
- Enclosing class:
- MemoryStats
public abstract static class MemoryStats.AbstractBuilder<BuilderT extends MemoryStats.AbstractBuilder<BuilderT>>
extends WithJsonObjectBuilderBase<BuilderT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTadjustedTotalInBytes(Long value) If the amount of physical memory has been overridden using thees.total_memory_bytessystem property then this reports the overridden value in bytes.final BuilderTfreeInBytes(Long value) Amount of free physical memory in bytes.final BuilderTAPI name:residentfinal BuilderTresidentInBytes(Long value) API name:resident_in_bytesprotected abstract BuilderTself()final BuilderTAPI name:sharefinal BuilderTshareInBytes(Long value) API name:share_in_bytesfinal BuilderTtotalInBytes(Long value) Total amount of physical memory in bytes.final BuilderTtotalVirtual(String value) API name:total_virtualfinal BuilderTtotalVirtualInBytes(Long value) API name:total_virtual_in_bytesfinal BuilderTusedInBytes(Long value) Amount of used physical memory in bytes.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
public AbstractBuilder()
-
-
Method Details
-
adjustedTotalInBytes
If the amount of physical memory has been overridden using thees.total_memory_bytessystem property then this reports the overridden value in bytes. Otherwise it reports the same value astotal_in_bytes.API name:
adjusted_total_in_bytes -
resident
API name:resident -
residentInBytes
API name:resident_in_bytes -
totalVirtual
API name:total_virtual -
totalVirtualInBytes
API name:total_virtual_in_bytes -
totalInBytes
Total amount of physical memory in bytes.API name:
total_in_bytes -
freeInBytes
Amount of free physical memory in bytes.API name:
free_in_bytes -
usedInBytes
Amount of used physical memory in bytes.API name:
used_in_bytes -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<BuilderT extends MemoryStats.AbstractBuilder<BuilderT>>
-