Uses of Interface
org.apache.activemq.store.kahadb.JournalCommand
Packages that use JournalCommand
Package
Description
-
Uses of JournalCommand in org.apache.activemq.store.kahadb
Methods in org.apache.activemq.store.kahadb that return JournalCommandModifier and TypeMethodDescriptionprotected JournalCommand<?>Loads a previously stored JournalMessageLoads a previously stored JournalMessageMethods in org.apache.activemq.store.kahadb with parameters of type JournalCommandModifier and TypeMethodDescriptionprotected abstract voidAbstractKahaDBStore.process(JournalCommand<?> command, Location location) Process a stored or recovered JournalCommand instance and update the DB Index with the state changes that this command produces.voidMultiKahaDBTransactionStore.process(Location location, JournalCommand<?> command) AbstractKahaDBStore.store(JournalCommand<?> command) Store a command in the Journal and process to update the Store index.AbstractKahaDBStore.store(JournalCommand<?> command, boolean sync) Store a command in the Journal and process to update the Store index.AbstractKahaDBStore.store(JournalCommand<?> command, boolean sync, Runnable before, Runnable after) Store a command in the Journal and process to update the Store index.AbstractKahaDBStore.store(JournalCommand<?> command, boolean sync, Runnable before, Runnable after, Runnable onJournalStoreComplete) All updated are are funneled through this method.AbstractKahaDBStore.store(JournalCommand<?> command, Runnable onJournalStoreComplete) Store a command in the Journal and process to update the Store index.MessageDatabase.store(JournalCommand<?> data) MessageDatabase.store(JournalCommand<?> data, boolean sync, org.apache.activemq.store.kahadb.MessageDatabase.IndexAware before, Runnable after) MessageDatabase.store(JournalCommand<?> data, boolean sync, org.apache.activemq.store.kahadb.MessageDatabase.IndexAware before, Runnable after, Runnable onJournalStoreComplete) All updated are are funneled through this method.MessageDatabase.store(JournalCommand<?> data, Runnable onJournalStoreComplete) protected ByteSequenceAbstractKahaDBStore.toByteSequence(JournalCommand<?> data) Creates a new ByteSequence that represents the marshaled form of the given Journal Command.MessageDatabase.toByteSequence(JournalCommand<?> data) -
Uses of JournalCommand in org.apache.activemq.store.kahadb.data
Classes in org.apache.activemq.store.kahadb.data that implement JournalCommandModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal class -
Uses of JournalCommand in org.apache.activemq.store.kahadb.scheduler
Methods in org.apache.activemq.store.kahadb.scheduler with parameters of type JournalCommandModifier and TypeMethodDescriptionprotected voidJobSchedulerStoreImpl.doRecover(JournalCommand<?> data, Location location, Location inDoubtlocation) Called during index recovery to rebuild the index from the last known good location.protected voidJobSchedulerStoreImpl.process(JournalCommand<?> data, Location location) Called during recovery to allow the store to rebuild from scratch.