Uses of Class
prometheus.Types.Chunk
Packages that use Types.Chunk
-
Uses of Types.Chunk in prometheus
Methods in prometheus that return Types.ChunkModifier and TypeMethodDescriptionTypes.Chunk.Builder.build()Types.Chunk.Builder.buildPartial()Types.ChunkedSeries.Builder.getChunks(int index) Chunks will be in start time order and may overlap.Types.ChunkedSeries.getChunks(int index) Chunks will be in start time order and may overlap.Types.ChunkedSeriesOrBuilder.getChunks(int index) Chunks will be in start time order and may overlap.static Types.ChunkTypes.Chunk.getDefaultInstance()Types.Chunk.Builder.getDefaultInstanceForType()Types.Chunk.getDefaultInstanceForType()static Types.ChunkTypes.Chunk.parseDelimitedFrom(InputStream input) static Types.ChunkTypes.Chunk.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.ChunkTypes.Chunk.parseFrom(byte[] data) static Types.ChunkTypes.Chunk.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.ChunkTypes.Chunk.parseFrom(com.google.protobuf.ByteString data) static Types.ChunkTypes.Chunk.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.ChunkTypes.Chunk.parseFrom(com.google.protobuf.CodedInputStream input) static Types.ChunkTypes.Chunk.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.ChunkTypes.Chunk.parseFrom(InputStream input) static Types.ChunkTypes.Chunk.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.ChunkTypes.Chunk.parseFrom(ByteBuffer data) static Types.ChunkTypes.Chunk.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in prometheus that return types with arguments of type Types.ChunkModifier and TypeMethodDescriptionTypes.ChunkedSeries.Builder.getChunksList()Chunks will be in start time order and may overlap.Types.ChunkedSeries.getChunksList()Chunks will be in start time order and may overlap.Types.ChunkedSeriesOrBuilder.getChunksList()Chunks will be in start time order and may overlap.com.google.protobuf.Parser<Types.Chunk>Types.Chunk.getParserForType()static com.google.protobuf.Parser<Types.Chunk>Types.Chunk.parser()Methods in prometheus with parameters of type Types.ChunkModifier and TypeMethodDescriptionTypes.ChunkedSeries.Builder.addChunks(int index, Types.Chunk value) Chunks will be in start time order and may overlap.Types.ChunkedSeries.Builder.addChunks(Types.Chunk value) Chunks will be in start time order and may overlap.Types.Chunk.Builder.mergeFrom(Types.Chunk other) static Types.Chunk.BuilderTypes.Chunk.newBuilder(Types.Chunk prototype) Types.ChunkedSeries.Builder.setChunks(int index, Types.Chunk value) Chunks will be in start time order and may overlap.Method parameters in prometheus with type arguments of type Types.ChunkModifier and TypeMethodDescriptionTypes.ChunkedSeries.Builder.addAllChunks(Iterable<? extends Types.Chunk> values) Chunks will be in start time order and may overlap.