JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.storm.utils
Interface TimeCacheMap.ExpiredCallback<K,
V>
Enclosing class:
TimeCacheMap
<
K
,
V
>
public static interface
TimeCacheMap.ExpiredCallback<K,
V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
expire
(
K
key,
V
val)
Method Details
expire
void
expire
(
K
key,
V
val)