Package | Description |
---|---|
io.ebean |
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright © 2019. All rights reserved.