Uses of Class
org.apache.sling.distribution.journal.Reset
-
Packages that use Reset Package Description org.apache.sling.distribution.journal -
-
Uses of Reset in org.apache.sling.distribution.journal
Methods in org.apache.sling.distribution.journal that return Reset Modifier and Type Method Description static Reset
Reset. valueOf(String name)
Returns the enum constant of this type with the specified name.static Reset[]
Reset. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.distribution.journal with parameters of type Reset Modifier and Type Method Description String
MessagingProvider. assignTo(Reset reset, long relativeOffset)
Get assign String to feed into createPoller based on either earliest or latest and a relative offset.default Closeable
MessagingProvider. createPoller(String topicName, Reset reset, String assign, Map<String,String> filterProperties, HandlerAdapter<?>... adapters)
Create a poller which listens to a topic and starts at a given reset or assigned offset.Closeable
MessagingProvider. createPoller(String topicName, Reset reset, String assign, HandlerAdapter<?>... adapters)
Create a poller which listens to a topic and starts at a given reset or assigned offset.default Closeable
MessagingProvider. createPoller(String topicName, Reset reset, HandlerAdapter<?>... adapters)
long
MessagingProvider. retrieveOffset(String topicName, Reset reset)
Retrieve earliest or latest offset for a topic
-