Uses of Class
io.ebean.DocStoreQueueEntry.Action
-
Packages that use DocStoreQueueEntry.Action Package Description io.ebean -
-
Uses of DocStoreQueueEntry.Action in io.ebean
Methods in io.ebean that return DocStoreQueueEntry.Action Modifier and Type Method Description DocStoreQueueEntry.Action
DocStoreQueueEntry. getType()
Return the event type.static DocStoreQueueEntry.Action
DocStoreQueueEntry.Action. valueOf(String name)
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.Constructors in io.ebean with parameters of type DocStoreQueueEntry.Action Constructor Description DocStoreQueueEntry(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.
-