Uses of Interface
com.tangosol.util.Converter
-
Packages that use Converter Package Description com.oracle.coherence.grpc Low-level utilities for Coherence gRPC server and client implementation.com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation.com.tangosol.coherence.jcache.common Common utilities used by Coherence JCache.com.tangosol.io.nio Contains classes related to J2SE 1.4 NIO functionality.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.persistence Contains classes and helpers for implementing various types of persistence.com.tangosol.util Contains various generic utilities.com.tangosol.util.filter Contains concreteFilter
implementations and related interfaces. -
-
Uses of Converter in com.oracle.coherence.grpc
Classes in com.oracle.coherence.grpc that implement Converter Modifier and Type Class Description protected static class
RequestHolder.DownConverter
protected static class
RequestHolder.ErrorHandlingConverter<F,T>
protected static class
RequestHolder.UpConverter
Fields in com.oracle.coherence.grpc declared as Converter Modifier and Type Field Description protected Converter<Object,Binary>
RequestHolder.DownConverter. f_converter
protected Converter<Binary,Binary>
RequestHolder. m_converterDown
protected Converter<Binary,Binary>
CacheRequestHolder. m_converterKeyDown
protected Converter<Binary,Binary>
RequestHolder. m_converterUp
Methods in com.oracle.coherence.grpc that return Converter Modifier and Type Method Description protected Converter<Object,Binary>
CacheRequestHolder. createConverterDown()
protected abstract Converter<Object,Binary>
RequestHolder. createConverterDown()
Converter<Binary,Binary>
RequestHolder. ensureConverterDown()
Converter<Binary,Binary>
CacheRequestHolder. ensureConverterKeyDown()
Converter<Binary,Binary>
RequestHolder. ensureConverterUp()
Constructors in com.oracle.coherence.grpc with parameters of type Converter Constructor Description DownConverter(Serializer serializer, Converter<Object,Binary> converter)
ErrorHandlingConverter(Converter<F,T> converter)
-
Uses of Converter in com.oracle.coherence.grpc.proxy
Classes in com.oracle.coherence.grpc.proxy that implement Converter Modifier and Type Class Description protected static class
MapListenerProxy.KeyConverter
Converter for cache key instances.Fields in com.oracle.coherence.grpc.proxy declared as Converter Modifier and Type Field Description protected Converter<Object,Binary>
MapListenerProxy.KeyConverter. f_converter
Converter to handle the conversion casesMapListenerProxy.KeyConverter.f_holder
doesn't cover. -
Uses of Converter in com.tangosol.coherence.jcache.common
Constructors in com.tangosol.coherence.jcache.common with parameters of type Converter Constructor Description CoherenceConverterAdapter(Converter fromConverter, Converter toConverter)
Constructs aCoherenceConverterAdapter
given two CoherenceConverter
s. -
Uses of Converter in com.tangosol.io.nio
Methods in com.tangosol.io.nio with parameters of type Converter Modifier and Type Method Description protected Object[]
BinaryMap. toArray(Object[] ao, Converter conv)
Returns an array with a runtime type is that of the specified array and that contains data from all of the entries in this Map. -
Uses of Converter in com.tangosol.net
Methods in com.tangosol.net that return Converter Modifier and Type Method Description Converter
BackingMapManagerContext. 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.Converter
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.Converter
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.Converter
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.<V> Converter<V,Binary>
PartitionedService. instantiateKeyToBinaryConverter(ClassLoader loader, boolean fPassThrough)
-
Uses of Converter in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement Converter Modifier and Type Class Description protected static class
SimpleOverflowMap.FrontFilterConverter
A combination Filter and Converter used to iterate through the status map in order to iterate through the front keys.Fields in com.tangosol.net.cache declared as Converter Modifier and Type Field Description protected Converter
ContinuousQueryCache.InternalMapListener. f_convKey
TheConverter
to be applied to keys.protected Converter
ContinuousQueryCache.ConverterAsynchronousProcessor. f_convUp
Converter to deserializeBinary
values.protected Converter
ContinuousQueryCache.InternalMapListener. f_convValue
TheConverter
to be applied to values.protected Converter
ContinuousQueryCache. m_converterFromBinary
protected Converter
ContinuousQueryCache. m_converterToBinary
Constructors in com.tangosol.net.cache with parameters of type Converter Constructor Description InternalMapListener(MapListenerSupport listenerSupport, Converter convKey, Converter convValue)
Construct theMapListener
to be registered with the internalObservableMap
. -
Uses of Converter in com.tangosol.persistence
Fields in com.tangosol.persistence declared as Converter Modifier and Type Field Description static Converter<Long,ReadBuffer>
CachePersistenceHelper. LONG_CONVERTER_DOWN
A converter that converts from a Long to a ReadBuffer.static Converter<ReadBuffer,Long>
CachePersistenceHelper. LONG_CONVERTER_UP
A converter that converts from a ReadBuffer to a Long.Methods in com.tangosol.persistence with parameters of type Converter Modifier and Type Method Description static 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
Classes in com.tangosol.util that implement Converter Modifier and Type Class Description static class
NullImplementation.NullConverter
A Converter that does nothing.Fields in com.tangosol.util declared as Converter Modifier and Type Field Description static Converter
ExternalizableHelper. CONVERTER_FROM_BINARY
A converter from Binary to Object format, which uses the DefaultSerializer.static Converter
ExternalizableHelper. CONVERTER_STRIP_INTDECO
A pass-through Binary converter that removes an IntDecoration if present.static Converter
ExternalizableHelper. CONVERTER_TO_BINARY
A converter from Object to Binary format that uses the DefaultSerializer.static Converter
InvocableMapHelper. ENTRY_TO_KEY_CONVERTER
Trivial Entry-to-Key converter.static Converter
InvocableMapHelper. ENTRY_TO_VALUE_CONVERTER
Trivial Entry-to-Value converter.protected Converter<T,F>
ConverterCollections.ConverterLongArray. f_convDown
The Converter to use to convert from type T to type F.protected Converter<F,T>
ConverterCollections.ConverterLongArray. f_convUp
The Converter to use to convert from type F to type T.protected Converter<F,T>
ConverterCollections.ConverterEnumerator. m_conv
Converter to convert each item.protected Converter<T,F>
ConverterCollections.ConverterCollection. m_convDown
The Converter from this Collection to the underlying Collection.protected Converter<T,F>
ConverterCollections.ConverterListIterator. m_convDown
The Converter from this ListIterator to the underlying ListIterator.protected Converter
SimpleMapIndex.IndexCalculator. m_converter
TheConverter
used to convertSimpleMapIndex.IndexCalculator.CalculatorState.UNKNOWN
types intoBinary
to approximate the size.protected Converter<K,K>
ConverterCollections.ConverterMapEvent. m_convKey
The Converter to view the underlying MapEvent's key.protected Converter<K,K>
ConverterCollections.ConverterMapListener. m_convKey
The Converter to view an underlying CacheEvent's key.protected Converter<TK,FK>
ConverterCollections.ConverterEntrySet. m_convKeyDown
The Converter used to pass keys down to the Entry Set.protected Converter<TK,FK>
ConverterCollections.ConverterMap. m_convKeyDown
The Converter used to pass keys down to the Map.protected Converter<FK,TK>
ConverterCollections.ConverterEntry. m_convKeyUp
The Converter used to view the Entry's key.protected Converter<FK,TK>
ConverterCollections.ConverterEntrySet. m_convKeyUp
The Converter used to view keys stored in the Entry Set.protected Converter<FK,TK>
ConverterCollections.ConverterMap. m_convKeyUp
The Converter used to view keys stored in the Map.protected Converter<F,T>
ConverterCollections.ConverterCollection. m_convUp
The Converter from the underlying Collection to this Collection.protected Converter<F,T>
ConverterCollections.ConverterListIterator. m_convUp
The Converter from the underlying ListIterator to this ListIterator.protected Converter<V,V>
ConverterCollections.ConverterMapEvent. m_convVal
The Converter to view the underlying MapEvent's value.protected Converter<V,V>
ConverterCollections.ConverterMapListener. m_convVal
The Converter to view an underlying CacheEvent's value.protected Converter<TV,FV>
ConverterCollections.ConverterEntry. m_convValDown
The Converter used to store the Entry's value.protected Converter<TV,FV>
ConverterCollections.ConverterEntrySet. m_convValDown
The Converter used to pass values down to the Entry Set.protected Converter<TV,FV>
ConverterCollections.ConverterMap. m_convValDown
The Converter used to pass keys down to the Map.protected Converter<FV,TV>
ConverterCollections.ConverterEntry. m_convValUp
The Converter used to view the Entry's value.protected Converter<FV,TV>
ConverterCollections.ConverterEntrySet. m_convValUp
The Converter used to view values stored in the Entry Set.protected Converter<FV,TV>
ConverterCollections.ConverterMap. m_convValUp
The Converter used to view values stored in the Map.Methods in com.tangosol.util that return Converter Modifier and Type Method Description static <F,I,T>
Converter<F,T>ConverterCollections. combine(Converter<F,I> converter1, Converter<I,T> converter2)
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.Converter<T,F>
ConverterCollections.ConverterCollection. getConverterDown()
Return the Converter used to pass values down to the underlying Collection.Converter<T,F>
ConverterCollections.ConverterListIterator. getConverterDown()
Return the Converter used to pass values down to the underlying ListIterator.Converter<TK,FK>
ConverterCollections.ConverterEntrySet. getConverterKeyDown()
Return the Converter used to pass keys down to the underlying Entry Set.Converter<TK,FK>
ConverterCollections.ConverterMap. getConverterKeyDown()
Return the Converter used to pass keys down to the underlying Map.protected abstract Converter<FK,TK>
ConverterCollections.AbstractConverterEntry. getConverterKeyUp()
Return the Converter to view the underlying Entry's key through.protected Converter<FK,TK>
ConverterCollections.ConverterEntry. getConverterKeyUp()
Return the Converter to view the underlying Entry's key through.protected Converter<FK,TK>
ConverterCollections.ConverterEntrySet.ConverterEntry. getConverterKeyUp()
Return the Converter to view the underlying Entry's key through.Converter<FK,TK>
ConverterCollections.ConverterEntrySet. getConverterKeyUp()
Return the Converter used to view the underlying Entry Set's keys through.Converter<FK,TK>
ConverterCollections.ConverterMap. getConverterKeyUp()
Return the Converter used to view the underlying Map's keys through.Converter<K,K>
ConverterCollections.ConverterMapEvent. getConverterKeyUp()
Return the Converter used to view the underlying MapEvent's key through.Converter<K,K>
ConverterCollections.ConverterMapListener. getConverterKeyUp()
Return the Converter used to view an underlying CacheEvent's key through.Converter<F,T>
ConverterCollections.ConverterCollection. getConverterUp()
Return the Converter used to view the underlying Collection's values through.Converter<F,T>
ConverterCollections.ConverterListIterator. getConverterUp()
Return the Converter used to view the underlying ListIterator's values through.protected abstract Converter<TV,FV>
ConverterCollections.AbstractConverterEntry. getConverterValueDown()
Return the Converter used to change value in the underlying Entry.protected Converter<TV,FV>
ConverterCollections.ConverterEntry. getConverterValueDown()
Return the Converter used to change value in the underlying Entry.protected Converter<TV,FV>
ConverterCollections.ConverterEntrySet.ConverterEntry. getConverterValueDown()
Return the Converter used to change value in the underlying Entry.Converter<TV,FV>
ConverterCollections.ConverterEntrySet. getConverterValueDown()
Return the Converter used to pass values down to the underlying Entry Set.Converter<TV,FV>
ConverterCollections.ConverterMap. getConverterValueDown()
Return the Converter used to pass values down to the underlying Map.protected abstract Converter<FV,TV>
ConverterCollections.AbstractConverterEntry. getConverterValueUp()
Return the Converter to view the underlying Entry's value through.protected Converter<FV,TV>
ConverterCollections.ConverterEntry. getConverterValueUp()
Return the Converter to view the underlying Entry's value through.protected Converter<FV,TV>
ConverterCollections.ConverterEntrySet.ConverterEntry. getConverterValueUp()
Return the Converter to view the underlying Entry's value through.Converter<FV,TV>
ConverterCollections.ConverterEntrySet. getConverterValueUp()
Return the Converter used to view the underlying Entry Set's values through.Converter<FV,TV>
ConverterCollections.ConverterMap. getConverterValueUp()
Return the Converter used to view the underlying Map's values through.Converter<V,V>
ConverterCollections.ConverterMapEvent. getConverterValueUp()
Return the Converter used to view the underlying MapEvent's value through.Converter<V,V>
ConverterCollections.ConverterMapListener. getConverterValueUp()
Return the Converter used to view an underlying CacheEvent's value through.Converter
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.Converter
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.Converter
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.Converter
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.Methods in com.tangosol.util with parameters of type Converter Modifier and Type Method Description static <F,I,T>
Converter<F,T>ConverterCollections. combine(Converter<F,I> converter1, Converter<I,T> converter2)
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
CollectionHelper. convert(Iterator iter, Converter converter)
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>ConverterCollections. getList(List<F> list, Converter<F,T> convUp, Converter<T,F> convDown)
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>ConverterCollections. getSet(Set<F> set, Converter<F,T> convUp, Converter<T,F> convDown)
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.protected <FK,FV,TK,TV>
Set<Map.Entry<TK,TV>>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.protected Set<Map.Entry<TK,TV>>
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.protected Iterator<T>
ConverterCollections.ConverterCollection. instantiateIterator(Iterator<F> iter, Converter<F,T> conv)
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.protected SortedMap<TK,TV>
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.protected SortedSet<T>
ConverterCollections.ConverterSortedSet. instantiateSortedSet(SortedSet<F> set, Converter<F,T> convUp, Converter<T,F> convDown)
Create a Converter SortedSet.Constructors in com.tangosol.util with parameters of type Converter Constructor Description ConverterCacheEntry(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.ConverterEnumerator(Iterator<F> iter, Converter<F,T> conv)
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.ConverterList(List<F> list, Converter<F,T> convUp, Converter<T,F> convDown)
Constructor.ConverterListIterator(ListIterator<F> iter, Converter<F,T> convUp, Converter<T,F> convDown)
Constructor.ConverterLongArray(LongArray<F> laDelegate, Converter<F,T> convUp, Converter<T,F> convDown)
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.ConverterSortedSet(SortedSet<F> set, Converter<F,T> convUp, Converter<T,F> convDown)
Constructor. -
Uses of Converter in com.tangosol.util.filter
Methods in com.tangosol.util.filter with parameters of type Converter Modifier and Type Method Description void
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.
-