Uses of Class
io.riemann.riemann.Proto.Msg
Packages that use Proto.Msg
-
Uses of Proto.Msg in io.riemann.riemann
Fields in io.riemann.riemann with type parameters of type Proto.MsgModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Proto.Msg>Proto.Msg.PARSERDeprecated.Methods in io.riemann.riemann that return Proto.MsgModifier and TypeMethodDescriptionProto.Msg.Builder.build()Proto.Msg.Builder.buildPartial()static Proto.MsgProto.Msg.getDefaultInstance()Proto.Msg.Builder.getDefaultInstanceForType()Proto.Msg.getDefaultInstanceForType()static Proto.MsgProto.Msg.parseDelimitedFrom(InputStream input) static Proto.MsgProto.Msg.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.MsgProto.Msg.parseFrom(byte[] data) static Proto.MsgProto.Msg.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.MsgProto.Msg.parseFrom(com.google.protobuf.ByteString data) static Proto.MsgProto.Msg.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.MsgProto.Msg.parseFrom(com.google.protobuf.CodedInputStream input) static Proto.MsgProto.Msg.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.MsgProto.Msg.parseFrom(InputStream input) static Proto.MsgProto.Msg.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.MsgProto.Msg.parseFrom(ByteBuffer data) static Proto.MsgProto.Msg.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.riemann.riemann that return types with arguments of type Proto.MsgModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Proto.Msg>Proto.Msg.getParserForType()static com.google.protobuf.Parser<Proto.Msg>Proto.Msg.parser()Methods in io.riemann.riemann with parameters of type Proto.MsgModifier and TypeMethodDescriptionstatic Proto.Msg.BuilderProto.Msg.newBuilder(Proto.Msg prototype) -
Uses of Proto.Msg in io.riemann.riemann.client
Fields in io.riemann.riemann.client declared as Proto.MsgFields in io.riemann.riemann.client with type parameters of type Proto.MsgModifier and TypeFieldDescriptionUdpTransport.blackholefinal ChainPromise<Proto.Msg>RiemannBatchClient.Write.promiseWrite.promisefinal LinkedBlockingQueue<Promise<Proto.Msg>>WriteQueue.queueMethods in io.riemann.riemann.client that return Proto.MsgModifier and TypeMethodDescriptionSimpleUdpTransport.sendMessage(Proto.Msg msg) SynchronousTransport.sendMessage(Proto.Msg msg) UdpTransport.sendMessage(Proto.Msg msg) Methods in io.riemann.riemann.client that return types with arguments of type Proto.MsgModifier and TypeMethodDescriptionEventDSL.send()IRiemannClient.sendEvent(Proto.Event event) RiemannBatchClient.sendEvent(Proto.Event event) RiemannClient.sendEvent(Proto.Event event) IRiemannClient.sendEvents(Proto.Event... events) IRiemannClient.sendEvents(List<Proto.Event> events) RiemannBatchClient.sendEvents(Proto.Event... events) RiemannBatchClient.sendEvents(List<Proto.Event> events) RiemannClient.sendEvents(Proto.Event... events) RiemannClient.sendEvents(List<Proto.Event> events) IRiemannClient.sendException(String service, Throwable t) RiemannBatchClient.sendException(String service, Throwable t) RiemannClient.sendException(IRiemannClient client, String service, Throwable t) RiemannClient.sendException(String service, Throwable t) AsynchronizeTransport.sendMessage(Proto.Msg msg) AsynchronousTransport.sendMessage(Proto.Msg msg) RiemannBatchClient.sendMessage(Proto.Msg message) RiemannClient.sendMessage(Proto.Msg m) TcpTransport.sendMessage(Proto.Msg msg) TcpTransport.sendMessage(Proto.Msg msg, Promise<Proto.Msg> promise) WriteQueue.take()Methods in io.riemann.riemann.client with parameters of type Proto.MsgModifier and TypeMethodDescriptionprotected voidTcpHandler.Inbound.channelRead0(io.netty.channel.ChannelHandlerContext ctx, Proto.Msg msg) AsynchronizeTransport.sendMessage(Proto.Msg msg) AsynchronousTransport.sendMessage(Proto.Msg msg) RiemannBatchClient.sendMessage(Proto.Msg message) RiemannClient.sendMessage(Proto.Msg m) SimpleUdpTransport.sendMessage(Proto.Msg msg) SynchronousTransport.sendMessage(Proto.Msg msg) TcpTransport.sendMessage(Proto.Msg msg) TcpTransport.sendMessage(Proto.Msg msg, Promise<Proto.Msg> promise) UdpTransport.sendMessage(Proto.Msg msg) Method parameters in io.riemann.riemann.client with type arguments of type Proto.MsgModifier and TypeMethodDescriptionvoidTcpTransport.sendMessage(Proto.Msg msg, Promise<Proto.Msg> promise) Constructors in io.riemann.riemann.client with parameters of type Proto.MsgConstructor parameters in io.riemann.riemann.client with type arguments of type Proto.Msg