Uses of Class
org.apache.activemq.store.kahadb.data.KahaUpdateMessageCommand
-
Packages that use KahaUpdateMessageCommand Package Description org.apache.activemq.store.kahadb org.apache.activemq.store.kahadb.data -
-
Uses of KahaUpdateMessageCommand in org.apache.activemq.store.kahadb
Methods in org.apache.activemq.store.kahadb with parameters of type KahaUpdateMessageCommand Modifier and Type Method Description protected voidMessageDatabase. process(KahaUpdateMessageCommand command, Location location)voidVisitor. visit(KahaUpdateMessageCommand kahaUpdateMessageCommand) -
Uses of KahaUpdateMessageCommand in org.apache.activemq.store.kahadb.data
Methods in org.apache.activemq.store.kahadb.data that return KahaUpdateMessageCommand Modifier and Type Method Description KahaUpdateMessageCommandKahaUpdateMessageCommand. clone()KahaUpdateMessageCommandKahaUpdateMessageCommand. mergeFrom(KahaUpdateMessageCommand other)KahaUpdateMessageCommandKahaUpdateMessageCommand. mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input)static KahaUpdateMessageCommandKahaUpdateMessageCommand. parseFramed(byte[] data)static KahaUpdateMessageCommandKahaUpdateMessageCommand. parseFramed(InputStream data)static KahaUpdateMessageCommandKahaUpdateMessageCommand. parseFramed(org.apache.activemq.protobuf.Buffer data)static KahaUpdateMessageCommandKahaUpdateMessageCommand. parseFramed(org.apache.activemq.protobuf.CodedInputStream data)static KahaUpdateMessageCommandKahaUpdateMessageCommand. parseUnframed(byte[] data)static KahaUpdateMessageCommandKahaUpdateMessageCommand. parseUnframed(InputStream data)static KahaUpdateMessageCommandKahaUpdateMessageCommand. parseUnframed(org.apache.activemq.protobuf.Buffer data)static KahaUpdateMessageCommandKahaUpdateMessageCommand. parseUnframed(org.apache.activemq.protobuf.CodedInputStream data)Methods in org.apache.activemq.store.kahadb.data with parameters of type KahaUpdateMessageCommand Modifier and Type Method Description booleanKahaUpdateMessageCommand. equals(KahaUpdateMessageCommand obj)KahaUpdateMessageCommandKahaUpdateMessageCommand. mergeFrom(KahaUpdateMessageCommand other)
-