Package | Description |
---|---|
org.apache.storm.windowing.persistence |
Modifier and Type | Method and Description |
---|---|
static WindowPartitionCache.RemovalCause |
WindowPartitionCache.RemovalCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowPartitionCache.RemovalCause[] |
WindowPartitionCache.RemovalCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WindowPartitionCache.RemovalListener.onRemoval(K key,
V val,
WindowPartitionCache.RemovalCause removalCause)
The method that is invoked when an entry is removed from the cache.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.