Uses of Class
dev.vality.fistful.source.Change
| Package | Description |
|---|---|
| dev.vality.fistful.source |
-
Uses of Change in dev.vality.fistful.source
Fields in dev.vality.fistful.source declared as Change Modifier and Type Field Description ChangeEvent. changeChangeTimestampedChange. changeFields in dev.vality.fistful.source with type parameters of type Change Modifier and Type Field Description List<Change>EventSinkPayload. changesMethods in dev.vality.fistful.source that return Change Modifier and Type Method Description static ChangeChange. account(AccountChange value)static ChangeChange. created(Source value)ChangeChange. deepCopy()ChangeEvent. getChange()ChangeTimestampedChange. getChange()static ChangeChange. status(StatusChange value)Methods in dev.vality.fistful.source 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.source 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.source with type arguments of type Change Modifier and Type Method Description EventSinkPayloadEventSinkPayload. setChanges(List<Change> changes)Constructors in dev.vality.fistful.source 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.source with type arguments of type Change Constructor Description EventSinkPayload(int sequence, String occured_at, List<Change> changes)