Uses of Class
io.riemann.riemann.Proto.Event
Packages that use Proto.Event
-
Uses of Proto.Event in io.riemann.riemann
Fields in io.riemann.riemann with type parameters of type Proto.EventModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Proto.Event>Proto.Event.PARSERDeprecated.Methods in io.riemann.riemann that return Proto.EventModifier and TypeMethodDescriptionProto.Event.Builder.build()Proto.Event.Builder.buildPartial()static Proto.EventProto.Event.getDefaultInstance()Proto.Event.Builder.getDefaultInstanceForType()Proto.Event.getDefaultInstanceForType()Proto.Msg.Builder.getEvents(int index) repeated .Event events = 6;Proto.Msg.getEvents(int index) repeated .Event events = 6;Proto.MsgOrBuilder.getEvents(int index) repeated .Event events = 6;static Proto.EventProto.Event.parseDelimitedFrom(InputStream input) static Proto.EventProto.Event.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.EventProto.Event.parseFrom(byte[] data) static Proto.EventProto.Event.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.EventProto.Event.parseFrom(com.google.protobuf.ByteString data) static Proto.EventProto.Event.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.EventProto.Event.parseFrom(com.google.protobuf.CodedInputStream input) static Proto.EventProto.Event.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.EventProto.Event.parseFrom(InputStream input) static Proto.EventProto.Event.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Proto.EventProto.Event.parseFrom(ByteBuffer data) static Proto.EventProto.Event.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.riemann.riemann that return types with arguments of type Proto.EventModifier and TypeMethodDescriptionProto.Msg.Builder.getEventsList()repeated .Event events = 6;Proto.Msg.getEventsList()repeated .Event events = 6;Proto.MsgOrBuilder.getEventsList()repeated .Event events = 6;com.google.protobuf.Parser<Proto.Event>Proto.Event.getParserForType()static com.google.protobuf.Parser<Proto.Event>Proto.Event.parser()Methods in io.riemann.riemann with parameters of type Proto.EventModifier and TypeMethodDescriptionProto.Msg.Builder.addEvents(int index, Proto.Event value) repeated .Event events = 6;Proto.Msg.Builder.addEvents(Proto.Event value) repeated .Event events = 6;Proto.Event.Builder.mergeFrom(Proto.Event other) static Proto.Event.BuilderProto.Event.newBuilder(Proto.Event prototype) Proto.Msg.Builder.setEvents(int index, Proto.Event value) repeated .Event events = 6;Method parameters in io.riemann.riemann with type arguments of type Proto.EventModifier and TypeMethodDescriptionProto.Msg.Builder.addAllEvents(Iterable<? extends Proto.Event> values) repeated .Event events = 6; -
Uses of Proto.Event in io.riemann.riemann.client
Fields in io.riemann.riemann.client declared as Proto.EventMethods in io.riemann.riemann.client that return Proto.EventMethods in io.riemann.riemann.client that return types with arguments of type Proto.EventModifier and TypeMethodDescriptionMethods in io.riemann.riemann.client with parameters of type Proto.EventModifier and TypeMethodDescriptionIRiemannClient.sendEvent(Proto.Event event) RiemannBatchClient.sendEvent(Proto.Event event) RiemannClient.sendEvent(Proto.Event event) IRiemannClient.sendEvents(Proto.Event... events) RiemannBatchClient.sendEvents(Proto.Event... events) RiemannClient.sendEvents(Proto.Event... events) Method parameters in io.riemann.riemann.client with type arguments of type Proto.EventModifier and TypeMethodDescriptionIRiemannClient.sendEvents(List<Proto.Event> events) RiemannBatchClient.sendEvents(List<Proto.Event> events) RiemannClient.sendEvents(List<Proto.Event> events) Constructors in io.riemann.riemann.client with parameters of type Proto.Event