Uses of Class
de.caluga.morphium.driver.MorphiumId
-
Packages that use MorphiumId Package Description de.caluga.morphium.changestream de.caluga.morphium.driver de.caluga.morphium.driver.wire de.caluga.morphium.messaging -
-
Uses of MorphiumId in de.caluga.morphium.changestream
Methods in de.caluga.morphium.changestream with parameters of type MorphiumId Modifier and Type Method Description voidChangeStreamEvent. setId(MorphiumId id) -
Uses of MorphiumId in de.caluga.morphium.driver
Methods in de.caluga.morphium.driver with parameters of type MorphiumId Modifier and Type Method Description intMorphiumId. compareTo(MorphiumId o) -
Uses of MorphiumId in de.caluga.morphium.driver.wire
Methods in de.caluga.morphium.driver.wire that return MorphiumId Modifier and Type Method Description MorphiumIdHelloResult. getElectionId()Methods in de.caluga.morphium.driver.wire with parameters of type MorphiumId Modifier and Type Method Description HelloResultHelloResult. setElectionId(MorphiumId electionId) -
Uses of MorphiumId in de.caluga.morphium.messaging
Methods in de.caluga.morphium.messaging that return MorphiumId Modifier and Type Method Description MorphiumIdMsg. getInAnswerTo()MorphiumIdMsg. getMsgId()Methods in de.caluga.morphium.messaging with parameters of type MorphiumId Modifier and Type Method Description MsgMsg. setInAnswerTo(MorphiumId inAnswerTo)MsgMsg. setMsgId(MorphiumId msgId)Constructors in de.caluga.morphium.messaging with parameters of type MorphiumId Constructor Description RemoveProcessTask(List<MorphiumId> processing, MorphiumId toRemove)Constructor parameters in de.caluga.morphium.messaging with type arguments of type MorphiumId Constructor Description RemoveProcessTask(List<MorphiumId> processing, MorphiumId toRemove)
-