Uses of Class
dev.vality.fistful.p2p.template.Change
| Package | Description |
|---|---|
| dev.vality.fistful.p2p.template |
-
Uses of Change in dev.vality.fistful.p2p.template
Fields in dev.vality.fistful.p2p.template declared as Change Modifier and Type Field Description ChangeEvent. changeChangeTimestampedChange. changeFields in dev.vality.fistful.p2p.template with type parameters of type Change Modifier and Type Field Description List<Change>EventSinkPayload. changesMethods in dev.vality.fistful.p2p.template that return Change Modifier and Type Method Description static ChangeChange. blocking_changed(BlockingChange value)static ChangeChange. created(CreatedChange value)ChangeChange. deepCopy()ChangeEvent. getChange()ChangeTimestampedChange. getChange()Methods in dev.vality.fistful.p2p.template that return types with arguments of type Change Modifier and Type Method Description List<Change>EventSinkPayload. getChanges()Iterator<Change>EventSinkPayload. getChangesIterator()Methods in dev.vality.fistful.p2p.template with parameters of type Change Modifier and Type Method Description voidEventSinkPayload. addToChanges(Change elem)intChange. compareTo(Change other)booleanChange. equals(Change other)EventEvent. setChange(Change change)TimestampedChangeTimestampedChange. setChange(Change change)Method parameters in dev.vality.fistful.p2p.template with type arguments of type Change Modifier and Type Method Description EventSinkPayloadEventSinkPayload. setChanges(List<Change> changes)Constructors in dev.vality.fistful.p2p.template with parameters of type Change Constructor Description Change(Change other)Event(long event_id, String occured_at, Change change)TimestampedChange(String occured_at, Change change)Constructor parameters in dev.vality.fistful.p2p.template with type arguments of type Change Constructor Description EventSinkPayload(int sequence, String occured_at, List<Change> changes)