Uses of Class
prometheus.Types.Chunk.Builder
Packages that use Types.Chunk.Builder
-
Uses of Types.Chunk.Builder in prometheus
Methods in prometheus that return Types.Chunk.BuilderModifier and TypeMethodDescriptionTypes.ChunkedSeries.Builder.addChunksBuilder()Chunks will be in start time order and may overlap.Types.ChunkedSeries.Builder.addChunksBuilder(int index) Chunks will be in start time order and may overlap.Types.Chunk.Builder.clear()Types.Chunk.Builder.clearData()bytes data = 4;Types.Chunk.Builder.clearMaxTimeMs()int64 max_time_ms = 2;Types.Chunk.Builder.clearMinTimeMs()int64 min_time_ms = 1;Types.Chunk.Builder.clearType().prometheus.Chunk.Encoding type = 3;Types.ChunkedSeries.Builder.getChunksBuilder(int index) Chunks will be in start time order and may overlap.Types.Chunk.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Types.Chunk.Builder.mergeFrom(com.google.protobuf.Message other) Types.Chunk.Builder.mergeFrom(Types.Chunk other) static Types.Chunk.BuilderTypes.Chunk.newBuilder()static Types.Chunk.BuilderTypes.Chunk.newBuilder(Types.Chunk prototype) Types.Chunk.newBuilderForType()protected Types.Chunk.BuilderTypes.Chunk.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Types.Chunk.Builder.setData(com.google.protobuf.ByteString value) bytes data = 4;Types.Chunk.Builder.setMaxTimeMs(long value) int64 max_time_ms = 2;Types.Chunk.Builder.setMinTimeMs(long value) int64 min_time_ms = 1;Types.Chunk.Builder.setType(Types.Chunk.Encoding value) .prometheus.Chunk.Encoding type = 3;Types.Chunk.Builder.setTypeValue(int value) .prometheus.Chunk.Encoding type = 3;Types.Chunk.toBuilder()Methods in prometheus that return types with arguments of type Types.Chunk.BuilderModifier and TypeMethodDescriptionTypes.ChunkedSeries.Builder.getChunksBuilderList()Chunks will be in start time order and may overlap.Methods in prometheus with parameters of type Types.Chunk.BuilderModifier and TypeMethodDescriptionTypes.ChunkedSeries.Builder.addChunks(int index, Types.Chunk.Builder builderForValue) Chunks will be in start time order and may overlap.Types.ChunkedSeries.Builder.addChunks(Types.Chunk.Builder builderForValue) Chunks will be in start time order and may overlap.Types.ChunkedSeries.Builder.setChunks(int index, Types.Chunk.Builder builderForValue) Chunks will be in start time order and may overlap.