Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.util
Class ConverterCollections.ConverterCacheEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.tangosol.util.MapEvent
          extended by com.tangosol.net.cache.CacheEvent
              extended by com.tangosol.util.ConverterCollections.ConverterMapEvent
                  extended by com.tangosol.util.ConverterCollections.ConverterCacheEvent

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ConverterCollections

public static class ConverterCollections.ConverterCacheEvent
extends ConverterCollections.ConverterMapEvent

A Converter CacheEvent views an underlying CacheEvent through a set of key and value Converters.


Nested Class Summary

 

Nested classes/interfaces inherited from class com.tangosol.util.ConverterCollections.ConverterMapEvent
ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry, ConverterCollections.ConverterMapEvent.ConverterMapEventEntry

 

Nested classes/interfaces inherited from class com.tangosol.net.cache.CacheEvent
CacheEvent.TransformationState

 

Field Summary

 

Fields inherited from class com.tangosol.util.ConverterCollections.ConverterMapEvent
m_context, m_convKey, m_convVal, m_event, NO_VALUE

 

Fields inherited from class com.tangosol.net.cache.CacheEvent
m_fSynthetic, m_transformState

 

Fields inherited from class com.tangosol.util.MapEvent
ENTRY_DELETED, ENTRY_INSERTED, ENTRY_UPDATED, m_nId, m_oKey, m_oValueNew, m_oValueOld

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
ConverterCollections.ConverterCacheEvent(ObservableMap map, CacheEvent event, Converter convKey, Converter convVal)
          Constructor.
ConverterCollections.ConverterCacheEvent(ObservableMap map, CacheEvent event, Converter convKey, Converter convVal, BackingMapManagerContext context)
          Construct a ConverterMapEvent.

 

Method Summary
 CacheEvent getCacheEvent()
          Return the underlying CacheEvent.

 

Methods inherited from class com.tangosol.util.ConverterCollections.ConverterMapEvent
clearConverted, getContext, getConverterKeyUp, getConverterValueUp, getKey, getMapEvent, getNewEntry, getNewValue, getOldEntry, getOldValue, isKeyConverted, isNewValueConverted, isOldValueConverted, setKey, setNewValue, setOldValue

 

Methods inherited from class com.tangosol.net.cache.CacheEvent
getDescription, getTransformationState, isSynthetic

 

Methods inherited from class com.tangosol.util.MapEvent
dispatch, dispatch, dispatch, getDescription, getId, getMap, toString

 

Methods inherited from class java.util.EventObject
getSource

 

Constructor Detail

ConverterCollections.ConverterCacheEvent

public ConverterCollections.ConverterCacheEvent(ObservableMap map,
                                                CacheEvent event,
                                                Converter convKey,
                                                Converter convVal)
Constructor.
Parameters:
event - the underlying CacheEvent
map - the new event's source
convKey - the Converter to view the underlying CacheEvent's key
convVal - the Converter to view the underlying CacheEvent's values

ConverterCollections.ConverterCacheEvent

public ConverterCollections.ConverterCacheEvent(ObservableMap map,
                                                CacheEvent event,
                                                Converter convKey,
                                                Converter convVal,
                                                BackingMapManagerContext context)
Construct a ConverterMapEvent.
Parameters:
event - the underlying MapEvent
map - the new event's source
convKey - the Converter to view the underlying CacheEvent's key
convVal - the Converter to view the underlying CacheEvent's values
context - the BackingMapManagerContext necessary to emulate the BinaryEntry interface

Method Detail

getCacheEvent

public CacheEvent getCacheEvent()
Return the underlying CacheEvent.
Returns:
the underlying CacheEvent

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.