public interface NearCachingHook<K,V>
Modifier and Type | Field and Description |
---|---|
static NearCachingHook |
EMPTY_HOOK |
Modifier and Type | Method and Description |
---|---|
void |
beforeRemoteCall(K key,
Data keyData,
V value,
Data valueData) |
void |
onRemoteCallFailure() |
void |
onRemoteCallSuccess() |
static final NearCachingHook EMPTY_HOOK
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.