JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.infinispan.api.common.events.cache
CacheContinuousQueryEvent
Contents
Description
Nested Class Summary
Method Summary
Method Details
type()
key()
value()
Hide sidebar
Show sidebar
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
()