Class GaugeBinaryDto

java.lang.Object
io.datarouter.binarydto.dto.BaseBinaryDto<T>
io.datarouter.binarydto.dto.BinaryDto<GaugeBinaryDto>
io.datarouter.metric.dto.GaugeBinaryDto

public class GaugeBinaryDto extends io.datarouter.binarydto.dto.BinaryDto<GaugeBinaryDto>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class io.datarouter.binarydto.dto.BaseBinaryDto

    io.datarouter.binarydto.dto.BaseBinaryDto.FieldNameAndValue
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final String
     
     
    final String
     
    final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createSizedDtos(io.datarouter.instrumentation.gauge.GaugeBatchDto gaugeBatchDto, int itemsPerDto)
     
    decode(byte[] bytes)
     
    List<io.datarouter.instrumentation.gauge.GaugeDto>
     

    Methods inherited from class io.datarouter.binarydto.dto.BinaryDto

    getFieldsOrdered

    Methods inherited from class io.datarouter.binarydto.dto.BaseBinaryDto

    cloneIndexed, encodeIndexed, equals, getFieldValuesArray, hashCode, indexedCodec, scanFieldNames, scanFieldNamesAndValues, scanFieldValues, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Method Details

    • toGaugeDtos

      public List<io.datarouter.instrumentation.gauge.GaugeDto> toGaugeDtos()
    • createSizedDtos

      public static List<GaugeBinaryDto> createSizedDtos(io.datarouter.instrumentation.gauge.GaugeBatchDto gaugeBatchDto, int itemsPerDto)
    • decode

      public static GaugeBinaryDto decode(byte[] bytes)