JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.infinispan.api.common.events.cache
CacheContinuousQueryEvent
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Nested Class Summary
Method Summary
Method Details
type()
key()
value()
Interface CacheContinuousQueryEvent<
K
,
V
>
public interface
CacheContinuousQueryEvent<K,
V>
Since:
14.0
Nested Class Summary
Nested Classes
Modifier and Type
Interface
Description
static enum
CacheContinuousQueryEvent.EventType
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
K
key
()
CacheContinuousQueryEvent.EventType
type
()
V
value
()
Method Details
type
CacheContinuousQueryEvent.EventType
type
()
key
K
key
()
value
V
value
()