public static class UpdateDecoder.GcStatsDecoder extends Object implements Iterable<UpdateDecoder.GcStatsDecoder>, Iterator<UpdateDecoder.GcStatsDecoder>
| Constructor and Description |
|---|
GcStatsDecoder() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorforEachRemainingpublic void wrap(UpdateDecoder parentMessage, org.agrona.DirectBuffer buffer)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public int actingBlockLength()
public int count()
public Iterator<UpdateDecoder.GcStatsDecoder> iterator()
iterator in interface Iterable<UpdateDecoder.GcStatsDecoder>public void remove()
remove in interface Iterator<UpdateDecoder.GcStatsDecoder>public boolean hasNext()
hasNext in interface Iterator<UpdateDecoder.GcStatsDecoder>public UpdateDecoder.GcStatsDecoder next()
next in interface Iterator<UpdateDecoder.GcStatsDecoder>public static int deltaGCCountId()
public static String deltaGCCountMetaAttribute(MetaAttribute metaAttribute)
public static int deltaGCCountNullValue()
public static int deltaGCCountMinValue()
public static int deltaGCCountMaxValue()
public int deltaGCCount()
public static int deltaGCTimeMsId()
public static String deltaGCTimeMsMetaAttribute(MetaAttribute metaAttribute)
public static int deltaGCTimeMsNullValue()
public static int deltaGCTimeMsMinValue()
public static int deltaGCTimeMsMaxValue()
public int deltaGCTimeMs()
public static int gcNameId()
public static String gcNameCharacterEncoding()
public static String gcNameMetaAttribute(MetaAttribute metaAttribute)
public static int gcNameHeaderLength()
public int gcNameLength()
public int getGcName(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length)
public int getGcName(byte[] dst,
int dstOffset,
int length)
public String gcName()
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2019. All rights reserved.