Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.2.1.1.0)

E69640-01

ConverterCollections::ConverterConcurrentMap Class Reference

#include <coherence/util/ConverterCollections.hpp>

Inherits ConverterCollections::ConverterMap.

List of all members.


Detailed Description

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

Public Types

typedef spec::Handle Handle
 ConverterConcurrentMap Handle definition.
typedef spec::View View
 ConverterConcurrentMap View definition.
typedef spec::Holder Holder
 ConverterConcurrentMap Holder definition.

Public Member Functions

virtual bool lock (Object::View vKey, int64_t cWait) const
 
virtual bool lock (Object::View vKey) const
 
virtual bool unlock (Object::View vKey) const
 
virtual
ConcurrentMap::View 
getConcurrentMap () const
 Return the underlying ConcurrentMap.
virtual
ConcurrentMap::Handle 
getConcurrentMap ()
 Return the underlying ConcurrentMap.

Protected Member Functions

 ConverterConcurrentMap (ConcurrentMap::Handle hMapDelegate, EntryConverter::View vConvUp, EntryConverter::View vConvDown)
 Create a ConverterConcurrentMap which delegates to the specified ConcurrentMap.
 ConverterConcurrentMap (ConcurrentMap::View vMapDelegate, EntryConverter::View vConvUp, EntryConverter::View vConvDown)
 Create a ConverterConcurrentMap which delegates to the specified ConcurrentMap.

Constructor & Destructor Documentation

ConverterConcurrentMap ( ConcurrentMap::Handle  hMapDelegate,
EntryConverter::View  vConvUp,
EntryConverter::View  vConvDown 
) [protected]

Create a ConverterConcurrentMap which delegates to the specified ConcurrentMap.

Parameters:
hMap the specified ConcurrentMap
vConvUp the EntryConverter from the underlying Map
vConvDown the EntryConverter to the underlying Map

ConverterConcurrentMap ( ConcurrentMap::View  vMapDelegate,
EntryConverter::View  vConvUp,
EntryConverter::View  vConvDown 
) [protected]

Create a ConverterConcurrentMap which delegates to the specified ConcurrentMap.

Parameters:
vMap the specified ConcurrentMap
vConvUp the EntryConverter from the underlying Map
vConvDown the EntryConverter to the underlying Map


Member Function Documentation

virtual ConcurrentMap::View getConcurrentMap (  )  const [virtual]

Return the underlying ConcurrentMap.

Returns:
the underlying ConcurrentMap

virtual ConcurrentMap::Handle getConcurrentMap (  )  [virtual]

Return the underlying ConcurrentMap.

Returns:
the underlying ConcurrentMap


The documentation for this class was generated from the following file:
Copyright © 2000, 2016, Oracle and/or its affiliates. All rights reserved.