Uses of Class
dev.vality.machinegun.stateproc.Event
| Package | Description |
|---|---|
| dev.vality.machinegun.stateproc |
-
Uses of Event in dev.vality.machinegun.stateproc
Fields in dev.vality.machinegun.stateproc declared as Event Modifier and Type Field Description EventMachineEvent. eventСобытие машиныEventSinkEvent. eventFields in dev.vality.machinegun.stateproc with type parameters of type Event Modifier and Type Field Description List<Event>Machine. historyСложное состояние, выраженное в виде упорядоченного набора событий процессора.Methods in dev.vality.machinegun.stateproc that return Event Modifier and Type Method Description EventEvent. deepCopy()EventMachineEvent. getEvent()Событие машиныEventSinkEvent. getEvent()EventEvent. setCreatedAt(String created_at)Время происхождения событияEventEvent. setData(Value data)Описание событияEventEvent. setFormatVersion(int format_version)Версия представления данныхEventEvent. setId(long id)Идентификатор события.Methods in dev.vality.machinegun.stateproc that return types with arguments of type Event Modifier and Type Method Description List<Event>Machine. getHistory()Сложное состояние, выраженное в виде упорядоченного набора событий процессора.Iterator<Event>Machine. getHistoryIterator()Methods in dev.vality.machinegun.stateproc with parameters of type Event Modifier and Type Method Description voidMachine. addToHistory(Event elem)intEvent. compareTo(Event other)booleanEvent. equals(Event that)MachineEventMachineEvent. setEvent(Event event)Событие машиныSinkEventSinkEvent. setEvent(Event event)Method parameters in dev.vality.machinegun.stateproc with type arguments of type Event Modifier and Type Method Description MachineMachine. setHistory(List<Event> history)Сложное состояние, выраженное в виде упорядоченного набора событий процессора.Constructors in dev.vality.machinegun.stateproc with parameters of type Event Constructor Description Event(Event other)Performs a deep copy on other.MachineEvent(String ns, String id, Event event)SinkEvent(long id, String source_id, String source_ns, Event event)Constructor parameters in dev.vality.machinegun.stateproc with type arguments of type Event Constructor Description Machine(String ns, String id, List<Event> history, HistoryRange history_range)