Uses of Interface
com.tangosol.util.Converter
Package
Description
Low-level utilities for Coherence gRPC server and client implementation.
The Coherence gRPC server implementation.
Common utilities used by Coherence JCache.
Contains classes related to J2SE 1.4 NIO functionality.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains classes and helpers for implementing various types of persistence.
Contains various generic utilities.
Contains concrete
Filter
implementations and related interfaces.-
Uses of Converter in com.oracle.coherence.grpc
Modifier and TypeClassDescriptionprotected static class
protected static class
protected static class
Modifier and TypeFieldDescriptionRequestHolder.DownConverter.f_converter
RequestHolder.m_converterDown
CacheRequestHolder.m_converterKeyDown
RequestHolder.m_converterUp
Modifier and TypeMethodDescriptionCacheRequestHolder.createConverterDown()
RequestHolder.createConverterDown()
RequestHolder.ensureConverterDown()
CacheRequestHolder.ensureConverterKeyDown()
RequestHolder.ensureConverterUp()
ModifierConstructorDescriptionprotected
DownConverter
(Serializer serializer, Converter<Object, Binary> converter) protected
ErrorHandlingConverter
(Converter<F, T> converter) -
Uses of Converter in com.oracle.coherence.grpc.proxy
Modifier and TypeClassDescriptionprotected static class
Converter for cache key instances.Modifier and TypeFieldDescriptionMapListenerProxy.KeyConverter.f_converter
Converter to handle the conversion casesMapListenerProxy.KeyConverter.f_holder
doesn't cover. -
Uses of Converter in com.tangosol.coherence.jcache.common
ModifierConstructorDescriptionCoherenceConverterAdapter
(Converter fromConverter, Converter toConverter) Constructs aCoherenceConverterAdapter
given two CoherenceConverter
s. -
Uses of Converter in com.tangosol.io.nio
-
Uses of Converter in com.tangosol.net
Modifier and TypeMethodDescriptionBackingMapManagerContext.getKeyFromInternalConverter()
Return a converter that allows the manager (or a backing map managed thereby) to convert a key object from its internal form (as managed by the CacheService) into its "normal" (Object) form.BackingMapManagerContext.getKeyToInternalConverter()
Return a converter that allows the manager (or a backing map managed thereby) to convert a key object into its internal form as managed by the CacheService.BackingMapManagerContext.getValueFromInternalConverter()
Return a converter that allows the manager (or a backing map managed thereby) to convert a value object from its internal form (as managed by the CacheService) into its "normal" (Object) form.BackingMapManagerContext.getValueToInternalConverter()
Return a converter that allows the manager (or a backing map managed thereby) to convert a value object into its internal form as managed by the CacheService. -
Uses of Converter in com.tangosol.net.cache
Modifier and TypeClassDescriptionprotected static class
A combination Filter and Converter used to iterate through the status map in order to iterate through the front keys.Modifier and TypeFieldDescriptionprotected final Converter
ContinuousQueryCache.InternalMapListener.f_convKey
TheConverter
to be applied to keys.protected final Converter
ContinuousQueryCache.ConverterAsynchronousProcessor.f_convUp
Converter to deserializeBinary
values.protected final Converter
ContinuousQueryCache.InternalMapListener.f_convValue
TheConverter
to be applied to values.protected Converter
ContinuousQueryCache.m_converterFromBinary
protected Converter
ContinuousQueryCache.m_converterToBinary
ModifierConstructorDescriptionInternalMapListener
(MapListenerSupport listenerSupport, Converter convKey, Converter convValue) Construct theMapListener
to be registered with the internalObservableMap
. -
Uses of Converter in com.tangosol.persistence
Modifier and TypeFieldDescriptionstatic final Converter
<Long, ReadBuffer> CachePersistenceHelper.LONG_CONVERTER_DOWN
A converter that converts from a Long to a ReadBuffer.static final Converter
<ReadBuffer, Long> CachePersistenceHelper.LONG_CONVERTER_UP
A converter that converts from a ReadBuffer to a Long.Modifier and TypeMethodDescriptionstatic com.oracle.coherence.persistence.PersistentStore.Visitor
<ReadBuffer> CachePersistenceHelper.instantiateEventsVisitor
(long lExtentId, Filter filter, long lVersion, Map<Long, MapEvent> mapEvents, Converter<Long, ReadBuffer> convKeyDown, Converter<ReadBuffer, Long> convKeyUp, Converter<Object, ReadBuffer> convDown, Converter<ReadBuffer, Object> convUp) Create aPersistentStore.Visitor
that can read a PersistentStore and populate the providedmapEvents
with events that are larger than the provided version (inclusive) and match the givenFilter
.static com.oracle.coherence.persistence.PersistentStore.Visitor
<ReadBuffer> CachePersistenceHelper.instantiateEventsVisitor
(long lExtentId, Set setKeys, long lVersion, Map<Long, MapEvent> mapEvents, Converter<Long, ReadBuffer> convKeyDown, Converter<ReadBuffer, Long> convKeyUp, Converter<Object, ReadBuffer> convDown, Converter<ReadBuffer, Object> convUp) Create aPersistentStore.Visitor
that can read a PersistentStore and populate the providedmapEvents
with events that are larger than the provided version (inclusive) and within the given set of keys. -
Uses of Converter in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
A Converter that does nothing.Modifier and TypeFieldDescriptionstatic final Converter
ExternalizableHelper.CONVERTER_FROM_BINARY
A converter from Binary to Object format, which uses the DefaultSerializer.static final Converter
ExternalizableHelper.CONVERTER_STRIP_INTDECO
A pass-through Binary converter that removes an IntDecoration if present.static final Converter
ExternalizableHelper.CONVERTER_TO_BINARY
A converter from Object to Binary format that uses the DefaultSerializer.static final Converter
InvocableMapHelper.ENTRY_TO_KEY_CONVERTER
Trivial Entry-to-Key converter.static final Converter
InvocableMapHelper.ENTRY_TO_VALUE_CONVERTER
Trivial Entry-to-Value converter.ConverterCollections.ConverterLongArray.f_convDown
The Converter to use to convert from type T to type F.ConverterCollections.ConverterLongArray.f_convUp
The Converter to use to convert from type F to type T.ConverterCollections.ConverterEnumerator.m_conv
Converter to convert each item.ConverterCollections.ConverterCollection.m_convDown
The Converter from this Collection to the underlying Collection.ConverterCollections.ConverterListIterator.m_convDown
The Converter from this ListIterator to the underlying ListIterator.protected final Converter
SimpleMapIndex.IndexCalculator.m_converter
TheConverter
used to convertSimpleMapIndex.IndexCalculator.CalculatorState.UNKNOWN
types intoBinary
to approximate the size.ConverterCollections.ConverterMapEvent.m_convKey
The Converter to view the underlying MapEvent's key.ConverterCollections.ConverterMapListener.m_convKey
The Converter to view an underlying CacheEvent's key.ConverterCollections.ConverterEntrySet.m_convKeyDown
The Converter used to pass keys down to the Entry Set.ConverterCollections.ConverterMap.m_convKeyDown
The Converter used to pass keys down to the Map.ConverterCollections.ConverterEntry.m_convKeyUp
The Converter used to view the Entry's key.ConverterCollections.ConverterEntrySet.m_convKeyUp
The Converter used to view keys stored in the Entry Set.ConverterCollections.ConverterMap.m_convKeyUp
The Converter used to view keys stored in the Map.ConverterCollections.ConverterCollection.m_convUp
The Converter from the underlying Collection to this Collection.ConverterCollections.ConverterListIterator.m_convUp
The Converter from the underlying ListIterator to this ListIterator.ConverterCollections.ConverterMapEvent.m_convVal
The Converter to view the underlying MapEvent's value.ConverterCollections.ConverterMapListener.m_convVal
The Converter to view an underlying CacheEvent's value.ConverterCollections.ConverterEntry.m_convValDown
The Converter used to store the Entry's value.ConverterCollections.ConverterEntrySet.m_convValDown
The Converter used to pass values down to the Entry Set.ConverterCollections.ConverterMap.m_convValDown
The Converter used to pass keys down to the Map.ConverterCollections.ConverterEntry.m_convValUp
The Converter used to view the Entry's value.ConverterCollections.ConverterEntrySet.m_convValUp
The Converter used to view values stored in the Entry Set.ConverterCollections.ConverterMap.m_convValUp
The Converter used to view values stored in the Map.Modifier and TypeMethodDescriptionstatic <F,
I, T> Converter <F, T> Create a new converter by combining two existing converters.static <T,
R> Converter <T, R> NullImplementation.getConverter()
Factory method: Obtain a null implementation of a Converter.protected Converter
SimpleMapIndex.IndexCalculator.getConverter()
Return the converter used by this IndexCalculator, or null.ConverterCollections.ConverterCollection.getConverterDown()
Return the Converter used to pass values down to the underlying Collection.ConverterCollections.ConverterListIterator.getConverterDown()
Return the Converter used to pass values down to the underlying ListIterator.ConverterCollections.ConverterEntrySet.getConverterKeyDown()
Return the Converter used to pass keys down to the underlying Entry Set.ConverterCollections.ConverterMap.getConverterKeyDown()
Return the Converter used to pass keys down to the underlying Map.ConverterCollections.AbstractConverterEntry.getConverterKeyUp()
Return the Converter to view the underlying Entry's key through.ConverterCollections.ConverterEntry.getConverterKeyUp()
Return the Converter to view the underlying Entry's key through.ConverterCollections.ConverterEntrySet.ConverterEntry.getConverterKeyUp()
Return the Converter to view the underlying Entry's key through.ConverterCollections.ConverterEntrySet.getConverterKeyUp()
Return the Converter used to view the underlying Entry Set's keys through.ConverterCollections.ConverterMap.getConverterKeyUp()
Return the Converter used to view the underlying Map's keys through.ConverterCollections.ConverterMapEvent.getConverterKeyUp()
Return the Converter used to view the underlying MapEvent's key through.ConverterCollections.ConverterMapListener.getConverterKeyUp()
Return the Converter used to view an underlying CacheEvent's key through.ConverterCollections.ConverterCollection.getConverterUp()
Return the Converter used to view the underlying Collection's values through.ConverterCollections.ConverterListIterator.getConverterUp()
Return the Converter used to view the underlying ListIterator's values through.ConverterCollections.AbstractConverterEntry.getConverterValueDown()
Return the Converter used to change value in the underlying Entry.ConverterCollections.ConverterEntry.getConverterValueDown()
Return the Converter used to change value in the underlying Entry.ConverterCollections.ConverterEntrySet.ConverterEntry.getConverterValueDown()
Return the Converter used to change value in the underlying Entry.ConverterCollections.ConverterEntrySet.getConverterValueDown()
Return the Converter used to pass values down to the underlying Entry Set.ConverterCollections.ConverterMap.getConverterValueDown()
Return the Converter used to pass values down to the underlying Map.ConverterCollections.AbstractConverterEntry.getConverterValueUp()
Return the Converter to view the underlying Entry's value through.ConverterCollections.ConverterEntry.getConverterValueUp()
Return the Converter to view the underlying Entry's value through.ConverterCollections.ConverterEntrySet.ConverterEntry.getConverterValueUp()
Return the Converter to view the underlying Entry's value through.ConverterCollections.ConverterEntrySet.getConverterValueUp()
Return the Converter used to view the underlying Entry Set's values through.ConverterCollections.ConverterMap.getConverterValueUp()
Return the Converter used to view the underlying Map's values through.ConverterCollections.ConverterMapEvent.getConverterValueUp()
Return the Converter used to view the underlying MapEvent's value through.ConverterCollections.ConverterMapListener.getConverterValueUp()
Return the Converter used to view an underlying CacheEvent's value through.NullImplementation.NullBackingMapManagerContext.getKeyFromInternalConverter()
Return a converter that allows the manager (or a backing map managed thereby) to convert a key object from its internal form (as managed by the CacheService) into its "normal" (Object) form.NullImplementation.NullBackingMapManagerContext.getKeyToInternalConverter()
Return a converter that allows the manager (or a backing map managed thereby) to convert a key object into its internal form as managed by the CacheService.NullImplementation.NullBackingMapManagerContext.getValueFromInternalConverter()
Return a converter that allows the manager (or a backing map managed thereby) to convert a value object from its internal form (as managed by the CacheService) into its "normal" (Object) form.NullImplementation.NullBackingMapManagerContext.getValueToInternalConverter()
Return a converter that allows the manager (or a backing map managed thereby) to convert a value object into its internal form as managed by the CacheService.Modifier and TypeMethodDescriptionstatic <F,
I, T> Converter <F, T> Create a new converter by combining two existing converters.static Collection
CollectionHelper.convert
(Collection colOriginal, Converter converter) Deprecated.Convert a collection from one set of objects to a new set of objects.static Enumeration
CollectionHelper.convert
(Enumeration enmr, Converter converter) Deprecated.Convert an Enumeration from one set of objects to a new set of objects.static Iterator
Deprecated.Convert an Iterator from one set of objects to a new set of objects.static Object[]
ConverterCollections.convertArray
(Object[] ao, Converter conv) Convert the contents of the passed array.static Object[]
ConverterCollections.convertArray
(Object[] aoSrc, Converter conv, Object[] aoDest) Convert the contents of the passed source array into an array with the component type of the passed destination array, using the destination array itself if it is large enough, and placing a null in the first unused element of the destination array if it is larger than the source array.static MapEvent
MapListenerSupport.convertEvent
(MapEvent event, ObservableMap mapConv, Converter convKey, Converter convVal) Convert the specified map event into another MapEvent that ensures the lazy event data conversion using the specified converters.protected static Object
ConverterCollections.ConverterInvocableMap.convertSafe
(Converter converter, Object oValue) Convert the provided value with the given converter.static <FK,
TK, FV, TV>
CacheMap<TK, TV> ConverterCollections.getCacheMap
(CacheMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of CacheMap.static <F,
T> ConverterCollections.ConverterCollection <F, T> ConverterCollections.getCollection
(Collection<F> col, Converter<F, T> convUp, Converter<T, F> convDown) Returns an instance of Collection that uses a Converter to view an underlying Collection.static <FK,
TK, FV, TV>
ConcurrentMap<TK, TV> ConverterCollections.getConcurrentMap
(ConcurrentMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of ConcurrentMap.static <F,
T> ConverterCollections.ConverterHolder <F, T> ConverterCollections.getConverterHolder
(F value, Converter<F, T> convUp) Returns a Converter instance of Holder..static <FK,
TK, FV, TV>
ConverterCollections.ConverterEntry<FK, TK, FV, TV> ConverterCollections.getEntry
(Map.Entry<FK, FV> entry, Converter<FK, TK> convKeyUp, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns an instance of a MapEntry that uses Converters to retrieve the Entry's data.static <FK,
TK, FV, TV>
ConverterCollections.ConverterEntrySet<FK, TK, FV, TV> ConverterCollections.getEntrySet
(Collection<Map.Entry<FK, FV>> set, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of a Set that holds Entry objects for a ConverterMap.static <FK,
TK, FV, TV>
InvocableMap<TK, TV> ConverterCollections.getInvocableMap
(InvocableMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of InvocableMap.static <F,
T> Iterator <T> ConverterCollections.getIterator
(Iterator<F> iter, Converter<F, T> conv) Returns an instance of Iterator that uses a Converter to view an underlying Iterator.static <F,
T> ConverterCollections.ConverterList <F, T> Returns a Converter instance of List.static <F,
T> ConverterCollections.ConverterListIterator <F, T> ConverterCollections.getListIterator
(ListIterator<F> iter, Converter<F, T> convUp, Converter<T, F> convDown) Returns a Converter instance of ListIterator.static <F,
T> LongArray <T> ConverterCollections.getLongArray
(LongArray<F> la, Converter<F, T> convUp, Converter<T, F> convDown) Returns a LongArray storing values with typeF
and converting to typeV
as and when required.static <FK,
TK, FV, TV>
ConverterCollections.ConverterMap<FK, TK, FV, TV> ConverterCollections.getMap
(Map<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of Map.static MapEvent
ConverterCollections.getMapEvent
(ObservableMap map, MapEvent event, Converter convKey, Converter convVal) Returns an instance of a MapEvent that uses Converters to retrieve the event's data.static MapEvent
ConverterCollections.getMapEvent
(ObservableMap map, MapEvent event, Converter convKey, Converter convVal, BackingMapManagerContext context) Returns an instance of a MapEvent that uses Converters to retrieve the event's data, and additionally provides access to the BackingMapManagerContext.static MapListener
ConverterCollections.getMapListener
(ObservableMap map, MapListener listener, Converter convKey, Converter convVal) Returns a converter listener for the specified listener and Converters.static <FK,
FV, TK, TV>
NamedCache<TK, TV> ConverterCollections.getNamedCache
(NamedCache<FK, FV> cache, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of NamedCache that converts between the raw/from types to the desired/to types.static <FK,
TK, FV, TV>
ObservableMap<TK, TV> ConverterCollections.getObservableMap
(ObservableMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of ObservableMap.static <FK,
TK, FV, TV>
QueryMap<TK, TV> ConverterCollections.getQueryMap
(QueryMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of QueryMap.static <F,
T> ConverterCollections.ConverterSet <F, T> Returns an instance of Set that uses a Converter to view an underlying Set.static <FK,
TK, FV, TV>
ConverterCollections.ConverterSortedMap<FK, TK, FV, TV> ConverterCollections.getSortedMap
(SortedMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of SortedMap.static <F,
T> ConverterCollections.ConverterSortedSet <F, T> ConverterCollections.getSortedSet
(SortedSet<F> set, Converter<F, T> convUp, Converter<T, F> convDown) Returns an instance of SortedSet that uses a Converter to view an underlying SortedSet.protected <T,
F> Collection <T> ConverterCollections.ConverterCollection.instantiateCollection
(Collection<F> col, Converter<F, T> convUp, Converter<T, F> convDown) Create a Converter Collection.protected <F,
T> Collection <T> ConverterCollections.ConverterMap.instantiateCollection
(Collection<F> col, Converter<F, T> convUp, Converter<T, F> convDown) Create a Converter Collection.ConverterCollections.ConverterEntrySet.instantiateEntrySet
(Collection<Map.Entry<FK, FV>> col, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Create a Converter Entry Set.ConverterCollections.ConverterMap.instantiateEntrySet
(Set<Map.Entry<FK, FV>> set, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Create a Converter Entry Set.Create a Converter Iterator.protected <F,
T> List <T> ConverterCollections.ConverterList.instantiateList
(List<F> list, Converter<F, T> convUp, Converter<T, F> convDown) Create a Converter List.protected <F,
T> ListIterator <T> ConverterCollections.ConverterList.instantiateListIterator
(ListIterator<F> iter, Converter<F, T> convUp, Converter<T, F> convDown) Create a Converter ListIterator.protected <FK,
TK, FV, TV>
Map<TK, TV> ConverterCollections.ConverterMap.instantiateMap
(Map<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Create a Converter Map.protected <T,
F> Set <T> ConverterCollections.ConverterMap.instantiateSet
(Set<F> set, Converter<F, T> convUp, Converter<T, F> convDown) Create a Converter Set.ConverterCollections.ConverterSortedMap.instantiateSortedMap
(SortedMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Create a Converter SortedMap.ConverterCollections.ConverterSortedSet.instantiateSortedSet
(SortedSet<F> set, Converter<F, T> convUp, Converter<T, F> convDown) Create a Converter SortedSet.ModifierConstructorDescriptionConverterCacheEntry
(ConfigurableCacheMap.Entry entry, Converter conKeyUp, Converter conValUp, Converter conValDown) ConverterCacheEvent
(ObservableMap<K, V> map, CacheEvent<K, V> event, Converter<K, K> convKey, Converter<V, V> convVal) Constructor.ConverterCacheEvent
(ObservableMap<K, V> map, CacheEvent<K, V> event, Converter<K, K> convKey, Converter<V, V> convVal, BackingMapManagerContext context) Construct a ConverterMapEvent.ConverterCacheListener
(NamedCache<K, V> cache, MapListener<K, V> listener, Converter<K, K> convKey, Converter<V, V> convVal) Constructor.ConverterCacheMap
(CacheMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Constructor.ConverterCollection
(Collection<F> col, Converter<F, T> convUp, Converter<T, F> convDown) Constructor.ConverterComparator
(Comparator<? super F> comparator, Converter<T, F> conv) Constructor.ConverterConcurrentMap
(ConcurrentMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Constructor.ConverterEntry
(Map.Entry<FK, FV> entry, Converter<FK, TK> convKeyUp, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Constructor.ConverterEntrySet
(Collection<Map.Entry<FK, FV>> set, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Constructor.ConverterEnumerator
(Object[] aoItem, Converter<F, T> conv) Construct the Converter enumerator based on an array of objects.ConverterEnumerator
(Enumeration<F> enmr, Converter<F, T> conv) Construct the Converter enumerator based on an Enumeration.Construct the Converter enumerator based on an Iterator.ConverterEnumerator
(Object[] aoItem, Converter conv) Deprecated.Construct the Converter enumerator based on an array of objects.ConverterEnumerator
(Enumeration enmr, Converter conv) Deprecated.Construct the Converter enumerator based on an Enumeration.ConverterEnumerator
(Iterator iter, Converter conv) Deprecated.Construct the Converter enumerator based on an Iterator.ConverterHolder
(F value, Converter<F, T> convUp) Constructor.ConverterInvocableMap
(InvocableMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Constructor.Constructor.ConverterListIterator
(ListIterator<F> iter, Converter<F, T> convUp, Converter<T, F> convDown) Constructor.Construct a LongArray that converts the values from typeF
to typeT
.ConverterMap
(Map<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Constructor.ConverterMapEvent
(ObservableMap<K, V> map, MapEvent<K, V> event, Converter<K, K> convKey, Converter<V, V> convVal) Construct a ConverterMapEvent.ConverterMapEvent
(ObservableMap<K, V> map, MapEvent<K, V> event, Converter<K, K> convKey, Converter<V, V> convVal, BackingMapManagerContext context) Construct a ConverterMapEvent.ConverterMapListener
(ObservableMap<K, V> map, MapListener<K, V> listener, Converter<K, K> convKey, Converter<V, V> convVal) Constructor.ConverterNamedCache
(NamedCache<FK, FV> cache, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Constructor.ConverterObservableMap
(ObservableMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Constructor.ConverterQueryMap
(QueryMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Constructor.ConverterSet
(Collection<F> col, Converter<F, T> convUp, Converter<T, F> convDown) Constructor.ConverterSortedMap
(SortedMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Constructor.Constructor. -
Uses of Converter in com.tangosol.util.filter
Modifier and TypeMethodDescriptionvoid
InKeySetFilter.ensureConverted
(Converter converter) Ensure that the underlying keys are converted using the specified converter.void
InKeySetFilter.ensureUnconverted
(Converter converter) Ensure that the underlying keys are un-converted using the specified converter.