Package io.datarouter.metric.dto
Class GaugeBinaryDto
java.lang.Object
io.datarouter.binarydto.dto.BaseBinaryDto<T>
io.datarouter.binarydto.dto.BinaryDto<GaugeBinaryDto>
io.datarouter.metric.dto.GaugeBinaryDto
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class io.datarouter.binarydto.dto.BaseBinaryDto
io.datarouter.binarydto.dto.BaseBinaryDto.FieldNameAndValue -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic List<GaugeBinaryDto>createSizedDtos(io.datarouter.instrumentation.gauge.GaugeBatchDto gaugeBatchDto, int itemsPerDto) static GaugeBinaryDtodecode(byte[] bytes) List<io.datarouter.instrumentation.gauge.GaugeDto>Methods inherited from class io.datarouter.binarydto.dto.BinaryDto
getFieldsOrderedMethods inherited from class io.datarouter.binarydto.dto.BaseBinaryDto
cloneIndexed, encodeIndexed, equals, getFieldValuesArray, hashCode, indexedCodec, scanFieldNames, scanFieldNamesAndValues, scanFieldValues, toString
-
Field Details
-
serviceName
-
serverName
-
items
-
apiKey
-
-
Method Details
-
toGaugeDtos
-
createSizedDtos
public static List<GaugeBinaryDto> createSizedDtos(io.datarouter.instrumentation.gauge.GaugeBatchDto gaugeBatchDto, int itemsPerDto) -
decode
-