Uses of Interface
prometheus.Types.ChunkOrBuilder
Packages that use Types.ChunkOrBuilder
-
Uses of Types.ChunkOrBuilder in prometheus
Classes in prometheus that implement Types.ChunkOrBuilderModifier and TypeClassDescriptionstatic final classChunk represents a TSDB chunk.static final classChunk represents a TSDB chunk.Methods in prometheus that return Types.ChunkOrBuilderModifier and TypeMethodDescriptionTypes.ChunkedSeries.Builder.getChunksOrBuilder(int index) Chunks will be in start time order and may overlap.Types.ChunkedSeries.getChunksOrBuilder(int index) Chunks will be in start time order and may overlap.Types.ChunkedSeriesOrBuilder.getChunksOrBuilder(int index) Chunks will be in start time order and may overlap.Methods in prometheus that return types with arguments of type Types.ChunkOrBuilderModifier and TypeMethodDescriptionList<? extends Types.ChunkOrBuilder>Types.ChunkedSeries.Builder.getChunksOrBuilderList()Chunks will be in start time order and may overlap.List<? extends Types.ChunkOrBuilder>Types.ChunkedSeries.getChunksOrBuilderList()Chunks will be in start time order and may overlap.List<? extends Types.ChunkOrBuilder>Types.ChunkedSeriesOrBuilder.getChunksOrBuilderList()Chunks will be in start time order and may overlap.