Uses of Class
prometheus.Remote.QueryResult
Packages that use Remote.QueryResult
-
Uses of Remote.QueryResult in prometheus
Methods in prometheus that return Remote.QueryResultModifier and TypeMethodDescriptionRemote.QueryResult.Builder.build()Remote.QueryResult.Builder.buildPartial()static Remote.QueryResultRemote.QueryResult.getDefaultInstance()Remote.QueryResult.Builder.getDefaultInstanceForType()Remote.QueryResult.getDefaultInstanceForType()Remote.ReadResponse.Builder.getResults(int index) In same order as the request's queries.Remote.ReadResponse.getResults(int index) In same order as the request's queries.Remote.ReadResponseOrBuilder.getResults(int index) In same order as the request's queries.static Remote.QueryResultRemote.QueryResult.parseDelimitedFrom(InputStream input) static Remote.QueryResultRemote.QueryResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Remote.QueryResultRemote.QueryResult.parseFrom(byte[] data) static Remote.QueryResultRemote.QueryResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Remote.QueryResultRemote.QueryResult.parseFrom(com.google.protobuf.ByteString data) static Remote.QueryResultRemote.QueryResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Remote.QueryResultRemote.QueryResult.parseFrom(com.google.protobuf.CodedInputStream input) static Remote.QueryResultRemote.QueryResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Remote.QueryResultRemote.QueryResult.parseFrom(InputStream input) static Remote.QueryResultRemote.QueryResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Remote.QueryResultRemote.QueryResult.parseFrom(ByteBuffer data) static Remote.QueryResultRemote.QueryResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in prometheus that return types with arguments of type Remote.QueryResultModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Remote.QueryResult>Remote.QueryResult.getParserForType()Remote.ReadResponse.Builder.getResultsList()In same order as the request's queries.Remote.ReadResponse.getResultsList()In same order as the request's queries.Remote.ReadResponseOrBuilder.getResultsList()In same order as the request's queries.static com.google.protobuf.Parser<Remote.QueryResult>Remote.QueryResult.parser()Methods in prometheus with parameters of type Remote.QueryResultModifier and TypeMethodDescriptionRemote.ReadResponse.Builder.addResults(int index, Remote.QueryResult value) In same order as the request's queries.Remote.ReadResponse.Builder.addResults(Remote.QueryResult value) In same order as the request's queries.Remote.QueryResult.Builder.mergeFrom(Remote.QueryResult other) static Remote.QueryResult.BuilderRemote.QueryResult.newBuilder(Remote.QueryResult prototype) Remote.ReadResponse.Builder.setResults(int index, Remote.QueryResult value) In same order as the request's queries.Method parameters in prometheus with type arguments of type Remote.QueryResultModifier and TypeMethodDescriptionRemote.ReadResponse.Builder.addAllResults(Iterable<? extends Remote.QueryResult> values) In same order as the request's queries.