ParentChildIndexFieldData
this class now reports field data memory usage for _parent field.@Deprecated public class IdCacheStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
EMPTY_PARAMS
Constructor and Description |
---|
IdCacheStats()
Deprecated.
|
IdCacheStats(long memorySize)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(IdCacheStats stats)
Deprecated.
|
ByteSizeValue |
getMemorySize()
Deprecated.
|
long |
getMemorySizeInBytes()
Deprecated.
|
void |
readFrom(StreamInput in)
Deprecated.
|
static IdCacheStats |
readIdCacheStats(StreamInput in)
Deprecated.
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params)
Deprecated.
|
void |
writeTo(StreamOutput out)
Deprecated.
|
public IdCacheStats()
public IdCacheStats(long memorySize)
public void add(IdCacheStats stats)
public long getMemorySizeInBytes()
public ByteSizeValue getMemorySize()
public static IdCacheStats readIdCacheStats(StreamInput in) throws IOException
IOException
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
IOException
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent
in interface ToXContent
IOException
Copyright © 2009–2015. All rights reserved.