Uses of Enum
io.ebean.DocStoreQueueEntry.Action
-
Uses of DocStoreQueueEntry.Action in io.ebean
Modifier and TypeMethodDescriptionDocStoreQueueEntry.getType()
Return the event type.static DocStoreQueueEntry.Action
Returns the enum constant of this type with the specified name.static DocStoreQueueEntry.Action[]
DocStoreQueueEntry.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionDocStoreQueueEntry
(DocStoreQueueEntry.Action type, String queueId, Object beanId) Construct for an INDEX or DELETE action.DocStoreQueueEntry
(DocStoreQueueEntry.Action type, String queueId, String path, Object beanId) Construct for an NESTED/embedded path invalidation action.