From c8c3570ff30be3f2537c21e8f266444f994889b7 Mon Sep 17 00:00:00 2001 From: coherence-bot Date: Fri, 19 Jan 2024 13:59:38 -0500 Subject: [PATCH] release: adding api and sitegen docs for version 23.09.2 --- .../scheme/ReadWriteBackingMapScheme.html | 167 ++++-- .../annotation/class-use/Injectable.html | 19 +- .../expression/class-use/Expression.html | 19 +- .../class-use/ParameterResolver.html | 203 +++---- ...iteBackingMap.BinaryEntryStoreWrapper.html | 2 +- ...ReadWriteBackingMap.CacheStoreWrapper.html | 2 +- ...ckingMap.NonBlockingEntryStoreWrapper.html | 2 +- .../ReadWriteBackingMap.StoreWrapper.html | 129 +++-- .../net/cache/ReadWriteBackingMap.html | 514 +++++++++++++----- ...VersionedBackingMap.CacheStoreWrapper.html | 2 +- .../net/cache/VersionedBackingMap.html | 77 ++- .../net/cache/class-use/BinaryEntryStore.html | 34 +- .../net/cache/class-use/CacheLoader.html | 38 +- .../net/cache/class-use/CacheStore.html | 16 + .../class-use/NonBlockingEntryStore.html | 34 +- .../class-use/ReadWriteBackingMap.Entry.html | 52 +- .../ReadWriteBackingMap.StoreWrapper.html | 5 +- .../cache/class-use/ReadWriteBackingMap.html | 15 +- .../class-use/BackingMapManagerContext.html | 134 ++++- .../tangosol/net/class-use/NamedCache.html | 20 +- .../ReadWriteSplittingBackingMap.html | 184 ++++++- .../class-use/PartitionAwareBackingMap.html | 53 +- .../ReadWriteSplittingBackingMap.html | 15 +- .../com/tangosol/util/class-use/Binary.html | 31 +- .../util/class-use/ObservableMap.html | 93 +++- 23.09.2/api/java/constant-values.html | 3 + 23.09.2/api/java/index-all.html | 89 ++- 23.09.2/api/java/member-search-index.js | 2 +- 23.09.2/docs/main/config.js | 26 - 23.09.2/docs/main/search-index.json | 109 +--- .../docs/pages/coherence-mp/config/README.js | 4 +- 23.09.2/docs/pages/examples/README.js | 15 +- .../pages/examples/guides/000-overview.js | 15 +- 23.09.2/docs/pages/plugins/gradle/README.js | 30 +- 34 files changed, 1526 insertions(+), 627 deletions(-) diff --git a/23.09.2/api/java/com/tangosol/coherence/config/scheme/ReadWriteBackingMapScheme.html b/23.09.2/api/java/com/tangosol/coherence/config/scheme/ReadWriteBackingMapScheme.html index afb655f0497ae..61dc78c81118a 100644 --- a/23.09.2/api/java/com/tangosol/coherence/config/scheme/ReadWriteBackingMapScheme.html +++ b/23.09.2/api/java/com/tangosol/coherence/config/scheme/ReadWriteBackingMapScheme.html @@ -238,68 +238,74 @@

Method Summary

could be taken.
protected ReadWriteBackingMap
-
instantiateReadWriteBackingMap(BackingMapManagerContext context, +
instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
+ double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
Construct a ReadWriteBackingMap using the specified parameters.
protected ReadWriteBackingMap
-
instantiateReadWriteBackingMap(BackingMapManagerContext context, +
instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
+ double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
Construct a ReadWriteBackingMap using the specified parameters.
protected ReadWriteBackingMap
-
instantiateReadWriteBackingMap(BackingMapManagerContext context, +
instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
+ double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
Construct a ReadWriteBackingMap using the specified parameters.
protected ReadWriteSplittingBackingMap
-
instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, +
instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
+ double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
Construct a ReadWriteSplittingBackingMap using the specified parameters.
protected ReadWriteSplittingBackingMap
-
instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, +
instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
+ double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
Construct a ReadWriteSplittingBackingMap using the specified parameters.
protected ReadWriteSplittingBackingMap
-
instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, +
instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
+ double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
Construct a ReadWriteSplittingBackingMap using the specified parameters.
@@ -315,58 +321,68 @@

Method Summary

are rethrown to the calling thread (possibly over the network to a remote member). -
ReadWriteBackingMap
-
realizeMap(ParameterResolver resolver, - MapBuilder.Dependencies dependencies)
+
boolean
+
isWriteBehindRemove(ParameterResolver resolver)
+
Returns true if the write-behind applies to remove.
+
+
ReadWriteBackingMap
+
realizeMap(ParameterResolver resolver, + MapBuilder.Dependencies dependencies)
+
Realize a Map based on the state of the MapBuilder, resolvable parameters and provided MapBuilder.Dependencies.
+
void
+
setCacheStoreScheme(CacheStoreScheme bldr)
+
+
Set the CacheStoreScheme builder.
+
void
-
setCacheStoreScheme(CacheStoreScheme bldr)
+
setCacheStoreTimeout(Expression<Millis> expr)
-
Set the CacheStoreScheme builder.
+
Set the timeout interval to use for CacheStore/CacheLoader read and + write operations.
void
-
setCacheStoreTimeout(Expression<Millis> expr)
+
setInternalMap(ObservableMap map)
-
Set the timeout interval to use for CacheStore/CacheLoader read and - write operations.
+
Set the internal map.
void
-
setInternalMap(ObservableMap map)
+
setInternalScheme(CachingScheme scheme)
-
Set the internal map.
+
Set the internal scheme.
void
-
setInternalScheme(CachingScheme scheme)
+
setMissCacheScheme(LocalScheme scheme)
-
Set the internal scheme.
+
Set the miss cache Scheme.
void
-
setMissCacheScheme(LocalScheme scheme)
+
setReadOnly(Expression<Boolean> expr)
-
Set the miss cache Scheme.
+
Set the read-only flag.
void
-
setReadOnly(Expression<Boolean> expr)
+
setRefreshAheadFactor(Expression<Double> expr)
-
Set the read-only flag.
+
Set the refresh ahead factor.
void
-
setRefreshAheadFactor(Expression<Double> expr)
+
setRollbackCacheStoreFailures(Expression<Boolean> expr)
-
Set the refresh ahead factor.
+
Set the flag to indicate that cache store failures should be rolled back.
void
-
setRollbackCacheStoreFailures(Expression<Boolean> expr)
+
setWriteBatchFactor(Expression<Double> expr)
-
Set the flag to indicate that cache store failures should be rolled back.
+
Set the write batch factor.
void
-
setWriteBatchFactor(Expression<Double> expr)
+
setWriteBehindRemove(Expression<Boolean> expr)
-
Set the write batch factor.
+
Set the write-behind-remove flag.
void
setWriteDelay(Expression<Seconds> expr)
@@ -873,7 +889,36 @@

setWriteRequeueThreshold

  • -
    +
    +

    isWriteBehindRemove

    +
    public boolean isWriteBehindRemove(ParameterResolver resolver)
    +
    Returns true if the write-behind applies to remove.
    +
    +
    Parameters:
    +
    resolver - the ParameterResolver
    +
    Returns:
    +
    true if the write-behind applies to remove.
    +
    Since:
    +
    12.2.1.4.18
    +
    +
    +
  • +
  • +
    +

    setWriteBehindRemove

    +
    @Injectable +public void setWriteBehindRemove(Expression<Boolean> expr)
    +
    Set the write-behind-remove flag.
    +
    +
    Parameters:
    +
    expr - true if the write-behind applies to remove.
    +
    Since:
    +
    12.2.1.4.18
    +
    +
    +
  • +
  • +

    instantiateReadWriteBackingMap

    protected ReadWriteBackingMap instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, @@ -881,11 +926,12 @@

    instantiateReadWriteBackingMap

    CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap using the specified parameters.

    This method exposes a corresponding ReadWriteBackingMap - constructor + constructor and is provided for the express purpose of allowing its override.

    Parameters:
    @@ -913,13 +959,15 @@

    instantiateReadWriteBackingMap

    refresh-ahead; only applicable when the mapInternal parameter is an instance of ConfigurableCacheMap +
    fWriteBehindRemove - pass true if the specified loader is in fact a + CacheStore that needs to apply write-behind to remove
    Returns:
    the instantiated ReadWriteBackingMap
  • -
    +

    instantiateReadWriteBackingMap

    protected ReadWriteBackingMap instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, @@ -927,11 +975,12 @@

    instantiateReadWriteBackingMap

    BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap using the specified parameters.

    This method exposes a corresponding ReadWriteBackingMap - constructor + constructor and is provided for the express purpose of allowing its override.

    Parameters:
    @@ -959,13 +1008,15 @@

    instantiateReadWriteBackingMap

    refresh-ahead; only applicable when the mapInternal parameter is an instance of ConfigurableCacheMap +
    fWriteBehindRemove - pass true if the specified loader is in fact a + CacheStore that needs to apply write-behind to remove
    Returns:
    the instantiated ReadWriteBackingMap
  • -
    +

    instantiateReadWriteBackingMap

    protected ReadWriteBackingMap instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, @@ -973,11 +1024,12 @@

    instantiateReadWriteBackingMap

    NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap using the specified parameters.

    This method exposes a corresponding ReadWriteBackingMap - constructor + constructor and is provided for the express purpose of allowing its override.

    Parameters:
    @@ -1005,13 +1057,15 @@

    instantiateReadWriteBackingMap

    refresh-ahead; only applicable when the mapInternal parameter is an instance of ConfigurableCacheMap +
    fWriteBehindRemove - pass true if the specified loader is in fact a + CacheStore that needs to apply write-behind to remove
    Returns:
    the instantiated ReadWriteBackingMap
  • -
    +

    instantiateReadWriteSplittingBackingMap

    protected ReadWriteSplittingBackingMap instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, @@ -1019,11 +1073,12 @@

    instantiateReadWriteSplittingBackingMap

    CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap using the specified parameters.

    This method exposes a corresponding ReadWriteSplittingBackingMap - constructor + constructor and is provided for the express purpose of allowing its override.

    Parameters:
    @@ -1051,13 +1106,15 @@

    instantiateReadWriteSplittingBackingMap

    refresh-ahead; only applicable when the mapInternal parameter is an instance of ConfigurableCacheMap +
    fWriteBehindRemove - pass true if the specified loader is in fact a + CacheStore that needs to apply write-behind to remove
    Returns:
    the instantiated ReadWriteSplittingBackingMap
  • -
    +

    instantiateReadWriteSplittingBackingMap

    protected ReadWriteSplittingBackingMap instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, @@ -1065,11 +1122,12 @@

    instantiateReadWriteSplittingBackingMap

    BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap using the specified parameters.

    This method exposes a corresponding ReadWriteSplittingBackingMap - constructor + constructor and is provided for the express purpose of allowing its override.

    Parameters:
    @@ -1097,13 +1155,15 @@

    instantiateReadWriteSplittingBackingMap

    refresh-ahead; only applicable when the mapInternal parameter is an instance of ConfigurableCacheMap +
    fWriteBehindRemove - pass true if the specified loader is in fact a + CacheStore that needs to apply write-behind to remove
    Returns:
    the instantiated ReadWriteSplittingBackingMap
  • -
    +

    instantiateReadWriteSplittingBackingMap

    protected ReadWriteSplittingBackingMap instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, @@ -1111,11 +1171,12 @@

    instantiateReadWriteSplittingBackingMap

    NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap using the specified parameters.

    This method exposes a corresponding ReadWriteSplittingBackingMap - constructor + constructor and is provided for the express purpose of allowing its override.

    Parameters:
    @@ -1143,6 +1204,8 @@

    instantiateReadWriteSplittingBackingMap

    refresh-ahead; only applicable when the mapInternal parameter is an instance of ConfigurableCacheMap +
    fWriteBehindRemove - pass true if the specified loader is in fact a + CacheStore that needs to apply write-behind to remove
    Returns:
    the instantiated ReadWriteSplittingBackingMap
    diff --git a/23.09.2/api/java/com/tangosol/config/annotation/class-use/Injectable.html b/23.09.2/api/java/com/tangosol/config/annotation/class-use/Injectable.html index 7bc5007c95f2b..85b41457e4b3b 100644 --- a/23.09.2/api/java/com/tangosol/config/annotation/class-use/Injectable.html +++ b/23.09.2/api/java/com/tangosol/config/annotation/class-use/Injectable.html @@ -883,23 +883,28 @@

    Uses of Set the write batch factor.
    void
    -
    +
    ReadWriteBackingMapScheme.setWriteBehindRemove(Expression<Boolean> expr)
    -
    Set the write behind delay.
    +
    Set the write-behind-remove flag.
    void
    -
    ReadWriteBackingMapScheme.setWriteDelaySeconds(Expression<Integer> expr)
    +
    ReadWriteBackingMapScheme.setWriteDelay(Expression<Seconds> expr)
    -
    Set the write behind delay seconds.
    +
    Set the write behind delay.
    void
    -
    ReadWriteBackingMapScheme.setWriteMaxBatchSize(Expression<Integer> expr)
    +
    ReadWriteBackingMapScheme.setWriteDelaySeconds(Expression<Integer> expr)
    -
    Set the write max batch size.
    +
    Set the write behind delay seconds.
    void
    -
    ReadWriteBackingMapScheme.setWriteRequeueThreshold(Expression<Integer> expr)
    +
    ReadWriteBackingMapScheme.setWriteMaxBatchSize(Expression<Integer> expr)
    +
    Set the write max batch size.
    +
    +
    void
    +
    ReadWriteBackingMapScheme.setWriteRequeueThreshold(Expression<Integer> expr)
    +
    Set the size of the write-behind queue at which additional actions could be taken.
    diff --git a/23.09.2/api/java/com/tangosol/config/expression/class-use/Expression.html b/23.09.2/api/java/com/tangosol/config/expression/class-use/Expression.html index 8a7db95884545..b88c65d7a036a 100644 --- a/23.09.2/api/java/com/tangosol/config/expression/class-use/Expression.html +++ b/23.09.2/api/java/com/tangosol/config/expression/class-use/Expression.html @@ -565,23 +565,28 @@

    Uses of Set the write batch factor.
    void
    -
    +
    ReadWriteBackingMapScheme.setWriteBehindRemove(Expression<Boolean> expr)
    -
    Set the write behind delay.
    +
    Set the write-behind-remove flag.
    void
    -
    ReadWriteBackingMapScheme.setWriteDelaySeconds(Expression<Integer> expr)
    +
    ReadWriteBackingMapScheme.setWriteDelay(Expression<Seconds> expr)
    -
    Set the write behind delay seconds.
    +
    Set the write behind delay.
    void
    -
    ReadWriteBackingMapScheme.setWriteMaxBatchSize(Expression<Integer> expr)
    +
    ReadWriteBackingMapScheme.setWriteDelaySeconds(Expression<Integer> expr)
    -
    Set the write max batch size.
    +
    Set the write behind delay seconds.
    void
    -
    ReadWriteBackingMapScheme.setWriteRequeueThreshold(Expression<Integer> expr)
    +
    ReadWriteBackingMapScheme.setWriteMaxBatchSize(Expression<Integer> expr)
    +
    Set the write max batch size.
    +
    +
    void
    +
    ReadWriteBackingMapScheme.setWriteRequeueThreshold(Expression<Integer> expr)
    +
    Set the size of the write-behind queue at which additional actions could be taken.
    diff --git a/23.09.2/api/java/com/tangosol/config/expression/class-use/ParameterResolver.html b/23.09.2/api/java/com/tangosol/config/expression/class-use/ParameterResolver.html index c9fcf7df0fc13..f809b93f9ce6b 100644 --- a/23.09.2/api/java/com/tangosol/config/expression/class-use/ParameterResolver.html +++ b/23.09.2/api/java/com/tangosol/config/expression/class-use/ParameterResolver.html @@ -1128,36 +1128,33 @@

    Uses of
    Return true if the backing map is transient.
    -
    -
    CacheStoreScheme.realize(ParameterResolver resolver, - MapBuilder.Dependencies dependencies)
    +
    boolean
    +
    ReadWriteBackingMapScheme.isWriteBehindRemove(ParameterResolver resolver)
    +
    Returns true if the write-behind applies to remove.
    +
    + +
    CacheStoreScheme.realize(ParameterResolver resolver, + MapBuilder.Dependencies dependencies)
    +
    Realize (ensure) a remote NamedCache, CacheStore, CacheLoader, or BinaryEntryStore as specified by the builder.
    - -
    ClassScheme.realize(ParameterResolver resolver, + +
    ClassScheme.realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters)
    -
    +
    Realizes (creates if necessary) an instance of a object of type T, using the provided ParameterResolver to resolve values any referenced Parameters.
    - -
    PagedTopicScheme.realize(ValueTypeAssertion<V> typeConstraint, + +
    PagedTopicScheme.realize(ValueTypeAssertion<V> typeConstraint, ParameterResolver resolver, MapBuilder.Dependencies deps)
    -
     
    - -
    AbstractCachingScheme.realizeCache(ParameterResolver resolver, - MapBuilder.Dependencies dependencies)
    -
    -
    Realizes a NamedCache (possibly "ensuring it") based on the state - of the builder, the provided ParameterResolver and MapBuilder - dependencies.
    -
    +
     
    -
    ClassScheme.realizeCache(ParameterResolver resolver, +
    AbstractCachingScheme.realizeCache(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    Realizes a NamedCache (possibly "ensuring it") based on the state @@ -1165,7 +1162,7 @@

    Uses of NamedCache

    -
    CustomScheme.realizeCache(ParameterResolver resolver, +
    ClassScheme.realizeCache(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    Realizes a NamedCache (possibly "ensuring it") based on the state @@ -1173,7 +1170,7 @@

    Uses of NamedCache

    -
    NearScheme.realizeCache(ParameterResolver resolver, +
    CustomScheme.realizeCache(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    Realizes a NamedCache (possibly "ensuring it") based on the state @@ -1181,223 +1178,231 @@

    Uses of NamedCache

    -
    PagedTopicStorageScheme.realizeCache(ParameterResolver resolver, +
    NearScheme.realizeCache(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    -
     
    - -
    TransactionalScheme.realizeCache(ParameterResolver resolver, - MapBuilder.Dependencies dependencies)
    -
    +
    Realizes a NamedCache (possibly "ensuring it") based on the state of the builder, the provided ParameterResolver and MapBuilder dependencies.
    - -
    WrapperCachingScheme.realizeCache(ParameterResolver resolver, + +
    PagedTopicStorageScheme.realizeCache(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    -
     
    - -
    CacheStoreScheme.realizeLocal(ParameterResolver resolver, +
     
    + +
    TransactionalScheme.realizeCache(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    -
    -
    Return an instance of a CacheStore, CacheLoader or a BinaryEntryStore.
    +
    +
    Realizes a NamedCache (possibly "ensuring it") based on the state + of the builder, the provided ParameterResolver and MapBuilder + dependencies.
    - -
    AbstractCachingScheme.realizeMap(ParameterResolver resolver, + +
    WrapperCachingScheme.realizeCache(ParameterResolver resolver, + MapBuilder.Dependencies dependencies)
    +
     
    + +
    CacheStoreScheme.realizeLocal(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    -
    Realize a Map based on the state of the MapBuilder, - resolvable parameters and provided MapBuilder.Dependencies.
    +
    Return an instance of a CacheStore, CacheLoader or a BinaryEntryStore.
    -
    BackingMapScheme.realizeMap(ParameterResolver resolver, +
    AbstractCachingScheme.realizeMap(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    Realize a Map based on the state of the MapBuilder, resolvable parameters and provided MapBuilder.Dependencies.
    - -
    CaffeineScheme.realizeMap(ParameterResolver resolver, - MapBuilder.Dependencies dependencies)
    -
     
    - -
    ClassScheme.realizeMap(ParameterResolver resolver, + +
    BackingMapScheme.realizeMap(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    -
    +
    Realize a Map based on the state of the MapBuilder, resolvable parameters and provided MapBuilder.Dependencies.
    + +
    CaffeineScheme.realizeMap(ParameterResolver resolver, + MapBuilder.Dependencies dependencies)
    +
     
    -
    CustomScheme.realizeMap(ParameterResolver resolver, +
    ClassScheme.realizeMap(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    Realize a Map based on the state of the MapBuilder, resolvable parameters and provided MapBuilder.Dependencies.
    -
    ExternalScheme.realizeMap(ParameterResolver resolver, +
    CustomScheme.realizeMap(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    Realize a Map based on the state of the MapBuilder, resolvable parameters and provided MapBuilder.Dependencies.
    -
    FlashJournalScheme.realizeMap(ParameterResolver resolver, +
    ExternalScheme.realizeMap(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    Realize a Map based on the state of the MapBuilder, resolvable parameters and provided MapBuilder.Dependencies.
    - -
    LocalScheme.realizeMap(ParameterResolver resolver, + +
    FlashJournalScheme.realizeMap(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    Realize a Map based on the state of the MapBuilder, resolvable parameters and provided MapBuilder.Dependencies.
    - -
    OverflowScheme.realizeMap(ParameterResolver resolver, + +
    LocalScheme.realizeMap(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    Realize a Map based on the state of the MapBuilder, resolvable parameters and provided MapBuilder.Dependencies.
    -
    PagedExternalScheme.realizeMap(ParameterResolver resolver, +
    OverflowScheme.realizeMap(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    Realize a Map based on the state of the MapBuilder, resolvable parameters and provided MapBuilder.Dependencies.
    -
    PagedTopicStorageScheme.realizeMap(ParameterResolver resolver, +
    PagedExternalScheme.realizeMap(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    -
     
    +
    +
    Realize a Map based on the state of the MapBuilder, + resolvable parameters and provided MapBuilder.Dependencies.
    +
    -
    RamJournalScheme.realizeMap(ParameterResolver resolver, +
    PagedTopicStorageScheme.realizeMap(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    -
    +
     
    + +
    RamJournalScheme.realizeMap(ParameterResolver resolver, + MapBuilder.Dependencies dependencies)
    +
    Realize a Map based on the state of the MapBuilder, resolvable parameters and provided MapBuilder.Dependencies.
    - -
    ReadWriteBackingMapScheme.realizeMap(ParameterResolver resolver, + +
    ReadWriteBackingMapScheme.realizeMap(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    -
    +
    Realize a Map based on the state of the MapBuilder, resolvable parameters and provided MapBuilder.Dependencies.
    - -
    WrapperCachingScheme.realizeMap(ParameterResolver resolver, + +
    WrapperCachingScheme.realizeMap(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
    -
     
    -
    boolean
    -
    ClassScheme.realizes(Class<?> clzClass, +
     
    +
    boolean
    +
    ClassScheme.realizes(Class<?> clzClass, ParameterResolver resolver, ClassLoader loader)
    -
    +
    Determines if the ParameterizedBuilder will realize an instance of the specified class (without requiring the builder to actually realize an object).
    - -
    AbstractServiceScheme.realizeService(ParameterResolver resolver, - ClassLoader loader, - Cluster cluster)
    -
    -
    Realize (ensure) a Service.
    -
    -
    CustomScheme.realizeService(ParameterResolver resolver, +
    AbstractServiceScheme.realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)
    Realize (ensure) a Service.
    -
    RemoteCacheScheme.realizeService(ParameterResolver resolver, +
    CustomScheme.realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)
    Realize (ensure) a Service.
    -
    RemoteInvocationScheme.realizeService(ParameterResolver resolver, +
    RemoteCacheScheme.realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)
    Realize (ensure) a Service.
    -
    TransactionalScheme.realizeService(ParameterResolver resolver, +
    RemoteInvocationScheme.realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)
    Realize (ensure) a Service.
    -
    ViewScheme.realizeService(ParameterResolver resolver, +
    TransactionalScheme.realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)
    -
     
    -
    int
    -
    BackupMapConfig.resolveType(ParameterResolver resolver, - MapBuilder bldrPrimaryMap)
    -
    -
    Resolve the backup map type using the configuration specified - by the application.
    +
    +
    Realize (ensure) a Service.
    + +
    ViewScheme.realizeService(ParameterResolver resolver, + ClassLoader loader, + Cluster cluster)
    +
     
    int
    -
    DistributedScheme.BackupConfig.resolveType(ParameterResolver resolver, +
    BackupMapConfig.resolveType(ParameterResolver resolver, MapBuilder bldrPrimaryMap)
    Resolve the backup map type using the configuration specified by the application.
    -
    protected void
    -
    AbstractCachingScheme.validate(ParameterResolver resolver)
    +
    int
    +
    DistributedScheme.BackupConfig.resolveType(ParameterResolver resolver, + MapBuilder bldrPrimaryMap)
    -
    Validate the properties.
    +
    Resolve the backup map type using the configuration specified + by the application.
    protected void
    -
    AbstractCompositeScheme.validate(ParameterResolver resolver)
    +
    AbstractCachingScheme.validate(ParameterResolver resolver)
    Validate the properties.
    protected void
    -
    BackingMapScheme.validate(ParameterResolver resolver)
    +
    AbstractCompositeScheme.validate(ParameterResolver resolver)
    Validate the properties.
    protected void
    -
    BundleManager.BundleConfig.validate(ParameterResolver resolver)
    +
    BackingMapScheme.validate(ParameterResolver resolver)
    -
    Validate the bundle configuration.
    +
    Validate the properties.
    protected void
    -
    CaffeineScheme.validate(ParameterResolver resolver)
    +
    BundleManager.BundleConfig.validate(ParameterResolver resolver)
    -
    Validate the properties.
    +
    Validate the bundle configuration.
    protected void
    -
    ExternalScheme.validate(ParameterResolver resolver)
    +
    CaffeineScheme.validate(ParameterResolver resolver)
    Validate the properties.
    protected void
    -
    LocalScheme.validate(ParameterResolver resolver)
    +
    ExternalScheme.validate(ParameterResolver resolver)
    Validate the properties.
    protected void
    -
    PagedExternalScheme.validate(ParameterResolver resolver)
    +
    LocalScheme.validate(ParameterResolver resolver)
    Validate the properties.
    protected void
    -
    ReadWriteBackingMapScheme.validate(ParameterResolver resolver)
    +
    PagedExternalScheme.validate(ParameterResolver resolver)
    Validate the properties.
    +
    protected void
    +
    ReadWriteBackingMapScheme.validate(ParameterResolver resolver)
    +
    +
    Validate the properties.
    +

  • diff --git a/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.BinaryEntryStoreWrapper.html b/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.BinaryEntryStoreWrapper.html index ef95092c5e2a3..fd4f205be610e 100644 --- a/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.BinaryEntryStoreWrapper.html +++ b/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.BinaryEntryStoreWrapper.html @@ -225,7 +225,7 @@

    Method Summary

    +calculateRequeueDelay, ensureEraseBundler, ensureLoadBundler, ensureStoreBundler, erase, eraseAll, formatKeys, getAverageBatchSize, getAverageEraseMillis, getAverageLoadMillis, getAverageStoreMillis, getEraseBundler, getEraseFailures, getEraseMillis, getEraseOps, getLoadBundler, getLoadFailures, getLoadMillis, getLoadOps, getPendingAsyncStoreOps, getStoreBundler, getStoreFailures, getStoreMillis, getStoreOps, isBlocking, isEraseAllSupported, isEraseSupported, isStoreAllSupported, isStoreSupported, load, loadAll, onEraseAllFailure, onEraseFailure, onEraseFailure, onLoadAllFailure, onLoadAllFailure, onLoadFailure, onLoadFailure, onStoreAllFailure, onStoreAllFailure, onStoreFailure, onStoreFailure, replace, reportUnsupported, requeue, resetStatistics, setEraseAllSupported, setEraseSupported, setStoreAllSupported, setStoreSupported, store, storeAll

    Methods inherited from class com.tangosol.util.Base

    azzert, azzert, azzert, azzertFailed, breakLines, breakLines, capitalize, checkNotEmpty, checkNotNull, checkRange, computeSafeWaitTime, decimalValue, dup, dup, ensureBigDecimal, ensureClassLoader, ensureRuntimeException, ensureRuntimeException, equals, equalsDeep, err, err, err, err, err, escape, formatDateTime, getCallerStackFrame, getCommonMonitor, getCommonMonitor, getCommonMonitor, getContextClassLoader, getContextClassLoader, getDeepMessage, getErr, getLastSafeTimeMillis, getLog, getMaxDecDigits, getMaxHexDigits, getOriginalException, getOut, getProcessRandom, getRandom, getRandomBinary, getRandomBinary, getRandomString, getSafeTimeMillis, getStackFrame, getStackFrames, getStackTrace, getStackTrace, getStackTrace, getThreadFactory, getTimeZone, getUpTimeMillis, hashCode, hexValue, indentString, indentString, isDecimal, isHex, isLogEcho, isOctal, log, log, log, log, log, makeInteger, makeLong, makeThread, mergeArray, mergeBooleanArray, mergeByteArray, mergeCharArray, mergeDoubleArray, mergeFloatArray, mergeIntArray, mergeLongArray, mod, mod, octalValue, out, out, out, out, out, pad, parseBandwidth, parseBandwidth, parseDelimitedString, parseHex, parseHex, parseMemorySize, parseMemorySize, parsePercentage, parseTime, parseTime, parseTimeNanos, parseTimeNanos, printStackTrace, randomize, randomize, randomize, randomize, read, read, read, read, read, read, read, replace, setErr, setLog, setLogEcho, setOut, sleep, toBandwidthString, toBandwidthString, toCharEscape, toCrc, toCrc, toCrc, toCrc, toCrc, toDecString, toDelimitedString, toDelimitedString, toDelimitedString, toDelimitedString, toHex, toHex, toHexDump, toHexEscape, toHexEscape, toHexEscape, toHexEscape, toHexString, toMemorySizeString, toMemorySizeString, toQuotedCharEscape, toQuotedStringEscape, toSqlString, toString, toString, toStringEscape, toUnicodeEscape, trace, trace, trace, trace, trace, trace, trace, trace, trace, truncateString, truncateString, wait
    diff --git a/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.CacheStoreWrapper.html b/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.CacheStoreWrapper.html index b7f05ee8db3f3..80bdc9a39ef36 100644 --- a/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.CacheStoreWrapper.html +++ b/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.CacheStoreWrapper.html @@ -246,7 +246,7 @@

    Method Summary

    +calculateRequeueDelay, ensureEraseBundler, ensureLoadBundler, ensureStoreBundler, erase, eraseAll, formatKeys, getAverageBatchSize, getAverageEraseMillis, getAverageLoadMillis, getAverageStoreMillis, getEraseBundler, getEraseFailures, getEraseMillis, getEraseOps, getLoadBundler, getLoadFailures, getLoadMillis, getLoadOps, getPendingAsyncStoreOps, getStoreBundler, getStoreFailures, getStoreMillis, getStoreOps, isBlocking, isEraseAllSupported, isEraseSupported, isStoreAllSupported, isStoreSupported, load, loadAll, onEraseAllFailure, onEraseFailure, onEraseFailure, onLoadAllFailure, onLoadAllFailure, onLoadFailure, onLoadFailure, onStoreAllFailure, onStoreAllFailure, onStoreFailure, onStoreFailure, replace, reportUnsupported, requeue, resetStatistics, setEraseAllSupported, setEraseSupported, setStoreAllSupported, setStoreSupported, store, storeAll

    Methods inherited from class com.tangosol.util.Base

    azzert, azzert, azzert, azzertFailed, breakLines, breakLines, capitalize, checkNotEmpty, checkNotNull, checkRange, computeSafeWaitTime, decimalValue, dup, dup, ensureBigDecimal, ensureClassLoader, ensureRuntimeException, ensureRuntimeException, equals, equalsDeep, err, err, err, err, err, escape, formatDateTime, getCallerStackFrame, getCommonMonitor, getCommonMonitor, getCommonMonitor, getContextClassLoader, getContextClassLoader, getDeepMessage, getErr, getLastSafeTimeMillis, getLog, getMaxDecDigits, getMaxHexDigits, getOriginalException, getOut, getProcessRandom, getRandom, getRandomBinary, getRandomBinary, getRandomString, getSafeTimeMillis, getStackFrame, getStackFrames, getStackTrace, getStackTrace, getStackTrace, getThreadFactory, getTimeZone, getUpTimeMillis, hashCode, hexValue, indentString, indentString, isDecimal, isHex, isLogEcho, isOctal, log, log, log, log, log, makeInteger, makeLong, makeThread, mergeArray, mergeBooleanArray, mergeByteArray, mergeCharArray, mergeDoubleArray, mergeFloatArray, mergeIntArray, mergeLongArray, mod, mod, octalValue, out, out, out, out, out, pad, parseBandwidth, parseBandwidth, parseDelimitedString, parseHex, parseHex, parseMemorySize, parseMemorySize, parsePercentage, parseTime, parseTime, parseTimeNanos, parseTimeNanos, printStackTrace, randomize, randomize, randomize, randomize, read, read, read, read, read, read, read, replace, setErr, setLog, setLogEcho, setOut, sleep, toBandwidthString, toBandwidthString, toCharEscape, toCrc, toCrc, toCrc, toCrc, toCrc, toDecString, toDelimitedString, toDelimitedString, toDelimitedString, toDelimitedString, toHex, toHex, toHexDump, toHexEscape, toHexEscape, toHexEscape, toHexEscape, toHexString, toMemorySizeString, toMemorySizeString, toQuotedCharEscape, toQuotedStringEscape, toSqlString, toString, toString, toStringEscape, toUnicodeEscape, trace, trace, trace, trace, trace, trace, trace, trace, trace, truncateString, truncateString, wait
    diff --git a/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.NonBlockingEntryStoreWrapper.html b/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.NonBlockingEntryStoreWrapper.html index ff314a195cf82..5ddbaf4a4da42 100644 --- a/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.NonBlockingEntryStoreWrapper.html +++ b/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.NonBlockingEntryStoreWrapper.html @@ -244,7 +244,7 @@

    Method Summary

    +calculateRequeueDelay, ensureEraseBundler, ensureLoadBundler, ensureStoreBundler, erase, eraseAll, formatKeys, getAverageBatchSize, getAverageEraseMillis, getAverageLoadMillis, getAverageStoreMillis, getEraseBundler, getEraseFailures, getEraseMillis, getEraseOps, getLoadBundler, getLoadFailures, getLoadMillis, getLoadOps, getPendingAsyncStoreOps, getStoreBundler, getStoreFailures, getStoreMillis, getStoreOps, isEraseAllSupported, isEraseSupported, isStoreAllSupported, isStoreSupported, load, loadAll, onEraseAllFailure, onEraseFailure, onEraseFailure, onLoadAllFailure, onLoadAllFailure, onLoadFailure, onLoadFailure, onStoreAllFailure, onStoreAllFailure, onStoreFailure, onStoreFailure, replace, reportUnsupported, requeue, resetStatistics, setEraseAllSupported, setEraseSupported, setStoreAllSupported, setStoreSupported, store, storeAll

    Methods inherited from class com.tangosol.util.Base

    azzert, azzert, azzert, azzertFailed, breakLines, breakLines, capitalize, checkNotEmpty, checkNotNull, checkRange, computeSafeWaitTime, decimalValue, dup, dup, ensureBigDecimal, ensureClassLoader, ensureRuntimeException, ensureRuntimeException, equals, equalsDeep, err, err, err, err, err, escape, formatDateTime, getCallerStackFrame, getCommonMonitor, getCommonMonitor, getCommonMonitor, getContextClassLoader, getContextClassLoader, getDeepMessage, getErr, getLastSafeTimeMillis, getLog, getMaxDecDigits, getMaxHexDigits, getOriginalException, getOut, getProcessRandom, getRandom, getRandomBinary, getRandomBinary, getRandomString, getSafeTimeMillis, getStackFrame, getStackFrames, getStackTrace, getStackTrace, getStackTrace, getThreadFactory, getTimeZone, getUpTimeMillis, hashCode, hexValue, indentString, indentString, isDecimal, isHex, isLogEcho, isOctal, log, log, log, log, log, makeInteger, makeLong, makeThread, mergeArray, mergeBooleanArray, mergeByteArray, mergeCharArray, mergeDoubleArray, mergeFloatArray, mergeIntArray, mergeLongArray, mod, mod, octalValue, out, out, out, out, out, pad, parseBandwidth, parseBandwidth, parseDelimitedString, parseHex, parseHex, parseMemorySize, parseMemorySize, parsePercentage, parseTime, parseTime, parseTimeNanos, parseTimeNanos, printStackTrace, randomize, randomize, randomize, randomize, read, read, read, read, read, read, read, replace, setErr, setLog, setLogEcho, setOut, sleep, toBandwidthString, toBandwidthString, toCharEscape, toCrc, toCrc, toCrc, toCrc, toCrc, toDecString, toDelimitedString, toDelimitedString, toDelimitedString, toDelimitedString, toHex, toHex, toHexDump, toHexEscape, toHexEscape, toHexEscape, toHexEscape, toHexString, toMemorySizeString, toMemorySizeString, toQuotedCharEscape, toQuotedStringEscape, toSqlString, toString, toString, toStringEscape, toUnicodeEscape, trace, trace, trace, trace, trace, trace, trace, trace, trace, truncateString, truncateString, wait
    diff --git a/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.StoreWrapper.html b/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.StoreWrapper.html index d5a911838efba..520f71505fcfd 100644 --- a/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.StoreWrapper.html +++ b/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.StoreWrapper.html @@ -462,128 +462,134 @@

    Method Summary

    Logs a store eraseAll() failure.
    protected void
    -
    onEraseFailure(Object oKeyReal, +
    Logs a store erase() failure.
    protected void
    -
    onLoadAllFailure(Collection colKeys, +
    -
    Logs a store loadAll() failure.
    +
    Logs a store erase() failure.
    protected void
    -
    onLoadAllFailure(Collection colKeys, - Exception e, - boolean fThrow)
    +
    Logs a store loadAll() failure.
    protected void
    -
    onLoadFailure(Object oKeyReal, - Exception e)
    +
    onLoadAllFailure(Collection colKeys, + Exception e, + boolean fThrow)
    -
    Logs a store load() failure.
    +
    Logs a store loadAll() failure.
    protected void
    -
    onLoadFailure(Object oKeyReal, - Exception e, - boolean fThrow)
    +
    onLoadFailure(Object oKeyReal, + Exception e)
    Logs a store load() failure.
    protected void
    -
    onStoreAllFailure(Set setBinEntries, - Exception e)
    +
    onLoadFailure(Object oKeyReal, + Exception e, + boolean fThrow)
    -
    Logs a store storeAll() failure.
    +
    Logs a store load() failure.
    protected void
    -
    onStoreAllFailure(Set setBinEntries, - Exception e, - boolean fThrow)
    +
    onStoreAllFailure(Set setBinEntries, + Exception e)
    Logs a store storeAll() failure.
    protected void
    - +
    onStoreAllFailure(Set setBinEntries, + Exception e, + boolean fThrow)
    -
    Logs a store store() failure.
    +
    Logs a store storeAll() failure.
    protected void
    -
    onStoreFailure(ReadWriteBackingMap.Entry entry, - Exception e, - boolean fThrow)
    +
    Logs a store store() failure.
    protected void
    - +
    onStoreFailure(ReadWriteBackingMap.Entry entry, + Exception e, + boolean fThrow)
    -
    Replace the value in the internal cache for the specified entry.
    +
    Logs a store store() failure.
    protected void
    - +
    +
    Replace the value in the internal cache for the specified entry.
    +
    +
    protected void
    + +
    Log the info about an unsupported operation.
    -
    protected boolean
    -
    requeue(ReadWriteBackingMap.WriteQueue queue, +
    protected boolean
    + -
    -
    Requeue the specified entry.
    -
    -
    void
    -
    -
    Reset the CacheStore statistics.
    +
    Requeue the specified entry.
    void
    -
    setEraseAllSupported(boolean fSupported)
    +
    -
    Set the flag that determines whether or not the wrapped store - supports eraseAll() operations.
    +
    Reset the CacheStore statistics.
    void
    -
    setEraseSupported(boolean fSupported)
    +
    setEraseAllSupported(boolean fSupported)
    Set the flag that determines whether or not the wrapped store - supports erase() operations.
    + supports eraseAll() operations.
    void
    -
    setStoreAllSupported(boolean fSupported)
    +
    setEraseSupported(boolean fSupported)
    Set the flag that determines whether or not the wrapped store - supports storeAll() operations.
    + supports erase() operations.
    void
    -
    setStoreSupported(boolean fSupported)
    +
    setStoreAllSupported(boolean fSupported)
    Set the flag that determines whether or not the wrapped store - supports store() operations.
    + supports storeAll() operations.
    -
    protected void
    -
    store(ReadWriteBackingMap.Entry binEntry, - boolean fAllowChange)
    +
    void
    +
    setStoreSupported(boolean fSupported)
    -
    Store the specified entry in the underlying store.
    +
    Set the flag that determines whether or not the wrapped store + supports store() operations.
    protected void
    -
    storeAll(Set setBinEntries)
    +
    store(ReadWriteBackingMap.Entry binEntry, + boolean fAllowChange)
    -
    Store the entries in the specified set in the underlying store.
    +
    Store the specified entry in the underlying store.
    -
    protected abstract void
    -
    storeAllInternal(Set setBinEntries)
    -
    +
    protected void
    +
    storeAll(Set setBinEntries)
    +
    Store the entries in the specified set in the underlying store.
    protected abstract void
    - +
    storeAllInternal(Set setBinEntries)
    +
    Store the entries in the specified set in the underlying store.
    +
    +
    protected abstract void
    + +
    Store the specified entry in the underlying store.
    @@ -1373,6 +1379,21 @@

    calculateRequeueDelay

  • +
    +

    onEraseFailure

    +
    protected void onEraseFailure(ReadWriteBackingMap.Entry entry, + Exception e)
    +
    Logs a store erase() failure. This method is intended to be + overwritten if a particular store can fail and the backing + map must take action based on it.
    +
    +
    Parameters:
    +
    entry - the entry
    +
    e - the exception
    +
    +
    +
  • +
  • onEraseFailure

    protected void onEraseFailure(Object oKeyReal, diff --git a/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.html b/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.html index 4bda08229ba9e..6a87d84a7e2ca 100644 --- a/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.html +++ b/23.09.2/api/java/com/tangosol/net/cache/ReadWriteBackingMap.html @@ -233,33 +233,48 @@

    Field Summary

    Modifier and Type
    Field
    Description
    -
    protected static final Binary
    - +
    static final Binary
    +
    +
    Binary representation of a decorated null for write-behind remove.
    +
    +
    protected static final Binary
    + +
    The binary form of the decoration indicating that the CacheStore on the primary member has not yet written the value.
    -
    protected static final float
    - -
    +
    protected static final float
    + +
    The recovery threshold to use for guarded execution of write-behind/refresh-ahead threads.
    - - -
    + + +
    MapListenerSupport object.
    -
    static final long
    - -
    +
    static final long
    + +
    The minimum "retry after requeue" time interval.
    +
    static final String
    + +
    +
    A Boolean system property to control whether write behind remove is enabled.
    +
    protected static final Binary
    Marker object used by ReadWriteBackingMap.Entry to indicate remove was called on the Entry.
    +
    static final boolean
    + +
    +
    The default write behind remove behavior.
    +

    Fields inherited from interface com.tangosol.net.cache.CacheMap

    @@ -284,20 +299,42 @@

    Constructor Summary

    Construct a ReadWriteBackingMap based on a BinaryEntryStore.
    -
    ReadWriteBackingMap(BackingMapManagerContext ctxService, +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, - CacheLoader loader)
    + BinaryEntryStore storeBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    Construct a ReadWriteBackingMap based on a BinaryEntryStore.
    +
    +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + CacheLoader loader)
    +
    Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
    -
    ReadWriteBackingMap(BackingMapManagerContext ctxService, +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheLoader loader, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor)
    +
    +
    Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
    +
    +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + CacheLoader loader, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
    @@ -311,6 +348,17 @@

    Constructor Summary

    Construct a ReadWriteBackingMap based on a NonBlockingEntryStore.
    +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + NonBlockingEntryStore storeBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteBackingMap based on a NonBlockingEntryStore.
    +
  • @@ -357,8 +405,9 @@

    Method Summary

    Remove everything from the Map.
    protected void
    - +
    configureCacheStore(ReadWriteBackingMap.StoreWrapper store, + boolean fReadOnly, + boolean fWBRemove)
    Set up the StoreWrapper that this backing map will use.
    @@ -488,201 +537,213 @@

    Method Summary

    Get the optional map used to cache CacheLoader (or CacheStore) misses.
    -
    int
    - + +
    +
    Get the pending removes key set for the CacheStore used by this + backing map.
    +
    +
    int
    + +
    Return the size of the write-behind queue if configured, or the number of pending writes of the non-blocking store, if configured.
    - - -
    + + +
    Get the queue of keys that are yet to be read.
    - - -
    + + +
    Get the refresh-ahead thread.
    -
    double
    - -
    +
    double
    + +
    Return the refresh-ahead factor.
    -
    protected Map
    - -
    +
    protected Map
    + +
    Get the map of keys for which the events should be marked as synthetic (internal).
    -
    double
    - -
    +
    double
    + +
    Return the write-batch factor.
    -
    long
    - -
    +
    long
    + +
    Return the number of milliseconds between write-behind writes to the CacheStore or 0 if write-behind is not enabled.
    -
    int
    - -
    +
    int
    + +
    Return the number of seconds between write-behind writes to the CacheStore or 0 if write-behind is not enabled.
    -
    int
    - -
    +
    int
    + +
    Get the maximum size of the write-behind batch.
    - - -
    + + +
    Get the queue of entries that are yet to be written.
    -
    int
    - -
    +
    int
    + +
    Return the maximum size of the write-behind queue for which failed CacheStore write operations are requeued or 0 if write-behind requeueing is disabled.
    - - -
    + + +
    Get the write-behind thread.
    -
    int
    - -
    +
    int
    + +
    Returns the hash code value for this map.
    -
    protected void
    - -
    +
    protected void
    + +
    Issue a service guardian "heartbeat" for the current thread.
    -
    protected CacheStore
    - -
    +
    protected CacheStore
    + +
    Factory pattern: Instantiate a CacheLoaderCacheStore wrapper around a passed CacheLoader.
    - - -
    -
    Factory pattern: Instantiate a StoreWrapper wrapper around the - passed BinaryEntryStore.
    -
    - +
    Factory pattern: Instantiate a StoreWrapper wrapper around the - passed CacheStore.
    + passed BinaryEntryStore.
    - +
    Factory pattern: Instantiate a StoreWrapper wrapper around the - passed NonBlockingEntryStore.
    + passed CacheStore.
    -
    protected ConcurrentMap
    - + +
    +
    Factory pattern: Instantiate a StoreWrapper wrapper around the + passed NonBlockingEntryStore.
    +
    +
    protected ConcurrentMap
    + +
    Factory pattern: Create the concurrency control map for this backing map.
    - -
    instantiateEntry(Object oKey, + +
    instantiateEntry(Object oKey, Object oValue, Object oValueOrig)
    -
    +
    Factory pattern: instantiate a queue entry.
    - -
    instantiateEntry(Object oKey, + +
    instantiateEntry(Object oKey, Object oValue, Object oValueOrig, long cExpiry)
    -
    +
    Factory pattern: instantiate a queue entry.
    - - -
    + + +
    Factory pattern: instantiate an entry set for this backing map.
    -
    protected MapListener
    - -
    +
    protected MapListener
    + +
    Factory pattern: Create a MapListener that listens to the internal cache and routes those events to anyone listening to this ReadWriteBackingMap.
    - - -
    + + +
    Factory pattern: instantiate a key set for this backing map.
    - - -
    + + +
    Factory pattern: Instantiate a new read latch the given key.
    - - -
    + + +
    Factory pattern: Instantiate a new ReadQueue object.
    - - -
    + + +
    Factory pattern: Instantiate the refresh-ahead thread.
    - - -
    + + +
    Factory pattern.
    - - -
    + + +
    Factory pattern: Instantiate a new WriteQueue object.
    - - -
    + + +
    Factory pattern: Instantiate the write-behind thread.
    +
    boolean
    + +
    +
    Determine if the backing map is still active.
    +
    boolean
    - +
    -
    Determine if the backing map is still active.
    +
    Determine if the backing map should send data changes through the + CacheStore, or should just keep them in memory.
    boolean
    - +
    -
    Determine if the backing map should send data changes through the - CacheStore, or should just keep them in memory.
    +
    Determine if the backing map preemptively reads soon-to-be expired entries + on a refresh-ahead thread.
    boolean
    - +
    -
    Determine if the backing map preemptively reads soon-to-be expired entries - on a refresh-ahead thread.
    +
    Determine if exceptions caught during synchronous CacheStore operations + are rethrown to the calling thread; if false, exceptions are logged.
    boolean
    - +
    -
    Determine if exceptions caught during synchronous CacheStore operations - are rethrown to the calling thread; if false, exceptions are logged.
    +
    Determine if the backing map writes changes on a write-behind thread + through the CacheStore.
    boolean
    - +
    -
    Determine if the backing map writes changes on a write-behind thread - through the CacheStore.
    +
    Determine if the backing map should apply write-behind delay to + remove from CacheStore.
    boolean
    @@ -953,6 +1014,51 @@

    MIN_REQUEUE_DELAY

  • +
    +

    BIN_ERASE_PENDING

    +
    public static final Binary BIN_ERASE_PENDING
    +
    Binary representation of a decorated null for write-behind remove.
    +
    +
    Since:
    +
    12.2.1.4.18
    +
    +
    +
  • +
  • +
    +

    PROP_WB_REMOVE_DEFAULT

    +
    public static final String PROP_WB_REMOVE_DEFAULT
    +
    A Boolean system property to control whether write behind remove is enabled.
    +
    +
    Since:
    +
    12.1.4.18
    +
    See Also:
    +
    + +
    +
    +
    +
  • +
  • +
    +

    RWBM_WB_REMOVE_DEFAULT

    +
    public static final boolean RWBM_WB_REMOVE_DEFAULT
    +
    The default write behind remove behavior. This behavior will be used + if write behind remove has not been specified in the cache configuration + for a RWBM instance. The default value is false and can be overridden + by the system property: +
    + coherence.rwbm.writebehind.remove.default
    + 
    +
    +
    Since:
    +
    12.2.1.4.18
    +
    +
    +
  • +
  • m_listenerSupport

    protected MapListenerSupport m_listenerSupport
    @@ -1028,6 +1134,51 @@

    ReadWriteBackingMap

  • +
    +

    ReadWriteBackingMap

    +
    public ReadWriteBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + CacheLoader loader, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
    +
    +
    Parameters:
    +
    ctxService - the context provided by the CacheService + which is using this backing map
    +
    mapInternal - the ObservableMap used to store the data + internally in this backing map
    +
    mapMisses - the Map used to cache CacheStore misses + (optional)
    +
    loader - the CacheLoader responsible for the + persistence of the cached data (optional)
    +
    fReadOnly - pass true is the specified loader is in fact + a CacheStore that needs to be used only for + read operations; changes to the cache will + not be persisted
    +
    cWriteBehindSeconds - number of seconds to write if there is a + CacheStore; zero disables write-behind + caching, which (combined with !fReadOnly) + implies write-through
    +
    dflRefreshAheadFactor - the interval before an entry expiration time + (expressed as a percentage of the internal + cache expiration interval) during which an + asynchronous load request for the + entry will be scheduled; zero disables + refresh-ahead; only applicable when + the mapInternal parameter is an + instance of ConfigurableCacheMap
    +
    fWriteBehindRemove - pass true if the specified loader is in fact a + CacheStore that needs to apply write-behind to remove
    +
    Since:
    +
    12.2.1.4.18
    +
    +
    +
  • +
  • ReadWriteBackingMap

    public ReadWriteBackingMap(BackingMapManagerContext ctxService, @@ -1070,6 +1221,51 @@

    ReadWriteBackingMap

  • +
    +

    ReadWriteBackingMap

    +
    public ReadWriteBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + BinaryEntryStore storeBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    Construct a ReadWriteBackingMap based on a BinaryEntryStore.
    +
    +
    Parameters:
    +
    ctxService - the context provided by the CacheService + which is using this backing map
    +
    mapInternal - the ObservableMap used to store the data + internally in this backing map
    +
    mapMisses - the Map used to cache CacheStore misses + (optional)
    +
    storeBinary - the BinaryEntryStore responsible for the + persistence of the cached data (optional)
    +
    fReadOnly - pass true is the specified loader is in fact + a CacheStore that needs to be used only for + read operations; changes to the cache will + not be persisted
    +
    cWriteBehindSeconds - number of seconds to write if there is a + CacheStore; zero disables write-behind + caching, which (combined with !fReadOnly) + implies write-through
    +
    dflRefreshAheadFactor - the interval before an entry expiration time + (expressed as a percentage of the internal + cache expiration interval) during which an + asynchronous load request for the + entry will be scheduled; zero disables + refresh-ahead; only applicable when + the mapInternal parameter is an + instance of ConfigurableCacheMap
    +
    fWriteBehindRemove - pass true if the specified loader is in fact + a CacheStore that needs to apply write-behind to remove
    +
    Since:
    +
    12.2.1.4.18
    +
    +
    +
  • +
  • ReadWriteBackingMap

    public ReadWriteBackingMap(BackingMapManagerContext ctxService, @@ -1111,6 +1307,51 @@

    ReadWriteBackingMap

  • +
  • +
    +

    ReadWriteBackingMap

    +
    public ReadWriteBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + NonBlockingEntryStore storeBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    Construct a ReadWriteBackingMap based on a NonBlockingEntryStore.
    +
    +
    Parameters:
    +
    ctxService - the context provided by the CacheService + which is using this backing map
    +
    mapInternal - the ObservableMap used to store the data + internally in this backing map
    +
    mapMisses - the Map used to cache CacheStore misses + (optional)
    +
    storeBinary - the NonBlockingEntryStore responsible for the + persistence of the cached data (optional)
    +
    fReadOnly - pass true is the specified loader is in fact + a CacheStore that needs to be used only for + read operations; changes to the cache will + not be persisted
    +
    cWriteBehindSeconds - number of seconds to write if there is a + CacheStore; zero disables write-behind + caching, which (combined with !fReadOnly) + implies write-through
    +
    dflRefreshAheadFactor - the interval before an entry expiration time + (expressed as a percentage of the internal + cache expiration interval) during which an + asynchronous load request for the + entry will be scheduled; zero disables + refresh-ahead; only applicable when + the mapInternal parameter is an + instance of ConfigurableCacheMap
    +
    fWriteBehindRemove - pass true if the specified loader is in fact + a CacheStore that needs to apply write-behind to remove
    +
    Since:
    +
    12.2.1.4.18
    +
    +
    +
  • @@ -1484,6 +1725,21 @@

    getPendingWrites

  • +
    +

    isWriteBehindRemove

    +
    public boolean isWriteBehindRemove()
    +
    Determine if the backing map should apply write-behind delay to + remove from CacheStore.
    +
    +
    Returns:
    +
    true to delay the remove from CacheStore (a read-write cache), + or false to remove from CacheStore immediately
    +
    Since:
    +
    12.2.1.4.18
    +
    +
    +
  • +
  • clear

    public void clear()
    @@ -2203,6 +2459,20 @@

    getMissesCache

  • +
    +

    getPendingRemoves

    +
    public Set getPendingRemoves()
    +
    Get the pending removes key set for the CacheStore used by this + backing map.
    +
    +
    Returns:
    +
    the key set of pending removes for the CacheStore
    +
    Since:
    +
    12.2.1.4.18
    +
    +
    +
  • +
  • getControlMap

    public ConcurrentMap getControlMap()
    @@ -2519,10 +2789,11 @@

    getCacheStore

  • -
    +

    configureCacheStore

    protected void configureCacheStore(ReadWriteBackingMap.StoreWrapper store, - boolean fReadOnly)
    + boolean fReadOnly, + boolean fWBRemove)
  • Set up the StoreWrapper that this backing map will use.
    Parameters:
    @@ -2530,6 +2801,7 @@

    configureCacheStore

    delegate persistence responsibilities to
    fReadOnly - pass true to prevent the usage of the cache store write operations
    +
    fWBRemove - pass true to apply write-behind to remove
    diff --git a/23.09.2/api/java/com/tangosol/net/cache/VersionedBackingMap.CacheStoreWrapper.html b/23.09.2/api/java/com/tangosol/net/cache/VersionedBackingMap.CacheStoreWrapper.html index 4fea4c6ef65fd..c1a3469a9e5d4 100644 --- a/23.09.2/api/java/com/tangosol/net/cache/VersionedBackingMap.CacheStoreWrapper.html +++ b/23.09.2/api/java/com/tangosol/net/cache/VersionedBackingMap.CacheStoreWrapper.html @@ -157,7 +157,7 @@

    eraseAllInternal, eraseInternal, getCacheStore, getStore, instantiateEraseBundler, instantiateLoadBundler, instantiateStoreBundler, loadAllInternal, loadInternal, newSpan, newSpan, newSpan, storeAllInternal, storeInternal, toString

    +calculateRequeueDelay, ensureEraseBundler, ensureLoadBundler, ensureStoreBundler, erase, eraseAll, formatKeys, getAverageBatchSize, getAverageEraseMillis, getAverageLoadMillis, getAverageStoreMillis, getEraseBundler, getEraseFailures, getEraseMillis, getEraseOps, getLoadBundler, getLoadFailures, getLoadMillis, getLoadOps, getPendingAsyncStoreOps, getStoreBundler, getStoreFailures, getStoreMillis, getStoreOps, isBlocking, isEraseAllSupported, isEraseSupported, isStoreAllSupported, isStoreSupported, load, loadAll, onEraseAllFailure, onEraseFailure, onEraseFailure, onLoadAllFailure, onLoadAllFailure, onLoadFailure, onLoadFailure, onStoreAllFailure, onStoreAllFailure, onStoreFailure, onStoreFailure, replace, reportUnsupported, requeue, resetStatistics, setEraseAllSupported, setEraseSupported, setStoreAllSupported, setStoreSupported, store, storeAll

    Methods inherited from class com.tangosol.util.Base

    azzert, azzert, azzert, azzertFailed, breakLines, breakLines, capitalize, checkNotEmpty, checkNotNull, checkRange, computeSafeWaitTime, decimalValue, dup, dup, ensureBigDecimal, ensureClassLoader, ensureRuntimeException, ensureRuntimeException, equals, equalsDeep, err, err, err, err, err, escape, formatDateTime, getCallerStackFrame, getCommonMonitor, getCommonMonitor, getCommonMonitor, getContextClassLoader, getContextClassLoader, getDeepMessage, getErr, getLastSafeTimeMillis, getLog, getMaxDecDigits, getMaxHexDigits, getOriginalException, getOut, getProcessRandom, getRandom, getRandomBinary, getRandomBinary, getRandomString, getSafeTimeMillis, getStackFrame, getStackFrames, getStackTrace, getStackTrace, getStackTrace, getThreadFactory, getTimeZone, getUpTimeMillis, hashCode, hexValue, indentString, indentString, isDecimal, isHex, isLogEcho, isOctal, log, log, log, log, log, makeInteger, makeLong, makeThread, mergeArray, mergeBooleanArray, mergeByteArray, mergeCharArray, mergeDoubleArray, mergeFloatArray, mergeIntArray, mergeLongArray, mod, mod, octalValue, out, out, out, out, out, pad, parseBandwidth, parseBandwidth, parseDelimitedString, parseHex, parseHex, parseMemorySize, parseMemorySize, parsePercentage, parseTime, parseTime, parseTimeNanos, parseTimeNanos, printStackTrace, randomize, randomize, randomize, randomize, read, read, read, read, read, read, read, replace, setErr, setLog, setLogEcho, setOut, sleep, toBandwidthString, toBandwidthString, toCharEscape, toCrc, toCrc, toCrc, toCrc, toCrc, toDecString, toDelimitedString, toDelimitedString, toDelimitedString, toDelimitedString, toHex, toHex, toHexDump, toHexEscape, toHexEscape, toHexEscape, toHexEscape, toHexString, toMemorySizeString, toMemorySizeString, toQuotedCharEscape, toQuotedStringEscape, toSqlString, toString, toString, toStringEscape, toUnicodeEscape, trace, trace, trace, trace, trace, trace, trace, trace, trace, truncateString, truncateString, wait
    diff --git a/23.09.2/api/java/com/tangosol/net/cache/VersionedBackingMap.html b/23.09.2/api/java/com/tangosol/net/cache/VersionedBackingMap.html index f2a1d90be0a4e..f9633a9133a7a 100644 --- a/23.09.2/api/java/com/tangosol/net/cache/VersionedBackingMap.html +++ b/23.09.2/api/java/com/tangosol/net/cache/VersionedBackingMap.html @@ -172,7 +172,7 @@

    Field Summary

    Fields inherited from class com.tangosol.net.cache.ReadWriteBackingMap

    -BIN_STORE_PENDING, GUARD_RECOVERY, m_listenerSupport, MIN_REQUEUE_DELAY, REMOVED
    +BIN_ERASE_PENDING, BIN_STORE_PENDING, GUARD_RECOVERY, m_listenerSupport, MIN_REQUEUE_DELAY, PROP_WB_REMOVE_DEFAULT, REMOVED, RWBM_WB_REMOVE_DEFAULT

    Fields inherited from interface com.tangosol.net.cache.CacheMap

    EXPIRY_DEFAULT, EXPIRY_NEVER
    @@ -211,6 +211,21 @@

    Constructor Summary

    Deprecated.
    Construct a VersionedBackingMap using a CacheStore object.
    +
    VersionedBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + CacheStore store, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + NamedCache mapVersionTransient, + NamedCache mapVersionPersist, + boolean fManageTransient, + boolean fWriteBehindRemove)
    +
    +
    Deprecated.
    +
    Construct a VersionedBackingMap using a CacheStore object.
    +
    @@ -282,7 +297,7 @@

    Method Summary

    Methods inherited from class com.tangosol.net.cache.ReadWriteBackingMap

    -addMapListener, addMapListener, addMapListener, cancelOutstandingReads, clear, configureCacheStore, configureInternalCache, configureReadThread, configureWriteThread, containsKey, containsValue, entrySet, equals, extractExpiry, flush, flush, get, getAll, getCachedOrPending, getCacheService, getCacheStore, getCacheStoreTimeoutMillis, getContext, getControlMap, getFromInternalCache, getInternalCache, getInternalConfigurableCache, getInternalListener, getMissesCache, getPendingWrites, getReadQueue, getReadThread, getRefreshAheadFactor, getSyntheticEventsMap, getWriteBatchFactor, getWriteBehindMillis, getWriteBehindSeconds, getWriteMaxBatchSize, getWriteQueue, getWriteRequeueThreshold, getWriteThread, hashCode, heartbeat, instantiateCacheLoaderCacheStore, instantiateCacheStoreWrapper, instantiateCacheStoreWrapper, instantiateControlMap, instantiateEntry, instantiateEntry, instantiateEntrySet, instantiateKeySet, instantiateReadLatch, instantiateReadQueue, instantiateReadThread, instantiateValuesCollection, instantiateWriteQueue, instantiateWriteThread, isActive, isReadOnly, isRefreshAhead, isRethrowExceptions, isWriteBehind, isWriteThrough, keySet, put, put, putAll, putInternal, putToInternalCache, putToInternalCache, putToInternalCache, putToInternalMap, release, remove, removeAll, removeFromWriteQueue, removeInternal, removeMapListener, removeMapListener, removeMapListener, setCacheName, setCacheStoreTimeoutMillis, setRefreshAheadFactor, setRethrowExceptions, setWriteBatchFactor, setWriteBehindMillis, setWriteBehindSeconds, setWriteMaxBatchSize, setWriteRequeueThreshold, size, terminateReadThread, terminateWriteThread, toString, updateThreadName, values, waitFor
    +addMapListener, addMapListener, addMapListener, cancelOutstandingReads, clear, configureCacheStore, configureInternalCache, configureReadThread, configureWriteThread, containsKey, containsValue, entrySet, equals, extractExpiry, flush, flush, get, getAll, getCachedOrPending, getCacheService, getCacheStore, getCacheStoreTimeoutMillis, getContext, getControlMap, getFromInternalCache, getInternalCache, getInternalConfigurableCache, getInternalListener, getMissesCache, getPendingRemoves, getPendingWrites, getReadQueue, getReadThread, getRefreshAheadFactor, getSyntheticEventsMap, getWriteBatchFactor, getWriteBehindMillis, getWriteBehindSeconds, getWriteMaxBatchSize, getWriteQueue, getWriteRequeueThreshold, getWriteThread, hashCode, heartbeat, instantiateCacheLoaderCacheStore, instantiateCacheStoreWrapper, instantiateCacheStoreWrapper, instantiateControlMap, instantiateEntry, instantiateEntry, instantiateEntrySet, instantiateKeySet, instantiateReadLatch, instantiateReadQueue, instantiateReadThread, instantiateValuesCollection, instantiateWriteQueue, instantiateWriteThread, isActive, isReadOnly, isRefreshAhead, isRethrowExceptions, isWriteBehind, isWriteBehindRemove, isWriteThrough, keySet, put, put, putAll, putInternal, putToInternalCache, putToInternalCache, putToInternalCache, putToInternalMap, release, remove, removeAll, removeFromWriteQueue, removeInternal, removeMapListener, removeMapListener, removeMapListener, setCacheName, setCacheStoreTimeoutMillis, setRefreshAheadFactor, setRethrowExceptions, setWriteBatchFactor, setWriteBehindMillis, setWriteBehindSeconds, setWriteMaxBatchSize, setWriteRequeueThreshold, size, terminateReadThread, terminateWriteThread, toString, updateThreadName, values, waitFor

    Methods inherited from class java.util.AbstractMap

    clone, isEmpty
    @@ -422,6 +437,64 @@

    VersionedBackingMap

    +
  • +
    +

    VersionedBackingMap

    +
    public VersionedBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + CacheStore store, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + NamedCache mapVersionTransient, + NamedCache mapVersionPersist, + boolean fManageTransient, + boolean fWriteBehindRemove)
    +
    Deprecated.
    +
    Construct a VersionedBackingMap using a CacheStore object.
    +
    +
    Parameters:
    +
    ctxService - the context provided by the CacheService + which is using this backing map
    +
    mapInternal - the ObservableMap used to store the data + internally in this backing map
    +
    mapMisses - the Map used to cache CacheStore misses + (optional)
    +
    store - the object responsible for the persistence + of the cached data (optional)
    +
    fReadOnly - pass true to use the CacheStore only for + read operations
    +
    cWriteBehindSeconds - number of seconds to write if there is a + CacheStore; zero disables write-behind + caching (optional)
    +
    dflRefreshAheadFactor - the interval before an entry expiration time + (expressed as a percentage of the internal + cache expiration interval) during which an + asynchronous load request for the + entry will be scheduled; zero disables + refresh-ahead; only applicable when + the mapInternal parameter is an + instance of LocalCache (optional)
    +
    mapVersionTransient - (optional) a replicated cache of versions + of the cached data as it is in memory
    +
    mapVersionPersist - (optional) a replicated cache of versions + of the cached data as it was written to the + CacheStore
    +
    fManageTransient - if true, the backing map is responsible for + keeping the transient version cache up to + date; if false (as is the case when using + the VersionedNearCache implementation), the + backing map manages the transient version + cache only for operations for which no + other party is aware (such as entry expiry)
    +
    fWriteBehindRemove - pass true if the specified loader is in fact + a CacheStore that needs to apply write-behind to remove
    +
    Since:
    +
    12.1.1.4.18
    +
    +
    +
  • diff --git a/23.09.2/api/java/com/tangosol/net/cache/class-use/BinaryEntryStore.html b/23.09.2/api/java/com/tangosol/net/cache/class-use/BinaryEntryStore.html index 46ffd3288885b..60c164e096e3b 100644 --- a/23.09.2/api/java/com/tangosol/net/cache/class-use/BinaryEntryStore.html +++ b/23.09.2/api/java/com/tangosol/net/cache/class-use/BinaryEntryStore.html @@ -88,24 +88,26 @@

    Uses of Method

    Description
    -
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    @@ -210,6 +212,18 @@

    Uses of
    Construct a ReadWriteBackingMap based on a BinaryEntryStore.

    +
     
    +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + BinaryEntryStore storeBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteBackingMap based on a BinaryEntryStore.
    +
    @@ -232,6 +246,18 @@

    Uses of
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.

    +
     
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, + PartitionAwareBackingMap mapInternal, + Map mapMisses, + BinaryEntryStore storeBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    +
    diff --git a/23.09.2/api/java/com/tangosol/net/cache/class-use/CacheLoader.html b/23.09.2/api/java/com/tangosol/net/cache/class-use/CacheLoader.html index 37205de827c09..c3bf0105d6bd3 100644 --- a/23.09.2/api/java/com/tangosol/net/cache/class-use/CacheLoader.html +++ b/23.09.2/api/java/com/tangosol/net/cache/class-use/CacheLoader.html @@ -88,24 +88,26 @@

    Uses of Method

    Description
    -
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    @@ -323,14 +325,26 @@

    Uses of Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).

     
    -
    VersionedBackingMap(BackingMapManagerContext ctxService, +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + CacheLoader loader, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
    +
    +
     
    +
    VersionedBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheLoader loader, NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient)
    -
    +
    Deprecated.
    Construct a VersionedBackingMap using a CacheLoader object.
    @@ -356,6 +370,18 @@

    Uses of
    Construct a ReadWriteSplittingBackingMap based on a CacheStore.

    +
     
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, + PartitionAwareBackingMap mapInternal, + Map mapMisses, + CacheLoader loader, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteSplittingBackingMap based on a CacheStore.
    +
    diff --git a/23.09.2/api/java/com/tangosol/net/cache/class-use/CacheStore.html b/23.09.2/api/java/com/tangosol/net/cache/class-use/CacheStore.html index 474547bd75658..ebd04b8574be4 100644 --- a/23.09.2/api/java/com/tangosol/net/cache/class-use/CacheStore.html +++ b/23.09.2/api/java/com/tangosol/net/cache/class-use/CacheStore.html @@ -243,6 +243,22 @@

    Uses of Deprecated.

    Construct a VersionedBackingMap using a CacheStore object.
    +
     
    +
    VersionedBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + CacheStore store, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + NamedCache mapVersionTransient, + NamedCache mapVersionPersist, + boolean fManageTransient, + boolean fWriteBehindRemove)
    +
    +
    Deprecated.
    +
    Construct a VersionedBackingMap using a CacheStore object.
    +
    diff --git a/23.09.2/api/java/com/tangosol/net/cache/class-use/NonBlockingEntryStore.html b/23.09.2/api/java/com/tangosol/net/cache/class-use/NonBlockingEntryStore.html index f11277bbf96e6..7136ac053446e 100644 --- a/23.09.2/api/java/com/tangosol/net/cache/class-use/NonBlockingEntryStore.html +++ b/23.09.2/api/java/com/tangosol/net/cache/class-use/NonBlockingEntryStore.html @@ -80,24 +80,26 @@

    Uses of Method

    Description
    -
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    @@ -151,6 +153,18 @@

    Uses of
    Construct a ReadWriteBackingMap based on a NonBlockingEntryStore.

    +
     
    +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + NonBlockingEntryStore storeBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteBackingMap based on a NonBlockingEntryStore.
    +
    @@ -173,6 +187,18 @@

    Uses of
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.

    +
     
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, + PartitionAwareBackingMap mapInternal, + Map mapMisses, + NonBlockingEntryStore storeNonBlockingBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    +
    diff --git a/23.09.2/api/java/com/tangosol/net/cache/class-use/ReadWriteBackingMap.Entry.html b/23.09.2/api/java/com/tangosol/net/cache/class-use/ReadWriteBackingMap.Entry.html index a818677fb173c..b91255adfd22f 100644 --- a/23.09.2/api/java/com/tangosol/net/cache/class-use/ReadWriteBackingMap.Entry.html +++ b/23.09.2/api/java/com/tangosol/net/cache/class-use/ReadWriteBackingMap.Entry.html @@ -204,62 +204,68 @@

    Uses of Return a Span.Builder for a given operation on an entry.
    protected void
    -
    ReadWriteBackingMap.StoreWrapper.onStoreFailure(ReadWriteBackingMap.Entry entry, +
    ReadWriteBackingMap.StoreWrapper.onEraseFailure(ReadWriteBackingMap.Entry entry, Exception e)
    -
    Logs a store store() failure.
    +
    Logs a store erase() failure.
    protected void
    -
    ReadWriteBackingMap.StoreWrapper.onStoreFailure(ReadWriteBackingMap.Entry entry, - Exception e, - boolean fThrow)
    +
    ReadWriteBackingMap.StoreWrapper.onStoreFailure(ReadWriteBackingMap.Entry entry, + Exception e)
    Logs a store store() failure.
    protected void
    -
    ReadWriteBackingMap.putToInternalCache(ReadWriteBackingMap.Entry entry)
    +
    ReadWriteBackingMap.StoreWrapper.onStoreFailure(ReadWriteBackingMap.Entry entry, + Exception e, + boolean fThrow)
    -
    Add the key and value pair to the internal cache in such a way that the - resulting map event would be marked as "synthetic".
    +
    Logs a store store() failure.
    protected void
    -
    ReadWriteBackingMap.StoreWrapper.replace(ReadWriteBackingMap.Entry entry)
    +
    ReadWriteBackingMap.putToInternalCache(ReadWriteBackingMap.Entry entry)
    +
    Add the key and value pair to the internal cache in such a way that the + resulting map event would be marked as "synthetic".
    +
    +
    protected void
    +
    ReadWriteBackingMap.StoreWrapper.replace(ReadWriteBackingMap.Entry entry)
    +
    Replace the value in the internal cache for the specified entry.
    -
    protected boolean
    -
    ReadWriteBackingMap.StoreWrapper.requeue(ReadWriteBackingMap.WriteQueue queue, +
    protected boolean
    +
    ReadWriteBackingMap.StoreWrapper.requeue(ReadWriteBackingMap.WriteQueue queue, int cThreshold, ReadWriteBackingMap.Entry entry)
    -
    -
    Requeue the specified entry.
    -
    -
    protected void
    -
    ReadWriteBackingMap.StoreWrapper.store(ReadWriteBackingMap.Entry binEntry, - boolean fAllowChange)
    -
    Store the specified entry in the underlying store.
    +
    Requeue the specified entry.
    protected void
    -
    ReadWriteBackingMap.BinaryEntryStoreWrapper.storeInternal(ReadWriteBackingMap.Entry binEntry)
    +
    ReadWriteBackingMap.StoreWrapper.store(ReadWriteBackingMap.Entry binEntry, + boolean fAllowChange)
    Store the specified entry in the underlying store.
    protected void
    -
    ReadWriteBackingMap.CacheStoreWrapper.storeInternal(ReadWriteBackingMap.Entry binEntry)
    +
    ReadWriteBackingMap.BinaryEntryStoreWrapper.storeInternal(ReadWriteBackingMap.Entry binEntry)
    Store the specified entry in the underlying store.
    protected void
    -
    ReadWriteBackingMap.NonBlockingEntryStoreWrapper.storeInternal(ReadWriteBackingMap.Entry binEntry)
    +
    ReadWriteBackingMap.CacheStoreWrapper.storeInternal(ReadWriteBackingMap.Entry binEntry)
    Store the specified entry in the underlying store.
    -
    protected abstract void
    -
    ReadWriteBackingMap.StoreWrapper.storeInternal(ReadWriteBackingMap.Entry binEntry)
    +
    protected void
    +
    ReadWriteBackingMap.NonBlockingEntryStoreWrapper.storeInternal(ReadWriteBackingMap.Entry binEntry)
    Store the specified entry in the underlying store.
    +
    protected abstract void
    +
    ReadWriteBackingMap.StoreWrapper.storeInternal(ReadWriteBackingMap.Entry binEntry)
    +
    +
    Store the specified entry in the underlying store.
    +
    Method parameters in com.tangosol.net.cache with type arguments of type ReadWriteBackingMap.Entry
    diff --git a/23.09.2/api/java/com/tangosol/net/cache/class-use/ReadWriteBackingMap.StoreWrapper.html b/23.09.2/api/java/com/tangosol/net/cache/class-use/ReadWriteBackingMap.StoreWrapper.html index fc235fd186a24..345685790bf9e 100644 --- a/23.09.2/api/java/com/tangosol/net/cache/class-use/ReadWriteBackingMap.StoreWrapper.html +++ b/23.09.2/api/java/com/tangosol/net/cache/class-use/ReadWriteBackingMap.StoreWrapper.html @@ -154,8 +154,9 @@

    Uses of Method

    Description
    protected void
    -
    +
    ReadWriteBackingMap.configureCacheStore(ReadWriteBackingMap.StoreWrapper store, + boolean fReadOnly, + boolean fWBRemove)
    Set up the StoreWrapper that this backing map will use.
    diff --git a/23.09.2/api/java/com/tangosol/net/cache/class-use/ReadWriteBackingMap.html b/23.09.2/api/java/com/tangosol/net/cache/class-use/ReadWriteBackingMap.html index f6ed4c100185f..2ec3b6950cb69 100644 --- a/23.09.2/api/java/com/tangosol/net/cache/class-use/ReadWriteBackingMap.html +++ b/23.09.2/api/java/com/tangosol/net/cache/class-use/ReadWriteBackingMap.html @@ -84,35 +84,38 @@

    Uses of Method

    Description
    -
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap using the specified parameters.
    diff --git a/23.09.2/api/java/com/tangosol/net/class-use/BackingMapManagerContext.html b/23.09.2/api/java/com/tangosol/net/class-use/BackingMapManagerContext.html index 6607fbc00b4c4..58552b41c7681 100644 --- a/23.09.2/api/java/com/tangosol/net/class-use/BackingMapManagerContext.html +++ b/23.09.2/api/java/com/tangosol/net/class-use/BackingMapManagerContext.html @@ -143,68 +143,74 @@

    Uses of Method
    Description
    -
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    @@ -657,21 +663,45 @@

    Uses of Construct a ReadWriteBackingMap based on a BinaryEntryStore.
     
    -
    ReadWriteBackingMap(BackingMapManagerContext ctxService, +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + BinaryEntryStore storeBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteBackingMap based on a BinaryEntryStore.
    +
    +
     
    +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheLoader loader)
    +
    +
    Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
    +
    +
     
    +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + CacheLoader loader, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor)
    Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
     
    -
    ReadWriteBackingMap(BackingMapManagerContext ctxService, +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheLoader loader, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
    @@ -687,19 +717,31 @@

    Uses of Construct a ReadWriteBackingMap based on a NonBlockingEntryStore.

     
    -
    VersionedBackingMap(BackingMapManagerContext ctxService, +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + NonBlockingEntryStore storeBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteBackingMap based on a NonBlockingEntryStore.
    +
    +
     
    +
    VersionedBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheLoader loader, NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient)
    -
    +
    Deprecated.
    Construct a VersionedBackingMap using a CacheLoader object.
    -
     
    -
    VersionedBackingMap(BackingMapManagerContext ctxService, +
     
    +
    VersionedBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheStore store, @@ -709,6 +751,22 @@

    Uses of NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient)

    +
    +
    Deprecated.
    +
    Construct a VersionedBackingMap using a CacheStore object.
    +
    +
     
    +
    VersionedBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + CacheStore store, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + NamedCache mapVersionTransient, + NamedCache mapVersionPersist, + boolean fManageTransient, + boolean fWriteBehindRemove)
    Deprecated.
    Construct a VersionedBackingMap using a CacheStore object.
    @@ -764,13 +822,37 @@

    Uses of Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.

     
    -
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, +
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, + PartitionAwareBackingMap mapInternal, + Map mapMisses, + BinaryEntryStore storeBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    +
    +
     
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader loader, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor)
    +
    +
    Construct a ReadWriteSplittingBackingMap based on a CacheStore.
    +
    +
     
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, + PartitionAwareBackingMap mapInternal, + Map mapMisses, + CacheLoader loader, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap based on a CacheStore.
    @@ -785,6 +867,18 @@

    Uses of
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.

    +
     
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, + PartitionAwareBackingMap mapInternal, + Map mapMisses, + NonBlockingEntryStore storeNonBlockingBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    +
    diff --git a/23.09.2/api/java/com/tangosol/net/class-use/NamedCache.html b/23.09.2/api/java/com/tangosol/net/class-use/NamedCache.html index 378b59b9f2634..5c48e5039b762 100644 --- a/23.09.2/api/java/com/tangosol/net/class-use/NamedCache.html +++ b/23.09.2/api/java/com/tangosol/net/class-use/NamedCache.html @@ -1081,10 +1081,26 @@

    Uses of N
    Construct a VersionedBackingMap using a CacheStore object.

     
    -
    VersionedNearCache(Map mapLocal, +
    VersionedBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + CacheStore store, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + NamedCache mapVersionTransient, + NamedCache mapVersionPersist, + boolean fManageTransient, + boolean fWriteBehindRemove)
    +
    +
    Deprecated.
    +
    Construct a VersionedBackingMap using a CacheStore object.
    +
    +
     
    +
    VersionedNearCache(Map mapLocal, NamedCache mapDist, NamedCache mapVersion)
    -
    +
    Deprecated.
    Construct a VersionedNearCache.
    diff --git a/23.09.2/api/java/com/tangosol/net/partition/ReadWriteSplittingBackingMap.html b/23.09.2/api/java/com/tangosol/net/partition/ReadWriteSplittingBackingMap.html index a2364e2ee6fdb..41c6e30a6651f 100644 --- a/23.09.2/api/java/com/tangosol/net/partition/ReadWriteSplittingBackingMap.html +++ b/23.09.2/api/java/com/tangosol/net/partition/ReadWriteSplittingBackingMap.html @@ -133,7 +133,7 @@

    Nested classes/interf

    Field Summary

    Fields inherited from class com.tangosol.net.cache.ReadWriteBackingMap

    -BIN_STORE_PENDING, GUARD_RECOVERY, m_listenerSupport, MIN_REQUEUE_DELAY, REMOVED
    +BIN_ERASE_PENDING, BIN_STORE_PENDING, GUARD_RECOVERY, m_listenerSupport, MIN_REQUEUE_DELAY, PROP_WB_REMOVE_DEFAULT, REMOVED, RWBM_WB_REMOVE_DEFAULT

    Fields inherited from interface com.tangosol.net.cache.CacheMap

    EXPIRY_DEFAULT, EXPIRY_NEVER
    @@ -157,13 +157,35 @@

    Constructor Summary

    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    -
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, +
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, + PartitionAwareBackingMap mapInternal, + Map mapMisses, + BinaryEntryStore storeBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    +
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader loader, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor)
    +
    +
    Construct a ReadWriteSplittingBackingMap based on a CacheStore.
    +
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, + PartitionAwareBackingMap mapInternal, + Map mapMisses, + CacheLoader loader, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap based on a CacheStore.
    @@ -177,6 +199,17 @@

    Constructor Summary

    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, + PartitionAwareBackingMap mapInternal, + Map mapMisses, + NonBlockingEntryStore storeNonBlockingBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    +
    @@ -234,7 +267,7 @@

    Method Summary

    Methods inherited from class com.tangosol.net.cache.ReadWriteBackingMap

    -addMapListener, addMapListener, addMapListener, cancelOutstandingReads, clear, configureCacheStore, configureInternalCache, configureReadThread, configureWriteThread, containsKey, containsValue, entrySet, equals, extractExpiry, flush, flush, get, getAll, getCachedOrPending, getCacheService, getCacheStore, getCacheStoreTimeoutMillis, getContext, getControlMap, getFromInternalCache, getInternalCache, getInternalConfigurableCache, getInternalListener, getMissesCache, getPendingWrites, getReadQueue, getReadThread, getRefreshAheadFactor, getSyntheticEventsMap, getWriteBatchFactor, getWriteBehindMillis, getWriteBehindSeconds, getWriteMaxBatchSize, getWriteQueue, getWriteRequeueThreshold, getWriteThread, hashCode, heartbeat, instantiateCacheLoaderCacheStore, instantiateCacheStoreWrapper, instantiateCacheStoreWrapper, instantiateCacheStoreWrapper, instantiateControlMap, instantiateEntry, instantiateEntry, instantiateEntrySet, instantiateInternalListener, instantiateKeySet, instantiateReadLatch, instantiateReadQueue, instantiateReadThread, instantiateValuesCollection, instantiateWriteQueue, instantiateWriteThread, isActive, isReadOnly, isRefreshAhead, isRethrowExceptions, isWriteBehind, isWriteThrough, keySet, put, put, putAll, putInternal, putToInternalCache, putToInternalCache, putToInternalCache, putToInternalMap, release, remove, removeAll, removeFromWriteQueue, removeInternal, removeMapListener, removeMapListener, removeMapListener, setCacheName, setCacheStoreTimeoutMillis, setRefreshAheadFactor, setRethrowExceptions, setWriteBatchFactor, setWriteBehindMillis, setWriteBehindSeconds, setWriteMaxBatchSize, setWriteRequeueThreshold, size, terminateReadThread, terminateWriteThread, toString, updateThreadName, values, waitFor
    +addMapListener, addMapListener, addMapListener, cancelOutstandingReads, clear, configureCacheStore, configureInternalCache, configureReadThread, configureWriteThread, containsKey, containsValue, entrySet, equals, extractExpiry, flush, flush, get, getAll, getCachedOrPending, getCacheService, getCacheStore, getCacheStoreTimeoutMillis, getContext, getControlMap, getFromInternalCache, getInternalCache, getInternalConfigurableCache, getInternalListener, getMissesCache, getPendingRemoves, getPendingWrites, getReadQueue, getReadThread, getRefreshAheadFactor, getSyntheticEventsMap, getWriteBatchFactor, getWriteBehindMillis, getWriteBehindSeconds, getWriteMaxBatchSize, getWriteQueue, getWriteRequeueThreshold, getWriteThread, hashCode, heartbeat, instantiateCacheLoaderCacheStore, instantiateCacheStoreWrapper, instantiateCacheStoreWrapper, instantiateCacheStoreWrapper, instantiateControlMap, instantiateEntry, instantiateEntry, instantiateEntrySet, instantiateInternalListener, instantiateKeySet, instantiateReadLatch, instantiateReadQueue, instantiateReadThread, instantiateValuesCollection, instantiateWriteQueue, instantiateWriteThread, isActive, isReadOnly, isRefreshAhead, isRethrowExceptions, isWriteBehind, isWriteBehindRemove, isWriteThrough, keySet, put, put, putAll, putInternal, putToInternalCache, putToInternalCache, putToInternalCache, putToInternalMap, release, remove, removeAll, removeFromWriteQueue, removeInternal, removeMapListener, removeMapListener, removeMapListener, setCacheName, setCacheStoreTimeoutMillis, setRefreshAheadFactor, setRethrowExceptions, setWriteBatchFactor, setWriteBehindMillis, setWriteBehindSeconds, setWriteMaxBatchSize, setWriteRequeueThreshold, size, terminateReadThread, terminateWriteThread, toString, updateThreadName, values, waitFor

    Methods inherited from class java.util.AbstractMap

    clone, isEmpty
    @@ -302,6 +335,54 @@

    ReadWriteSplittingBackingMap

  • +
    +

    ReadWriteSplittingBackingMap

    +
    public ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, + PartitionAwareBackingMap mapInternal, + Map mapMisses, + CacheLoader loader, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    Construct a ReadWriteSplittingBackingMap based on a CacheStore.
    +
    +
    Parameters:
    +
    ctxService - the context provided by the CacheService + which is using this backing map
    +
    mapInternal - the PartitionAwareBackingMap used to store + the data internally in this backing map; + it must implement the ObservableMap + interface
    +
    mapMisses - the Map used to cache CacheStore misses + (optional)
    +
    loader - the CacheLoader responsible for the + persistence of the cached data (optional)
    +
    fReadOnly - pass true is the specified loader is in + fact a CacheStore that needs to be used + only for read operations; changes to the + cache will not be persisted
    +
    cWriteBehindSeconds - number of seconds to write if there is a + CacheStore; zero disables write-behind + caching, which (combined with !fReadOnly) + implies write-through
    +
    dflRefreshAheadFactor - the interval before an entry expiration + time (expressed as a percentage of the + internal cache expiration interval) during + which an asynchronous load request for the + entry will be scheduled; zero disables + refresh-ahead; only applicable when + the mapInternal parameter is an + instance of + LocalCache
    +
    fWriteBehindRemove - pass true if the specified loader is in fact + a CacheStore that needs to apply write-behind to remove
    +
    Since:
    +
    12.2.1.4.18
    +
    +
    +
  • +
  • ReadWriteSplittingBackingMap

    public ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, @@ -345,6 +426,54 @@

    ReadWriteSplittingBackingMap

  • +
    +

    ReadWriteSplittingBackingMap

    +
    public ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, + PartitionAwareBackingMap mapInternal, + Map mapMisses, + BinaryEntryStore storeBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    +
    +
    Parameters:
    +
    ctxService - the context provided by the CacheService + which is using this backing map
    +
    mapInternal - the PartitionAwareBackingMap used to store + the data internally in this backing map; + it must implement the ObservableMap + interface
    +
    mapMisses - the Map used to cache CacheStore misses + (optional)
    +
    storeBinary - the BinaryEntryStore responsible for the + persistence of the cached data (optional)
    +
    fReadOnly - pass true is the specified loader is in + fact a CacheStore that needs to be used + only for read operations; changes to the + cache will not be persisted
    +
    cWriteBehindSeconds - number of seconds to write if there is a + CacheStore; zero disables write-behind + caching, which (combined with !fReadOnly) + implies write-through
    +
    dflRefreshAheadFactor - the interval before an entry expiration + time (expressed as a percentage of the + internal cache expiration interval) during + which an asynchronous load request for the + entry will be scheduled; zero disables + refresh-ahead; only applicable when + the mapInternal parameter is an + instance of + LocalCache
    +
    fWriteBehindRemove - pass true if the specified loader is in fact + a CacheStore that needs to apply write-behind to remove
    +
    Since:
    +
    12.2.1.4.18
    +
    +
    +
  • +
  • ReadWriteSplittingBackingMap

    public ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, @@ -388,6 +517,55 @@

    ReadWriteSplittingBackingMap

  • +
  • +
    +

    ReadWriteSplittingBackingMap

    +
    public ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, + PartitionAwareBackingMap mapInternal, + Map mapMisses, + NonBlockingEntryStore storeNonBlockingBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    +
    +
    Parameters:
    +
    ctxService - the context provided by the CacheService + which is using this backing map
    +
    mapInternal - the PartitionAwareBackingMap used to store + the data internally in this backing map; + it must implement the ObservableMap + interface
    +
    mapMisses - the Map used to cache CacheStore misses + (optional)
    +
    storeNonBlockingBinary - the NonBlockingEntryStore responsible for + the persistence of the cached data + (optional)
    +
    fReadOnly - pass true is the specified loader is in + fact a CacheStore that needs to be used + only for read operations; changes to the + cache will not be persisted
    +
    cWriteBehindSeconds - number of seconds to write if there is a + CacheStore; zero disables write-behind + caching, which (combined with !fReadOnly) + implies write-through
    +
    dflRefreshAheadFactor - the interval before an entry expiration + time (expressed as a percentage of the + internal cache expiration interval) during + which an asynchronous load request for the + entry will be scheduled; zero disables + refresh-ahead; only applicable when + the mapInternal parameter is an + instance of + LocalCache
    +
    fWriteBehindRemove - pass true if the specified loader is in fact + a CacheStore that needs to apply write-behind to remove
    +
    Since:
    +
    12.2.1.4.18
    +
    +
    +
  • diff --git a/23.09.2/api/java/com/tangosol/net/partition/class-use/PartitionAwareBackingMap.html b/23.09.2/api/java/com/tangosol/net/partition/class-use/PartitionAwareBackingMap.html index f100d080a8a97..e354feb5cfbbd 100644 --- a/23.09.2/api/java/com/tangosol/net/partition/class-use/PartitionAwareBackingMap.html +++ b/23.09.2/api/java/com/tangosol/net/partition/class-use/PartitionAwareBackingMap.html @@ -80,35 +80,38 @@

    Uses of Method
    Description
    -
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    @@ -225,13 +228,37 @@

    Uses of Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
     
    -
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, +
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, + PartitionAwareBackingMap mapInternal, + Map mapMisses, + BinaryEntryStore storeBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    +
    +
     
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader loader, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor)
    +
    +
    Construct a ReadWriteSplittingBackingMap based on a CacheStore.
    +
    +
     
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, + PartitionAwareBackingMap mapInternal, + Map mapMisses, + CacheLoader loader, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap based on a CacheStore.
    @@ -246,6 +273,18 @@

    Uses of
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.

    +
     
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, + PartitionAwareBackingMap mapInternal, + Map mapMisses, + NonBlockingEntryStore storeNonBlockingBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    +
    diff --git a/23.09.2/api/java/com/tangosol/net/partition/class-use/ReadWriteSplittingBackingMap.html b/23.09.2/api/java/com/tangosol/net/partition/class-use/ReadWriteSplittingBackingMap.html index 99cf36eefd924..1cbb14594f711 100644 --- a/23.09.2/api/java/com/tangosol/net/partition/class-use/ReadWriteSplittingBackingMap.html +++ b/23.09.2/api/java/com/tangosol/net/partition/class-use/ReadWriteSplittingBackingMap.html @@ -76,35 +76,38 @@

    Uses of Method
    Description
    -
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    diff --git a/23.09.2/api/java/com/tangosol/util/class-use/Binary.html b/23.09.2/api/java/com/tangosol/util/class-use/Binary.html index 70293c0269928..245ee0f55fd5e 100644 --- a/23.09.2/api/java/com/tangosol/util/class-use/Binary.html +++ b/23.09.2/api/java/com/tangosol/util/class-use/Binary.html @@ -1479,30 +1479,35 @@

    Uses of BinaryModifier and Type
    Field
    Description
    -
    -
    ReadWriteBackingMap.BIN_STORE_PENDING
    +
    static final Binary
    +
    ReadWriteBackingMap.BIN_ERASE_PENDING
    -
    The binary form of the decoration indicating that the CacheStore - on the primary member has not yet written the value.
    +
    Binary representation of a decorated null for write-behind remove.
    -
    protected Binary
    -
    BackingMapBinaryEntry.m_binKey
    +
    protected static final Binary
    +
    ReadWriteBackingMap.BIN_STORE_PENDING
    -
    The Binary key.
    +
    The binary form of the decoration indicating that the CacheStore + on the primary member has not yet written the value.
    protected Binary
    -
    BackingMapBinaryEntry.m_binValue
    +
    BackingMapBinaryEntry.m_binKey
    -
    The Binary value.
    +
    The Binary key.
    protected Binary
    -
    BackingMapBinaryEntry.m_binValueOrig
    +
    BackingMapBinaryEntry.m_binValue
    -
    The original Binary value.
    +
    The Binary value.
    -
    protected static final Binary
    -
    ReadWriteBackingMap.REMOVED
    +
    protected Binary
    +
    BackingMapBinaryEntry.m_binValueOrig
    +
    The original Binary value.
    +
    +
    protected static final Binary
    +
    ReadWriteBackingMap.REMOVED
    +
    Marker object used by ReadWriteBackingMap.Entry to indicate remove was called on the Entry.
    diff --git a/23.09.2/api/java/com/tangosol/util/class-use/ObservableMap.html b/23.09.2/api/java/com/tangosol/util/class-use/ObservableMap.html index 67b022baddf42..1b0b1002640f9 100644 --- a/23.09.2/api/java/com/tangosol/util/class-use/ObservableMap.html +++ b/23.09.2/api/java/com/tangosol/util/class-use/ObservableMap.html @@ -120,35 +120,38 @@

    Uses of Method
    Description
    -
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap using the specified parameters.
    -
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, +
    ReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap using the specified parameters.
    @@ -548,21 +551,45 @@

    Uses of Construct a ReadWriteBackingMap based on a BinaryEntryStore.
     
    -
    ReadWriteBackingMap(BackingMapManagerContext ctxService, +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + BinaryEntryStore storeBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    +
    Construct a ReadWriteBackingMap based on a BinaryEntryStore.
    +
    +
     
    +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheLoader loader)
    +
    +
    Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
    +
    +
     
    +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + CacheLoader loader, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor)
    Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
     
    -
    ReadWriteBackingMap(BackingMapManagerContext ctxService, +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheLoader loader, boolean fReadOnly, int cWriteBehindSeconds, - double dflRefreshAheadFactor)
    + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
    @@ -578,20 +605,32 @@

    Uses of Construct a ReadWriteBackingMap based on a NonBlockingEntryStore.

     
    -
    SimpleOverflowMap(ObservableMap mapFront, - Map mapBack)
    +
    ReadWriteBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + NonBlockingEntryStore storeBinary, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + boolean fWriteBehindRemove)
    +
    Construct a ReadWriteBackingMap based on a NonBlockingEntryStore.
    +
    +
     
    +
    SimpleOverflowMap(ObservableMap mapFront, + Map mapBack)
    +
    Construct a SimpleOverflowMap using two specified maps: FrontMap (aka "cache" or "shallow") and BackMap (aka "file" or "deep")
    -
     
    -
    SimpleOverflowMap(ObservableMap mapFront, +
     
    +
    SimpleOverflowMap(ObservableMap mapFront, Map mapBack, Map mapMiss)
    -
    +
    Construct a SimpleOverflowMap using three specified maps: Front Map (aka "cache" or "shallow") and @@ -599,20 +638,20 @@

    Uses of  

    -
    VersionedBackingMap(BackingMapManagerContext ctxService, +
     
    +
    VersionedBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheLoader loader, NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient)
    -
    +
    Deprecated.
    Construct a VersionedBackingMap using a CacheLoader object.
    -
     
    -
    VersionedBackingMap(BackingMapManagerContext ctxService, +
     
    +
    VersionedBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheStore store, @@ -622,6 +661,22 @@

    Uses of NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient)

    +
    +
    Deprecated.
    +
    Construct a VersionedBackingMap using a CacheStore object.
    +
    +
     
    +
    VersionedBackingMap(BackingMapManagerContext ctxService, + ObservableMap mapInternal, + Map mapMisses, + CacheStore store, + boolean fReadOnly, + int cWriteBehindSeconds, + double dflRefreshAheadFactor, + NamedCache mapVersionTransient, + NamedCache mapVersionPersist, + boolean fManageTransient, + boolean fWriteBehindRemove)
    Deprecated.
    Construct a VersionedBackingMap using a CacheStore object.
    diff --git a/23.09.2/api/java/constant-values.html b/23.09.2/api/java/constant-values.html index ad82da1db4a7e..c1c351ce7623a 100644 --- a/23.09.2/api/java/constant-values.html +++ b/23.09.2/api/java/constant-values.html @@ -2542,6 +2542,9 @@

    com.tangosol.*

    protected static final float
    0.8999999761581421f
    +
    public static final String
    + +
    "coherence.rwbm.writebehind.remove.default"
  • diff --git a/23.09.2/api/java/index-all.html b/23.09.2/api/java/index-all.html index 851ffe705c096..1e50bd5092ba7 100644 --- a/23.09.2/api/java/index-all.html +++ b/23.09.2/api/java/index-all.html @@ -5808,6 +5808,10 @@

    B

    A place-holder Binary value used by the compressor to indicate a decoration-only update.
    +
    BIN_ERASE_PENDING - Static variable in class com.tangosol.net.cache.ReadWriteBackingMap
    +
    +
    Binary representation of a decorated null for write-behind remove.
    +
    BIN_STORE_PENDING - Static variable in class com.tangosol.net.cache.ReadWriteBackingMap
    The binary form of the decoration indicating that the CacheStore @@ -12121,7 +12125,7 @@

    C

    Deprecated.
    Ensures a cache for given scheme.
    -
    configureCacheStore(ReadWriteBackingMap.StoreWrapper, boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
    +
    configureCacheStore(ReadWriteBackingMap.StoreWrapper, boolean, boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
    Set up the StoreWrapper that this backing map will use.
    @@ -36576,6 +36580,11 @@

    G

    Obtain a map of entries removed from the queue, but not yet persisted to the underlying datastore.
    +
    getPendingRemoves() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
    +
    +
    Get the pending removes key set for the CacheStore used by this + backing map.
    +
    getPendingWrites() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
    Return the size of the write-behind queue if configured, or the @@ -46089,16 +46098,12 @@

    I

    Factory pattern: Instantiate the refresh-ahead thread.
    -
    instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, BinaryEntryStore, boolean, int, double) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
    -
    -
    Construct a ReadWriteBackingMap using the specified parameters.
    -
    instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, BinaryEntryStore, boolean, int, double) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
    Deprecated.
    Construct a ReadWriteBackingMap using the specified parameters.
    -
    instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, boolean, int, double) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
    +
    instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, BinaryEntryStore, boolean, int, double, boolean) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
    Construct a ReadWriteBackingMap using the specified parameters.
    @@ -46107,7 +46112,11 @@

    I

    Deprecated.
    Construct a ReadWriteBackingMap using the specified parameters.
    -
    instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, NonBlockingEntryStore, boolean, int, double) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
    +
    instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, boolean, int, double, boolean) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
    +
    +
    Construct a ReadWriteBackingMap using the specified parameters.
    +
    +
    instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, NonBlockingEntryStore, boolean, int, double, boolean) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
    Construct a ReadWriteBackingMap using the specified parameters.
    @@ -46116,16 +46125,12 @@

    I

    Deprecated.
    Create a ReadWriteBackingMap using the "read-write-backing-map-scheme" element.
    -
    instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, BinaryEntryStore, boolean, int, double) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
    -
    -
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    -
    instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, BinaryEntryStore, boolean, int, double) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
    Deprecated.
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    -
    instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, CacheLoader, boolean, int, double) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
    +
    instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, BinaryEntryStore, boolean, int, double, boolean) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    @@ -46134,7 +46139,11 @@

    I

    Deprecated.
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    -
    instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, NonBlockingEntryStore, boolean, int, double) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
    +
    instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, CacheLoader, boolean, int, double, boolean) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
    +
    +
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    +
    +
    instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, NonBlockingEntryStore, boolean, int, double, boolean) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
    Construct a ReadWriteSplittingBackingMap using the specified parameters.
    @@ -50806,6 +50815,15 @@

    I

    Determine if the backing map writes changes on a write-behind thread through the CacheStore.
    +
    isWriteBehindRemove() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
    +
    +
    Determine if the backing map should apply write-behind delay to + remove from CacheStore.
    +
    +
    isWriteBehindRemove(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
    +
    +
    Returns true if the write-behind applies to remove.
    +
    isWriteLocked() - Method in class com.oracle.coherence.concurrent.locks.RemoteReadWriteLock
    Queries if the write lock is held by any thread.
    @@ -63506,6 +63524,10 @@

    O

    Logs a store eraseAll() failure.
    +
    onEraseFailure(ReadWriteBackingMap.Entry, Exception) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
    +
    +
    Logs a store erase() failure.
    +
    onEraseFailure(Object, Exception) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
    Logs a store erase() failure.
    @@ -68769,6 +68791,10 @@

    P

    The system property that sets the URI of a file to read to obtain the password for the TLS key file.
    +
    PROP_WB_REMOVE_DEFAULT - Static variable in class com.tangosol.net.cache.ReadWriteBackingMap
    +
    +
    A Boolean system property to control whether write behind remove is enabled.
    +
    PropertiesParameterResolver - Class in com.tangosol.config.expression
    A PropertiesParameterResolver is a ParameterResolver that is @@ -72999,6 +73025,10 @@

    R

    Construct a ReadWriteBackingMap based on a BinaryEntryStore.
    +
    ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, BinaryEntryStore, boolean, int, double, boolean) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap
    +
    +
    Construct a ReadWriteBackingMap based on a BinaryEntryStore.
    +
    ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap
    Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
    @@ -73007,10 +73037,18 @@

    R

    Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
    +
    ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, boolean, int, double, boolean) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap
    +
    +
    Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
    +
    ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, NonBlockingEntryStore, boolean, int, double) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap
    Construct a ReadWriteBackingMap based on a NonBlockingEntryStore.
    +
    ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, NonBlockingEntryStore, boolean, int, double, boolean) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap
    +
    +
    Construct a ReadWriteBackingMap based on a NonBlockingEntryStore.
    +
    ReadWriteBackingMap.BinaryEntryStoreWrapper - Class in com.tangosol.net.cache
    A wrapper around the original BinaryEntryStore to allow operations to be @@ -73120,14 +73158,26 @@

    R

    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, BinaryEntryStore, boolean, int, double, boolean) - Constructor for class com.tangosol.net.partition.ReadWriteSplittingBackingMap
    +
    +
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, CacheLoader, boolean, int, double) - Constructor for class com.tangosol.net.partition.ReadWriteSplittingBackingMap
    Construct a ReadWriteSplittingBackingMap based on a CacheStore.
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, CacheLoader, boolean, int, double, boolean) - Constructor for class com.tangosol.net.partition.ReadWriteSplittingBackingMap
    +
    +
    Construct a ReadWriteSplittingBackingMap based on a CacheStore.
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, NonBlockingEntryStore, boolean, int, double) - Constructor for class com.tangosol.net.partition.ReadWriteSplittingBackingMap
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    +
    ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, NonBlockingEntryStore, boolean, int, double, boolean) - Constructor for class com.tangosol.net.partition.ReadWriteSplittingBackingMap
    +
    +
    Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
    +
    readXml(XmlElement) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
    Deserialize an object from XML.
    @@ -78919,6 +78969,10 @@

    R

    Run the passed task on a separate thread.
    +
    RWBM_WB_REMOVE_DEFAULT - Static variable in class com.tangosol.net.cache.ReadWriteBackingMap
    +
    +
    The default write behind remove behavior.
    +

    S

    @@ -84375,6 +84429,10 @@

    S

    Set the number of milliseconds between write-behind writes to the CacheStore.
    +
    setWriteBehindRemove(Expression<Boolean>) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
    +
    +
    Set the write-behind-remove flag.
    +
    setWriteBehindSeconds(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
    Set the number of seconds between write-behind writes to the CacheStore.
    @@ -95103,6 +95161,11 @@

    V

    Deprecated.
    Construct a VersionedBackingMap using a CacheStore object.
    +
    VersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheStore, boolean, int, double, NamedCache, NamedCache, boolean, boolean) - Constructor for class com.tangosol.net.cache.VersionedBackingMap
    +
    +
    Deprecated.
    +
    Construct a VersionedBackingMap using a CacheStore object.
    +
    VersionedBackingMap.CacheStoreWrapper - Class in com.tangosol.net.cache
    Deprecated.
    diff --git a/23.09.2/api/java/member-search-index.js b/23.09.2/api/java/member-search-index.js index 0a4a31f157dbc..5dd3f71fd78de 100644 --- a/23.09.2/api/java/member-search-index.js +++ b/23.09.2/api/java/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"abort(Object)","u":"abort(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"abort(Object)","u":"abort(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"abort(Object)","u":"abort(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"abort(Throwable)","u":"abort(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"abortInternal(Object)","u":"abortInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"ABOVE"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"AbstractAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"AbstractAggregator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"AbstractAggregator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"AbstractAsynchronousAggregator(InvocableMap.StreamingAggregator, int)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.StreamingAggregator,int)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"AbstractAsynchronousAggregator(InvocableMap.StreamingAggregator, int, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.StreamingAggregator,int,java.util.concurrent.Executor)"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"AbstractAsynchronousProcessor(InvocableMap.EntryProcessor, int)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int)"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"AbstractAsynchronousProcessor(InvocableMap.EntryProcessor, int, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int,java.util.concurrent.Executor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"AbstractAsyncRepository()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"AbstractBackingMapManager","l":"AbstractBackingMapManager()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"AbstractBigDecimalAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"AbstractBigDecimalAggregator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"AbstractBigDecimalAggregator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler","l":"AbstractBinaryEntryBundler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractBinaryStore","l":"AbstractBinaryStore()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"AbstractBufferInput()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"AbstractBufferManager(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"AbstractBufferOutput()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"AbstractBufferOutput(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"AbstractBundler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"AbstractByteArrayReadBuffer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"AbstractByteArrayReadBuffer(byte[], int, int)","u":"%3Cinit%3E(byte[],int,int)"},{"p":"com.tangosol.util","c":"AbstractByteSequence","l":"AbstractByteSequence()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"AbstractCacheInterceptor","l":"AbstractCacheInterceptor(Coherence, CoherenceExtension)","u":"%3Cinit%3E(com.tangosol.net.Coherence,com.oracle.coherence.cdi.CoherenceExtension)"},{"p":"com.tangosol.net.cache","c":"AbstractCacheLoader","l":"AbstractCacheLoader()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractCacheStore","l":"AbstractCacheStore()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"AbstractCachingScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"AbstractCertificateLoader(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.AbstractCodec","l":"AbstractCodec()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"AbstractCoherenceBasedCache(CoherenceBasedCacheManager, String, C)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String,C)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"AbstractCoherenceBasedCompleteConfiguration()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"AbstractCoherenceBasedCompleteConfiguration(CompleteConfiguration)","u":"%3Cinit%3E(javax.cache.configuration.CompleteConfiguration)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"AbstractComparableAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"AbstractComparableAggregator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"AbstractComparableAggregator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"AbstractComparableAggregator(ValueExtractor, Comparator)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.Comparator)"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"AbstractCompositeExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"AbstractCompositeExtractor(ValueExtractor[])","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor[])"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCompositeScheme","l":"AbstractCompositeScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"AbstractConverterEntry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.util.aggregator","c":"AbstractDoubleAggregator","l":"AbstractDoubleAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"AbstractDoubleAggregator","l":"AbstractDoubleAggregator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"AbstractDoubleAggregator","l":"AbstractDoubleAggregator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor","l":"AbstractEmptyElementProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor","l":"AbstractEmptyElementProcessor(AbstractEmptyElementProcessor.EmptyElementBehavior)","u":"%3Cinit%3E(com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor.EmptyElementBehavior)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor","l":"AbstractEmptyElementProcessor(T)","u":"%3Cinit%3E(T)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler","l":"AbstractEntryBundler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"AbstractEvictionPolicy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractEvolvable","l":"AbstractEvolvable()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"AbstractEvolvableProcessor","l":"AbstractEvolvableProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"AbstractExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"AbstractInvocable()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"AbstractJCacheStatistics","l":"AbstractJCacheStatistics()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"AbstractJournalScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"AbstractKeyBasedMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler","l":"AbstractKeyBundler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"AbstractKeySetBasedMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"AbstractKeyStoreLoader(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractLocalCachingScheme","l":"AbstractLocalCachingScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"AbstractLongAggregator","l":"AbstractLongAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"AbstractLongAggregator","l":"AbstractLongAggregator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"AbstractLongAggregator","l":"AbstractLongAggregator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"AbstractLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractMapListener","l":"AbstractMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.io","c":"AbstractMarshaller","l":"AbstractMarshaller(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"AbstractNamespaceHandler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractNioManagerBuilder","l":"AbstractNioManagerBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder.AbstractOPToken","l":"AbstractOPToken(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"AbstractPartitionedIterator(Filter, NamedCache, PartitionSet)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.net.NamedCache,com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"AbstractPartitionedIterator(Filter, NamedCache, PartitionSet, boolean, boolean)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.net.NamedCache,com.tangosol.net.partition.PartitionSet,boolean,boolean)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"AbstractPersistenceEnvironment(File, File, File)","u":"%3Cinit%3E(java.io.File,java.io.File,java.io.File)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"AbstractPersistenceEnvironment(File, File, File, File)","u":"%3Cinit%3E(java.io.File,java.io.File,java.io.File,java.io.File)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"AbstractPersistenceEnvironment(File, File, File, File, File)","u":"%3Cinit%3E(java.io.File,java.io.File,java.io.File,java.io.File,java.io.File)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"AbstractPersistenceManager(File, File, String)","u":"%3Cinit%3E(java.io.File,java.io.File,java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistenceSnapshotTools","l":"AbstractPersistenceSnapshotTools(File, OfflinePersistenceInfo)","u":"%3Cinit%3E(java.io.File,com.oracle.coherence.persistence.OfflinePersistenceInfo)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools","l":"AbstractPersistenceTools(OfflinePersistenceInfo)","u":"%3Cinit%3E(com.oracle.coherence.persistence.OfflinePersistenceInfo)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"AbstractPersistentStore(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"AbstractPofHandler(PofHandler)","u":"%3Cinit%3E(com.tangosol.io.pof.PofHandler)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofPath","l":"AbstractPofPath()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"AbstractPofValue(PofValue, ReadBuffer, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"AbstractPriorityTask()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"AbstractPrivateKeyLoader(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.processor","c":"AbstractProcessor","l":"AbstractProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine","l":"AbstractQueryEngine()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder","l":"AbstractQueryPlusStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"AbstractQueryRecorderFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"AbstractReadBuffer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.AbstractRecordableStep","l":"AbstractRecordableStep(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"AbstractRepository()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"AbstractRepositoryBase()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"AbstractSafeLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractScheme","l":"AbstractScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractScript","l":"AbstractScript()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractScript","l":"AbstractScript(String, String, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"AbstractSerializationCache(BinaryStore)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"AbstractSerializationCache(BinaryStore, boolean)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"AbstractSerializationCache(BinaryStore, ClassLoader)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"AbstractServiceLoadBalancer","l":"AbstractServiceLoadBalancer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"AbstractServiceScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"AbstractSnapshotArchiver(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"AbstractSnapshotStatement(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"AbstractSparseArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"AbstractSQLSnapshotOPToken","l":"AbstractSQLSnapshotOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"AbstractSQLSnapshotOPToken","l":"AbstractSQLSnapshotOPToken(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"AbstractStableIterator","l":"AbstractStableIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder.AbstractStatement","l":"AbstractStatement()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatement","l":"AbstractStatement()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"AbstractStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"AbstractStoreManager(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractStoreManagerBuilder","l":"AbstractStoreManagerBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"AbstractUpdater","l":"AbstractUpdater()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"AbstractWrapperCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"AbstractWrapperCollection(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"AbstractWrapperEntry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"AbstractWrapperIterator(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"AbstractWrapperList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"AbstractWrapperList(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"AbstractWrapperListIterator(ListIterator)","u":"%3Cinit%3E(java.util.ListIterator)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"AbstractWrapperLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"AbstractWrapperMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"AbstractWrapperMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSet","l":"AbstractWrapperSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSet","l":"AbstractWrapperSet(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"AbstractWrapperSortedMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"AbstractWrapperSortedMap(SortedMap)","u":"%3Cinit%3E(java.util.SortedMap)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"AbstractWrapperSortedSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"AbstractWrapperSortedSet(SortedSet)","u":"%3Cinit%3E(java.util.SortedSet)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"AbstractWriteBuffer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"accelerateEntryRipe(Binary)","u":"accelerateEntryRipe(com.tangosol.util.Binary)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"accept()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"accept()"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"accept()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"accept()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"accept()"},{"p":"com.tangosol.net","c":"SocketAddressProvider","l":"accept()"},{"p":"com.tangosol.util","c":"NullImplementation.NullAddressProvider","l":"accept()"},{"p":"com.tangosol.persistence","c":"ArchiverHelper.DirectoryFileFilter","l":"accept(File)","u":"accept(java.io.File)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"accept(TermWalker)","u":"accept(com.tangosol.coherence.dsltools.termtrees.TermWalker)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"accept(TermWalker)","u":"accept(com.tangosol.coherence.dsltools.termtrees.TermWalker)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"accept(TermWalker)","u":"accept(com.tangosol.coherence.dsltools.termtrees.TermWalker)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"TermWalker","l":"acceptAtom(String, AtomicTerm)","u":"acceptAtom(java.lang.String,com.tangosol.coherence.dsltools.termtrees.AtomicTerm)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"acceptBinaryOperator(String, Term, Term)","u":"acceptBinaryOperator(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"acceptIdentifier(String)","u":"acceptIdentifier(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"acceptList(NodeTerm)","u":"acceptList(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"TermWalker","l":"acceptNode(String, NodeTerm)","u":"acceptNode(java.lang.String,com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AcceptorDependenciesProcessor","l":"AcceptorDependenciesProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"acceptPath(NodeTerm)","u":"acceptPath(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor","l":"accepts(ProcessingContext, XmlElement)","u":"accepts(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ConditionalElementProcessor","l":"accepts(ProcessingContext, XmlElement)","u":"accepts(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"TermWalker","l":"acceptTerm(String, Term)","u":"acceptTerm(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"acceptUnaryOperator(String, Term)","u":"acceptUnaryOperator(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"accessed(long, ExpiryPolicy)","u":"accessed(long,javax.cache.expiry.ExpiryPolicy)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"accessInternalValue(long, ExpiryPolicy)","u":"accessInternalValue(long,javax.cache.expiry.ExpiryPolicy)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"accumulate(Streamer>)","u":"accumulate(com.tangosol.util.Streamer)"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"accumulate(Streamer>)","u":"accumulate(com.tangosol.util.Streamer)"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"accumulate(Streamer>)","u":"accumulate(com.tangosol.util.Streamer)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"accumulate(Streamer>)","u":"accumulate(com.tangosol.util.Streamer)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"accumulate(Streamer>)","u":"accumulate(com.tangosol.util.Streamer)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"accumulateAndGet(int, IntBinaryOperator)","u":"accumulateAndGet(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"accumulateAndGet(int, IntBinaryOperator)","u":"accumulateAndGet(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"accumulateAndGet(int, IntBinaryOperator)","u":"accumulateAndGet(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"accumulateAndGet(int, IntBinaryOperator)","u":"accumulateAndGet(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"accumulateAndGet(int, IntBinaryOperator)","u":"accumulateAndGet(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"accumulateAndGet(int, IntBinaryOperator)","u":"accumulateAndGet(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"accumulateAndGet(int, Remote.IntBinaryOperator)","u":"accumulateAndGet(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"accumulateAndGet(int, Remote.IntBinaryOperator)","u":"accumulateAndGet(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"accumulateAndGet(int, Remote.IntBinaryOperator)","u":"accumulateAndGet(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"accumulateAndGet(int, Remote.IntBinaryOperator)","u":"accumulateAndGet(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"accumulateAndGet(int, Remote.IntBinaryOperator)","u":"accumulateAndGet(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"accumulateAndGet(int, Remote.IntBinaryOperator)","u":"accumulateAndGet(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"accumulateAndGet(long, LongBinaryOperator)","u":"accumulateAndGet(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"accumulateAndGet(long, LongBinaryOperator)","u":"accumulateAndGet(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"accumulateAndGet(long, LongBinaryOperator)","u":"accumulateAndGet(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"accumulateAndGet(long, LongBinaryOperator)","u":"accumulateAndGet(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"accumulateAndGet(long, LongBinaryOperator)","u":"accumulateAndGet(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"accumulateAndGet(long, LongBinaryOperator)","u":"accumulateAndGet(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"accumulateAndGet(long, Remote.LongBinaryOperator)","u":"accumulateAndGet(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"accumulateAndGet(long, Remote.LongBinaryOperator)","u":"accumulateAndGet(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"accumulateAndGet(long, Remote.LongBinaryOperator)","u":"accumulateAndGet(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"accumulateAndGet(long, Remote.LongBinaryOperator)","u":"accumulateAndGet(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"accumulateAndGet(long, Remote.LongBinaryOperator)","u":"accumulateAndGet(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"accumulateAndGet(long, Remote.LongBinaryOperator)","u":"accumulateAndGet(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"accumulateAndGet(V, BinaryOperator)","u":"accumulateAndGet(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"accumulateAndGet(V, BinaryOperator)","u":"accumulateAndGet(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"accumulateAndGet(V, BinaryOperator)","u":"accumulateAndGet(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"accumulateAndGet(V, BinaryOperator)","u":"accumulateAndGet(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"accumulateAndGet(V, BinaryOperator)","u":"accumulateAndGet(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"accumulateAndGet(V, BinaryOperator)","u":"accumulateAndGet(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"accumulateAndGet(V, Remote.BinaryOperator)","u":"accumulateAndGet(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"accumulateAndGet(V, Remote.BinaryOperator)","u":"accumulateAndGet(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"accumulateAndGet(V, Remote.BinaryOperator)","u":"accumulateAndGet(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"accumulateAndGet(V, Remote.BinaryOperator)","u":"accumulateAndGet(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"accumulateAndGet(V, Remote.BinaryOperator)","u":"accumulateAndGet(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"accumulateAndGet(V, Remote.BinaryOperator)","u":"accumulateAndGet(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"acquire()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"acquire()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"acquire()"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"acquire(int)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"acquire(int)"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"acquire(int)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"acquireReadLock()"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"acquireReadLock()"},{"p":"com.tangosol.util","c":"SafeLongArray","l":"acquireReadLock()"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"acquireUninterruptibly()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"acquireUninterruptibly()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"acquireUninterruptibly()"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"acquireUninterruptibly(int)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"acquireUninterruptibly(int)"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"acquireUninterruptibly(int)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"acquireWriteLock()"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"acquireWriteLock()"},{"p":"com.tangosol.util","c":"SafeLongArray","l":"acquireWriteLock()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"ACTION_ALLOW"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"ACTION_IGNORE"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"ACTION_IGNORE_LOGICAL"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"ACTION_REMOVE"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"ACTION_REMOVE_LOGICAL"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"ACTION_ROLLBACK"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder","l":"ActionPolicyBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.ActionPolicyParameterizedBuilder","l":"ActionPolicyParameterizedBuilder(ParameterizedBuilder)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"activate()"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"activate()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"activate()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"activate()"},{"p":"com.tangosol.net","c":"Session","l":"activate()"},{"p":"com.tangosol.net.events.application","c":"LifecycleEvent.Type","l":"ACTIVATED"},{"p":"com.tangosol.net.events.application","c":"LifecycleEvent.Type","l":"ACTIVATING"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"ADAPTER_INIT_PARAMS"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"add(BinaryEntry)","u":"add(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.util","c":"Tree","l":"add(Comparable)","u":"add(java.lang.Comparable)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"add(Comparator)","u":"add(java.util.Comparator)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"add(E)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"add(E)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"add(E)"},{"p":"com.tangosol.util","c":"LiteSet","l":"add(E)"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"add(E)"},{"p":"com.tangosol.util","c":"SortedBag","l":"add(E)"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"add(E)"},{"p":"com.tangosol.util","c":"SubSet","l":"add(E)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"add(E)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"add(E)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"add(E)"},{"p":"com.tangosol.util","c":"Listeners","l":"add(EventListener)","u":"add(java.util.EventListener)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"add(Guardable, long, float)","u":"add(com.tangosol.net.Guardable,long,float)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"add(int)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"add(int, E)","u":"add(int,E)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"add(int, Object)","u":"add(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"add(int, Object)","u":"add(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableList","l":"add(int, Object)","u":"add(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"add(int, Object)","u":"add(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"add(int, Object)","u":"add(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"add(int, T)","u":"add(int,T)"},{"p":"com.tangosol.util","c":"SubList","l":"add(int, T)","u":"add(int,T)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"add(JCacheStatistics)","u":"add(com.tangosol.coherence.jcache.common.JCacheStatistics)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"add(JCacheStatistics)","u":"add(com.tangosol.coherence.jcache.common.JCacheStatistics)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"add(JCacheStatistics)","u":"add(com.tangosol.coherence.jcache.common.JCacheStatistics)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"add(Map.Entry)","u":"add(java.util.Map.Entry)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.net","c":"LoadBalancer.Queue","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedMap.EntrySet","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"DeltaSet","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"MapSet","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"add(Object, Object)","u":"add(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.config","c":"ParameterList","l":"add(Parameter)","u":"add(com.tangosol.config.expression.Parameter)"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"add(Parameter)","u":"add(com.tangosol.config.expression.Parameter)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"add(Parameter)","u":"add(com.tangosol.config.expression.Parameter)"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"add(Parameter)","u":"add(com.tangosol.config.expression.Parameter)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"add(PartitionSet)","u":"add(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"add(PropertySpec)","u":"add(com.tangosol.coherence.rest.util.PropertySpec)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"add(ReadWriteBackingMap.Entry, long)","u":"add(com.tangosol.net.cache.ReadWriteBackingMap.Entry,long)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"add(Runnable)","u":"add(java.lang.Runnable)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies","l":"add(String)","u":"add(java.lang.String)"},{"p":"com.tangosol.util","c":"StringTable","l":"add(String)","u":"add(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"ListBasedAddressProviderBuilder","l":"add(String, int)","u":"add(java.lang.String,int)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"add(T)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"add(T)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"add(T)"},{"p":"com.tangosol.util","c":"SubList","l":"add(T)"},{"p":"com.oracle.coherence.common.base","c":"Collector","l":"add(V)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"add(V)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"add(V)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"add(V)"},{"p":"com.tangosol.util","c":"LongArray","l":"add(V)"},{"p":"com.tangosol.util","c":"NullImplementation.NullCollector","l":"add(V)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"add(V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"add(V)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"addAddress(InetSocketAddress)","u":"addAddress(java.net.InetSocketAddress)"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"addAddress(SocketAddress)","u":"addAddress(java.net.SocketAddress)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"addAliases(TokenTable)","u":"addAliases(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"MapSet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"LiteSet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubSet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"addAll(Collection>)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubList","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util","c":"InflatableList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util","c":"SubList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"addAll(Iterator)","u":"addAll(java.util.Iterator)"},{"p":"com.tangosol.util","c":"Listeners","l":"addAll(Listeners)","u":"addAll(com.tangosol.util.Listeners)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"addAll(Map)","u":"addAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"addAll(Set)","u":"addAll(java.util.Set)"},{"p":"com.tangosol.util","c":"StringTable","l":"addAll(StringTable)","u":"addAll(com.tangosol.util.StringTable)"},{"p":"com.tangosol.util","c":"Tree","l":"addAll(Tree)","u":"addAll(com.tangosol.util.Tree)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"addAlterSessionStatement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"addAndGet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"addAndGet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"addAndGet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"addAndGet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"addAndGet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"addAndGet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"addAndGet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"addAndGet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"addAndGet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"addAndGet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"addAndGet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"addAndGet(long)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"addAttribute(String)","u":"addAttribute(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"addAttribute(String)","u":"addAttribute(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"InetAddressRangeFilterBuilder","l":"addAuthorizedHostsToFilter(String, String)","u":"addAuthorizedHostsToFilter(java.lang.String,java.lang.String)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"addBuffer()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"addCacheEntryListenerConfiguration(CacheEntryListenerConfiguration)","u":"addCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"addCacheEntryListenerConfiguration(CacheEntryListenerConfiguration)","u":"addCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"addCacheMappingRegistry(SchemeMappingRegistry)","u":"addCacheMappingRegistry(com.tangosol.coherence.config.SchemeMappingRegistry)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager","l":"addConfig(BundleManager.BundleConfig)","u":"addConfig(com.tangosol.coherence.config.scheme.BundleManager.BundleConfig)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"addCookie(Class, String, T)","u":"addCookie(java.lang.Class,java.lang.String,T)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"addCookie(Class, String, T)","u":"addCookie(java.lang.Class,java.lang.String,T)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"addCookie(Class, T)","u":"addCookie(java.lang.Class,T)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"addCookie(Class, T)","u":"addCookie(java.lang.Class,T)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"CacheDefaultsPreprocessor","l":"addDefaultDefinition(String, String)","u":"addDefaultDefinition(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"OperationalDefaultsPreprocessor","l":"addDefaultsDefinition(String, XmlElement)","u":"addDefaultsDefinition(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"Dequeue","l":"addElement(Object)","u":"addElement(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"addElement(String)","u":"addElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"addElement(String)","u":"addElement(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DocumentElementPreprocessor","l":"addElementPreprocessor(DocumentElementPreprocessor.ElementPreprocessor)","u":"addElementPreprocessor(com.tangosol.config.xml.DocumentElementPreprocessor.ElementPreprocessor)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"addElements(XmlElement, Iterator)","u":"addElements(com.tangosol.run.xml.XmlElement,java.util.Iterator)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"addEnumeration(Enumeration)","u":"addEnumeration(java.util.Enumeration)"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"addEqualKeys(SortedMap>, int)","u":"addEqualKeys(java.util.SortedMap,int)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"addEqualKeys(SortedMap>, int)","u":"addEqualKeys(java.util.SortedMap,int)"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"addEqualKeys(SortedMap>, Set)","u":"addEqualKeys(java.util.SortedMap,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"addEqualKeys(SortedMap>, Set)","u":"addEqualKeys(java.util.SortedMap,java.util.Set)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEventEventDispatcher","l":"addEvent(Class, CacheEntryEvent)","u":"addEvent(java.lang.Class,javax.cache.event.CacheEntryEvent)"},{"p":"com.tangosol.net.events","c":"EventDispatcher","l":"addEventInterceptor(EventInterceptor)","u":"addEventInterceptor(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.events","c":"EventDispatcher","l":"addEventInterceptor(String, EventInterceptor)","u":"addEventInterceptor(java.lang.String,com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.events","c":"EventDispatcher","l":"addEventInterceptor(String, EventInterceptor, Set, boolean)","u":"addEventInterceptor(java.lang.String,com.tangosol.net.events.EventInterceptor,java.util.Set,boolean)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"addFilterMapListener(String, String, String, ByteString, long, boolean, boolean, ByteString)","u":"addFilterMapListener(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,long,boolean,boolean,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"addForwardEntry(Object, Object)","u":"addForwardEntry(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"addFunction(String, ParameterizedBuilder)","u":"addFunction(java.lang.String,com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"addIndex(AddIndexRequest)","u":"addIndex(com.oracle.coherence.grpc.AddIndexRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"addIndex(AddIndexRequest)","u":"addIndex(com.oracle.coherence.grpc.AddIndexRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"addIndex(AddIndexRequest, StreamObserver)","u":"addIndex(com.oracle.coherence.grpc.AddIndexRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"addIndex(CacheRequestHolder)","u":"addIndex(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"addIndex(String, String, String, ByteString)","u":"addIndex(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"addIndex(String, String, String, ByteString, boolean)","u":"addIndex(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,boolean)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"addIndex(String, String, String, ByteString, boolean, ByteString)","u":"addIndex(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,boolean,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"addIndex(ValueExtractor, boolean, Comparator, ObservableMap, Map)","u":"addIndex(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator,com.tangosol.util.ObservableMap,java.util.Map)"},{"p":"com.tangosol.util","c":"QueryMap","l":"addIndex(ValueExtractor)","u":"addIndex(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"addIndex(ValueExtractor, boolean, Comparator)","u":"addIndex(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"addIndex(ValueExtractor, boolean, Comparator)","u":"addIndex(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"addIndex(ValueExtractor, boolean, Comparator)","u":"addIndex(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"addIndex(ValueExtractor, boolean, Comparator)","u":"addIndex(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterQueryMap","l":"addIndex(ValueExtractor, boolean, Comparator)","u":"addIndex(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator)"},{"p":"com.tangosol.util","c":"QueryMap","l":"addIndex(ValueExtractor, boolean, Comparator)","u":"addIndex(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"addInternalValueDecoration(Object, int, Object)","u":"addInternalValueDecoration(java.lang.Object,int,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"addInternalValueDecoration(Object, int, Object)","u":"addInternalValueDecoration(java.lang.Object,int,java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"addInverseCollectionMapping(Map, Object, Object)","u":"addInverseCollectionMapping(java.util.Map,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"addInverseMapping(Map, Object, Object)","u":"addInverseMapping(java.util.Map,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"addInverseMapping(Object, Object)","u":"addInverseMapping(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"addIterator(Iterator)","u":"addIterator(java.util.Iterator)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AdditionOperator","l":"AdditionOperator()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"addKeyMapListener(String, String, String, ByteString, boolean, boolean, ByteString)","u":"addKeyMapListener(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,boolean,boolean,com.google.protobuf.ByteString)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"addLifecycleListener(LifecycleListener)","u":"addLifecycleListener(com.tangosol.application.LifecycleListener)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.AddListener","l":"AddListener()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"addListener(AbstractRepositoryBase.Listener)","u":"addListener(com.oracle.coherence.repository.AbstractRepositoryBase.Listener)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"addListener(boolean)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"addListener(boolean, String)","u":"addListener(boolean,java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"addListener(boolean, UriInfo)","u":"addListener(boolean,jakarta.ws.rs.core.UriInfo)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"addListener(Filter, AbstractRepositoryBase.Listener)","u":"addListener(com.tangosol.util.Filter,com.oracle.coherence.repository.AbstractRepositoryBase.Listener)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"addListener(Filter, long, boolean, boolean)","u":"addListener(com.tangosol.util.Filter,long,boolean,boolean)"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"addListener(FiniteStateMachineListener)","u":"addListener(com.tangosol.util.fsm.FiniteStateMachineListener)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"addListener(FiniteStateMachineListener)","u":"addListener(com.tangosol.util.fsm.FiniteStateMachineListener)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"addListener(ID, AbstractRepositoryBase.Listener)","u":"addListener(ID,com.oracle.coherence.repository.AbstractRepositoryBase.Listener)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addListener(MapListener, Filter, boolean)","u":"addListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addListener(MapListener, Object, boolean)","u":"addListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addListener(MapListener, Set, boolean)","u":"addListener(com.tangosol.util.MapListener,java.util.Set,boolean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"addListener(Object, boolean, boolean)","u":"addListener(java.lang.Object,boolean,boolean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"addListener(Object, boolean, boolean, boolean)","u":"addListener(java.lang.Object,boolean,boolean,boolean)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addListenerState(Map, Object, MapListener, boolean)","u":"addListenerState(java.util.Map,java.lang.Object,com.tangosol.util.MapListener,boolean)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addListenerWithCheck(MapListener, Filter, boolean)","u":"addListenerWithCheck(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addListenerWithCheck(MapListener, Object, boolean)","u":"addListenerWithCheck(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addListenerWithCheck(MapListener, Set, boolean)","u":"addListenerWithCheck(com.tangosol.util.MapListener,java.util.Set,boolean)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"addLocalServiceProvider(String, ClusterDependencies.ServiceProvider)","u":"addLocalServiceProvider(java.lang.String,com.tangosol.net.ClusterDependencies.ServiceProvider)"},{"p":"com.tangosol.net","c":"NameService","l":"addLookupCallback(NameService.LookupCallback)","u":"addLookupCallback(com.tangosol.net.NameService.LookupCallback)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"addMap(int, Map)","u":"addMap(int,java.util.Map)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListenerManager","l":"addMapListener(AnnotatedMapListener)","u":"addMapListener(com.oracle.coherence.cdi.events.AnnotatedMapListener)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"addMapListener(MapListener, Object, boolean)","u":"addMapListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"addMapListener(MapListener, Object, boolean)","u":"addMapListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"addMapListener(MapListener, Object, boolean)","u":"addMapListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"addMapListener(MapListener, Object, boolean)","u":"addMapListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"addMapListener(MapListener, Object, boolean)","u":"addMapListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"addMapListener(MapListener, Object, boolean)","u":"addMapListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"addMapListener(MapListener, Object, boolean)","u":"addMapListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"addMapListener(MapListener, K, boolean)","u":"addMapListener(com.tangosol.util.MapListener,K,boolean)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ObservableMap","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"ObservableMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"addMapListener(MapListener, K, boolean)","u":"addMapListener(com.tangosol.util.MapListener,K,boolean)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"addMapListener(MapListener, K, boolean)","u":"addMapListener(com.tangosol.util.MapListener,K,boolean)"},{"p":"com.tangosol.util","c":"ObservableMap","l":"addMapListener(MapListener, K, boolean)","u":"addMapListener(com.tangosol.util.MapListener,K,boolean)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"addMapListener(MapListener, K, boolean)","u":"addMapListener(com.tangosol.util.MapListener,K,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"addMapListener(MapListener, TK, boolean)","u":"addMapListener(com.tangosol.util.MapListener,TK,boolean)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"addMBeanAttributes(ObjectName, Map, MBeanServer, Filter)","u":"addMBeanAttributes(javax.management.ObjectName,java.util.Map,javax.management.MBeanServer,com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"Service","l":"addMemberListener(MemberListener)","u":"addMemberListener(com.tangosol.net.MemberListener)"},{"p":"com.tangosol.net","c":"WrapperService","l":"addMemberListener(MemberListener)","u":"addMemberListener(com.tangosol.net.MemberListener)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"addMessageDuration(long)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"addNamedProviderType(String, SocketProviderFactory.Dependencies.ProviderType)","u":"addNamedProviderType(java.lang.String,com.tangosol.net.SocketProviderFactory.Dependencies.ProviderType)"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"addNamedQuery(NamedQuery)","u":"addNamedQuery(com.tangosol.coherence.rest.config.NamedQuery)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"addNamedSSLDependencies(String, SSLSocketProvider.Dependencies)","u":"addNamedSSLDependencies(java.lang.String,com.oracle.coherence.common.net.SSLSocketProvider.Dependencies)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"addNamedSSLDependenciesBuilder(String, SSLSocketProviderDependenciesBuilder)","u":"addNamedSSLDependenciesBuilder(java.lang.String,com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"addNamedTCPDatagramDependencies(String, TcpDatagramSocketProvider.Dependencies)","u":"addNamedTCPDatagramDependencies(java.lang.String,com.tangosol.net.TcpDatagramSocketProvider.Dependencies)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean.SilentEmitter","l":"addNotificationListener(NotificationListener, NotificationFilter, Object)","u":"addNotificationListener(javax.management.NotificationListener,javax.management.NotificationFilter,java.lang.Object)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"addNotificationListener(String, NotificationListener, NotificationFilter, Object)","u":"addNotificationListener(java.lang.String,javax.management.NotificationListener,javax.management.NotificationFilter,java.lang.Object)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"addNotificationListener(String, NotificationListener, NotificationFilter, Object)","u":"addNotificationListener(java.lang.String,javax.management.NotificationListener,javax.management.NotificationFilter,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"addOperator(BaseOperator)","u":"addOperator(com.tangosol.coherence.dslquery.operator.BaseOperator)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"addOPToken(OPToken)","u":"addOPToken(com.tangosol.coherence.dsltools.precedence.OPToken)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"addOPToken(String, OPToken)","u":"addOPToken(java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken)"},{"p":"com.tangosol.net","c":"PartitionedService","l":"addPartitionListener(PartitionListener)","u":"addPartitionListener(com.tangosol.net.partition.PartitionListener)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"addProvider(AddressProvider)","u":"addProvider(com.tangosol.net.AddressProvider)"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"addProvider(SocketAddressProvider)","u":"addProvider(com.tangosol.net.SocketAddressProvider)"},{"p":"com.tangosol.coherence.config.builder","c":"PartitionedCacheQuorumPolicyBuilder","l":"addQuorumRule(String, int, int)","u":"addQuorumRule(java.lang.String,int,int)"},{"p":"com.tangosol.coherence.config.builder","c":"PartitionedCacheQuorumPolicyBuilder","l":"addQuorumRule(String, int, int, float)","u":"addQuorumRule(java.lang.String,int,int,float)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"addRegistrySchemeMapping(SchemeMappingRegistry)","u":"addRegistrySchemeMapping(com.tangosol.coherence.config.SchemeMappingRegistry)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"addRequestDuration(long)"},{"p":"com.tangosol.net","c":"LoadBalancer.AddressPort","l":"address"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"AddressHolder(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.AddressIterator","l":"AddressIterator(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"com.tangosol.net","c":"LoadBalancer.AddressPort","l":"AddressPort(InetAddress, int)","u":"%3Cinit%3E(java.net.InetAddress,int)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AddressProviderBuilderProcessor","l":"AddressProviderBuilderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addSafeListener(Map, Filter, MapListener)","u":"addSafeListener(java.util.Map,com.tangosol.util.Filter,com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addSafeListener(Map, Object, MapListener)","u":"addSafeListener(java.util.Map,java.lang.Object,com.tangosol.util.MapListener)"},{"p":"com.tangosol.net","c":"WrapperService","l":"addServiceListener(ServiceListener)","u":"addServiceListener(com.tangosol.util.ServiceListener)"},{"p":"com.tangosol.util","c":"Service","l":"addServiceListener(ServiceListener)","u":"addServiceListener(com.tangosol.util.ServiceListener)"},{"p":"com.tangosol.net","c":"Coherence","l":"addSession(SessionConfiguration)","u":"addSession(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"addSessionIfAbsent(SessionConfiguration)","u":"addSessionIfAbsent(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"addSessionIfAbsent(String, Supplier)","u":"addSessionIfAbsent(java.lang.String,java.util.function.Supplier)"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"addStateEntryAction(S, StateEntryAction)","u":"addStateEntryAction(S,com.tangosol.util.fsm.StateEntryAction)"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"addStateExitAction(S, StateExitAction)","u":"addStateExitAction(S,com.tangosol.util.fsm.StateExitAction)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"addStatement(AbstractQueryPlusStatementBuilder)","u":"addStatement(com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"addStatement(String, StatementBuilder)","u":"addStatement(java.lang.String,com.tangosol.coherence.dslquery.StatementBuilder)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"addSubscriptionListener(PagedTopicSubscription.Listener)","u":"addSubscriptionListener(com.tangosol.internal.net.topic.impl.paged.model.PagedTopicSubscription.Listener)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"addTask(AbstractPersistenceManager.Task)","u":"addTask(com.tangosol.persistence.AbstractPersistenceManager.Task)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"addToken(OPToken)","u":"addToken(com.tangosol.coherence.dsltools.precedence.OPToken)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"addToken(OPToken, String)","u":"addToken(com.tangosol.coherence.dsltools.precedence.OPToken,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"addToken(String, OPToken)","u":"addToken(java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"addToken(String, OPToken, String)","u":"addToken(java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"addToken(String, OPToken, String, String)","u":"addToken(java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AdditionOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AndOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BetweenOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAllOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAnyOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"DivisionOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"EqualsOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterEqualsOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ILikeOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"InOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessEqualsOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LikeOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"MultiplicationOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"NotEqualsOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"OrOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"SubtractionOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"XorOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"addTransition(Transition)","u":"addTransition(com.tangosol.util.fsm.Transition)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"addType(T)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"adjust()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"adjust(int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"adjustDepth(int)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"adjustDoubleBalance(AbstractSparseArray.Node, AbstractSparseArray.Node, int)","u":"adjustDoubleBalance(com.tangosol.util.AbstractSparseArray.Node,com.tangosol.util.AbstractSparseArray.Node,int)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"adjustIndirectStorageSize(long)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"ADJUSTMENT_FREQUENCY"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"adjustOffsetInternal(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"adjustOffsetInternal(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"adjustOpenBlockOffset(int, int)","u":"adjustOpenBlockOffset(int,int)"},{"p":"com.tangosol.net","c":"ThreadPoolSizingStrategy","l":"adjustPoolSize()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"adjustSize(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"adjustUnits(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"adjustUnits(int)"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"adjustWaitTime(long, long)","u":"adjustWaitTime(long,long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"adopt(AbstractSparseArray.Node, boolean)","u":"adopt(com.tangosol.util.AbstractSparseArray.Node,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"adopt(Collection)","u":"adopt(java.util.Collection)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"adopt(Iterator)","u":"adopt(java.util.Iterator)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"adopt(Map)","u":"adopt(java.util.Map)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"adopt(Object[])","u":"adopt(java.lang.Object[])"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"adopt(XmlBean)","u":"adopt(com.tangosol.run.xml.XmlBean)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"advance()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"advance()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"advance()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.EntrySet.EntrySetIterator","l":"advance()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet.InternalKeySetIterator","l":"advance()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"advance()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.AddressIterator","l":"advance()"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"advance()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.PartitionedIterator","l":"advance()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.KeyIterator","l":"advance()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet.EntrySetIterator","l":"advance()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet.EntrySetIterator","l":"advance()"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor.ChangeTracker","l":"advance(boolean)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"advance(String)","u":"advance(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"advance(String, boolean)","u":"advance(java.lang.String,boolean)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"advanceCurrentPage(SerializationPagedCache.WrapperBinaryStore)","u":"advanceCurrentPage(com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"advancePage()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"advanceTo(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"advanceTo(int)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLExplainOPToken","l":"advanceToStmt(OPScanner)","u":"advanceToStmt(com.tangosol.coherence.dsltools.precedence.OPScanner)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLTraceOPToken","l":"advanceToStmt(OPScanner)","u":"advanceToStmt(com.tangosol.coherence.dsltools.precedence.OPScanner)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"advanceWhenMatching(String)","u":"advanceWhenMatching(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"after(long)"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"after(long, TimeUnit)","u":"after(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"aggregate(AggregateRequest)","u":"aggregate(com.oracle.coherence.grpc.AggregateRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"aggregate(AggregateRequest)","u":"aggregate(com.oracle.coherence.grpc.AggregateRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"aggregate(AggregateRequest, StreamObserver)","u":"aggregate(com.oracle.coherence.grpc.AggregateRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"aggregate(Collection, InvocableMap.EntryAggregator)","u":"aggregate(java.util.Collection,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"aggregate(Collection, InvocableMap.EntryAggregator)","u":"aggregate(java.util.Collection,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"aggregate(Collection, InvocableMap.EntryAggregator)","u":"aggregate(java.util.Collection,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"aggregate(Collection, InvocableMap.EntryAggregator)","u":"aggregate(java.util.Collection,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"aggregate(Collection, InvocableMap.EntryAggregator)","u":"aggregate(java.util.Collection,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"aggregate(Collection, InvocableMap.EntryAggregator)","u":"aggregate(java.util.Collection,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"aggregate(Collection, InvocableMap.EntryAggregator)","u":"aggregate(java.util.Collection,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"aggregate(Filter, InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"aggregate(Filter, InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"aggregate(Filter, InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"aggregate(Filter, InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"aggregate(Filter, InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"aggregate(Filter, InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"aggregate(Filter, InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"aggregate(InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"aggregate(InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"aggregate(MBeanAccessor.QueryBuilder.ParsedQuery, String, String, String)","u":"aggregate(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"aggregate(Set)","u":"aggregate(java.util.Set)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"aggregate(Set>)","u":"aggregate(java.util.Set)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"aggregate(Set>)","u":"aggregate(java.util.Set)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"aggregate(Set>)","u":"aggregate(java.util.Set)"},{"p":"com.tangosol.util","c":"InvocableMap.EntryAggregator","l":"aggregate(Set>)","u":"aggregate(java.util.Set)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"aggregate(Set>)","u":"aggregate(java.util.Set)"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"aggregate(String)","u":"aggregate(java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"aggregate(String, String)","u":"aggregate(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"aggregate(String, String, String, ByteString, ByteString)","u":"aggregate(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"aggregate(String, String, String, Iterable, ByteString)","u":"aggregate(java.lang.String,java.lang.String,java.lang.String,java.lang.Iterable,com.google.protobuf.ByteString)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"aggregate(UriInfo, String)","u":"aggregate(jakarta.ws.rs.core.UriInfo,java.lang.String)"},{"p":"com.tangosol.util","c":"AbstractByteSequence.AggregateByteSequence","l":"AggregateByteSequence(ByteSequence, ByteSequence)","u":"%3Cinit%3E(com.tangosol.util.ByteSequence,com.tangosol.util.ByteSequence)"},{"p":"com.tangosol.util","c":"InvocableMap.ParallelAwareAggregator.PartialResultAggregator","l":"aggregatePartialResults(Collection

    )","u":"aggregatePartialResults(java.util.Collection)"},{"p":"com.tangosol.util","c":"InvocableMap.ParallelAwareAggregator","l":"aggregateResults(Collection

    )","u":"aggregateResults(java.util.Collection)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"aggregateWithFilter(AggregateRequest)","u":"aggregateWithFilter(com.oracle.coherence.grpc.AggregateRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"aggregateWithFilter(CacheRequestHolder)","u":"aggregateWithFilter(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"aggregateWithKeys(AggregateRequest)","u":"aggregateWithKeys(com.oracle.coherence.grpc.AggregateRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"aggregateWithKeys(CacheRequestHolder)","u":"aggregateWithKeys(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"AggregatingCacheStatistics()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorRegistry","l":"AGGREGATOR_REQUEST_REGEX"},{"p":"com.tangosol.coherence.rest.config","c":"AggregatorConfig","l":"AggregatorConfig(String, Class)","u":"%3Cinit%3E(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorRegistry","l":"AggregatorRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorRegistry","l":"AggregatorRegistry(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"Aggregators","l":"Aggregators()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"alias(String, String)","u":"alias(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"ALL"},{"p":"com.tangosol.net.partition","c":"VersionAwareMapListener","l":"ALL"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"ALL_ALLOWED"},{"p":"com.tangosol.util","c":"Streamer","l":"ALL_INCLUSIVE"},{"p":"com.tangosol.util","c":"Filters","l":"all(Filter...)","u":"all(com.tangosol.util.Filter...)"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"AllFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"AllFilter(Filter[])","u":"%3Cinit%3E(com.tangosol.util.Filter[])"},{"p":"com.tangosol.net.management","c":"Registry","l":"allHealthChecksLive()"},{"p":"com.tangosol.net.management","c":"Registry","l":"allHealthChecksReady()"},{"p":"com.tangosol.net.management","c":"Registry","l":"allHealthChecksSafe()"},{"p":"com.tangosol.net.management","c":"Registry","l":"allHealthChecksStarted()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"allMatch(DoublePredicate)","u":"allMatch(java.util.function.DoublePredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"allMatch(IntPredicate)","u":"allMatch(java.util.function.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"allMatch(LongPredicate)","u":"allMatch(java.util.function.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"allMatch(Predicate)","u":"allMatch(java.util.function.Predicate)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"allMatch(Remote.DoublePredicate)","u":"allMatch(com.tangosol.util.function.Remote.DoublePredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"allMatch(Remote.IntPredicate)","u":"allMatch(com.tangosol.util.function.Remote.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"allMatch(Remote.LongPredicate)","u":"allMatch(com.tangosol.util.function.Remote.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"allMatch(Remote.Predicate)","u":"allMatch(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.Allocator","l":"allocate(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.WriteBufferPool","l":"allocate(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"allocate(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.Stats","l":"allocate(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"allocateBlock(int)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"allocateBuffer()"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"allocateBuffer()"},{"p":"com.tangosol.persistence","c":"ArchiverHelper","l":"allocateSnapshotPartitions(Map, int)","u":"allocateSnapshotPartitions(java.util.Map,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.Allocator","l":"Allocator(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"allOrNothing(MapIndex, SortedMap>, Set)","u":"allOrNothing(com.tangosol.util.MapIndex,java.util.SortedMap,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"allOrNothing(MapIndex, SortedMap>, Set)","u":"allOrNothing(com.tangosol.util.MapIndex,java.util.SortedMap,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"allOrNothing(MapIndex, SortedMap>, Set)","u":"allOrNothing(com.tangosol.util.MapIndex,java.util.SortedMap,java.util.Set)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"ALLOW_INCONSISTENCIES"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HealthProcessor.XMLHealthCheckDependencies","l":"allowEndangered()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResultStatus","l":"AlreadyCommitted"},{"p":"com.tangosol.net.ssl","c":"RefreshPolicy","l":"Always"},{"p":"com.tangosol.util","c":"RegistrationBehavior","l":"ALWAYS"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"ALWAYS"},{"p":"com.tangosol.util","c":"Filters","l":"always()"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"AlwaysFilter()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"FilterProducer.AlwaysFilterSupplier","l":"AlwaysFilterSupplier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"AnalysisContext()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"analyze(SimpleAssignmentStrategy.AnalysisContext)","u":"analyze(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net.partition","c":"PartitionAssignmentStrategy","l":"analyzeDistribution()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"analyzeDistribution()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPartitionAssignmentStrategy","l":"analyzeDistribution()"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"analyzeDistribution(SimpleAssignmentStrategy.AnalysisContext)","u":"analyzeDistribution(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"analyzeDistribution(SimpleAssignmentStrategy.AnalysisContext)","u":"analyzeDistribution(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net.partition","c":"PartitionAssignmentStrategy","l":"analyzeOrphans(Map)","u":"analyzeOrphans(java.util.Map)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"analyzeOrphans(Map)","u":"analyzeOrphans(java.util.Map)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPartitionAssignmentStrategy","l":"analyzeOrphans(Map)","u":"analyzeOrphans(java.util.Map)"},{"p":"com.tangosol.util","c":"Filter","l":"and(Filter)","u":"and(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.function","c":"Remote.BiPredicate","l":"and(Remote.BiPredicate)","u":"and(com.tangosol.util.function.Remote.BiPredicate)"},{"p":"com.tangosol.util.function","c":"Remote.DoublePredicate","l":"and(Remote.DoublePredicate)","u":"and(com.tangosol.util.function.Remote.DoublePredicate)"},{"p":"com.tangosol.util.function","c":"Remote.IntPredicate","l":"and(Remote.IntPredicate)","u":"and(com.tangosol.util.function.Remote.IntPredicate)"},{"p":"com.tangosol.util.function","c":"Remote.LongPredicate","l":"and(Remote.LongPredicate)","u":"and(com.tangosol.util.function.Remote.LongPredicate)"},{"p":"com.tangosol.util.function","c":"Remote.Predicate","l":"and(Remote.Predicate)","u":"and(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.util.filter","c":"AndFilter","l":"AndFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"AndFilter","l":"AndFilter(Filter, Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AndOperator","l":"AndOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"MapEventTransformer","l":"andThen(MapEventTransformer)","u":"andThen(com.tangosol.util.MapEventTransformer)"},{"p":"com.tangosol.util.function","c":"Remote.BiConsumer","l":"andThen(Remote.BiConsumer)","u":"andThen(com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.function","c":"Remote.Consumer","l":"andThen(Remote.Consumer)","u":"andThen(com.tangosol.util.function.Remote.Consumer)"},{"p":"com.tangosol.util.function","c":"Remote.DoubleConsumer","l":"andThen(Remote.DoubleConsumer)","u":"andThen(com.tangosol.util.function.Remote.DoubleConsumer)"},{"p":"com.tangosol.util.function","c":"Remote.DoubleUnaryOperator","l":"andThen(Remote.DoubleUnaryOperator)","u":"andThen(com.tangosol.util.function.Remote.DoubleUnaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote.BiFunction","l":"andThen(Remote.Function)","u":"andThen(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.function","c":"Remote.Function","l":"andThen(Remote.Function)","u":"andThen(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.function","c":"Remote.IntConsumer","l":"andThen(Remote.IntConsumer)","u":"andThen(com.tangosol.util.function.Remote.IntConsumer)"},{"p":"com.tangosol.util.function","c":"Remote.IntUnaryOperator","l":"andThen(Remote.IntUnaryOperator)","u":"andThen(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote.LongConsumer","l":"andThen(Remote.LongConsumer)","u":"andThen(com.tangosol.util.function.Remote.LongConsumer)"},{"p":"com.tangosol.util.function","c":"Remote.LongUnaryOperator","l":"andThen(Remote.LongUnaryOperator)","u":"andThen(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"andThen(ValueExtractor)","u":"andThen(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"andThen(ValueExtractor)","u":"andThen(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"AnnotatedMapListener(AnnotatedMapListener.MapEventObserver, Set)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.AnnotatedMapListener.MapEventObserver,java.util.Set)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListenerManager","l":"AnnotatedMapListenerManager(AnnotatedMapListener.FilterProducer, AnnotatedMapListener.MapEventTransformerProducer)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.AnnotatedMapListener.FilterProducer,com.oracle.coherence.cdi.events.AnnotatedMapListener.MapEventTransformerProducer)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean","l":"AnnotatedStandardEmitterMBean(T, Class)","u":"%3Cinit%3E(T,java.lang.Class)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardMBean","l":"AnnotatedStandardMBean(T, Class)","u":"%3Cinit%3E(T,java.lang.Class)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardMBean","l":"AnnotatedStandardMBean(T, Class, boolean)","u":"%3Cinit%3E(T,java.lang.Class,boolean)"},{"p":"com.tangosol.util.fsm","c":"AnnotationDrivenModel","l":"AnnotationDrivenModel(Class, Object)","u":"%3Cinit%3E(java.lang.Class,java.lang.Object)"},{"p":"com.oracle.coherence.cdi","c":"AnnotationLiteral","l":"AnnotationLiteral()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"AnnotationLiteral","l":"annotationType()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"ANY"},{"p":"com.tangosol.util","c":"Filters","l":"any(Filter...)","u":"any(com.tangosol.util.Filter...)"},{"p":"com.tangosol.util","c":"AnyEvent","l":"AnyEvent(Object, Object)","u":"%3Cinit%3E(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"AnyFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"AnyFilter(Filter[])","u":"%3Cinit%3E(com.tangosol.util.Filter[])"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"anyMatch(DoublePredicate)","u":"anyMatch(java.util.function.DoublePredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"anyMatch(IntPredicate)","u":"anyMatch(java.util.function.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"anyMatch(LongPredicate)","u":"anyMatch(java.util.function.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"anyMatch(Predicate)","u":"anyMatch(java.util.function.Predicate)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"anyMatch(Remote.DoublePredicate)","u":"anyMatch(com.tangosol.util.function.Remote.DoublePredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"anyMatch(Remote.IntPredicate)","u":"anyMatch(com.tangosol.util.function.Remote.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"anyMatch(Remote.LongPredicate)","u":"anyMatch(com.tangosol.util.function.Remote.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"anyMatch(Remote.Predicate)","u":"anyMatch(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"appendDefaultSerializerToUserTypes(XmlElement)","u":"appendDefaultSerializerToUserTypes(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.management.annotation","c":"MetricsScope","l":"APPLICATION"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"applicationProtocolNegotiator()"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(DatagramSocket)","u":"apply(java.net.DatagramSocket)"},{"p":"com.oracle.coherence.common.base","c":"Converter","l":"apply(F)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"apply(MBeanServer)","u":"apply(javax.management.MBeanServer)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"apply(MBeanServer)","u":"apply(javax.management.MBeanServer)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.SetAttributes","l":"apply(MBeanServer)","u":"apply(javax.management.MBeanServer)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(MulticastSocket)","u":"apply(java.net.MulticastSocket)"},{"p":"com.tangosol.net.management","c":"MBeanHelper.QueryExpFilter","l":"apply(ObjectName)","u":"apply(javax.management.ObjectName)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(ServerSocket)","u":"apply(java.net.ServerSocket)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(Socket)","u":"apply(java.net.Socket)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(SocketOptions, DatagramSocket)","u":"apply(java.net.SocketOptions,java.net.DatagramSocket)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(SocketOptions, MulticastSocket)","u":"apply(java.net.SocketOptions,java.net.MulticastSocket)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(SocketOptions, ServerSocket)","u":"apply(java.net.SocketOptions,java.net.ServerSocket)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(SocketOptions, Socket)","u":"apply(java.net.SocketOptions,java.net.Socket)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier","l":"apply(String)","u":"apply(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier","l":"apply(String)","u":"apply(java.lang.String)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"apply(T)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"applyAsDouble(T)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"applyAsInt(T)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"applyAsLong(T)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"applyChanges()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"applyChanges()"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"applyDelta(ReadBuffer, ReadBuffer)","u":"applyDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"DecoratedBinaryDeltaCompressor","l":"applyDelta(ReadBuffer, ReadBuffer)","u":"applyDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"DecorationOnlyDeltaCompressor","l":"applyDelta(ReadBuffer, ReadBuffer)","u":"applyDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"DeltaCompressor","l":"applyDelta(ReadBuffer, ReadBuffer)","u":"applyDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.FormatAwareCompressor","l":"applyDelta(ReadBuffer, ReadBuffer)","u":"applyDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"NullImplementation.NullDeltaCompressor","l":"applyDelta(ReadBuffer, ReadBuffer)","u":"applyDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"applyFilter(Filter, int, Map, Set, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"applyFilter(com.tangosol.util.Filter,int,java.util.Map,java.util.Set,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"EqualsFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"NotEqualsFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"applyIndex(Map, Set, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"applyIndex(java.util.Map,java.util.Set,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"applyIndex(Map, Set, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"applyIndex(java.util.Map,java.util.Set,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"applyIndex(Map, Set, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"applyIndex(java.util.Map,java.util.Set,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"applyIndex(Map, Set, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"applyIndex(java.util.Map,java.util.Set,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"IndexAwareFilter","l":"applyIndex(Map, ? extends MapIndex>, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"applySortedIndex(MapIndex, Set, SortedMap>)","u":"applySortedIndex(com.tangosol.util.MapIndex,java.util.Set,java.util.SortedMap)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"ARCHIVE_SNAPSHOT_BEGIN"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"ARCHIVE_SNAPSHOT_END"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"archive(Snapshot, PersistenceEnvironment)","u":"archive(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"SnapshotArchiver","l":"archive(Snapshot, PersistenceEnvironment)","u":"archive(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"archiveInternal(Snapshot, PersistenceManager)","u":"archiveInternal(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"archiveInternal(Snapshot, PersistenceManager)","u":"archiveInternal(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"ArchiverHelper","l":"ArchiverHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"archiveSnapshot(String)","u":"archiveSnapshot(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement","l":"ArchiveSnapshotStatement(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder","l":"ArchiveSnapshotStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"ArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.ArrayCodec","l":"ArrayCodec(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"Filters","l":"arrayContains(ValueExtractor, E)","u":"arrayContains(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util","c":"Filters","l":"arrayContainsAll(ValueExtractor, E...)","u":"arrayContainsAll(com.tangosol.util.ValueExtractor,E...)"},{"p":"com.tangosol.util","c":"Filters","l":"arrayContainsAll(ValueExtractor, Set)","u":"arrayContainsAll(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.util","c":"Filters","l":"arrayContainsAny(ValueExtractor, E...)","u":"arrayContainsAny(com.tangosol.util.ValueExtractor,E...)"},{"p":"com.tangosol.util","c":"Filters","l":"arrayContainsAny(ValueExtractor, Set)","u":"arrayContainsAny(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"ArrayFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"ArrayFilter(Filter[])","u":"%3Cinit%3E(com.tangosol.util.Filter[])"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"ARRIVED"},{"p":"com.tangosol.net","c":"NamedCache","l":"as(Class)","u":"as(java.lang.Class)"},{"p":"com.tangosol.config.expression","c":"Value","l":"as(Class)","u":"as(java.lang.Class)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"asBinary(ReadBuffer)","u":"asBinary(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"asBinaryEntry()"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"asc(String)","u":"asc(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"asc(ValueExtractor)","u":"asc(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"asDoubleStream()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"asDoubleStream()"},{"p":"com.tangosol.util.fsm","c":"Render","l":"asGraphViz(Model, boolean)","u":"asGraphViz(com.tangosol.util.fsm.Model,boolean)"},{"p":"com.tangosol.util","c":"Filter","l":"asLimitFilter(int)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"asLongStream()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatement","l":"assertCacheName(String, ExecutionContext)","u":"assertCacheName(java.lang.String,com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"assertEqual(Class, Class)","u":"assertEqual(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.net.security","c":"DefaultIdentityAsserter","l":"assertIdentity(Object, Service)","u":"assertIdentity(java.lang.Object,com.tangosol.net.Service)"},{"p":"com.tangosol.net.security","c":"IdentityAsserter","l":"assertIdentity(Object, Service)","u":"assertIdentity(java.lang.Object,com.tangosol.net.Service)"},{"p":"com.tangosol.net.security","c":"JAASIdentityAsserter","l":"assertIdentity(Object, Service)","u":"assertIdentity(java.lang.Object,com.tangosol.net.Service)"},{"p":"com.tangosol.util","c":"AssertionException","l":"AssertionException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AssertionException","l":"AssertionException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Assertions","l":"Assertions()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"assertNotDisposed()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"assertNotDisposed()"},{"p":"com.tangosol.net.cache","c":"TypeAssertion","l":"assertTypeSafety(String, CacheMapping)","u":"assertTypeSafety(java.lang.String,com.tangosol.coherence.config.CacheMapping)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion","l":"assertTypeSafety(String, CacheMapping, boolean)","u":"assertTypeSafety(java.lang.String,com.tangosol.coherence.config.CacheMapping,boolean)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion.WithTypesAssertion","l":"assertTypeSafety(String, CacheMapping, boolean)","u":"assertTypeSafety(java.lang.String,com.tangosol.coherence.config.CacheMapping,boolean)"},{"p":"com.tangosol.net","c":"ValueTypeAssertion","l":"assertTypeSafety(String, TopicMapping)","u":"assertTypeSafety(java.lang.String,com.tangosol.coherence.config.TopicMapping)"},{"p":"com.tangosol.net","c":"ValueTypeAssertion.WithValueTypeAssertion","l":"assertTypeSafety(String, TopicMapping)","u":"assertTypeSafety(java.lang.String,com.tangosol.coherence.config.TopicMapping)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"assign(long)"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"ASSIGNED"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"assignStores(Map, int)","u":"assignStores(java.util.Map,int)"},{"p":"com.tangosol.util","c":"Filter","l":"associatedWith(K)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"async()"},{"p":"com.tangosol.net","c":"NamedCache","l":"async()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"async(AsyncNamedMap.Option...)","u":"async(com.tangosol.net.AsyncNamedMap.Option...)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"async(AsyncNamedMap.Option...)","u":"async(com.tangosol.net.AsyncNamedMap.Option...)"},{"p":"com.tangosol.net","c":"NamedCache","l":"async(AsyncNamedMap.Option...)","u":"async(com.tangosol.net.AsyncNamedMap.Option...)"},{"p":"com.tangosol.net","c":"NamedMap","l":"async(AsyncNamedMap.Option...)","u":"async(com.tangosol.net.AsyncNamedMap.Option...)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AsyncBackupProcessor","l":"AsyncBackupProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"AsyncBinaryStore(BinaryStore)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"AsyncBinaryStore(BinaryStore, int)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,int)"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"AsyncBinaryStoreManager(BinaryStoreManager)","u":"%3Cinit%3E(com.tangosol.io.BinaryStoreManager)"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"AsyncBinaryStoreManager(BinaryStoreManager, int)","u":"%3Cinit%3E(com.tangosol.io.BinaryStoreManager,int)"},{"p":"com.tangosol.util","c":"MapListener","l":"ASYNCHRONOUS"},{"p":"com.tangosol.util","c":"Processors","l":"asynchronous(InvocableMap.EntryProcessor)","u":"asynchronous(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"Processors","l":"asynchronous(InvocableMap.EntryProcessor, int)","u":"asynchronous(com.tangosol.util.InvocableMap.EntryProcessor,int)"},{"p":"com.tangosol.util","c":"Aggregators","l":"asynchronous(InvocableMap.StreamingAggregator)","u":"asynchronous(com.tangosol.util.InvocableMap.StreamingAggregator)"},{"p":"com.tangosol.util","c":"Aggregators","l":"asynchronous(InvocableMap.StreamingAggregator, Executor)","u":"asynchronous(com.tangosol.util.InvocableMap.StreamingAggregator,java.util.concurrent.Executor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"asynchronous(InvocableMap.StreamingAggregator, int)","u":"asynchronous(com.tangosol.util.InvocableMap.StreamingAggregator,int)"},{"p":"com.tangosol.util","c":"Aggregators","l":"asynchronous(InvocableMap.StreamingAggregator, int, Executor)","u":"asynchronous(com.tangosol.util.InvocableMap.StreamingAggregator,int,java.util.concurrent.Executor)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"AsynchronousAgent(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"AsynchronousAgent(int, Executor)","u":"%3Cinit%3E(int,java.util.concurrent.Executor)"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"AsynchronousAggregator(InvocableMap.StreamingAggregator)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.StreamingAggregator)"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"AsynchronousAggregator(InvocableMap.StreamingAggregator, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.StreamingAggregator,java.util.concurrent.Executor)"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"AsynchronousAggregator(InvocableMap.StreamingAggregator, int)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.StreamingAggregator,int)"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"AsynchronousAggregator(InvocableMap.StreamingAggregator, int, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.StreamingAggregator,int,java.util.concurrent.Executor)"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"AsynchronousProcessor(InvocableMap.EntryProcessor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"AsynchronousProcessor(InvocableMap.EntryProcessor, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,java.util.concurrent.Executor)"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"AsynchronousProcessor(InvocableMap.EntryProcessor, int)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int)"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"AsynchronousProcessor(InvocableMap.EntryProcessor, int, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int,java.util.concurrent.Executor)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"AsyncLocalAtomicBoolean(AtomicBoolean)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicBoolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"AsyncLocalAtomicInteger(AtomicInteger)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicInteger)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"AsyncLocalAtomicLong(AtomicLong)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicLong)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"AsyncLocalAtomicMarkableReference(AtomicMarkableReference)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicMarkableReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"AsyncLocalAtomicReference(AtomicReference)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"AsyncLocalAtomicStampedReference(AtomicStampedReference)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicStampedReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"AsyncRemoteAtomicBoolean(AsyncNamedMap, String)","u":"%3Cinit%3E(com.tangosol.net.AsyncNamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"AsyncRemoteAtomicInteger(AsyncNamedMap, String)","u":"%3Cinit%3E(com.tangosol.net.AsyncNamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"AsyncRemoteAtomicLong(AsyncNamedMap, String)","u":"%3Cinit%3E(com.tangosol.net.AsyncNamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"AsyncRemoteAtomicMarkableReference(AsyncNamedMap>, String)","u":"%3Cinit%3E(com.tangosol.net.AsyncNamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"AsyncRemoteAtomicReference(AsyncNamedMap>, String)","u":"%3Cinit%3E(com.tangosol.net.AsyncNamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"AsyncRemoteAtomicStampedReference(AsyncNamedMap>, String)","u":"%3Cinit%3E(com.tangosol.net.AsyncNamedMap,java.lang.String)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AsyncStoreManagerBuilder","l":"AsyncStoreManagerBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"atomicStringValueOf(Term)","u":"atomicStringValueOf(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"AtomicTerm(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicMarkableReference","l":"attemptMark(V, boolean)","u":"attemptMark(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"attemptMark(V, boolean)","u":"attemptMark(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"attemptMark(V, boolean)","u":"attemptMark(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference","l":"attemptMark(V, boolean)","u":"attemptMark(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"attemptMark(V, boolean)","u":"attemptMark(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"attemptMark(V, boolean)","u":"attemptMark(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicStampedReference","l":"attemptStamp(V, int)","u":"attemptStamp(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"attemptStamp(V, int)","u":"attemptStamp(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"attemptStamp(V, int)","u":"attemptStamp(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference","l":"attemptStamp(V, int)","u":"attemptStamp(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"attemptStamp(V, int)","u":"attemptStamp(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"attemptStamp(V, int)","u":"attemptStamp(V,int)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"AttributeMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"AuditingAuthorizer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"AuditingAuthorizer(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.net.security","c":"Authorizer","l":"authorize(Subject, ClusterPermission)","u":"authorize(javax.security.auth.Subject,com.tangosol.net.ClusterPermission)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AuthorizedHostsProcessor","l":"AuthorizedHostsProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"Authorizer(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"Authorizer(String, Principal, String)","u":"%3Cinit%3E(java.lang.String,java.security.Principal,java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"available()"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"available()"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"available()"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"available()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"available()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"available()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"available()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"available()"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"available()"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"available()"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"availablePermits()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"availablePermits()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"availablePermits()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"average()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"average()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"average()"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Filter, Remote.ToBigDecimalFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Filter, Remote.ToBigDecimalFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Filter, Remote.ToDoubleFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Filter, Remote.ToDoubleFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Filter, Remote.ToIntFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Filter, Remote.ToIntFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Filter, Remote.ToLongFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Filter, Remote.ToLongFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Remote.ToBigDecimalFunction)","u":"average(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Remote.ToBigDecimalFunction)","u":"average(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"average(Remote.ToBigDecimalFunction)","u":"average(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Remote.ToDoubleFunction)","u":"average(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Remote.ToDoubleFunction)","u":"average(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"average(Remote.ToDoubleFunction)","u":"average(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Remote.ToIntFunction)","u":"average(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Remote.ToIntFunction)","u":"average(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"average(Remote.ToIntFunction)","u":"average(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Remote.ToLongFunction)","u":"average(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Remote.ToLongFunction)","u":"average(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"average(Remote.ToLongFunction)","u":"average(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"average(String)","u":"average(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"average(ValueExtractor)","u":"average(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"averagingDouble(ValueExtractor)","u":"averagingDouble(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"averagingInt(ValueExtractor)","u":"averagingInt(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"averagingLong(ValueExtractor)","u":"averagingLong(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.common.base","c":"Notifier","l":"await()"},{"p":"com.oracle.coherence.concurrent","c":"CountDownLatch","l":"await()"},{"p":"com.oracle.coherence.concurrent","c":"LocalCountDownLatch","l":"await()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"await()"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"await(Condition)","u":"await(java.util.concurrent.locks.Condition)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"await(Condition, long)","u":"await(java.util.concurrent.locks.Condition,long)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"await(Condition, long, TimeUnit)","u":"await(java.util.concurrent.locks.Condition,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"await(long)"},{"p":"com.oracle.coherence.common.base","c":"Notifier","l":"await(long)"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"await(long)"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"await(long)"},{"p":"com.oracle.coherence.concurrent","c":"CountDownLatch","l":"await(long, TimeUnit)","u":"await(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent","c":"LocalCountDownLatch","l":"await(long, TimeUnit)","u":"await(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"await(long, TimeUnit)","u":"await(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"awaitTermination(long, TimeUnit)","u":"awaitTermination(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.common.base","c":"Assertions","l":"azzert()"},{"p":"com.tangosol.util","c":"Base","l":"azzert()"},{"p":"com.oracle.coherence.common.base","c":"Assertions","l":"azzert(boolean)"},{"p":"com.tangosol.util","c":"Base","l":"azzert(boolean)"},{"p":"com.oracle.coherence.common.base","c":"Assertions","l":"azzert(boolean, String)","u":"azzert(boolean,java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"azzert(boolean, String)","u":"azzert(boolean,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Assertions","l":"azzertFailed(String)","u":"azzertFailed(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"azzertFailed(String)","u":"azzertFailed(java.lang.String)"},{"p":"com.tangosol.net.security","c":"LocalPermission","l":"BACKING_MAP"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"BackingMapBinaryEntry(Binary, Binary, Binary, BackingMapManagerContext)","u":"%3Cinit%3E(com.tangosol.util.Binary,com.tangosol.util.Binary,com.tangosol.util.Binary,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"BackingMapBinaryEntry(Binary, Binary, Binary, long, BackingMapManagerContext)","u":"%3Cinit%3E(com.tangosol.util.Binary,com.tangosol.util.Binary,com.tangosol.util.Binary,long,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"BackingMapScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"BackingMapSchemeProcessor","l":"BackingMapSchemeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.BackMapListener","l":"BackMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"NearCache.BackServiceListener","l":"BackServiceListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"BackupConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder.BackupStatement","l":"BackupStatement(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder","l":"BackupStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"BackupStrength(int, Set, Set, Set)","u":"%3Cinit%3E(int,java.util.Set,java.util.Set,java.util.Set)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"balance"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"balancedInsertion(AbstractSparseArray.Node, AbstractSparseArray.Node)","u":"balancedInsertion(com.tangosol.util.AbstractSparseArray.Node,com.tangosol.util.AbstractSparseArray.Node)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"balancePostRemove(AbstractSparseArray.Node, boolean)","u":"balancePostRemove(com.tangosol.util.AbstractSparseArray.Node,boolean)"},{"p":"com.tangosol.util","c":"ThreadGateLite.Bar","l":"Bar(Thread)","u":"%3Cinit%3E(java.lang.Thread)"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"barEntry(long)"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"barEntry(long)"},{"p":"com.tangosol.net.management.annotation","c":"MetricsScope","l":"BASE"},{"p":"com.tangosol.util","c":"Base","l":"Base()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"BASE64_ALPHABET"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"BASE64_LF"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"BASE64_PAD"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"Base64InputStream(Reader)","u":"%3Cinit%3E(java.io.Reader)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"Base64OutputStream(Writer)","u":"%3Cinit%3E(java.io.Writer)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"Base64OutputStream(Writer, boolean)","u":"%3Cinit%3E(java.io.Writer,boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"BaseGrpcCacheScheme","l":"BaseGrpcCacheScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"BaseGrpcScheme","l":"BaseGrpcScheme(T)","u":"%3Cinit%3E(T)"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"BaseGrpcServiceImpl(BaseGrpcServiceImpl.Dependencies, String, String)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.Dependencies,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"BaseOperator(String, boolean, String...)","u":"%3Cinit%3E(java.lang.String,boolean,java.lang.String...)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"BaseToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"BaseTokenScanner(Reader)","u":"%3Cinit%3E(java.io.Reader)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"BaseTokenScanner(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScannerException","l":"BaseTokenScannerException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScannerException","l":"BaseTokenScannerException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"BaseTokenStream(CompoundBaseToken)","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.base.CompoundBaseToken)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"BatchTask(Object, Collector, Object)","u":"%3Cinit%3E(java.lang.Object,com.oracle.coherence.common.base.Collector,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.BatchTasks","l":"BatchTasks(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"BdbStoreManagerBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"BEAN_ACCESSOR_PREFIXES"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"BEAN_MODIFIER_PREFIX"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"BeanInfo(Class, XmlElement)","u":"%3Cinit%3E(java.lang.Class,com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.cdi","c":"SerializerProducer.Builder","l":"beanManager(BeanManager)","u":"beanManager(jakarta.enterprise.inject.spi.BeanManager)"},{"p":"com.oracle.coherence.cdi.server","c":"BeanProcessor","l":"BeanProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"begin()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"begin()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"begin()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"begin()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"begin(Collector, Object)","u":"begin(com.oracle.coherence.common.base.Collector,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"begin(Collector, Object)","u":"begin(com.oracle.coherence.common.base.Collector,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"begin(Collector, Object)","u":"begin(com.oracle.coherence.common.base.Collector,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"begin(int, String)","u":"begin(int,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginArray(int, int)","u":"beginArray(int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginArray(int, int)","u":"beginArray(int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginArray(int, int)","u":"beginArray(int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginArray(int, int)","u":"beginArray(int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginArray(int, int)","u":"beginArray(int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginArray(int, int)","u":"beginArray(int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginArray(int, int)","u":"beginArray(int,int)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"beginBulkKeyProcess(Object[])","u":"beginBulkKeyProcess(java.lang.Object[])"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginCollection(int, int)","u":"beginCollection(int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginCollection(int, int)","u":"beginCollection(int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginCollection(int, int)","u":"beginCollection(int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginCollection(int, int)","u":"beginCollection(int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginCollection(int, int)","u":"beginCollection(int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginCollection(int, int)","u":"beginCollection(int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginCollection(int, int)","u":"beginCollection(int,int)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"beginInternal()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"beginKeyProcess(Object)","u":"beginKeyProcess(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"beginKeyProcess(Object)","u":"beginKeyProcess(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginMap(int, int)","u":"beginMap(int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginMap(int, int)","u":"beginMap(int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginMap(int, int)","u":"beginMap(int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginMap(int, int)","u":"beginMap(int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginMap(int, int)","u":"beginMap(int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginMap(int, int)","u":"beginMap(int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginMap(int, int)","u":"beginMap(int,int)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"beginMapProcess()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"beginMapProcess()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"beginProperty(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"beginProperty(int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginSparseArray(int, int)","u":"beginSparseArray(int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginSparseArray(int, int)","u":"beginSparseArray(int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginSparseArray(int, int)","u":"beginSparseArray(int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginSparseArray(int, int)","u":"beginSparseArray(int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginSparseArray(int, int)","u":"beginSparseArray(int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginSparseArray(int, int)","u":"beginSparseArray(int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginSparseArray(int, int)","u":"beginSparseArray(int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginUniformArray(int, int, int)","u":"beginUniformArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginUniformArray(int, int, int)","u":"beginUniformArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginUniformArray(int, int, int)","u":"beginUniformArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginUniformArray(int, int, int)","u":"beginUniformArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginUniformArray(int, int, int)","u":"beginUniformArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginUniformArray(int, int, int)","u":"beginUniformArray(int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginUniformArray(int, int, int)","u":"beginUniformArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginUniformCollection(int, int, int)","u":"beginUniformCollection(int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginUniformCollection(int, int, int)","u":"beginUniformCollection(int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginUniformCollection(int, int, int)","u":"beginUniformCollection(int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginUniformCollection(int, int, int)","u":"beginUniformCollection(int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginUniformCollection(int, int, int)","u":"beginUniformCollection(int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginUniformCollection(int, int, int)","u":"beginUniformCollection(int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginUniformCollection(int, int, int)","u":"beginUniformCollection(int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginUniformKeysMap(int, int, int)","u":"beginUniformKeysMap(int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginUniformKeysMap(int, int, int)","u":"beginUniformKeysMap(int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginUniformKeysMap(int, int, int)","u":"beginUniformKeysMap(int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginUniformKeysMap(int, int, int)","u":"beginUniformKeysMap(int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginUniformKeysMap(int, int, int)","u":"beginUniformKeysMap(int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginUniformKeysMap(int, int, int)","u":"beginUniformKeysMap(int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginUniformKeysMap(int, int, int)","u":"beginUniformKeysMap(int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginUniformMap(int, int, int, int)","u":"beginUniformMap(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginUniformMap(int, int, int, int)","u":"beginUniformMap(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginUniformMap(int, int, int, int)","u":"beginUniformMap(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginUniformMap(int, int, int, int)","u":"beginUniformMap(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginUniformMap(int, int, int, int)","u":"beginUniformMap(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginUniformMap(int, int, int, int)","u":"beginUniformMap(int,int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginUniformMap(int, int, int, int)","u":"beginUniformMap(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginUniformSparseArray(int, int, int)","u":"beginUniformSparseArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginUniformSparseArray(int, int, int)","u":"beginUniformSparseArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginUniformSparseArray(int, int, int)","u":"beginUniformSparseArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginUniformSparseArray(int, int, int)","u":"beginUniformSparseArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginUniformSparseArray(int, int, int)","u":"beginUniformSparseArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginUniformSparseArray(int, int, int)","u":"beginUniformSparseArray(int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginUniformSparseArray(int, int, int)","u":"beginUniformSparseArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginUserType(int, int, int)","u":"beginUserType(int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginUserType(int, int, int)","u":"beginUserType(int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginUserType(int, int, int)","u":"beginUserType(int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginUserType(int, int, int)","u":"beginUserType(int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginUserType(int, int, int)","u":"beginUserType(int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginUserType(int, int, int)","u":"beginUserType(int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginUserType(int, int, int)","u":"beginUserType(int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginUserType(int, int, int, int)","u":"beginUserType(int,int,int,int)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"BerkeleyDBBinaryStore(String, DatabaseFactory)","u":"%3Cinit%3E(java.lang.String,com.tangosol.io.bdb.DatabaseFactory)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"BerkeleyDBBinaryStoreManager()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"BerkeleyDBBinaryStoreManager(File, String)","u":"%3Cinit%3E(java.io.File,java.lang.String)"},{"p":"com.tangosol.util","c":"Filters","l":"between(ValueExtractor, E, E)","u":"between(com.tangosol.util.ValueExtractor,E,E)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"BetweenFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"BetweenFilter(String, E, E)","u":"%3Cinit%3E(java.lang.String,E,E)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"BetweenFilter(String, E, E, boolean, boolean)","u":"%3Cinit%3E(java.lang.String,E,E,boolean,boolean)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"BetweenFilter(ValueExtractor, E, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E,E)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"BetweenFilter(ValueExtractor, E, E, boolean, boolean)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E,E,boolean,boolean)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BetweenOperator","l":"BetweenOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"BetweenOPToken","l":"BetweenOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"BetweenOPToken","l":"BetweenOPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.util.function","c":"Remote","l":"biConsumer(Remote.BiConsumer)","u":"biConsumer(com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.function","c":"Remote","l":"biFunction(Remote.BiFunction)","u":"biFunction(com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"BIG_DECIMAL_AVERAGE_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"BIG_DECIMAL_MAX_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"BIG_DECIMAL_MIN_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"BIG_DECIMAL_SUM_FUNCTION_BUILDER"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"BIGDECIMAL_ZERO"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigDecimalAdapter","l":"BigDecimalAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalAverage","l":"BigDecimalAverage()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalAverage(String)","u":"bigDecimalAverage(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalAverage","l":"BigDecimalAverage(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalAverage(ValueExtractor)","u":"bigDecimalAverage(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalAverage","l":"BigDecimalAverage(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMax","l":"BigDecimalMax()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalMax(String)","u":"bigDecimalMax(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMax","l":"BigDecimalMax(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalMax(ValueExtractor)","u":"bigDecimalMax(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMax","l":"BigDecimalMax(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMin","l":"BigDecimalMin()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalMin(String)","u":"bigDecimalMin(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMin","l":"BigDecimalMin(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalMin(ValueExtractor)","u":"bigDecimalMin(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMin","l":"BigDecimalMin(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalSum","l":"BigDecimalSum()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalSum(String)","u":"bigDecimalSum(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalSum","l":"BigDecimalSum(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalSum(ValueExtractor)","u":"bigDecimalSum(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalSum","l":"BigDecimalSum(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"BIGGEST_MODULO"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"BIGGEST_MODULO"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"BIGINTEGER_MAX_LONG"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"BIGINTEGER_MIN_LONG"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigIntegerAdapter","l":"BigIntegerAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"DecorationOnlyDeltaCompressor","l":"BIN_DECO_ONLY"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"BIN_STORE_PENDING"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"bin(String)","u":"bin(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"BINARY_EMPTY"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"BINARY_OPERATOR_NODE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"BINARY_SIZE"},{"p":"com.tangosol.util","c":"Binary","l":"Binary()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Binary","l":"Binary(Binary)","u":"%3Cinit%3E(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"Binary","l":"Binary(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.tangosol.util","c":"Binary","l":"Binary(byte[], int, int)","u":"%3Cinit%3E(byte[],int,int)"},{"p":"com.tangosol.util","c":"Binary","l":"Binary(ByteArrayOutputStream)","u":"%3Cinit%3E(java.io.ByteArrayOutputStream)"},{"p":"com.tangosol.util","c":"Binary","l":"Binary(DataInput)","u":"%3Cinit%3E(java.io.DataInput)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"binaryConsumer(StreamObserver)","u":"binaryConsumer(io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"BinaryDeltaCompressor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"BinaryElementCalculator","l":"BinaryElementCalculator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"BinaryEntryStoreWrapper(BinaryEntryStore)","u":"%3Cinit%3E(com.tangosol.net.cache.BinaryEntryStore)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"BinaryMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"BinaryMap(ByteBuffer)","u":"%3Cinit%3E(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"BinaryMap(ByteBuffer, double, double, boolean)","u":"%3Cinit%3E(java.nio.ByteBuffer,double,double,boolean)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"BinaryMap(ByteBufferManager)","u":"%3Cinit%3E(com.tangosol.io.nio.ByteBufferManager)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"BinaryMap(ByteBufferManager, double, double, boolean)","u":"%3Cinit%3E(com.tangosol.io.nio.ByteBufferManager,double,double,boolean)"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"BinaryMapStore(BinaryMap)","u":"%3Cinit%3E(com.tangosol.io.nio.BinaryMap)"},{"p":"com.tangosol.coherence.rest.io","c":"BinaryMarshaller","l":"BinaryMarshaller()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"BinaryMemoryCalculator","l":"BinaryMemoryCalculator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.function","c":"Remote","l":"binaryOperator(Remote.BinaryOperator)","u":"binaryOperator(com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"BinaryStoreCacheStore(BinaryStore)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"BinaryStoreCacheStore(BinaryStore, boolean)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"BinaryStoreCacheStore(BinaryStore, ClassLoader)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"BinaryWriteBuffer","l":"BinaryWriteBuffer(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"BinaryWriteBuffer","l":"BinaryWriteBuffer(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"bind(FlowControl)","u":"bind(com.tangosol.net.FlowControl)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"bind(FlowControl)","u":"bind(com.tangosol.net.FlowControl)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"bind(int, InetAddress)","u":"bind(int,java.net.InetAddress)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.CapacityAwareMap","l":"bind(ObservableSplittingBackingCache)","u":"bind(com.tangosol.net.partition.ObservableSplittingBackingCache)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"bind(SocketAddress)","u":"bind(java.net.SocketAddress)"},{"p":"com.tangosol.net","c":"NameService","l":"bind(String, Object)","u":"bind(java.lang.String,java.lang.Object)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"BINDING_NODE"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"bindService(String)","u":"bindService(java.lang.String)"},{"p":"com.tangosol.util.function","c":"Remote","l":"biPredicate(Remote.BiPredicate)","u":"biPredicate(com.tangosol.util.function.Remote.BiPredicate)"},{"p":"com.tangosol.util","c":"BitHelper","l":"BitHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE","l":"BLACK_LIST"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"Block()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"Blocking()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"BOOLEAN_ARRAY_EMPTY"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BooleanAdapter","l":"BooleanAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"BooleanArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"BOOLEANLITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"BOOLEANLITERAL"},{"p":"com.tangosol.util.function","c":"Remote","l":"booleanSupplier(Remote.BooleanSupplier)","u":"booleanSupplier(com.tangosol.util.function.Remote.BooleanSupplier)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"boxed()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"boxed()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"boxed()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"breakLines(String, int, String)","u":"breakLines(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"breakLines(String, int, String)","u":"breakLines(java.lang.String,int,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"breakLines(String, int, String, boolean)","u":"breakLines(java.lang.String,int,java.lang.String,boolean)"},{"p":"com.tangosol.util","c":"Base","l":"breakLines(String, int, String, boolean)","u":"breakLines(java.lang.String,int,java.lang.String,boolean)"},{"p":"com.tangosol.net.partition","c":"BroadKeyPartitioningStrategy","l":"BroadKeyPartitioningStrategy(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"BUCKET_COUNTS"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"buffercopy(ByteBuffer, int, int, int, byte[])","u":"buffercopy(java.nio.ByteBuffer,int,int,int,byte[])"},{"p":"com.tangosol.coherence.config.xml.processor","c":"BufferTypeProcessor","l":"BufferTypeProcessor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"SerializerProducer.Builder","l":"build()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener.Builder","l":"build()"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"build()"},{"p":"com.tangosol.net","c":"Coherence.Builder","l":"build()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"build()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"build()"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"build()"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"build()"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"build()"},{"p":"com.tangosol.net","c":"Coherence.Builder","l":"build(boolean)"},{"p":"com.tangosol.net","c":"Coherence.Builder","l":"build(ClassLoader)","u":"build(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"Coherence.Builder","l":"build(ClassLoader, boolean)","u":"build(java.lang.ClassLoader,boolean)"},{"p":"com.oracle.coherence.cdi","c":"SerializerProducer","l":"builder()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener","l":"builder()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration","l":"builder()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"builder()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"Coherence","l":"builder(CoherenceConfiguration)","u":"builder(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"builder(CoherenceConfiguration, Coherence.Mode)","u":"builder(com.tangosol.net.CoherenceConfiguration,com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.net","c":"ConfigurableLocalAddressProvider","l":"builder(int)"},{"p":"com.tangosol.util","c":"BuilderHelper","l":"BuilderHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.BuilderRegistration","l":"BuilderRegistration(String, Class, ParameterizedBuilder)","u":"%3Cinit%3E(java.lang.String,java.lang.Class,com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"buildFactory(String, ClassLoader)","u":"buildFactory(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"buildFactory(String, ClassLoader, ParameterResolver)","u":"buildFactory(java.lang.String,java.lang.ClassLoader,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"buildPlan()"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"Bundle()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"Bundle()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"Bundle()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"Bundle()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler","l":"bundle(Collection)","u":"bundle(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.GetBundler","l":"bundle(Collection)","u":"bundle(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.RemoveBundler","l":"bundle(Collection)","u":"bundle(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler","l":"bundle(Map)","u":"bundle(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.PutBundler","l":"bundle(Map)","u":"bundle(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler","l":"bundle(Set)","u":"bundle(java.util.Set)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"BundleConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager","l":"BundleManager()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"BundlingNamedCache(NamedCache)","u":"%3Cinit%3E(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"BY_MEMBER"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"BY_PARTITION"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"by(Filter)","u":"by(com.tangosol.util.Filter)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"BYTE_ARRAY_EMPTY"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ByteAdapter","l":"ByteAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"ByteArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"ByteArrayBufferInput()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"ByteArrayBufferOutput()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"ByteArrayBufferOutput(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"ByteArrayReadBuffer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"ByteArrayReadBuffer(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"ByteArrayReadBuffer(byte[], int, int)","u":"%3Cinit%3E(byte[],int,int)"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"ByteArrayReadBuffer(byte[], int, int, boolean, boolean, boolean)","u":"%3Cinit%3E(byte[],int,int,boolean,boolean,boolean)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"ByteArrayWriteBuffer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"ByteArrayWriteBuffer(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"ByteArrayWriteBuffer(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"ByteArrayWriteBuffer(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"ByteArrayWriteBuffer(WriteBuffer, int, int)","u":"%3Cinit%3E(com.tangosol.io.WriteBuffer,int,int)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"byteAt(int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"byteAt(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"byteAt(int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"byteAt(int)"},{"p":"com.tangosol.util","c":"AbstractByteSequence.AggregateByteSequence","l":"byteAt(int)"},{"p":"com.tangosol.util","c":"AbstractByteSequence.PartialByteSequence","l":"byteAt(int)"},{"p":"com.tangosol.util","c":"ByteSequence","l":"byteAt(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"ByteBufferInput(ByteBuffer)","u":"%3Cinit%3E(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"ByteBufferInputStream(ByteBuffer)","u":"%3Cinit%3E(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer.ByteBufferOutput","l":"ByteBufferOutput(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"ByteBufferOutputStream(ByteBuffer)","u":"%3Cinit%3E(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"ByteBufferReadBuffer(ByteBuffer)","u":"%3Cinit%3E(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"ByteBufferWriteBuffer(ByteBuffer)","u":"%3Cinit%3E(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"ByteBufferWriteBuffer(ByteBufferWriteBuffer)","u":"%3Cinit%3E(com.tangosol.io.nio.ByteBufferWriteBuffer)"},{"p":"com.tangosol.coherence.config.unit","c":"Bytes","l":"Bytes(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.config.unit","c":"Bytes","l":"Bytes(MemorySize)","u":"%3Cinit%3E(com.oracle.coherence.common.util.MemorySize)"},{"p":"com.tangosol.coherence.config.unit","c":"Bytes","l":"Bytes(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"byteValue()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"CACHE_FACTORY"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"CACHE_NAME"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"CACHE_NAME"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"CACHE_REF"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"CACHE_REF"},{"p":"com.tangosol.net.management","c":"Registry","l":"CACHE_TYPE"},{"p":"com.oracle.coherence.cdi","c":"CacheAddInterceptor","l":"cacheAdd(InvocationContext)","u":"cacheAdd(jakarta.interceptor.InvocationContext)"},{"p":"com.oracle.coherence.cdi","c":"CacheAddInterceptor","l":"CacheAddInterceptor(Coherence, CoherenceExtension)","u":"%3Cinit%3E(com.tangosol.net.Coherence,com.oracle.coherence.cdi.CoherenceExtension)"},{"p":"com.tangosol.util","c":"CacheCollator","l":"CacheCollator(Collator)","u":"%3Cinit%3E(java.text.Collator)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"CacheConfig(ParameterResolver)","u":"%3Cinit%3E(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.xml","c":"CacheConfigNamespaceHandler","l":"CacheConfigNamespaceHandler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CacheConfigOverrideProcessor","l":"CacheConfigOverrideProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"CacheDefaultsPreprocessor","l":"CacheDefaultsPreprocessor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"CacheEvent(ObservableMap, int, K, V, V, boolean)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,K,V,V,boolean)"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"CacheEvent(ObservableMap, int, K, V, V, boolean, boolean)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,K,V,V,boolean,boolean)"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"CacheEvent(ObservableMap, int, K, V, V, boolean, CacheEvent.TransformationState)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,K,V,V,boolean,com.tangosol.net.cache.CacheEvent.TransformationState)"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"CacheEvent(ObservableMap, int, K, V, V, boolean, CacheEvent.TransformationState, boolean)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,K,V,V,boolean,com.tangosol.net.cache.CacheEvent.TransformationState,boolean)"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"CacheEvent(ObservableMap, int, K, V, V, boolean, CacheEvent.TransformationState, boolean, boolean)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,K,V,V,boolean,com.tangosol.net.cache.CacheEvent.TransformationState,boolean,boolean)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"CacheEventFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"CacheEventFilter(Filter, int)","u":"%3Cinit%3E(com.tangosol.util.Filter,int)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"CacheEventFilter(int, Filter, int)","u":"%3Cinit%3E(int,com.tangosol.util.Filter,int)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"CacheEventFilter(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"CacheFactory()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CacheGetInterceptor","l":"cacheGet(InvocationContext)","u":"cacheGet(jakarta.interceptor.InvocationContext)"},{"p":"com.oracle.coherence.cdi","c":"CacheGetInterceptor","l":"CacheGetInterceptor(Coherence, CoherenceExtension)","u":"%3Cinit%3E(com.tangosol.net.Coherence,com.oracle.coherence.cdi.CoherenceExtension)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"CacheInfo(String, String, Map)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.util.Map)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.CacheLifecycleEventHandler","l":"CacheLifecycleEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheLoaderCacheStore","l":"CacheLoaderCacheStore(CacheLoader)","u":"%3Cinit%3E(com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.net.cache","c":"CacheLoaderCacheStore","l":"CacheLoaderCacheStore(CacheLoader)","u":"%3Cinit%3E(com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"CacheMapping(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CacheMappingProcessor","l":"CacheMappingProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"CacheMappingRegistry","l":"CacheMappingRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"CacheMappingRegistry","l":"CacheMappingRegistry(ResourceMappingRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.config.ResourceMappingRegistry)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"CachePersistenceHelper()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CachePutInterceptor","l":"cachePut(InvocationContext)","u":"cachePut(jakarta.interceptor.InvocationContext)"},{"p":"com.oracle.coherence.cdi","c":"CachePutInterceptor","l":"CachePutInterceptor(Coherence, CoherenceExtension)","u":"%3Cinit%3E(com.tangosol.net.Coherence,com.oracle.coherence.cdi.CoherenceExtension)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.CacheRefExpression","l":"CacheRefExpression(Expression, ClassLoader, CacheMappingRegistry)","u":"%3Cinit%3E(com.tangosol.config.expression.Expression,java.lang.ClassLoader,com.tangosol.coherence.config.CacheMappingRegistry)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.CacheRefExpression","l":"CacheRefExpression(Expression, ClassLoader, ResourceMappingRegistry)","u":"%3Cinit%3E(com.tangosol.config.expression.Expression,java.lang.ClassLoader,com.tangosol.coherence.config.ResourceMappingRegistry)"},{"p":"com.oracle.coherence.cdi","c":"CacheRemoveInterceptor","l":"cacheRemove(InvocationContext)","u":"cacheRemove(jakarta.interceptor.InvocationContext)"},{"p":"com.oracle.coherence.cdi","c":"CacheRemoveInterceptor","l":"CacheRemoveInterceptor(Coherence, CoherenceExtension)","u":"%3Cinit%3E(com.tangosol.net.Coherence,com.oracle.coherence.cdi.CoherenceExtension)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"CacheRequestHolder(Req, AsyncNamedCache, Supplier>, String, Serializer, Executor)","u":"%3Cinit%3E(Req,com.tangosol.net.AsyncNamedCache,java.util.function.Supplier,java.lang.String,com.tangosol.io.Serializer,java.util.concurrent.Executor)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"CacheResource(NamedCache, Class, Class, KeyConverter, QueryConfig, int)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,java.lang.Class,java.lang.Class,com.tangosol.coherence.rest.KeyConverter,com.tangosol.coherence.rest.config.QueryConfig,int)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CacheServiceProxyProcessor","l":"CacheServiceProxyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.CacheStatisticsExtractor","l":"CacheStatisticsExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.CacheStatisticsExtractor","l":"CacheStatisticsExtractor(JCacheIdentifier)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.common.JCacheIdentifier)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap","l":"CacheStoreMap(BackingMapManagerContext, CacheStore)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.cache.CacheStore)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap","l":"CacheStoreMap(BackingMapManagerContext, CacheStore, boolean)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.cache.CacheStore,boolean)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap","l":"CacheStoreMap(BackingMapManagerContext, IterableCacheLoader)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.cache.IterableCacheLoader)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"CacheStoreScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"CacheStoreWrapper(CacheStore)","u":"%3Cinit%3E(com.tangosol.net.cache.CacheStore)"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap.CacheStoreWrapper","l":"CacheStoreWrapper(CacheStore)","u":"%3Cinit%3E(com.tangosol.net.cache.CacheStore)"},{"p":"com.oracle.coherence.cdi","c":"View","l":"cacheValues()"},{"p":"com.oracle.coherence.cdi","c":"View.Literal","l":"cacheValues()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"CachingMap(Map, Map)","u":"%3Cinit%3E(java.util.Map,java.util.Map)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"CachingMap(Map, Map, int)","u":"%3Cinit%3E(java.util.Map,java.util.Map,int)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CachingSchemeMappingProcessor","l":"CachingSchemeMappingProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CachingSchemesProcessor","l":"CachingSchemesProcessor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"CaffeineCache()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"CaffeineScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"calcDecimalSize(BigDecimal)","u":"calcDecimalSize(java.math.BigDecimal)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"calculateAnalysisDelay()"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"calculateBasePartitionHash(PartitionedService, Object)","u":"calculateBasePartitionHash(com.tangosol.net.PartitionedService,java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"calculateBucket(int)"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"EqualsFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"NotEqualsFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"IndexAwareFilter","l":"calculateEffectiveness(Map, ? extends MapIndex>, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"calculateExpiry(long)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"calculateFairShare(boolean)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"calculateIteratorEffectiveness(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"calculateJMXPartitionStats()"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"calculateKeyPartition(PartitionedService, Object)","u":"calculateKeyPartition(com.tangosol.net.PartitionedService,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"calculateKeyPartitionHash(PartitionedService, Object)","u":"calculateKeyPartitionHash(com.tangosol.net.PartitionedService,java.lang.Object)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"calculateMinimumNodeCount(Set)","u":"calculateMinimumNodeCount(java.util.Set)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"calculateMinThreshold(int, float)","u":"calculateMinThreshold(int,float)"},{"p":"com.tangosol.util","c":"Binary","l":"calculateNaturalPartition(int)"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility","l":"calculateObjectName(Cache, MBeanServerRegistrationUtility.ObjectNameType)","u":"calculateObjectName(javax.cache.Cache,com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility.ObjectNameType)"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility","l":"calculateObjectName(CoherenceBasedCacheManager, JCacheIdentifier, MBeanServerRegistrationUtility.ObjectNameType)","u":"calculateObjectName(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,com.tangosol.coherence.jcache.common.JCacheIdentifier,com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility.ObjectNameType)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"calculatePackedLength(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"calculatePackedLength(long)"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"calculatePartition(PartitionedService, int)","u":"calculatePartition(com.tangosol.net.PartitionedService,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"calculatePreviousBucket(int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"calculateRequeueDelay(ReadWriteBackingMap.WriteQueue)","u":"calculateRequeueDelay(com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue)"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"calculateShallowSize(Class)","u":"calculateShallowSize(java.lang.Class)"},{"p":"com.tangosol.util","c":"Sizable","l":"calculateSize()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"calculateSizeCode(int)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"calculateTotalLength(Object[][])","u":"calculateTotalLength(java.lang.Object[][])"},{"p":"com.tangosol.net.topic","c":"BinaryElementCalculator","l":"calculateUnits(Binary)","u":"calculateUnits(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.topic","c":"FixedElementCalculator","l":"calculateUnits(Binary)","u":"calculateUnits(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.topic","c":"NamedTopic.ElementCalculator","l":"calculateUnits(Binary)","u":"calculateUnits(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"calculateUnits(Object)","u":"calculateUnits(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BinaryMemoryCalculator","l":"calculateUnits(Object, Object)","u":"calculateUnits(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.UnitCalculator","l":"calculateUnits(Object, Object)","u":"calculateUnits(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalUnitCalculator","l":"calculateUnits(Object, Object)","u":"calculateUnits(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"calculateUnits(Object, Object)","u":"calculateUnits(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"calculateVersion(Object)","u":"calculateVersion(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"calculateWaitTime(long)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"calcUnitFairShare(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"calcUTF(String)","u":"calcUTF(java.lang.String)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"calibrate()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"CALL_NODE"},{"p":"com.tangosol.util.function","c":"Remote","l":"callable(Remote.Callable)","u":"callable(com.tangosol.util.function.Remote.Callable)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"cancel()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"cancel(boolean)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"cancel(boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"cancel(Throwable)","u":"cancel(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.Task","l":"cancel(Throwable)","u":"cancel(java.lang.Throwable)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"cancelOutstandingReads(Object)","u":"cancelOutstandingReads(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"CANONICAL_NAME"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.DefaultDelimiterExpansionProcessor","l":"canProcess(String)","u":"canProcess(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.MacroExpansionProcessor","l":"canProcess(String)","u":"canProcess(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.OffsetLengthSubstringExpansionProcessor","l":"canProcess(String)","u":"canProcess(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.SpaceDefaultDelimiterExpansionProcessor","l":"canProcess(String)","u":"canProcess(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"canUseGlobal()"},{"p":"com.tangosol.util","c":"Dequeue","l":"capacity()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.CapacityAwareMap","l":"CapacityAwareMap(BackingMapManager, String)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManager,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"capitalize(String)","u":"capitalize(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"capitalize(String)","u":"capitalize(java.lang.String)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"cardinality()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"castProcessor(InvocableMap.EntryProcessor)","u":"castProcessor(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"castReturnValue(MethodNode)","u":"castReturnValue(org.objectweb.asm.tree.MethodNode)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"casValueInternal(Object, Object)","u":"casValueInternal(java.lang.Object,java.lang.Object)"},{"p":"com.oracle.coherence.mp.config","c":"CdiConfigSourceProvider","l":"CdiConfigSourceProvider()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CdiEventObserver","l":"CdiEventObserver(ObserverMethod)","u":"%3Cinit%3E(jakarta.enterprise.inject.spi.ObserverMethod)"},{"p":"com.oracle.coherence.cdi","c":"CdiEventObserver","l":"CdiEventObserver(ProcessObserverMethod)","u":"%3Cinit%3E(jakarta.enterprise.inject.spi.ProcessObserverMethod)"},{"p":"com.oracle.coherence.cdi","c":"CdiInjector","l":"CdiInjector()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CdiInterceptorMetadataResolver","l":"CdiInterceptorMetadataResolver()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CdiMapEventObserver","l":"CdiMapEventObserver(ObserverMethod>)","u":"%3Cinit%3E(jakarta.enterprise.inject.spi.ObserverMethod)"},{"p":"com.oracle.coherence.cdi","c":"CdiMapEventObserver","l":"CdiMapEventObserver(ProcessObserverMethod, ?>)","u":"%3Cinit%3E(jakarta.enterprise.inject.spi.ProcessObserverMethod)"},{"p":"com.oracle.coherence.cdi","c":"CdiMapListenerManager","l":"CdiMapListenerManager(FilterProducer, MapEventTransformerProducer, CoherenceExtension)","u":"%3Cinit%3E(com.oracle.coherence.cdi.FilterProducer,com.oracle.coherence.cdi.MapEventTransformerProducer,com.oracle.coherence.cdi.CoherenceExtension)"},{"p":"com.oracle.coherence.mp.metrics","c":"CdiMetricsRegistryAdapter","l":"CdiMetricsRegistryAdapter()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.server","c":"CdiNamespaceHandler","l":"CdiNamespaceHandler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"ceiling(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"ceiling(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"ceiling(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"ceiling(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"ceiling(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"ceiling(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"ceiling(long)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"ceiling(Object)","u":"ceiling(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"ceilingEntry(Object)","u":"ceilingEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"ceilingIndex(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"ceilingIndex(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"ceilingIndex(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"ceilingIndex(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"ceilingIndex(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"ceilingIndex(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"ceilingIndex(long)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"ceilingKey(Object)","u":"ceilingKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Segment","l":"cEntries"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"chainComparators(Comparator, Comparator)","u":"chainComparators(java.util.Comparator,java.util.Comparator)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"chainComparators(Comparator, Comparator, Comparator)","u":"chainComparators(java.util.Comparator,java.util.Comparator,java.util.Comparator)"},{"p":"com.tangosol.util","c":"Extractors","l":"chained(String...)","u":"chained(java.lang.String...)"},{"p":"com.tangosol.util","c":"Extractors","l":"chained(ValueExtractor...)","u":"chained(com.tangosol.util.ValueExtractor...)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"ChainedCollection(ChainedCollection, Collection)","u":"%3Cinit%3E(com.tangosol.util.ChainedCollection,java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"ChainedCollection(ChainedCollection, Collection...)","u":"%3Cinit%3E(com.tangosol.util.ChainedCollection,java.util.Collection...)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"ChainedCollection(Collection>)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"ChainedCollection(Collection...)","u":"%3Cinit%3E(java.util.Collection...)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"ChainedComparator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"ChainedComparator(Comparator...)","u":"%3Cinit%3E(java.util.Comparator...)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"ChainedEnumerator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"ChainedEnumerator(Enumeration)","u":"%3Cinit%3E(java.util.Enumeration)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"ChainedEnumerator(Enumeration, Enumeration)","u":"%3Cinit%3E(java.util.Enumeration,java.util.Enumeration)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"ChainedEnumerator(Enumeration[])","u":"%3Cinit%3E(java.util.Enumeration[])"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"ChainedEnumerator(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"ChainedEnumerator(Iterator, Iterator)","u":"%3Cinit%3E(java.util.Iterator,java.util.Iterator)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"ChainedEnumerator(Iterator[])","u":"%3Cinit%3E(java.util.Iterator[])"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"ChainedExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"ChainedExtractor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"ChainedExtractor(ValueExtractor[])","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor[])"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"ChainedExtractor(ValueExtractor, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.dslquery","c":"ChainedExtractorBuilder","l":"ChainedExtractorBuilder(ExtractorBuilder...)","u":"%3Cinit%3E(com.tangosol.coherence.dslquery.ExtractorBuilder...)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.ChainedExtractorsSupplier","l":"ChainedExtractorsSupplier()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.ChainedExtractorSupplier","l":"ChainedExtractorSupplier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"ChainedFragmentExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"ChainedFragmentExtractor(ValueExtractor, ValueExtractor...)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor...)"},{"p":"com.tangosol.util","c":"ChainedMap","l":"ChainedMap(Map, Map)","u":"%3Cinit%3E(java.util.Map,java.util.Map)"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"ChainedParameterResolver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"ChainedParameterResolver(ParameterResolver...)","u":"%3Cinit%3E(com.tangosol.config.expression.ParameterResolver...)"},{"p":"com.tangosol.util","c":"ChainedResourceResolver","l":"ChainedResourceResolver(ResourceResolver...)","u":"%3Cinit%3E(com.tangosol.util.ResourceResolver...)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"ChainedSet(ChainedSet, Set)","u":"%3Cinit%3E(com.tangosol.util.ChainedSet,java.util.Set)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"ChainedSet(ChainedSet, Set...)","u":"%3Cinit%3E(com.tangosol.util.ChainedSet,java.util.Set...)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"ChainedSet(Collection>)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"ChainedSet(Set...)","u":"%3Cinit%3E(java.util.Set...)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"changeState(int)"},{"p":"com.tangosol.util","c":"Daemon","l":"changeState(int, Daemon.DaemonWorker)","u":"changeState(int,com.tangosol.util.Daemon.DaemonWorker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor.ChangeTracker","l":"ChangeTracker(ReadBuffer.BufferInput, ReadBuffer.BufferInput)","u":"%3Cinit%3E(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"CHAR_ARRAY_EMPTY"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"CHAR_BUF_MASK"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"CHAR_BUF_SIZE"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"characteristics()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalAverage","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMax","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMin","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalSum","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"ComparableMax","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"ComparableMin","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"DoubleMax","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"DoubleMin","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"DoubleSum","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"LongMax","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"LongMin","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"LongSum","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"characteristics()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"characteristics()"},{"p":"com.tangosol.util","c":"MapListener","l":"characteristics()"},{"p":"com.tangosol.util","c":"MapListenerSupport.SynchronousListener","l":"characteristics()"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"characteristics()"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"characteristics()"},{"p":"com.tangosol.util","c":"Streamer","l":"characteristics()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.CharAdapter","l":"CharAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"CharArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"check()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"check()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"check()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"check(String)","u":"check(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLOPToken","l":"checkAlias(OPParser, String...)","u":"checkAlias(com.tangosol.coherence.dsltools.precedence.OPParser,java.lang.String...)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"checkBacklog(Continuation)","u":"checkBacklog(com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.net","c":"FlowControl","l":"checkBacklog(Continuation)","u":"checkBacklog(com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"checkBacklog(Continuation)","u":"checkBacklog(com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"checkBackupBalance(SimpleAssignmentStrategy.AnalysisContext)","u":"checkBackupBalance(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"checkBackupOverloaded(SimpleAssignmentStrategy.AnalysisContext)","u":"checkBackupOverloaded(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"checkBackupStrong(SimpleAssignmentStrategy.AnalysisContext)","u":"checkBackupStrong(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"checkBounds(int, int)","u":"checkBounds(int,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"checkBounds(int, int)","u":"checkBounds(int,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"checkBounds(int, int)","u":"checkBounds(int,int)"},{"p":"com.tangosol.util","c":"BinaryWriteBuffer","l":"checkBounds(int, int)","u":"checkBounds(int,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"checkBufferGrow(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"checkBufferShrink()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkDate(int, int, int)","u":"checkDate(int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkDayTimeInterval(int, int, int, int, int)","u":"checkDayTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkDecimalRange(BigDecimal, int)","u":"checkDecimalRange(java.math.BigDecimal,int)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"checkDestroy()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"checkElement(XmlElement)","u":"checkElement(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkElementCount(int)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"checkEndangered()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"checkEndangered(SimpleAssignmentStrategy.AnalysisContext)","u":"checkEndangered(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"checkEntry(Map.Entry)","u":"checkEntry(java.util.Map.Entry)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"checkEntry(Object, Object)","u":"checkEntry(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"checkError()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"checkExpiry()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"checkFlush()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"checkKey(Object)","u":"checkKey(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"checkLeaving(SimpleAssignmentStrategy.AnalysisContext)","u":"checkLeaving(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"checkMachineQuorum(int, Set, Set, Set, Set)","u":"checkMachineQuorum(int,java.util.Set,java.util.Set,java.util.Set,java.util.Set)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"checkModulo()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"checkMutable()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"checkMutable()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"checkMutable()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"checkMutable()"},{"p":"com.tangosol.util","c":"Base","l":"checkNotEmpty(String, String)","u":"checkNotEmpty(java.lang.String,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"checkNotInitialized()"},{"p":"com.tangosol.util","c":"Base","l":"checkNotNull(T, String)","u":"checkNotNull(T,java.lang.String)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"checkObject(Object)","u":"checkObject(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"checkObject(Object)","u":"checkObject(java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"checkObjectInputFilter(Class, DataInput)","u":"checkObjectInputFilter(java.lang.Class,java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"checkObjectInputFilter(Class, int, DataInput)","u":"checkObjectInputFilter(java.lang.Class,int,java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"checkObjectInputFilter(Class, ObjectInputStream)","u":"checkObjectInputFilter(java.lang.Class,java.io.ObjectInputStream)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"checkPage()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"checkPending(Object)","u":"checkPending(java.lang.Object)"},{"p":"com.tangosol.net.security","c":"Security","l":"checkPermission(Cluster, String, String, String)","u":"checkPermission(com.tangosol.net.Cluster,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.security","c":"AccessController","l":"checkPermission(ClusterPermission, Subject)","u":"checkPermission(com.tangosol.net.ClusterPermission,javax.security.auth.Subject)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"checkPermission(ClusterPermission, Subject)","u":"checkPermission(com.tangosol.net.ClusterPermission,javax.security.auth.Subject)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"checkPermission(NamedCache)","u":"checkPermission(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"checkPermission(NamedCache)","u":"checkPermission(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"checkPermission(NamedCollection)","u":"checkPermission(com.tangosol.net.NamedCollection)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"checkPermission(Service, String)","u":"checkPermission(com.tangosol.net.Service,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"checkPosition(int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"checkPosition(int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.ComplexMap","l":"checkPosition(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"checkPrimaryBalance(SimpleAssignmentStrategy.AnalysisContext)","u":"checkPrimaryBalance(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.util","c":"Base","l":"checkRange(long, long, long, String)","u":"checkRange(long,long,long,java.lang.String)"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"checkRange(Object)","u":"checkRange(java.lang.Object)"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"checkRead(BinaryEntry, Subject, int)","u":"checkRead(com.tangosol.util.BinaryEntry,javax.security.auth.Subject,int)"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"checkRead(BinaryEntry, Subject, int)","u":"checkRead(com.tangosol.util.BinaryEntry,javax.security.auth.Subject,int)"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"checkReadAny(BackingMapContext, Subject, int)","u":"checkReadAny(com.tangosol.net.BackingMapContext,javax.security.auth.Subject,int)"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"checkReadAny(BackingMapContext, Subject, int)","u":"checkReadAny(com.tangosol.net.BackingMapContext,javax.security.auth.Subject,int)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"checkReadOnly()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"checkReadOnly(String)","u":"checkReadOnly(java.lang.String)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"checkRecoveryMembership(PartitionedService.PartitionRecoveryAction)","u":"checkRecoveryMembership(com.tangosol.net.PartitionedService.PartitionRecoveryAction)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkReferenceRange(int)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"checkRoleQuorum(int, Set, Set, Set, Set)","u":"checkRoleQuorum(int,java.util.Set,java.util.Set,java.util.Set,java.util.Set)"},{"p":"com.tangosol.util","c":"LiteSet","l":"checkShrinkFromOther()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"checkSimpleDistribution(SimpleAssignmentStrategy.AnalysisContext)","u":"checkSimpleDistribution(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"checkSiteQuorum(int, Set, Set, Set, Set)","u":"checkSiteQuorum(int,java.util.Set,java.util.Set,java.util.Set,java.util.Set)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"checkSize()"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"checkStrict()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkTime(int, int, int, int)","u":"checkTime(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkTimeInterval(int, int, int, int)","u":"checkTimeInterval(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkTimeZone(int, int)","u":"checkTimeZone(int,int)"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"checkTruncation(List, StringBuilder, int)","u":"checkTruncation(java.util.List,java.lang.StringBuilder,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkType(int)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"checkValue(Object)","u":"checkValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"checkValue(Object)","u":"checkValue(java.lang.Object)"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"checkWrite(BinaryEntry, Subject, int)","u":"checkWrite(com.tangosol.util.BinaryEntry,javax.security.auth.Subject,int)"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"checkWrite(BinaryEntry, Subject, int)","u":"checkWrite(com.tangosol.util.BinaryEntry,javax.security.auth.Subject,int)"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"checkWriteAny(BackingMapContext, Subject, int)","u":"checkWriteAny(com.tangosol.net.BackingMapContext,javax.security.auth.Subject,int)"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"checkWriteAny(BackingMapContext, Subject, int)","u":"checkWriteAny(com.tangosol.net.BackingMapContext,javax.security.auth.Subject,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkYearMonthInterval(int, int)","u":"checkYearMonthInterval(int,int)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"children()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"children()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"children()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"childrenTermEqual(Term)","u":"childrenTermEqual(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"CHUNK_SIZE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"CHUNK_THRESHOLD"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"cipherSuites()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"CircularArrayList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"CircularArrayList(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"CircularArrayList(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"CircularIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"claimAll(ConfigurableCacheMap)","u":"claimAll(com.tangosol.net.cache.ConfigurableCacheMap)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"claimUnused(ConfigurableCacheMap)","u":"claimUnused(com.tangosol.net.cache.ConfigurableCacheMap)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"CLASS_LOADER"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"CLASS_LOADER"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"Classes()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ClassFilter","l":"ClassFilter(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"ClassHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"classify()"},{"p":"com.tangosol.net.management.annotation","c":"Notification","l":"className()"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"ClassScheme()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"clear()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"clear()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"clear()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"clear()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"clear()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"clear()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"clear()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"clear()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"clear()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"clear()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"clear()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"clear()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.EntrySet","l":"clear()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"clear()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.ValuesCollection","l":"clear()"},{"p":"com.tangosol.io.pof","c":"PofHelper.ReadableEntrySetMap","l":"clear()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"clear()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"clear()"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"clear()"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"clear()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"clear()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"clear()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"clear()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"clear()"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"clear()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"clear()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"clear()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"clear()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"clear()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ValuesCollection","l":"clear()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"clear()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"clear()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"clear()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"clear()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"clear()"},{"p":"com.tangosol.net","c":"NamedMap","l":"clear()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"clear()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"clear()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"clear()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"clear()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"clear()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"clear()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.KeySet","l":"clear()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"clear()"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"clear()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"clear()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"clear()"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"clear()"},{"p":"com.tangosol.util","c":"ChainedSet","l":"clear()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"clear()"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"clear()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"clear()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"clear()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"clear()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"clear()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"clear()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"clear()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.EntrySet","l":"clear()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.KeySet","l":"clear()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"clear()"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"clear()"},{"p":"com.tangosol.util","c":"LiteSet","l":"clear()"},{"p":"com.tangosol.util","c":"LongArray","l":"clear()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"clear()"},{"p":"com.tangosol.util","c":"MapSet","l":"clear()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"clear()"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"clear()"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"clear()"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"clear()"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"clear()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"clear()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"clear()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"clear()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"clear()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"clear()"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"clear()"},{"p":"com.tangosol.util","c":"SafeHashMap.ValuesCollection","l":"clear()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"clear()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"clear()"},{"p":"com.tangosol.util","c":"SafeSortedMap.Values","l":"clear()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"clear()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"clear()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"clear()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"clear()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ValuesCollection","l":"clear()"},{"p":"com.tangosol.util","c":"SetMap","l":"clear()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"clear()"},{"p":"com.tangosol.util","c":"StringTable","l":"clear()"},{"p":"com.tangosol.util","c":"SubList","l":"clear()"},{"p":"com.tangosol.util","c":"SubSet","l":"clear()"},{"p":"com.tangosol.util","c":"Tree","l":"clear()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"clear()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"clear()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"clear()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"clear()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"clear()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"clear()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"clear()"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"clear(boolean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"clear(ClearRequest)","u":"clear(com.oracle.coherence.grpc.ClearRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"clear(ClearRequest)","u":"clear(com.oracle.coherence.grpc.ClearRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"clear(ClearRequest, StreamObserver)","u":"clear(com.oracle.coherence.grpc.ClearRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"clear(String, String)","u":"clear(java.lang.String,java.lang.String)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"clearBucketOffsets()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"clearBucketOffsets(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"clearBuffer()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"clearConverted()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"clearCustomFunctions()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"clearCustomOperators()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"clearFreeLists()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"clearPending()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"clearValue()"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"Client"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceLoadBalancerProcessor","l":"CLIENT"},{"p":"com.tangosol.net","c":"Coherence","l":"client()"},{"p":"com.tangosol.net","c":"Coherence","l":"client(Coherence.Mode)","u":"client(com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.net","c":"Coherence","l":"client(CoherenceConfiguration)","u":"client(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"clientBuilder(CoherenceConfiguration)","u":"clientBuilder(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"clientBuilder(CoherenceConfiguration, Coherence.Mode)","u":"clientBuilder(com.tangosol.net.CoherenceConfiguration,com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"clientDirect()"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"ClientFixed"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"clientFixed()"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"clientRemote()"},{"p":"com.oracle.coherence.common.base","c":"Cloneable","l":"clone()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NestingOPToken","l":"clone()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"clone()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"clone()"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"clone()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"clone()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"clone()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"clone()"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"clone()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"clone()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"clone()"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"clone()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"clone()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"clone()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"clone()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"clone()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"clone()"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"clone()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"clone()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"clone()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"clone()"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"clone()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"clone()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"clone()"},{"p":"com.tangosol.util","c":"Binary","l":"clone()"},{"p":"com.tangosol.util","c":"CacheCollator","l":"clone()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"clone()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"clone()"},{"p":"com.tangosol.util","c":"Dequeue","l":"clone()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"clone()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"clone()"},{"p":"com.tangosol.util","c":"LiteSet","l":"clone()"},{"p":"com.tangosol.util","c":"LongArray","l":"clone()"},{"p":"com.tangosol.util","c":"MapSet","l":"clone()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"clone()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"clone()"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"clone()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"clone()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"clone()"},{"p":"com.tangosol.util","c":"SafeLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"clone()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"clone()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"clone()"},{"p":"com.tangosol.util","c":"SparseArray","l":"clone()"},{"p":"com.tangosol.util","c":"StringTable","l":"clone()"},{"p":"com.tangosol.util","c":"SubSet","l":"clone()"},{"p":"com.tangosol.util","c":"Tree","l":"clone()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"Binary","l":"clone(byte[], int, int)","u":"clone(byte[],int,int)"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlSerializableAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Cloner","l":"clone(T)"},{"p":"com.oracle.coherence.common.base","c":"NaturalCloner","l":"clone(T)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"cloneEntryList(SafeHashMap.Entry)","u":"cloneEntryList(com.tangosol.util.SafeHashMap.Entry)"},{"p":"com.oracle.coherence.common.base","c":"Disposable","l":"close()"},{"p":"com.oracle.coherence.common.base","c":"Lockable.Unlockable","l":"close()"},{"p":"com.oracle.coherence.common.base","c":"NonBlocking","l":"close()"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"close()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"close()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"close()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"close()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"close()"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"close()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"close()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"close()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"close()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"close()"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"close()"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"close()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"close()"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"close()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"close()"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"close()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"close()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"close()"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"close()"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"close()"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"close()"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"close()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"close()"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"close()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"close()"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"close()"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"close()"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"close()"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"close()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"close()"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"close()"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"close()"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"close()"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"close()"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"close()"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"close()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"close()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"close()"},{"p":"com.tangosol.net","c":"Coherence","l":"close()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"close()"},{"p":"com.tangosol.net","c":"CompressionFilter.DeflaterOutputShell","l":"close()"},{"p":"com.tangosol.net","c":"CompressionFilter.InflaterInputShell","l":"close()"},{"p":"com.tangosol.net","c":"DatagramPacketOutputStream","l":"close()"},{"p":"com.tangosol.net","c":"Releasable","l":"close()"},{"p":"com.tangosol.net","c":"SessionProvider","l":"close()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"close()"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"close()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"close()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedDataOutputStream","l":"close()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedInputStream","l":"close()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedObjectOutputStream","l":"close()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedOutputStream","l":"close()"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"close()"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"close()"},{"p":"com.tangosol.util","c":"NullImplementation.NullWriter","l":"close()"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"close()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"close()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"close(ClassLoader)","u":"close(java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"close(long)"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"close(long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"close(String)","u":"close(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"close(String)","u":"close(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"close(String)","u":"close(java.lang.String)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"close(URI, ClassLoader)","u":"close(java.net.URI,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"Coherence","l":"closeAll()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"closeDb()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"closeEnvironment(boolean)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"closeInbound(TcpDatagramSocket.Impl.ConnectionStatus, SocketChannel)","u":"closeInbound(com.tangosol.net.TcpDatagramSocket.Impl.ConnectionStatus,java.nio.channels.SocketChannel)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"closeNested()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"closeNested()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"closeOutbound(SocketAddress)","u":"closeOutbound(java.net.SocketAddress)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"closeProcessing()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"closeProcessing()"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"CLOSEST"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"closeStatus(OverflowMap.Status)","u":"closeStatus(com.tangosol.net.cache.OverflowMap.Status)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"CLUSTER"},{"p":"com.tangosol.net.management","c":"Registry","l":"CLUSTER_TYPE"},{"p":"com.tangosol.net","c":"ClusterException","l":"ClusterException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ClusterException","l":"ClusterException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"ClusterException","l":"ClusterException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.net","c":"ClusterException","l":"ClusterException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"ClusterMember"},{"p":"com.tangosol.net","c":"Coherence","l":"clusterMember()"},{"p":"com.tangosol.net","c":"Coherence","l":"clusterMember(CoherenceConfiguration)","u":"clusterMember(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"clusterMemberBuilder(CoherenceConfiguration)","u":"clusterMemberBuilder(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"ClusterPermission(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"ClusterPermission(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.cdi.server","c":"ClusterProducer","l":"ClusterProducer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"ClusterQuorumPolicy(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.coherence.config.builder","c":"ClusterQuorumPolicyBuilder","l":"ClusterQuorumPolicyBuilder(Map, XmlElement)","u":"%3Cinit%3E(java.util.Map,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"CMP_AUTO"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"CMP_ENTRY"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"CMP_KEY"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"CMP_VALUE"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"CoalescedEvent(Event)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"CoalescedEvent(Event, NonBlockingFiniteStateMachine.CoalescedEvent.Process)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event,com.tangosol.util.fsm.NonBlockingFiniteStateMachine.CoalescedEvent.Process)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"CoalescedEvent(Event, NonBlockingFiniteStateMachine.CoalescedEvent.Process, Object)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event,com.tangosol.util.fsm.NonBlockingFiniteStateMachine.CoalescedEvent.Process,java.lang.Object)"},{"p":"com.tangosol.io.pof.annotation","c":"PortableProperty","l":"codec()"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs","l":"Codecs()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"CoherenceBasedCacheManager(CoherenceBasedCachingProvider, ConfigurableCacheFactory, URI, ClassLoader, Properties)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.CoherenceBasedCachingProvider,com.tangosol.net.ConfigurableCacheFactory,java.net.URI,java.lang.ClassLoader,java.util.Properties)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"CoherenceBasedCachingProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"CoherenceCacheEntry(K, V)","u":"%3Cinit%3E(K,V)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"CoherenceCacheEntry(K, V, V)","u":"%3Cinit%3E(K,V,V)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"CoherenceCacheEntry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"CoherenceCacheEntryEvent(Cache, EventType, K, V)","u":"%3Cinit%3E(javax.cache.Cache,javax.cache.event.EventType,K,V)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"CoherenceCacheEntryEvent(Cache, EventType, K, V, V)","u":"%3Cinit%3E(javax.cache.Cache,javax.cache.event.EventType,K,V,V)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEventFilteringIterable","l":"CoherenceCacheEntryEventFilteringIterable(Iterable>, CacheEntryEventFilter)","u":"%3Cinit%3E(java.lang.Iterable,javax.cache.event.CacheEntryEventFilter)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEventFilteringIterator","l":"CoherenceCacheEntryEventFilteringIterator(Iterator>, CacheEntryEventFilter)","u":"%3Cinit%3E(java.util.Iterator,javax.cache.event.CacheEntryEventFilter)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryListenerRegistration","l":"CoherenceCacheEntryListenerRegistration(CacheEntryListenerConfiguration)","u":"%3Cinit%3E(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEventEventDispatcher","l":"CoherenceCacheEventEventDispatcher()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"CoherenceCacheMXBean(CoherenceBasedCache)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.CoherenceBasedCache)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"CoherenceConfigSource()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceConverterAdapter","l":"CoherenceConverterAdapter(Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceDefaultsConfigSource","l":"CoherenceDefaultsConfigSource()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"CoherenceEntryProcessorResult()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"CoherenceEntryProcessorResult(Exception)","u":"%3Cinit%3E(java.lang.Exception)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"CoherenceEntryProcessorResult(T)","u":"%3Cinit%3E(T)"},{"p":"com.oracle.coherence.cdi","c":"CoherenceExtension","l":"CoherenceExtension()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.CoherenceLifecycleEventHandler","l":"CoherenceLifecycleEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.oracle.coherence.cdi","c":"CoherenceProducer","l":"CoherenceProducer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"CoherenceQueryLanguage()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.query","c":"CoherenceQueryLanguageEngine","l":"CoherenceQueryLanguageEngine()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.server","c":"CoherenceServerExtension","l":"CoherenceServerExtension()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"CoherenceSession()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"CoherenceSession(Session.Option...)","u":"%3Cinit%3E(com.tangosol.net.Session.Option...)"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"CoherenceSession(SessionConfiguration, Coherence.Mode, Iterable>)","u":"%3Cinit%3E(com.tangosol.net.SessionConfiguration,com.tangosol.net.Coherence.Mode,java.lang.Iterable)"},{"p":"com.oracle.coherence.mp.metrics","c":"CoherenceTagsConfigSource","l":"CoherenceTagsConfigSource()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery","c":"CohQLException","l":"CohQLException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"CohQLException","l":"CohQLException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"collect(Collector)","u":"collect(java.util.stream.Collector)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"collect(Remote.Supplier, Remote.BiConsumer, Remote.BiConsumer)","u":"collect(com.tangosol.util.function.Remote.Supplier,com.tangosol.util.function.Remote.BiConsumer,com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"collect(Remote.Supplier, Remote.ObjDoubleConsumer, Remote.BiConsumer)","u":"collect(com.tangosol.util.function.Remote.Supplier,com.tangosol.util.function.Remote.ObjDoubleConsumer,com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"collect(Remote.Supplier, Remote.ObjIntConsumer, Remote.BiConsumer)","u":"collect(com.tangosol.util.function.Remote.Supplier,com.tangosol.util.function.Remote.ObjIntConsumer,com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"collect(Remote.Supplier, Remote.ObjLongConsumer, Remote.BiConsumer)","u":"collect(com.tangosol.util.function.Remote.Supplier,com.tangosol.util.function.Remote.ObjLongConsumer,com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"collect(RemoteCollector)","u":"collect(com.tangosol.util.stream.RemoteCollector)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"collect(Supplier, BiConsumer, BiConsumer)","u":"collect(java.util.function.Supplier,java.util.function.BiConsumer,java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"collect(Supplier, ObjDoubleConsumer, BiConsumer)","u":"collect(java.util.function.Supplier,java.util.function.ObjDoubleConsumer,java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"collect(Supplier, ObjIntConsumer, BiConsumer)","u":"collect(java.util.function.Supplier,java.util.function.ObjIntConsumer,java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"collect(Supplier, ObjLongConsumer, BiConsumer)","u":"collect(java.util.function.Supplier,java.util.function.ObjLongConsumer,java.util.function.BiConsumer)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"collectEndangered(PartitionSet)","u":"collectEndangered(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"collectingAndThen(RemoteCollector, Remote.Function)","u":"collectingAndThen(com.tangosol.util.stream.RemoteCollector,com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"COLLECTION_EMPTY"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"CollectionAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.CollectionCodec","l":"CollectionCodec(Class>)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"CollectionHelper","l":"CollectionHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.CollectionRefExpression","l":"CollectionRefExpression(Expression, ClassLoader, ResourceMappingRegistry)","u":"%3Cinit%3E(com.tangosol.config.expression.Expression,java.lang.ClassLoader,com.tangosol.coherence.config.ResourceMappingRegistry)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"collectListeners(MapEvent)","u":"collectListeners(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"collectOrphaned(PartitionSet)","u":"collectOrphaned(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"collectRemoved(Object, Object)","u":"collectRemoved(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"collectScheduledDistributions()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"collectServiceSchemes(XmlElement)","u":"collectServiceSchemes(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"collectServiceSchemes(XmlElement, XmlElement, HashMap)","u":"collectServiceSchemes(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement,java.util.HashMap)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"collectWeak(PartitionSet)","u":"collectWeak(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.coherence.dsltools.termlanguage","c":"ColonToken","l":"ColonToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"combine(Converter, Converter)","u":"combine(com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"combine(Integer)","u":"combine(java.lang.Integer)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"combine(Map)","u":"combine(java.util.Map)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"combine(Object)","u":"combine(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"combine(Object)","u":"combine(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"combine(Object)","u":"combine(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"combine(Object)","u":"combine(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"combine(P)"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"combine(P)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"combine(P)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"combine(QueryRecord.PartialResult)","u":"combine(com.tangosol.util.QueryRecord.PartialResult)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"combine(TopNAggregator.PartialResult)","u":"combine(com.tangosol.util.aggregator.TopNAggregator.PartialResult)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder.CommandsOPToken","l":"CommandsOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder.CommandsQueryPlusStatement","l":"CommandsQueryPlusStatement()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder","l":"CommandsStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Element","l":"commit()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"commit()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"commit(int, Position)","u":"commit(int,com.tangosol.net.topic.Position)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"commit(Map)","u":"commit(java.util.Map)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"commit(Object)","u":"commit(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"commit(Object)","u":"commit(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"commit(Object)","u":"commit(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"commitAndMaybeInvalidate()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"commitAndMaybeInvalidate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Element","l":"commitAsync()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"commitAsync(int, Position)","u":"commitAsync(int,com.tangosol.net.topic.Position)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"commitAsync(Map)","u":"commitAsync(java.util.Map)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"commitInternal(Object)","u":"commitInternal(java.lang.Object)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"CommitResult()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"CommitResult(int, Position, Subscriber.CommitResultStatus)","u":"%3Cinit%3E(int,com.tangosol.net.topic.Position,com.tangosol.net.topic.Subscriber.CommitResultStatus)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"CommitResult(int, Position, Subscriber.CommitResultStatus, Throwable)","u":"%3Cinit%3E(int,com.tangosol.net.topic.Position,com.tangosol.net.topic.Subscriber.CommitResultStatus,java.lang.Throwable)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"CommitResult(int, Position, Throwable)","u":"%3Cinit%3E(int,com.tangosol.net.topic.Position,java.lang.Throwable)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResultStatus","l":"Committed"},{"p":"com.tangosol.net.events.partition","c":"TransactionEvent.Type","l":"COMMITTED"},{"p":"com.tangosol.net.events.partition","c":"UnsolicitedCommitEvent.Type","l":"COMMITTED"},{"p":"com.tangosol.net.events.partition","c":"TransactionEvent.Type","l":"COMMITTING"},{"p":"com.tangosol.net","c":"CacheFactory","l":"commitTransactionCollection(Collection, int)","u":"commitTransactionCollection(java.util.Collection,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"compactAll()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"compactBegin()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"compactComplete()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"compactNext()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"compactUntil(int)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMax","l":"ComparableMax()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMax(String)","u":"comparableMax(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMax","l":"ComparableMax(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMax(String, Comparator)","u":"comparableMax(java.lang.String,java.util.Comparator)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMax","l":"ComparableMax(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMax(ValueExtractor)","u":"comparableMax(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMax(ValueExtractor, Comparator)","u":"comparableMax(com.tangosol.util.ValueExtractor,java.util.Comparator)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMax","l":"ComparableMax(ValueExtractor, Comparator)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.Comparator)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMin","l":"ComparableMin()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMin(String)","u":"comparableMin(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMin","l":"ComparableMin(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMin(String, Comparator)","u":"comparableMin(java.lang.String,java.util.Comparator)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMin","l":"ComparableMin(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMin(ValueExtractor)","u":"comparableMin(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMin(ValueExtractor, Comparator)","u":"comparableMin(com.tangosol.util.ValueExtractor,java.util.Comparator)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMin","l":"ComparableMin(ValueExtractor, Comparator)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.Comparator)"},{"p":"com.oracle.coherence.repository","c":"Indexed","l":"comparator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"comparator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"comparator()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"comparator()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedMap","l":"comparator()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedSet","l":"comparator()"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"comparator()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"comparator()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"comparator()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"comparator()"},{"p":"com.tangosol.util.function","c":"Remote","l":"comparator(Remote.Comparator)","u":"comparator(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.function","c":"Remote","l":"comparator(ValueExtractor)","u":"comparator(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"ComparatorBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorHelper","l":"ComparatorHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.HashcodeComparator","l":"compare(Object, Object)","u":"compare(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.LoadComparator","l":"compare(Object, Object)","u":"compare(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.StrengthComparator","l":"compare(Object, Object)","u":"compare(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"compare(Object, Object)","u":"compare(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"compare(Object, Object)","u":"compare(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SortedBag.WrapperComparator","l":"compare(Object, Object)","u":"compare(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"CacheCollator","l":"compare(String, String)","u":"compare(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"InverseComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.oracle.coherence.common.base","c":"NaturalComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.net","c":"ServiceLoadBalancer","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.net","c":"SimpleServiceLoadBalancer","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.util.comparator","c":"InverseComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.util.comparator","c":"PriorityComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicBoolean","l":"compareAndExchange(boolean, boolean)","u":"compareAndExchange(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"compareAndExchange(boolean, boolean)","u":"compareAndExchange(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"compareAndExchange(boolean, boolean)","u":"compareAndExchange(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean","l":"compareAndExchange(boolean, boolean)","u":"compareAndExchange(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"compareAndExchange(boolean, boolean)","u":"compareAndExchange(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"compareAndExchange(boolean, boolean)","u":"compareAndExchange(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"compareAndExchange(int, int)","u":"compareAndExchange(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"compareAndExchange(int, int)","u":"compareAndExchange(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"compareAndExchange(int, int)","u":"compareAndExchange(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"compareAndExchange(int, int)","u":"compareAndExchange(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"compareAndExchange(int, int)","u":"compareAndExchange(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"compareAndExchange(int, int)","u":"compareAndExchange(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"compareAndExchange(long, long)","u":"compareAndExchange(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"compareAndExchange(long, long)","u":"compareAndExchange(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"compareAndExchange(long, long)","u":"compareAndExchange(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"compareAndExchange(long, long)","u":"compareAndExchange(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"compareAndExchange(long, long)","u":"compareAndExchange(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"compareAndExchange(long, long)","u":"compareAndExchange(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"compareAndExchange(V, V)","u":"compareAndExchange(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"compareAndExchange(V, V)","u":"compareAndExchange(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"compareAndExchange(V, V)","u":"compareAndExchange(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"compareAndExchange(V, V)","u":"compareAndExchange(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"compareAndExchange(V, V)","u":"compareAndExchange(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"compareAndExchange(V, V)","u":"compareAndExchange(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicBoolean","l":"compareAndSet(boolean, boolean)","u":"compareAndSet(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"compareAndSet(boolean, boolean)","u":"compareAndSet(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"compareAndSet(boolean, boolean)","u":"compareAndSet(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean","l":"compareAndSet(boolean, boolean)","u":"compareAndSet(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"compareAndSet(boolean, boolean)","u":"compareAndSet(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"compareAndSet(boolean, boolean)","u":"compareAndSet(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"compareAndSet(int, int)","u":"compareAndSet(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"compareAndSet(int, int)","u":"compareAndSet(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"compareAndSet(int, int)","u":"compareAndSet(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"compareAndSet(int, int)","u":"compareAndSet(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"compareAndSet(int, int)","u":"compareAndSet(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"compareAndSet(int, int)","u":"compareAndSet(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"compareAndSet(long, long)","u":"compareAndSet(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"compareAndSet(long, long)","u":"compareAndSet(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"compareAndSet(long, long)","u":"compareAndSet(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"compareAndSet(long, long)","u":"compareAndSet(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"compareAndSet(long, long)","u":"compareAndSet(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"compareAndSet(long, long)","u":"compareAndSet(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"compareAndSet(V, V)","u":"compareAndSet(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"compareAndSet(V, V)","u":"compareAndSet(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"compareAndSet(V, V)","u":"compareAndSet(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"compareAndSet(V, V)","u":"compareAndSet(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"compareAndSet(V, V)","u":"compareAndSet(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"compareAndSet(V, V)","u":"compareAndSet(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicMarkableReference","l":"compareAndSet(V, V, boolean, boolean)","u":"compareAndSet(V,V,boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"compareAndSet(V, V, boolean, boolean)","u":"compareAndSet(V,V,boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"compareAndSet(V, V, boolean, boolean)","u":"compareAndSet(V,V,boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference","l":"compareAndSet(V, V, boolean, boolean)","u":"compareAndSet(V,V,boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"compareAndSet(V, V, boolean, boolean)","u":"compareAndSet(V,V,boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"compareAndSet(V, V, boolean, boolean)","u":"compareAndSet(V,V,boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicStampedReference","l":"compareAndSet(V, V, int, int)","u":"compareAndSet(V,V,int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"compareAndSet(V, V, int, int)","u":"compareAndSet(V,V,int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"compareAndSet(V, V, int, int)","u":"compareAndSet(V,V,int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference","l":"compareAndSet(V, V, int, int)","u":"compareAndSet(V,V,int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"compareAndSet(V, V, int, int)","u":"compareAndSet(V,V,int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"compareAndSet(V, V, int, int)","u":"compareAndSet(V,V,int,int)"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"compareEntries(QueryMap.Entry, QueryMap.Entry)","u":"compareEntries(com.tangosol.util.QueryMap.Entry,com.tangosol.util.QueryMap.Entry)"},{"p":"com.tangosol.util.comparator","c":"InverseComparator","l":"compareEntries(QueryMap.Entry, QueryMap.Entry)","u":"compareEntries(com.tangosol.util.QueryMap.Entry,com.tangosol.util.QueryMap.Entry)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"compareEntries(QueryMap.Entry, QueryMap.Entry)","u":"compareEntries(com.tangosol.util.QueryMap.Entry,com.tangosol.util.QueryMap.Entry)"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"compareEntries(QueryMap.Entry, QueryMap.Entry)","u":"compareEntries(com.tangosol.util.QueryMap.Entry,com.tangosol.util.QueryMap.Entry)"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"compareEntries(QueryMap.Entry, QueryMap.Entry)","u":"compareEntries(com.tangosol.util.QueryMap.Entry,com.tangosol.util.QueryMap.Entry)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"compareEntries(QueryMap.Entry, QueryMap.Entry)","u":"compareEntries(com.tangosol.util.QueryMap.Entry,com.tangosol.util.QueryMap.Entry)"},{"p":"com.tangosol.util.comparator","c":"QueryMapComparator","l":"compareEntries(QueryMap.Entry, QueryMap.Entry)","u":"compareEntries(com.tangosol.util.QueryMap.Entry,com.tangosol.util.QueryMap.Entry)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"compareKeyList(ObjectName, ObjectName)","u":"compareKeyList(javax.management.ObjectName,javax.management.ObjectName)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"compareSafe(Comparator, Object, Object)","u":"compareSafe(java.util.Comparator,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"compareSafe(Comparator, Object, Object, boolean)","u":"compareSafe(java.util.Comparator,java.lang.Object,java.lang.Object,boolean)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"compareTo(AnnotatedMapListener)","u":"compareTo(com.oracle.coherence.cdi.events.AnnotatedMapListener)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"compareTo(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule)","u":"compareTo(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule)"},{"p":"com.tangosol.net.management","c":"MapJsonBodyHandler","l":"compareTo(MapJsonBodyHandler)","u":"compareTo(com.tangosol.net.management.MapJsonBodyHandler)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"compareTo(MutableLong)","u":"compareTo(com.oracle.coherence.common.base.MutableLong)"},{"p":"com.tangosol.util","c":"Binary","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter.WeightedFilter","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"com.tangosol.util","c":"SortedBag.UniqueElement","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"com.tangosol.util","c":"UID","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"com.tangosol.util","c":"UUID","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"compareTo(PropertySpec)","u":"compareTo(com.tangosol.coherence.rest.util.PropertySpec)"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"compareTo(SessionConfiguration)","u":"compareTo(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"compareTo(SessionConfiguration)","u":"compareTo(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"compareTo(SessionProvider)","u":"compareTo(com.tangosol.net.SessionProvider)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"comparing(Remote.Function)","u":"comparing(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"comparing(Remote.Function, Remote.Comparator)","u":"comparing(com.tangosol.util.function.Remote.Function,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"comparingDouble(Remote.ToDoubleFunction)","u":"comparingDouble(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"comparingInt(Remote.ToIntFunction)","u":"comparingInt(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"comparingLong(Remote.ToLongFunction)","u":"comparingLong(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"ComparisonFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"ComparisonFilter(String, C)","u":"%3Cinit%3E(java.lang.String,C)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"ComparisonFilter(ValueExtractor, C)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,C)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ComparisonOperator","l":"ComparisonOperator(String, String...)","u":"%3Cinit%3E(java.lang.String,java.lang.String...)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"ComparisonValueExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"ComparisonValueExtractor(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"ComparisonValueExtractor(String, String, Comparator)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.util.Comparator)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"ComparisonValueExtractor(ValueExtractor, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"ComparisonValueExtractor(ValueExtractor, ValueExtractor, Comparator)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor,java.util.Comparator)"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"complete()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"complete()"},{"p":"com.tangosol.net","c":"AsyncNamedMap.Complete","l":"Complete(Executor)","u":"%3Cinit%3E(java.util.concurrent.Executor)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"complete(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"complete(int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"complete(Object)","u":"complete(java.lang.Object)"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"complete(Session)","u":"complete(com.tangosol.net.Session)"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"complete(Session)","u":"complete(com.tangosol.net.Session)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"complete(Supplier)","u":"complete(java.util.function.Supplier)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"completeExceptionally(Throwable)","u":"completeExceptionally(java.lang.Throwable)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"completeOnEmpty()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CompleteOnEmpty","l":"CompleteOnEmpty()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"Complex(ValidatingPofHandler.Complex, int, boolean)","u":"%3Cinit%3E(com.tangosol.io.pof.ValidatingPofHandler.Complex,int,boolean)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"Complex(ValidatingPofHandler.Complex, int, boolean, int)","u":"%3Cinit%3E(com.tangosol.io.pof.ValidatingPofHandler.Complex,int,boolean,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.Complex","l":"Complex(WritingPofHandler.Complex, boolean)","u":"%3Cinit%3E(com.tangosol.io.pof.WritingPofHandler.Complex,boolean)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.Complex","l":"Complex(WritingPofHandler.Complex, boolean, int)","u":"%3Cinit%3E(com.tangosol.io.pof.WritingPofHandler.Complex,boolean,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.ComplexMap","l":"ComplexMap(ValidatingPofHandler.Complex, int)","u":"%3Cinit%3E(com.tangosol.io.pof.ValidatingPofHandler.Complex,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.ComplexMap","l":"ComplexMap(ValidatingPofHandler.Complex, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.ValidatingPofHandler.Complex,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.ComplexMap","l":"ComplexMap(ValidatingPofHandler.Complex, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.ValidatingPofHandler.Complex,int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.ComplexMap","l":"ComplexMap(WritingPofHandler.Complex, int)","u":"%3Cinit%3E(com.tangosol.io.pof.WritingPofHandler.Complex,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.ComplexMap","l":"ComplexMap(WritingPofHandler.Complex, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.WritingPofHandler.Complex,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"ComplexPofValue(PofValue, ReadBuffer, PofContext, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int)"},{"p":"com.tangosol.util.function","c":"Remote.DoubleUnaryOperator","l":"compose(Remote.DoubleUnaryOperator)","u":"compose(com.tangosol.util.function.Remote.DoubleUnaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote.Function","l":"compose(Remote.Function)","u":"compose(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.function","c":"Remote.IntUnaryOperator","l":"compose(Remote.IntUnaryOperator)","u":"compose(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote.LongUnaryOperator","l":"compose(Remote.LongUnaryOperator)","u":"compose(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"compose(ValueExtractor)","u":"compose(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"compose(ValueExtractor)","u":"compose(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"composite(InvocableMap.EntryAggregator...)","u":"composite(com.tangosol.util.InvocableMap.EntryAggregator...)"},{"p":"com.tangosol.util","c":"Processors","l":"composite(InvocableMap.EntryProcessor[])","u":"composite(com.tangosol.util.InvocableMap.EntryProcessor[])"},{"p":"com.tangosol.net","c":"CompositeActionPolicy","l":"CompositeActionPolicy(ActionPolicy, ActionPolicy)","u":"%3Cinit%3E(com.tangosol.net.ActionPolicy,com.tangosol.net.ActionPolicy)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"CompositeAddressProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"CompositeAddressProvider(AddressProvider)","u":"%3Cinit%3E(com.tangosol.net.AddressProvider)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"CompositeAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"CompositeAggregator(InvocableMap.EntryAggregator[])","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryAggregator[])"},{"p":"com.tangosol.util","c":"CompositeKey","l":"CompositeKey()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"CompositeKey","l":"CompositeKey(P, S)","u":"%3Cinit%3E(P,S)"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"CompositeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"CompositeProcessor(InvocableMap.EntryProcessor[])","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor[])"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CompositeSchemeProcessor","l":"CompositeSchemeProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"CompositeSocketAddressProvider(SocketAddress)","u":"%3Cinit%3E(java.net.SocketAddress)"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"CompositeSocketAddressProvider(SocketAddressProvider)","u":"%3Cinit%3E(com.tangosol.net.SocketAddressProvider)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"CompositeUpdater()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"CompositeUpdater(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"CompositeUpdater(ValueExtractor, ValueUpdater)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueUpdater)"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"CompoundBaseToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"CompressionFilter","l":"CompressionFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"InvocableMap","l":"compute(K, BiFunction)","u":"compute(K,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"compute(K, BiFunction)","u":"compute(K,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"compute(K, BiFunction)","u":"compute(K,java.util.function.BiFunction)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"compute(K, Remote.BiFunction)","u":"compute(K,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"compute(K, Remote.BiFunction)","u":"compute(K,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"compute(Object, BiFunction)","u":"compute(java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"compute(Object, BiFunction)","u":"compute(java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"compute(Object, BiFunction)","u":"compute(java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"computeCanonicalName(String)","u":"computeCanonicalName(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"computeCanonicalName(String, Object[])","u":"computeCanonicalName(java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"computeChannelCount(int)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"computeIfAbsent(K, Function)","u":"computeIfAbsent(K,java.util.function.Function)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"computeIfAbsent(K, Function)","u":"computeIfAbsent(K,java.util.function.Function)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"computeIfAbsent(K, Function)","u":"computeIfAbsent(K,java.util.function.Function)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"computeIfAbsent(K, Function)","u":"computeIfAbsent(K,java.util.function.Function)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"computeIfAbsent(K, Remote.Function)","u":"computeIfAbsent(K,com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"computeIfAbsent(K, Remote.Function)","u":"computeIfAbsent(K,com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"computeIfAbsent(K, Remote.Function)","u":"computeIfAbsent(K,com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"computeIfAbsent(Object, Function)","u":"computeIfAbsent(java.lang.Object,java.util.function.Function)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"computeIfAbsent(Object, Function)","u":"computeIfAbsent(java.lang.Object,java.util.function.Function)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"computeIfAbsent(Object, Function)","u":"computeIfAbsent(java.lang.Object,java.util.function.Function)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"computeIfPresent(K, BiFunction)","u":"computeIfPresent(K,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"computeIfPresent(K, BiFunction)","u":"computeIfPresent(K,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"computeIfPresent(K, BiFunction)","u":"computeIfPresent(K,java.util.function.BiFunction)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"computeIfPresent(K, Remote.BiFunction)","u":"computeIfPresent(K,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"computeIfPresent(K, Remote.BiFunction)","u":"computeIfPresent(K,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"computeIfPresent(Object, BiFunction)","u":"computeIfPresent(java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"computeIfPresent(Object, BiFunction)","u":"computeIfPresent(java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"computeIfPresent(Object, BiFunction)","u":"computeIfPresent(java.lang.Object,java.util.function.BiFunction)"},{"p":"com.oracle.coherence.common.base","c":"TimeHelper","l":"computeSafeWaitTime(long)"},{"p":"com.tangosol.util","c":"Base","l":"computeSafeWaitTime(long)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"computeTarget()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"computeTmpDir()"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"CONCAT_FUNCTION_BUILDER"},{"p":"com.tangosol.util","c":"Binary","l":"concat(Binary)","u":"concat(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"CONCUR_EXTERNAL"},{"p":"com.tangosol.util","c":"TransactionMap","l":"CONCUR_OPTIMISTIC"},{"p":"com.tangosol.util","c":"TransactionMap","l":"CONCUR_PESSIMISTIC"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"ConcurrentNotifier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"ConcurrentWrapperCollection(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"ConcurrentWrapperCollection(Collection, ReadWriteLock)","u":"%3Cinit%3E(java.util.Collection,java.util.concurrent.locks.ReadWriteLock)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"ConcurrentWrapperEntry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"ConcurrentWrapperEntry(Map.Entry, ReadWriteLock)","u":"%3Cinit%3E(java.util.Map.Entry,java.util.concurrent.locks.ReadWriteLock)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"ConcurrentWrapperEntry(Map.Entry, ReadWriteLock, boolean)","u":"%3Cinit%3E(java.util.Map.Entry,java.util.concurrent.locks.ReadWriteLock,boolean)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntrySet","l":"ConcurrentWrapperEntrySet(Set>, ReadWriteLock, boolean)","u":"%3Cinit%3E(java.util.Set,java.util.concurrent.locks.ReadWriteLock,boolean)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"ConcurrentWrapperMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"ConcurrentWrapperMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"ConcurrentWrapperMap(Map, ReadWriteLock)","u":"%3Cinit%3E(java.util.Map,java.util.concurrent.locks.ReadWriteLock)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"ConcurrentWrapperMap(Map, ReadWriteLock, boolean)","u":"%3Cinit%3E(java.util.Map,java.util.concurrent.locks.ReadWriteLock,boolean)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperSet","l":"ConcurrentWrapperSet(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperSet","l":"ConcurrentWrapperSet(Set, ReadWriteLock)","u":"%3Cinit%3E(java.util.Set,java.util.concurrent.locks.ReadWriteLock)"},{"p":"com.tangosol.util","c":"Processors","l":"conditional(Filter, InvocableMap.EntryProcessor)","u":"conditional(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"ConditionalExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"ConditionalExtractor(Filter, ValueExtractor, boolean)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,boolean)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"ConditionalExtractor(Filter, ValueExtractor, boolean, boolean)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,boolean,boolean)"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"ConditionalIndex(Filter, ValueExtractor, boolean, Comparator, boolean, BackingMapContext)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,boolean,java.util.Comparator,boolean,com.tangosol.net.BackingMapContext)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"ConditionalProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"ConditionalProcessor(Filter, InvocableMap.EntryProcessor)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"ConditionalPut()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"ConditionalPut(Filter, V)","u":"%3Cinit%3E(com.tangosol.util.Filter,V)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"ConditionalPut(Filter, V, boolean)","u":"%3Cinit%3E(com.tangosol.util.Filter,V,boolean)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"ConditionalPutAll()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"ConditionalPutAll(Filter, Map)","u":"%3Cinit%3E(com.tangosol.util.Filter,java.util.Map)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"ConditionalRemove()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"ConditionalRemove(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"ConditionalRemove(Filter, boolean)","u":"%3Cinit%3E(com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.ConditionalRemoveAction","l":"ConditionalRemoveAction()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"CONFIG"},{"p":"com.tangosol.coherence.config","c":"Config","l":"Config()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"config(String)","u":"config(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"config(String, Throwable)","u":"config(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"config(Supplier)","u":"config(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"config(Supplier, Throwable)","u":"config(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"config(Throwable)","u":"config(java.lang.Throwable)"},{"p":"com.oracle.coherence.mp.config","c":"ConfigPropertyResolver","l":"ConfigPropertyResolver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"ConfigurableAddressProvider(Iterable, boolean)","u":"%3Cinit%3E(java.lang.Iterable,boolean)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"ConfigurableAddressProvider(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"ConfigurableAddressProvider(XmlElement, boolean)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProviderFactory","l":"ConfigurableAddressProviderFactory()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableLocalAddressProvider","l":"ConfigurableLocalAddressProvider(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net","c":"ConfigurableLocalAddressProvider","l":"ConfigurableLocalAddressProvider(Iterable, boolean)","u":"%3Cinit%3E(java.lang.Iterable,boolean)"},{"p":"com.tangosol.net","c":"ConfigurableLocalAddressProvider","l":"ConfigurableLocalAddressProvider(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ConfigurableLocalAddressProvider","l":"ConfigurableLocalAddressProvider(XmlElement, boolean)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"ConfigurablePofContext()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"ConfigurablePofContext(ConfigurablePofContext)","u":"%3Cinit%3E(com.tangosol.io.pof.ConfigurablePofContext)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"ConfigurablePofContext(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"ConfigurablePofContext(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy","l":"ConfigurableQuorumPolicy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"ConfigurableSerializerFactory","l":"ConfigurableSerializerFactory()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"ConfigurableSnapshotArchiverFactory","l":"ConfigurableSnapshotArchiverFactory()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility.ObjectNameType","l":"Configuration"},{"p":"com.tangosol.config","c":"ConfigurationException","l":"ConfigurationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.config","c":"ConfigurationException","l":"ConfigurationException(String, String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ConfigurationProcessor","l":"ConfigurationProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.server","c":"InjectionBinder","l":"configure()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"configure()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"configure(BerkeleyDBBinaryStoreManager)","u":"configure(com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"configure(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])","u":"configure(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"configure(ServerBuilder, InProcessServerBuilder)","u":"configure(io.grpc.ServerBuilder,io.grpc.inprocess.InProcessServerBuilder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerConfiguration","l":"configure(ServerBuilder, InProcessServerBuilder)","u":"configure(io.grpc.ServerBuilder,io.grpc.inprocess.InProcessServerBuilder)"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"configure(TcpDatagramSocket)","u":"configure(com.tangosol.net.TcpDatagramSocket)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"configure(XmlElement)","u":"configure(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"configure(XmlElement)","u":"configure(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"configure(XmlElement)","u":"configure(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"configure(XmlElement)","u":"configure(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"WrapperService","l":"configure(XmlElement)","u":"configure(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"Controllable","l":"configure(XmlElement)","u":"configure(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"configureBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader, Map)","u":"configureBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader,java.util.Map)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"configureCache(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, ClassLoader)","u":"configureCache(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"configureCacheStore(ReadWriteBackingMap.StoreWrapper, boolean)","u":"configureCacheStore(com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper,boolean)"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator.CalculatorState","l":"CONFIGURED"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"configureEviction(int, ConfigurableCacheMap.EvictionPolicy)","u":"configureEviction(int,com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy)"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"configureFile(File)","u":"configureFile(java.io.File)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"configureInterceptors(XmlElement)","u":"configureInterceptors(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"configureInternalCache(ObservableMap)","u":"configureInternalCache(com.tangosol.util.ObservableMap)"},{"p":"com.tangosol.coherence.rest.io","c":"JaxbXmlMarshaller","l":"configureJaxbMarshaller(Marshaller)","u":"configureJaxbMarshaller(jakarta.xml.bind.Marshaller)"},{"p":"com.tangosol.coherence.rest.io","c":"JaxbXmlMarshaller","l":"configureJaxbUnmarshaller(Unmarshaller)","u":"configureJaxbUnmarshaller(jakarta.xml.bind.Unmarshaller)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"configureReadThread(double)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"configureSynchronization(boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"configureUnitCalculator(int, ConfigurableCacheMap.UnitCalculator)","u":"configureUnitCalculator(int,com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"configureUnitCalculator(XmlElement, ConfigurableCacheMap, DefaultConfigurableCacheFactory.CacheInfo, BackingMapManagerContext, ClassLoader)","u":"configureUnitCalculator(com.tangosol.run.xml.XmlElement,com.tangosol.net.cache.ConfigurableCacheMap,com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"Daemon","l":"configureWorker(Daemon.DaemonWorker)","u":"configureWorker(com.tangosol.util.Daemon.DaemonWorker)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"configureWriteThread(int)"},{"p":"com.tangosol.net","c":"ProxyService.ProxyAction","l":"CONNECT"},{"p":"com.tangosol.coherence.config.builder","c":"ProxyQuorumPolicyBuilder","l":"CONNECT_RULE_NAME"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"connect(Socket, SocketAddress)","u":"connect(java.net.Socket,java.net.SocketAddress)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"connect(Socket, SocketAddress, int)","u":"connect(java.net.Socket,java.net.SocketAddress,int)"},{"p":"com.tangosol.net.management","c":"Registry","l":"CONNECTION_MANAGER_TYPE"},{"p":"com.tangosol.net.management","c":"Registry","l":"CONNECTION_TYPE"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"Constants()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.function","c":"Remote","l":"consumer(Remote.Consumer)","u":"consumer(com.tangosol.util.function.Remote.Consumer)"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"consumeSignal()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"consumeSignal()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContainerHelper","l":"ContainerHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.server","c":"ContainerPassThroughResourceConfig","l":"ContainerPassThroughResourceConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.server","c":"ContainerResourceConfig","l":"ContainerResourceConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Tree","l":"contains(Comparable)","u":"contains(java.lang.Comparable)"},{"p":"com.tangosol.util","c":"Listeners","l":"contains(EventListener)","u":"contains(java.util.EventListener)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"contains(int)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"contains(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.EntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.KeySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedMap.EntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.EntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.KeySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"DeltaSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"LiteSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"MapSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.Values","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SortedBag","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SubList","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SubSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"contains(PartitionSet)","u":"contains(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"com.tangosol.util","c":"StringTable","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"contains(T)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"contains(V)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"contains(V)"},{"p":"com.tangosol.util","c":"LongArray","l":"contains(V)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"contains(V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"contains(V)"},{"p":"com.tangosol.util","c":"Filters","l":"contains(ValueExtractor, E)","u":"contains(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util","c":"MapSet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"LiteSet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubList","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubSet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"Filters","l":"containsAll(ValueExtractor, E...)","u":"containsAll(com.tangosol.util.ValueExtractor,E...)"},{"p":"com.tangosol.util","c":"Filters","l":"containsAll(ValueExtractor, Set)","u":"containsAll(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"ContainsAllFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"ContainsAllFilter(String, Set)","u":"%3Cinit%3E(java.lang.String,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"ContainsAllFilter(ValueExtractor, Set)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAllOperator","l":"ContainsAllOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Filters","l":"containsAny(ValueExtractor, E...)","u":"containsAny(com.tangosol.util.ValueExtractor,E...)"},{"p":"com.tangosol.util","c":"Filters","l":"containsAny(ValueExtractor, Set)","u":"containsAny(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"ContainsAnyFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"ContainsAnyFilter(String, Set)","u":"%3Cinit%3E(java.lang.String,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"ContainsAnyFilter(ValueExtractor, Set)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAnyOperator","l":"ContainsAnyOperator()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"containsEntry(CacheRequestHolder)","u":"containsEntry(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"containsEntry(ContainsEntryRequest)","u":"containsEntry(com.oracle.coherence.grpc.ContainsEntryRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"containsEntry(ContainsEntryRequest)","u":"containsEntry(com.oracle.coherence.grpc.ContainsEntryRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"containsEntry(ContainsEntryRequest, StreamObserver)","u":"containsEntry(com.oracle.coherence.grpc.ContainsEntryRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"containsEntry(String, String, String, ByteString, ByteString)","u":"containsEntry(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util.filter","c":"ContainsFilter","l":"ContainsFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ContainsFilter","l":"ContainsFilter(String, E)","u":"%3Cinit%3E(java.lang.String,E)"},{"p":"com.tangosol.util.filter","c":"ContainsFilter","l":"ContainsFilter(ValueExtractor, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.io","c":"BinaryStore.KeySetAware","l":"containsKey(Binary)","u":"containsKey(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"containsKey(CacheRequestHolder)","u":"containsKey(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"containsKey(ContainsKeyRequest)","u":"containsKey(com.oracle.coherence.grpc.ContainsKeyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"containsKey(ContainsKeyRequest)","u":"containsKey(com.oracle.coherence.grpc.ContainsKeyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"containsKey(ContainsKeyRequest, StreamObserver)","u":"containsKey(com.oracle.coherence.grpc.ContainsKeyRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"containsKey(K)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"containsKey(K)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"containsKey(K)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"containsKey(K)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"containsKey(K)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MaskedPartitionMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"SetMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"containsKey(String, String, String, ByteString)","u":"containsKey(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"containsMacro()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"containsMacro(String)","u":"containsMacro(java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"containsNamedQuery(String)","u":"containsNamedQuery(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsOperator","l":"ContainsOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ContainsOPToken","l":"ContainsOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"containsRegisteredDelimiter(String)","u":"containsRegisteredDelimiter(java.lang.String)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"containsStandardListeners(Filter)","u":"containsStandardListeners(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"containsStandardListeners(Object)","u":"containsStandardListeners(java.lang.Object)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"containsValue(CacheRequestHolder)","u":"containsValue(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"containsValue(ContainsValueRequest)","u":"containsValue(com.oracle.coherence.grpc.ContainsValueRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"containsValue(ContainsValueRequest)","u":"containsValue(com.oracle.coherence.grpc.ContainsValueRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"containsValue(ContainsValueRequest, StreamObserver)","u":"containsValue(com.oracle.coherence.grpc.ContainsValueRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"containsValue(String, String, String, ByteString)","u":"containsValue(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ContainsValueAction","l":"ContainsValueAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"contendForSegment(int)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"Context(Guardable, long, float)","u":"%3Cinit%3E(com.tangosol.net.Guardable,long,float)"},{"p":"com.tangosol.coherence.rest.servlet","c":"DefaultServletContextListener","l":"contextDestroyed(ServletContextEvent)","u":"contextDestroyed(javax.servlet.ServletContextEvent)"},{"p":"com.tangosol.coherence.rest.servlet","c":"DefaultServletContextListener","l":"contextInitialized(ServletContextEvent)","u":"contextInitialized(javax.servlet.ServletContextEvent)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"ContextJCacheStatistics()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"ContextJCacheStatistics(JCacheIdentifier)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.common.JCacheIdentifier)"},{"p":"com.tangosol.net.topic","c":"Publisher.OnFailure","l":"Continue"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(NamedCache)","u":"%3Cinit%3E(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(NamedCache, Filter)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(NamedCache, Filter, boolean)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(NamedCache, Filter, boolean, MapListener, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Filter,boolean,com.tangosol.util.MapListener,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(NamedCache, Filter, MapListener)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Filter,com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(NamedCache, Filter, MapListener, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Filter,com.tangosol.util.MapListener,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(NamedCache, Filter, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(Supplier>)","u":"%3Cinit%3E(java.util.function.Supplier)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(Supplier>, Filter)","u":"%3Cinit%3E(java.util.function.Supplier,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(Supplier>, Filter, boolean, MapListener, ValueExtractor, ClassLoader)","u":"%3Cinit%3E(java.util.function.Supplier,com.tangosol.util.Filter,boolean,com.tangosol.util.MapListener,com.tangosol.util.ValueExtractor,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"ContinuousQueryCacheScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"Convert()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.DownConverter","l":"convert(Binary)","u":"convert(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.UpConverter","l":"convert(Binary)","u":"convert(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"CollectionHelper","l":"convert(Collection, Converter)","u":"convert(java.util.Collection,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"CollectionHelper","l":"convert(Enumeration, Converter)","u":"convert(java.util.Enumeration,com.tangosol.util.Converter)"},{"p":"com.oracle.coherence.common.base","c":"Converter","l":"convert(F)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.ErrorHandlingConverter","l":"convert(F)"},{"p":"com.tangosol.util","c":"CollectionHelper","l":"convert(Iterator, Converter)","u":"convert(java.util.Iterator,com.tangosol.util.Converter)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.KeyConverter","l":"convert(Object)","u":"convert(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.FrontFilterConverter","l":"convert(Object)","u":"convert(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullConverter","l":"convert(Object)","u":"convert(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"convert(Object, int)","u":"convert(java.lang.Object,int)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"convert(Object, int)","u":"convert(java.lang.Object,int)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"Convert(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"convertArray(Object[], Converter)","u":"convertArray(java.lang.Object[],com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"convertArray(Object[], Converter, Object[])","u":"convertArray(java.lang.Object[],com.tangosol.util.Converter,java.lang.Object[])"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"convertConfiguration(Configuration, ClassLoader)","u":"convertConfiguration(javax.cache.configuration.Configuration,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"convertDouble(XmlValue)","u":"convertDouble(com.tangosol.run.xml.XmlValue)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"convertDown(Binary)","u":"convertDown(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"convertDown(ByteString)","u":"convertDown(com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"convertDown(Supplier)","u":"convertDown(java.util.function.Supplier)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"CONVERTER_FROM_BINARY"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"CONVERTER_STRIP_INTDECO"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"CONVERTER_TO_BINARY"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"ConverterAsynchronousProcessor(AsynchronousProcessor)","u":"%3Cinit%3E(com.tangosol.util.processor.AsynchronousProcessor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"ConverterCacheEntry(ConfigurableCacheMap.Entry, Converter, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.net.cache.ConfigurableCacheMap.Entry,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEvent","l":"ConverterCacheEvent(ObservableMap, CacheEvent, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,com.tangosol.net.cache.CacheEvent,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEvent","l":"ConverterCacheEvent(ObservableMap, CacheEvent, Converter, Converter, BackingMapManagerContext)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,com.tangosol.net.cache.CacheEvent,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheListener","l":"ConverterCacheListener(NamedCache, MapListener, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.MapListener,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheMap","l":"ConverterCacheMap(CacheMap, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.net.cache.CacheMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"ConverterCollection(Collection, Converter, Converter)","u":"%3Cinit%3E(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"ConverterCollections()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterComparator","l":"ConverterComparator(Comparator, Converter)","u":"%3Cinit%3E(java.util.Comparator,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterConcurrentMap","l":"ConverterConcurrentMap(ConcurrentMap, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.ConcurrentMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterEntry","l":"ConverterEntry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntry","l":"ConverterEntry(Map.Entry, Converter, Converter, Converter)","u":"%3Cinit%3E(java.util.Map.Entry,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"ConverterEntrySet(Collection>, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterEnumerator","l":"ConverterEnumerator(Enumeration, Converter)","u":"%3Cinit%3E(java.util.Enumeration,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"ConverterEnumerator(Enumeration, Converter)","u":"%3Cinit%3E(java.util.Enumeration,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterEnumerator","l":"ConverterEnumerator(Iterator, Converter)","u":"%3Cinit%3E(java.util.Iterator,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"ConverterEnumerator(Iterator, Converter)","u":"%3Cinit%3E(java.util.Iterator,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterEnumerator","l":"ConverterEnumerator(Object[], Converter)","u":"%3Cinit%3E(java.lang.Object[],com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"ConverterEnumerator(Object[], Converter)","u":"%3Cinit%3E(java.lang.Object[],com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterHolder","l":"ConverterHolder(F, Converter)","u":"%3Cinit%3E(F,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"ConverterInvocableMap(InvocableMap, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterIterator","l":"ConverterIterator(Iterator>)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"ConverterList(List, Converter, Converter)","u":"%3Cinit%3E(java.util.List,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"ConverterListIterator(ListIterator, Converter, Converter)","u":"%3Cinit%3E(java.util.ListIterator,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"ConverterLongArray(LongArray, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.LongArray,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray.ConverterLongArrayIterator","l":"ConverterLongArrayIterator(LongArray.Iterator)","u":"%3Cinit%3E(com.tangosol.util.LongArray.Iterator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"ConverterMap(Map, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(java.util.Map,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"ConverterMapEvent(ObservableMap, MapEvent, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,com.tangosol.util.MapEvent,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"ConverterMapEvent(ObservableMap, MapEvent, Converter, Converter, BackingMapManagerContext)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,com.tangosol.util.MapEvent,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"ConverterMapEventBinaryEntry(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventEntry","l":"ConverterMapEventEntry(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"ConverterMapListener(ObservableMap, MapListener, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,com.tangosol.util.MapListener,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"ConverterNamedCache(NamedCache, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"ConverterObservableMap(ObservableMap, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterQueryMap","l":"ConverterQueryMap(QueryMap, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.QueryMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSet","l":"ConverterSet(Collection, Converter, Converter)","u":"%3Cinit%3E(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"ConverterSortedMap(SortedMap, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(java.util.SortedMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"ConverterSortedSet(SortedSet, Converter, Converter)","u":"%3Cinit%3E(java.util.SortedSet,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"convertEvent(MapEvent, ObservableMap, Converter, Converter)","u":"convertEvent(com.tangosol.util.MapEvent,com.tangosol.util.ObservableMap,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"convertInt(XmlValue)","u":"convertInt(com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"convertInt(XmlValue, int)","u":"convertInt(com.tangosol.run.xml.XmlValue,int)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"convertKeyDown(Binary)","u":"convertKeyDown(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"convertKeyDown(ByteString)","u":"convertKeyDown(com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"convertKeys(CacheRequestHolder)","u":"convertKeys(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine","l":"convertList(List, Class)","u":"convertList(java.util.List,java.lang.Class)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"convertLong(XmlValue)","u":"convertLong(com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"convertNumber(Number, int)","u":"convertNumber(java.lang.Number,int)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"convertSafe(Converter, Object)","u":"convertSafe(com.tangosol.util.Converter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"convertToDate(Object)","u":"convertToDate(java.lang.Object)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"convertUp(Binary)","u":"convertUp(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"convertUTF(byte[], int, int, char[])","u":"convertUTF(byte[],int,int,char[])"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"convertUTF(int, int)","u":"convertUTF(int,int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"convertUTF(int, int)","u":"convertUTF(int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"convertUTF(int, int)","u":"convertUTF(int,int)"},{"p":"com.tangosol.net","c":"LoadBalancer.SocketHandler","l":"copy(InputStream, OutputStream, byte[])","u":"copy(java.io.InputStream,java.io.OutputStream,byte[])"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"copyAndOpenInternal(PersistentStore)","u":"copyAndOpenInternal(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"copyArray(LongArray)","u":"copyArray(com.tangosol.util.LongArray)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"copyBufferInputPortion(int, ReadBuffer.BufferInput, int)","u":"copyBufferInputPortion(int,com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"copyBufferInputRemainder(int, ReadBuffer.BufferInput, int)","u":"copyBufferInputRemainder(int,com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"copyBytes(int, int, byte[], int)","u":"copyBytes(int,int,byte[],int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"copyBytes(int, int, byte[], int)","u":"copyBytes(int,int,byte[],int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"copyBytes(int, int, byte[], int)","u":"copyBytes(int,int,byte[],int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"copyBytes(int, int, byte[], int)","u":"copyBytes(int,int,byte[],int)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"copyClassAnnotations(ClassNode, ClassNode)","u":"copyClassAnnotations(org.objectweb.asm.tree.ClassNode,org.objectweb.asm.tree.ClassNode)"},{"p":"com.tangosol.io","c":"FileHelper","l":"copyDir(File, File)","u":"copyDir(java.io.File,java.io.File)"},{"p":"com.tangosol.io","c":"FileHelper","l":"copyFile(File, File)","u":"copyFile(java.io.File,java.io.File)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"copyFrom(PartitionStatistics)","u":"copyFrom(com.tangosol.net.partition.PartitionStatistics)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"copyFrom(SafeHashMap.Entry)","u":"copyFrom(com.tangosol.util.SafeHashMap.Entry)"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"copyFrom(SafeHashMap.Entry)","u":"copyFrom(com.tangosol.util.SafeHashMap.Entry)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"copyMap(Map)","u":"copyMap(java.util.Map)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"copyMetadata(File, File)","u":"copyMetadata(java.io.File,java.io.File)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"CopyOnWriteLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"CopyOnWriteLongArray(Class>)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"CopyOnWriteLongArray(LongArray)","u":"%3Cinit%3E(com.tangosol.util.LongArray)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"CopyOnWriteMap(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"CopyOnWriteMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"copyOptions(SocketOptions)","u":"copyOptions(java.net.SocketOptions)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"copyStream(int, InputStreaming, int)","u":"copyStream(int,com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"copyStream(int, InputStreaming, int)","u":"copyStream(int,com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"copyStream(int, InputStreaming, int)","u":"copyStream(int,com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"copyToTrash()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"copyTransients(SimpleAssignmentStrategy.AnalysisContext)","u":"copyTransients(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"COUNT_FUNCTION_BUILDER"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"count()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"count()"},{"p":"com.tangosol.util","c":"Aggregators","l":"count()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"count()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"count()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"count()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"count()"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"Count()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"count(Filter)","u":"count(com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"count(Filter)","u":"count(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"BitHelper","l":"countBits(byte)"},{"p":"com.tangosol.util","c":"BitHelper","l":"countBits(int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"countBits(long)"},{"p":"com.oracle.coherence.concurrent","c":"CountDownLatch","l":"countDown()"},{"p":"com.oracle.coherence.concurrent","c":"LocalCountDownLatch","l":"countDown()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"countDown()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"counting()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"Crawler(AbstractSparseArray.Node, int, boolean)","u":"%3Cinit%3E(com.tangosol.util.AbstractSparseArray.Node,int,boolean)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"CREATE"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"CREATE_SNAPSHOT_BEGIN"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"CREATE_SNAPSHOT_END"},{"p":"com.oracle.coherence.cdi","c":"SerializerProducer","l":"create()"},{"p":"com.oracle.coherence.common.base","c":"Factory","l":"create()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"create()"},{"p":"com.tangosol.net","c":"Coherence","l":"create()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration","l":"create()"},{"p":"com.tangosol.net","c":"Session","l":"create()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"create()"},{"p":"com.oracle.coherence.cdi","c":"ExtractorFactory","l":"create(A)"},{"p":"com.oracle.coherence.cdi","c":"FilterFactory","l":"create(A)"},{"p":"com.oracle.coherence.cdi","c":"MapEventTransformerFactory","l":"create(A)"},{"p":"com.oracle.coherence.cdi","c":"FilterProducer.AlwaysFilterSupplier","l":"create(AlwaysFilter)","u":"create(com.oracle.coherence.cdi.AlwaysFilter)"},{"p":"com.oracle.coherence.cdi","c":"AnnotationInstance","l":"create(Annotation)","u":"create(java.lang.annotation.Annotation)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.ChainedExtractorSupplier","l":"create(ChainedExtractor)","u":"create(com.oracle.coherence.cdi.ChainedExtractor)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.ChainedExtractorsSupplier","l":"create(ChainedExtractor.Extractors)","u":"create(com.oracle.coherence.cdi.ChainedExtractor.Extractors)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"create(Class, PropertySet, Map)","u":"create(java.lang.Class,com.tangosol.coherence.rest.util.PropertySet,java.util.Map)"},{"p":"com.tangosol.net","c":"Coherence","l":"create(CoherenceConfiguration)","u":"create(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"create(CoherenceConfiguration, Coherence.Mode)","u":"create(com.tangosol.net.CoherenceConfiguration,com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.net","c":"Coherence","l":"create(CoherenceConfiguration, Coherence.Mode, ClassLoader)","u":"create(com.tangosol.net.CoherenceConfiguration,com.tangosol.net.Coherence.Mode,java.lang.ClassLoader)"},{"p":"com.oracle.coherence.repository","c":"EntityFactory","l":"create(ID)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"create(Object, PropertySet)","u":"create(java.lang.Object,com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.PofExtractorSupplier","l":"create(PofExtractor)","u":"create(com.oracle.coherence.cdi.PofExtractor)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.PofExtractorsSupplier","l":"create(PofExtractor.Extractors)","u":"create(com.oracle.coherence.cdi.PofExtractor.Extractors)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.UniversalExtractorSupplier","l":"create(PropertyExtractor)","u":"create(com.oracle.coherence.cdi.PropertyExtractor)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.UniversalExtractorsSupplier","l":"create(PropertyExtractor.Extractors)","u":"create(com.oracle.coherence.cdi.PropertyExtractor.Extractors)"},{"p":"com.tangosol.net","c":"Session","l":"create(Session.Option...)","u":"create(com.tangosol.net.Session.Option...)"},{"p":"com.tangosol.net","c":"Session","l":"create(SessionConfiguration)","u":"create(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"Session","l":"create(SessionConfiguration, Coherence.Mode)","u":"create(com.tangosol.net.SessionConfiguration,com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.net","c":"Session","l":"create(SessionConfiguration, Coherence.Mode, Iterable>)","u":"create(com.tangosol.net.SessionConfiguration,com.tangosol.net.Coherence.Mode,java.lang.Iterable)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"create(String)","u":"create(java.lang.String)"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"create(String)","u":"create(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"create(String, CoherenceQueryLanguage)","u":"create(java.lang.String,com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"create(String, String)","u":"create(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"create(String, String, String)","u":"create(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"FilterProducer.WhereFilterSupplier","l":"create(WhereFilter)","u":"create(com.oracle.coherence.cdi.WhereFilter)"},{"p":"com.tangosol.coherence.config.builder","c":"CustomAddressProviderBuilder","l":"createAddressProvider(ClassLoader)","u":"createAddressProvider(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"FactoryBasedAddressProviderBuilder","l":"createAddressProvider(ClassLoader)","u":"createAddressProvider(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"ListBasedAddressProviderBuilder","l":"createAddressProvider(ClassLoader)","u":"createAddressProvider(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"createAddressProvider(ClassLoader)","u":"createAddressProvider(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"AddressProviderFactory","l":"createAddressProvider(ClassLoader)","u":"createAddressProvider(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProviderFactory","l":"createAddressProvider(ClassLoader)","u":"createAddressProvider(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"createAggregator(String, NodeTerm, String, boolean, SelectListMaker)","u":"createAggregator(java.lang.String,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.lang.String,boolean,com.tangosol.coherence.dslquery.internal.SelectListMaker)"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"DefaultAggregatorFactory","l":"createAggregator(ValueExtractor)","u":"createAggregator(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"createAggregatorMap(XmlElement)","u":"createAggregatorMap(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"createBinaryStore()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"createBinaryStore()"},{"p":"com.tangosol.io","c":"BinaryStoreManager","l":"createBinaryStore()"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"createBinaryStore()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"createBinaryStore()"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine","l":"createBindings(Map, Map)","u":"createBindings(java.util.Map,java.util.Map)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createBoolean(String)","u":"createBoolean(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createBoolean(String)","u":"createBoolean(java.lang.String)"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"createBufferManager()"},{"p":"com.tangosol.io.nio","c":"MappedStoreManager","l":"createBufferManager()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"createBytes(int)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedConfiguration","l":"createCache(CoherenceBasedCacheManager, String)","u":"createCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheConfiguration","l":"createCache(CoherenceBasedCacheManager, String)","u":"createCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfiguration","l":"createCache(CoherenceBasedCacheManager, String)","u":"createCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"createCache(CoherenceBasedCacheManager, String)","u":"createCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCacheConfiguration","l":"createCache(CoherenceBasedCacheManager, String)","u":"createCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"createCache(String, C)","u":"createCache(java.lang.String,C)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"createCacheMananger(URI, ClassLoader, Properties)","u":"createCacheMananger(java.net.URI,java.lang.ClassLoader,java.util.Properties)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder.CreateCacheStatement","l":"CreateCacheStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder","l":"CreateCacheStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"createChannelCredentials(SocketProviderBuilder)","u":"createChannelCredentials(com.tangosol.coherence.config.builder.SocketProviderBuilder)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"createClass(ClassNode)","u":"createClass(org.objectweb.asm.tree.ClassNode)"},{"p":"com.oracle.coherence.cdi","c":"CoherenceProducer","l":"createCoherence(BeanManager)","u":"createCoherence(jakarta.enterprise.inject.spi.BeanManager)"},{"p":"com.oracle.coherence.cdi.server","c":"ServerCoherenceProducer","l":"createCoherence(BeanManager)","u":"createCoherence(jakarta.enterprise.inject.spi.BeanManager)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createCommonExecutionContext()"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"createComparator(String)","u":"createComparator(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorHelper","l":"createComparator(String)","u":"createComparator(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"createComparator(ValueExtractor)","u":"createComparator(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.management","c":"OpenMBeanHelper","l":"createCompositeType(String, String, String[], String[], OpenType[])","u":"createCompositeType(java.lang.String,java.lang.String,java.lang.String[],java.lang.String[],javax.management.openmbean.OpenType[])"},{"p":"com.oracle.coherence.cdi","c":"CoherenceProducer","l":"createConfiguration(BeanManager)","u":"createConfiguration(jakarta.enterprise.inject.spi.BeanManager)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"createConfiguration(ParameterResolver, ClassLoader)","u":"createConfiguration(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"createConstructors(ClassNode)","u":"createConstructors(org.objectweb.asm.tree.ClassNode)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"createConverterDown()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"createConverterDown()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent.Type","l":"CREATED"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"createDefaultExecutor(String)","u":"createDefaultExecutor(java.lang.String)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"createDefaultMarshaller(Class, String)","u":"createDefaultMarshaller(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"createDelta(ReadBuffer, ReadBuffer)","u":"createDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"createDelta(ReadBuffer, ReadBuffer)","u":"createDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createDouble(String)","u":"createDouble(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createDouble(String)","u":"createDouble(java.lang.String)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"createEvent(String, MapEvent)","u":"createEvent(java.lang.String,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createExecutionContext(ConfigurableCacheFactory)","u":"createExecutionContext(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createExecutionContext(Session)","u":"createExecutionContext(com.tangosol.net.Session)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"createExtentInternal(long)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"createExtractor(String)","u":"createExtractor(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"createExtractor(String)","u":"createExtractor(java.lang.String)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createExtractor(String)","u":"createExtractor(java.lang.String)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createExtractor(String, CoherenceQueryLanguage)","u":"createExtractor(java.lang.String,com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"createExtractors(String)","u":"createExtractors(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"createExtractors(String)","u":"createExtractors(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"TopicPublisherException","l":"createFactory(Serializer)","u":"createFactory(com.tangosol.io.Serializer)"},{"p":"com.tangosol.net.topic","c":"TopicPublisherException","l":"createFactory(Serializer, String)","u":"createFactory(com.tangosol.io.Serializer,java.lang.String)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createFilter(String)","u":"createFilter(java.lang.String)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createFilter(String, Map)","u":"createFilter(java.lang.String,java.util.Map)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createFilter(String, Object[])","u":"createFilter(java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createFilter(String, Object[], Map)","u":"createFilter(java.lang.String,java.lang.Object[],java.util.Map)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createFilter(String, Object[], Map, CoherenceQueryLanguage)","u":"createFilter(java.lang.String,java.lang.Object[],java.util.Map,com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createFloat(String)","u":"createFloat(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createFloat(String)","u":"createFloat(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"createGrpcServices()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"createGrpcServices(GrpcServiceDependencies)","u":"createGrpcServices(com.oracle.coherence.grpc.proxy.GrpcServiceDependencies)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"createHiddenSnapshotDirectory(String)","u":"createHiddenSnapshotDirectory(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"createHolderAsync(Req, String, String, String)","u":"createHolderAsync(Req,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"createIndex(boolean, Comparator, Map, BackingMapContext)","u":"createIndex(boolean,java.util.Comparator,java.util.Map,com.tangosol.net.BackingMapContext)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"createIndex(boolean, Comparator, Map, MapIndex>, BackingMapContext)","u":"createIndex(boolean,java.util.Comparator,java.util.Map,com.tangosol.net.BackingMapContext)"},{"p":"com.tangosol.util.extractor","c":"IndexAwareExtractor","l":"createIndex(boolean, Comparator, Map, MapIndex>, BackingMapContext)","u":"createIndex(boolean,java.util.Comparator,java.util.Map,com.tangosol.net.BackingMapContext)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"createIndexRegistrationKey(long, Binary)","u":"createIndexRegistrationKey(long,com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder.CreateIndexStatement","l":"CreateIndexStatement(String, ValueExtractor)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder","l":"CreateIndexStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"createIndices()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"createInProcessServerBuilder(GrpcAcceptorDependencies)","u":"createInProcessServerBuilder(com.tangosol.internal.net.service.peer.acceptor.GrpcAcceptorDependencies)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"createInsertKey(Term, UpdateSetListMaker, Object)","u":"createInsertKey(com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dslquery.internal.UpdateSetListMaker,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"createInsertValue(Term, UpdateSetListMaker)","u":"createInsertValue(com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dslquery.internal.UpdateSetListMaker)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"createInstance(InvocableMap.EntryAggregator[])","u":"createInstance(com.tangosol.util.InvocableMap.EntryAggregator[])"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"createInstance(String, InvocableMap.EntryAggregator)","u":"createInstance(java.lang.String,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"createInstance(String, InvocableMap.EntryAggregator, Filter)","u":"createInstance(java.lang.String,com.tangosol.util.InvocableMap.EntryAggregator,com.tangosol.util.Filter)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"createInstance(ValueExtractor, InvocableMap.EntryAggregator, Filter)","u":"createInstance(com.tangosol.util.ValueExtractor,com.tangosol.util.InvocableMap.EntryAggregator,com.tangosol.util.Filter)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"createInstance(ValueExtractor, InvocableMap.EntryAggregator)","u":"createInstance(com.tangosol.util.ValueExtractor,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"createInstance(XmlElement, ClassLoader, XmlHelper.ParameterResolver)","u":"createInstance(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader,com.tangosol.run.xml.XmlHelper.ParameterResolver)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"createInstance(XmlElement, ClassLoader, XmlHelper.ParameterResolver, Class)","u":"createInstance(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader,com.tangosol.run.xml.XmlHelper.ParameterResolver,java.lang.Class)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createInteger(String)","u":"createInteger(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createInteger(String)","u":"createInteger(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"createKey(Class, PropertySet)","u":"createKey(java.lang.Class,com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"createKey(Class, String)","u":"createKey(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"createKeyConverter()"},{"p":"com.tangosol.net.ssl","c":"KeyStoreLoader","l":"createKeyStore(String)","u":"createKeyStore(java.lang.String)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"createListenerRegistrationKey(long, long, Binary)","u":"createListenerRegistrationKey(long,long,com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"createLoadedLocalCacheValue(Object, long, ExpiryPolicy)","u":"createLoadedLocalCacheValue(java.lang.Object,long,javax.cache.expiry.ExpiryPolicy)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"createLocalCacheValue(Object, long, ExpiryPolicy)","u":"createLocalCacheValue(java.lang.Object,long,javax.cache.expiry.ExpiryPolicy)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"createLockRegistrationKey(long, long, long, Binary)","u":"createLockRegistrationKey(long,long,long,com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createLong(String)","u":"createLong(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createLong(String)","u":"createLong(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"createMapAdapterMbean(Map, Map)","u":"createMapAdapterMbean(java.util.Map,java.util.Map)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"createMapEventResponse(MapEvent)","u":"createMapEventResponse(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"createMarshaller(Class, String, Class)","u":"createMarshaller(java.lang.Class,java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"createMarshallerMap(XmlElement)","u":"createMarshallerMap(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"createNamedDatabase(String)","u":"createNamedDatabase(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"createNestedPofReader(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"createNestedPofReader(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"createNestedPofReader(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"createNestedPofWriter(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"createNestedPofWriter(int)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"createNestedPofWriter(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"createNestedPofWriter(int, int)","u":"createNestedPofWriter(int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"createNestedPofWriter(int, int)","u":"createNestedPofWriter(int,int)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"createNestedPofWriter(int, int)","u":"createNestedPofWriter(int,int)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createNull()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createNull(String)","u":"createNull(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createNull(String)","u":"createNull(java.lang.String)"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"createObject(String, ClassLoader)","u":"createObject(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"createObject(String, Object[], ClassLoader)","u":"createObject(java.lang.String,java.lang.Object[],java.lang.ClassLoader)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport","l":"createObserver(Class, EventObserverSupport.EventObserver)","u":"createObserver(java.lang.Class,com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"createParameterResolver(ClassLoader, BackingMapManagerContext)","u":"createParameterResolver(java.lang.ClassLoader,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"createPartialClass(Class, PropertySet)","u":"createPartialClass(java.lang.Class,com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"createPartition(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"createPartition(int)"},{"p":"com.tangosol.net.partition","c":"PartitionAwareBackingMap","l":"createPartition(int)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"createPartition(int)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"createPartition(int)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"createPersistentEnvironment()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"createPofConfig()"},{"p":"com.tangosol.coherence.rest.util.processor","c":"DefaultProcessorFactory","l":"createProcessor(String)","u":"createProcessor(java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"createProcessorMap(XmlElement)","u":"createProcessorMap(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"createPublisher()"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"createPublisher(Publisher.Option...)","u":"createPublisher(com.tangosol.net.topic.Publisher.Option...)"},{"p":"com.tangosol.net","c":"Session","l":"createPublisher(String)","u":"createPublisher(java.lang.String)"},{"p":"com.tangosol.net","c":"Session","l":"createPublisher(String, Publisher.Option...)","u":"createPublisher(java.lang.String,com.tangosol.net.topic.Publisher.Option...)"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"createQueryConfig(XmlElement)","u":"createQueryConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngineRegistry","l":"createQueryEngine(Class)","u":"createQueryEngine(java.lang.Class)"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"createQueryEngines(XmlElement)","u":"createQueryEngines(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"createRequestHolder(Req, String, String, String)","u":"createRequestHolder(Req,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"createRequestHolder(Req, String, String, String)","u":"createRequestHolder(Req,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"createResolver(String, String)","u":"createResolver(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"createResourceMap(XmlElement)","u":"createResourceMap(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"createSelectListMaker(List, ParameterResolver, CoherenceQueryLanguage)","u":"createSelectListMaker(java.util.List,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.io","c":"ConfigurableSerializerFactory","l":"createSerializer(ClassLoader)","u":"createSerializer(java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"SerializerFactory","l":"createSerializer(ClassLoader)","u":"createSerializer(java.lang.ClassLoader)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"createServerBuilder(GrpcAcceptorDependencies)","u":"createServerBuilder(com.tangosol.internal.net.service.peer.acceptor.GrpcAcceptorDependencies)"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"createServerCredentials(SocketProviderBuilder)","u":"createServerCredentials(com.tangosol.coherence.config.builder.SocketProviderBuilder)"},{"p":"com.tangosol.net","c":"ClusterDependencies.ServiceProvider","l":"createService(String, Cluster)","u":"createService(java.lang.String,com.tangosol.net.Cluster)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"createSession(Session.Option...)","u":"createSession(com.tangosol.net.Session.Option...)"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"createSession(SessionConfiguration)","u":"createSession(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"createSession(SessionConfiguration, Coherence.Mode)","u":"createSession(com.tangosol.net.SessionConfiguration,com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"createSession(SessionConfiguration, Coherence.Mode, Iterable>)","u":"createSession(com.tangosol.net.SessionConfiguration,com.tangosol.net.Coherence.Mode,java.lang.Iterable)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"createSession(SessionConfiguration, Coherence.Mode, String, Iterable>)","u":"createSession(com.tangosol.net.SessionConfiguration,com.tangosol.net.Coherence.Mode,java.lang.String,java.lang.Iterable)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"createSession(SessionConfiguration, SessionProvider.Context)","u":"createSession(com.tangosol.net.SessionConfiguration,com.tangosol.net.SessionProvider.Context)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"createSession(SessionConfiguration, SessionProvider.Context)","u":"createSession(com.tangosol.net.SessionConfiguration,com.tangosol.net.SessionProvider.Context)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createShort(String)","u":"createShort(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createShort(String)","u":"createShort(java.lang.String)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"createSnapshot(String)","u":"createSnapshot(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"createSnapshot(String, PersistenceManager)","u":"createSnapshot(java.lang.String,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"createSnapshot(String, PersistenceManager)","u":"createSnapshot(java.lang.String,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"createSnapshot(String, PersistenceManager)","u":"createSnapshot(java.lang.String,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"ConfigurableSnapshotArchiverFactory","l":"createSnapshotArchiver(String, String)","u":"createSnapshotArchiver(java.lang.String,java.lang.String)"},{"p":"com.tangosol.persistence","c":"SnapshotArchiverFactory","l":"createSnapshotArchiver(String, String)","u":"createSnapshotArchiver(java.lang.String,java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"createSnapshotInternal(File, String, PersistenceManager)","u":"createSnapshotInternal(java.io.File,java.lang.String,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder.CreateSnapshotStatement","l":"CreateSnapshotStatement(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder","l":"CreateSnapshotStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"createSortedEntries(Map)","u":"createSortedEntries(java.util.Map)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"createSSLSettings(SSLSocketProvider.Dependencies)","u":"createSSLSettings(com.oracle.coherence.common.net.SSLSocketProvider.Dependencies)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createStatement(String, ExecutionContext)","u":"createStatement(java.lang.String,com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createStatement(String, ExecutionContext, Map)","u":"createStatement(java.lang.String,com.tangosol.coherence.dslquery.ExecutionContext,java.util.Map)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createStatement(String, ExecutionContext, Object[])","u":"createStatement(java.lang.String,com.tangosol.coherence.dslquery.ExecutionContext,java.lang.Object[])"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createStatement(String, ExecutionContext, Object[], Map)","u":"createStatement(java.lang.String,com.tangosol.coherence.dslquery.ExecutionContext,java.lang.Object[],java.util.Map)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"createStatements()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"createStore(String)","u":"createStore(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"createStore(String)","u":"createStore(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"createStore(String)","u":"createStore(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createString(String)","u":"createString(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createString(String)","u":"createString(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"createSubscriber()"},{"p":"com.tangosol.net","c":"Session","l":"createSubscriber(String)","u":"createSubscriber(java.lang.String)"},{"p":"com.tangosol.net","c":"Session","l":"createSubscriber(String, Subscriber.Option...)","u":"createSubscriber(java.lang.String,com.tangosol.net.topic.Subscriber.Option...)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"createSubscriber(Subscriber.Option...)","u":"createSubscriber(com.tangosol.net.topic.Subscriber.Option...)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createSymbol(String)","u":"createSymbol(java.lang.String)"},{"p":"com.tangosol.net.management","c":"OpenMBeanHelper","l":"createTabularType(String, String, CompositeType, String[])","u":"createTabularType(java.lang.String,java.lang.String,javax.management.openmbean.CompositeType,java.lang.String[])"},{"p":"com.tangosol.io","c":"FileHelper","l":"createTempDir()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"createTempEnvironment(File, String)","u":"createTempEnvironment(java.io.File,java.lang.String)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"createTemporaryEnvironment()"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"createThreadLocal()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"createTransformerFilter(MapEventFilter)","u":"createTransformerFilter(com.tangosol.util.filter.MapEventFilter)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"createTriggerRegistrationKey(long, Binary)","u":"createTriggerRegistrationKey(long,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"createUnexpectedStateException(int, int)","u":"createUnexpectedStateException(int,int)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"createUpdater(String)","u":"createUpdater(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"createUpdateSetListMaker(ExecutionContext, List, ParameterResolver)","u":"createUpdateSetListMaker(com.tangosol.coherence.dslquery.ExecutionContext,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder","l":"createUpdateSetListMaker(ExecutionContext, List, ParameterResolver)","u":"createUpdateSetListMaker(com.tangosol.coherence.dslquery.ExecutionContext,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"CREDENTIALS_INSECURE"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"CREDENTIALS_PLAINTEXT"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"CREDENTIALS_TLS"},{"p":"com.tangosol.coherence.dsltools.termlanguage","c":"CurlyToken","l":"CurlyToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"current"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"current()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"currentNode()"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"CUSTOM"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"custom(IntSupplier)","u":"custom(java.util.function.IntSupplier)"},{"p":"com.tangosol.coherence.config.builder","c":"CustomAddressProviderBuilder","l":"CustomAddressProviderBuilder(ParameterizedBuilder)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"CustomAddressProviderBuilder","l":"CustomAddressProviderBuilder(ParameterizedBuilder, ParameterResolver)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder","c":"CustomAddressProviderBuilder","l":"CustomAddressProviderBuilder(ParameterizedBuilder, ParameterResolver, XmlElement)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder,com.tangosol.config.expression.ParameterResolver,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CustomizableBinaryStoreManagerBuilderProcessor","l":"CustomizableBinaryStoreManagerBuilderProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CustomizableBuilderProcessor","l":"CustomizableBuilderProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.config.scheme","c":"CustomScheme","l":"CustomScheme(ParameterizedBuilder)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"CustomStoreManagerBuilder","l":"CustomStoreManagerBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Daemon","l":"Daemon()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Daemon","l":"Daemon(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Daemon","l":"Daemon(String, int, boolean)","u":"%3Cinit%3E(java.lang.String,int,boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"DaemonPoolBuilder","l":"DaemonPoolBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor","l":"DaemonPoolExecutor(DaemonPool)","u":"%3Cinit%3E(com.tangosol.internal.util.DaemonPool)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"DaemonPoolManagement(DaemonPool)","u":"%3Cinit%3E(com.tangosol.internal.util.DaemonPool)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"DaemonPoolProcessor","l":"DaemonPoolProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"DaemonThreadFactory","l":"DaemonThreadFactory()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"DaemonThreadFactory","l":"DaemonThreadFactory(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"DaemonWorker()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"DATA_VERSION"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"DatabaseFactory(BerkeleyDBBinaryStoreManager)","u":"%3Cinit%3E(com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactoryManager","l":"DatabaseFactoryManager()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"DatabaseHolder(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"DatagramPacketOutputStream","l":"DatagramPacketOutputStream(DatagramPacket)","u":"%3Cinit%3E(java.net.DatagramPacket)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.DataStructureRefExpression","l":"DataStructureRefExpression(Expression, ClassLoader, ResourceMappingRegistry)","u":"%3Cinit%3E(com.tangosol.config.expression.Expression,java.lang.ClassLoader,com.tangosol.coherence.config.ResourceMappingRegistry)"},{"p":"com.tangosol.io.pof","c":"DateMode","l":"DATE"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"DATE_FORMAT"},{"p":"com.tangosol.io.pof","c":"DateMode","l":"DATE_TIME"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DateAdapter","l":"DateAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"DateFormatAdapter","l":"DateFormatAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"DateTimeAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.DeferredCacheEvent","l":"deactivate()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet.EntrySetIterator","l":"deactivate()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet.EntrySetIterator","l":"deactivate()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"deactivatePage(SerializationPagedCache.WrapperBinaryStore)","u":"deactivatePage(com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore)"},{"p":"com.tangosol.net.cache","c":"CachingMap.DeactivationListener","l":"DeactivationListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.DeactivationListener","l":"DeactivationListener()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.DeactivationListener","l":"DeactivationListener(MapListenerProxy)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.MapListenerProxy)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"DebugDataOutputStream(OutputStream)","u":"%3Cinit%3E(java.io.OutputStream)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"decimalValue(char)"},{"p":"com.tangosol.util","c":"Base","l":"decimalValue(char)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_APP_1"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_APP_2"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_APP_3"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_BACKUP"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"DECO_CUSTOM"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_CUSTOM"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"DECO_EXPIRY"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_EXPIRY"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_ID_MAX"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_ID_MIN"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_JCACHE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_JCACHE_SYNTHETIC"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_MEMCACHED"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_PUSHREP"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_QUEUE_METADATA"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_RSVD_1"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"DECO_STORE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_STORE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_TOPLINK"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_TX"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_VALUE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_WLS"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"decode(char)"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"decode(char[])"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"decode(char[], boolean)","u":"decode(char[],boolean)"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"decode(char[], int, int)","u":"decode(char[],int,int)"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"decode(char[], int, int, boolean)","u":"decode(char[],int,int,boolean)"},{"p":"com.tangosol.io.pof.reflect","c":"Codec","l":"decode(PofReader, int)","u":"decode(com.tangosol.io.pof.PofReader,int)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.ArrayCodec","l":"decode(PofReader, int)","u":"decode(com.tangosol.io.pof.PofReader,int)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.CollectionCodec","l":"decode(PofReader, int)","u":"decode(com.tangosol.io.pof.PofReader,int)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.DefaultCodec","l":"decode(PofReader, int)","u":"decode(com.tangosol.io.pof.PofReader,int)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.LongArrayCodec","l":"decode(PofReader, int)","u":"decode(com.tangosol.io.pof.PofReader,int)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.MapCodec","l":"decode(PofReader, int)","u":"decode(com.tangosol.io.pof.PofReader,int)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"decodeAttribute(String)","u":"decodeAttribute(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"decodeContent(String)","u":"decodeContent(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"PagedQueryHelper","l":"decodeCookie(Service, ByteString)","u":"decodeCookie(com.tangosol.net.Service,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"decodeExpiry(ReadBuffer)","u":"decodeExpiry(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"decodeString(String)","u":"decodeString(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"decodeTinyInt(int)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"decodeUri(String)","u":"decodeUri(java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"decorate(Binary, Binary[])","u":"decorate(com.tangosol.util.Binary,com.tangosol.util.Binary[])"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"decorate(Binary, int, Binary)","u":"decorate(com.tangosol.util.Binary,int,com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"decorate(Object, int)","u":"decorate(java.lang.Object,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"decorate(ReadBuffer, int, ReadBuffer)","u":"decorate(com.tangosol.io.ReadBuffer,int,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"decorate(ReadBuffer, ReadBuffer[])","u":"decorate(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer[])"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"decorateBinary(ReadBuffer, int)","u":"decorateBinary(com.tangosol.io.ReadBuffer,int)"},{"p":"com.tangosol.io","c":"DecoratedBinaryDeltaCompressor","l":"DecoratedBinaryDeltaCompressor(DeltaCompressor)","u":"%3Cinit%3E(com.tangosol.io.DeltaCompressor)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.DecoratedMultiBufferReadBuffer","l":"DecoratedMultiBufferReadBuffer(ReadBuffer, ReadBuffer[])","u":"%3Cinit%3E(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer[])"},{"p":"com.tangosol.io","c":"DecorationOnlyDeltaCompressor","l":"DecorationOnlyDeltaCompressor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"decrementAndGet()"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"decrypt(SignedObject, PublicKey)","u":"decrypt(java.security.SignedObject,java.security.PublicKey)"},{"p":"com.tangosol.net.security","c":"AccessController","l":"decrypt(SignedObject, Subject, Subject)","u":"decrypt(java.security.SignedObject,javax.security.auth.Subject,javax.security.auth.Subject)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"decrypt(SignedObject, Subject, Subject)","u":"decrypt(java.security.SignedObject,javax.security.auth.Subject,javax.security.auth.Subject)"},{"p":"com.oracle.coherence.cdi","c":"Scope","l":"DEFAULT"},{"p":"com.oracle.coherence.grpc.proxy","c":"ConfigurableCacheFactorySuppliers","l":"DEFAULT"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngine","l":"DEFAULT"},{"p":"com.tangosol.io","c":"NamedSerializerFactory","l":"DEFAULT"},{"p":"com.tangosol.net.management.annotation","c":"MetricsTag","l":"DEFAULT"},{"p":"com.tangosol.net.management.annotation","c":"MetricsValue","l":"DEFAULT"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_ACTIVE_DIR"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_BACKUP_DIR"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_BASE_DIR"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_BASE_DIR_PROPERTY"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"DEFAULT_CHANNEL_COUNT"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs","l":"DEFAULT_CODEC"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"DEFAULT_COHERENCE_CONFIGURATION_URI_SYSTEM_PROPERTY"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"DEFAULT_COHERENCE_JCACHE_CONFIGURATION_CLASS_NAME_SYSTEM_PROPERTY"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"DEFAULT_COHERENCE_JCACHE_CONFIGURATION_URI"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"DEFAULT_COHERENCE_JCACHE_EXTEND_CLIENT_CONFIGURATION_URI"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"DEFAULT_DATAGRAM_SOCKET_PROVIDER"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_EVENTS_DIR"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"DEFAULT_EXECUTOR_NAME"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"DEFAULT_EXPIRE"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"DEFAULT_EXPIRY_DURATION"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"DEFAULT_FACTORY"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers","l":"DEFAULT_FACTORY"},{"p":"com.tangosol.util","c":"ClassHelper","l":"DEFAULT_FILTER_LIST"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"DEFAULT_FLUSH"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"DEFAULT_GROWTHRATE"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"DEFAULT_GROWTHRATE"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"DEFAULT_HTTP_PORT"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"DEFAULT_INDEX_FILE_NAME"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"DEFAULT_INITIALSIZE"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"DEFAULT_INITIALSIZE"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"DEFAULT_KEY_MASK"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"DEFAULT_LEGACY_SOCKET_PROVIDER"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"DEFAULT_LIMIT"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"DEFAULT_LOADFACTOR"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"DEFAULT_LOADFACTOR"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_LOCK_DIR"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"DEFAULT_MAX_SIZE"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"DEFAULT_MAXLOADFACTOR"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"DEFAULT_MIN_SIZE"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"DEFAULT_MINLOADFACTOR"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry","l":"DEFAULT_NAME"},{"p":"com.tangosol.net","c":"Coherence","l":"DEFAULT_NAME"},{"p":"com.tangosol.util","c":"ResourceRegistry","l":"DEFAULT_NAME"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"DEFAULT_PAGE_CAPACITY_BYTES"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"DEFAULT_PARTITIONED_CACHE_STATISTICS_REFRESHTIME"},{"p":"com.tangosol.net.management","c":"MapJsonBodyHandler","l":"DEFAULT_PRIORITY"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"DEFAULT_PRIORITY"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"DEFAULT_PRUNE"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"DEFAULT_RECONNECT_RETRY_SECONDS"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"DEFAULT_RECONNECT_TIMEOUT_SECONDS"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"DEFAULT_RECONNECT_WAIT_SECONDS"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"DEFAULT_RECYCLE_MAX"},{"p":"com.tangosol.util","c":"ClassHelper","l":"DEFAULT_REFLECT_ALLOWED_BLACKLIST"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"DEFAULT_RESOURCE"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"DEFAULT_RMI_CONNECTION_PORT"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"DEFAULT_RMI_HOST"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"DEFAULT_RMI_REGISTRY_PORT"},{"p":"com.tangosol.net","c":"Coherence","l":"DEFAULT_SCOPE"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"DEFAULT_SIZE"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_SNAPSHOT_DIR"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"DEFAULT_SOCKET_PROVIDER"},{"p":"com.tangosol.net","c":"Coherence","l":"DEFAULT_START_TIMEOUT"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"DEFAULT_SUBSCRIBER_TIMEOUT_SECONDS"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"DEFAULT_TRANSFER_THRESHOLD"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_TRASH_DIR"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"DEFAULT_UNITS"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"DEFAULT_WAIT_MILLIS"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"DEFAULT_WAIT_MILLIS"},{"p":"com.tangosol.coherence.config","c":"EnvironmentVariableResolver.Default","l":"Default()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"SystemPropertyResolver.Default","l":"Default()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"DefaultAggregatorFactory","l":"DefaultAggregatorFactory(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"DefaultBuilderCustomization","l":"DefaultBuilderCustomization()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"DefaultCacheFactoryBuilder","l":"DefaultCacheFactoryBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier","l":"DefaultCacheFactorySupplier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"DefaultCacheServer(ConfigurableCacheFactory)","u":"%3Cinit%3E(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.DefaultCodec","l":"DefaultCodec()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"DefaultConfigurableCacheFactory()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"DefaultConfigurableCacheFactory(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"DefaultConfigurableCacheFactory(String, ClassLoader)","u":"%3Cinit%3E(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"DefaultConfigurableCacheFactory(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"DefaultConfigurableCacheFactory(XmlElement, ClassLoader)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"DefaultContext(Coherence.Mode, SessionProvider, Iterable>, String)","u":"%3Cinit%3E(com.tangosol.net.Coherence.Mode,com.tangosol.net.SessionProvider,java.lang.Iterable,java.lang.String)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"DefaultController(File, File)","u":"%3Cinit%3E(java.io.File,java.io.File)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"DefaultController(File, File, boolean)","u":"%3Cinit%3E(java.io.File,java.io.File,boolean)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"DefaultController(File, File, boolean, PasswordProvider)","u":"%3Cinit%3E(java.io.File,java.io.File,boolean,com.tangosol.net.PasswordProvider)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"DefaultController(File, File, boolean, String)","u":"%3Cinit%3E(java.io.File,java.io.File,boolean,java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.DefaultDelimiterExpansionProcessor","l":"DefaultDelimiterExpansionProcessor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl.DefaultDependencies","l":"DefaultDependencies()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"DefaultDependencies()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService.DefaultDependencies","l":"DefaultDependencies()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"DefaultDependencies()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"DefaultDependencies()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"DefaultDependencies()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl.DefaultDependencies","l":"DefaultDependencies(BaseGrpcServiceImpl.Dependencies)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.Dependencies)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DefaultDependencies","l":"DefaultDependencies(CacheConfig)","u":"%3Cinit%3E(com.tangosol.coherence.config.CacheConfig)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DefaultDependencies","l":"DefaultDependencies(CacheConfig, ClassLoader, ResourceRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.config.CacheConfig,java.lang.ClassLoader,com.tangosol.util.ResourceRegistry)"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl.DefaultDependencies","l":"DefaultDependencies(GrpcServiceDependencies)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.GrpcServiceDependencies)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"DefaultDependencies(GrpcServiceDependencies)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.GrpcServiceDependencies)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService.DefaultDependencies","l":"DefaultDependencies(GrpcServiceDependencies)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.GrpcServiceDependencies)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService.DefaultDependencies","l":"DefaultDependencies(NamedCacheService.Dependencies)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.NamedCacheService.Dependencies)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"DefaultDependencies(NamespaceHandler)","u":"%3Cinit%3E(com.tangosol.config.xml.NamespaceHandler)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"DefaultDependencies(PrintWriter, BufferedReader, CoherenceQueryLanguage)","u":"%3Cinit%3E(java.io.PrintWriter,java.io.BufferedReader,com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"DefaultDependencies(TcpDatagramSocketProvider.Dependencies)","u":"%3Cinit%3E(com.tangosol.net.TcpDatagramSocketProvider.Dependencies)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment.DefaultFailureContinuation","l":"DefaultFailureContinuation(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"DefaultGrpcAcceptorController()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"DefaultIdentityAsserter","l":"DefaultIdentityAsserter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"DefaultIdentityTransformer","l":"DefaultIdentityTransformer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"DefaultKeyAssociator","l":"DefaultKeyAssociator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"DefaultKeyConverter(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"DefaultKeyPartitioningStrategy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"defaultLed(OPParser, Term)","u":"defaultLed(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"defaultNud(OPParser)","u":"defaultNud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.DefaultObjectStreamFactory","l":"DefaultObjectStreamFactory()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProviderBuilderProcessor.DefaultPasswordProvider","l":"DefaultPasswordProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProviderBuilderProcessor.DefaultPasswordProvider","l":"DefaultPasswordProvider(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"DefaultProcessingContext()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"DefaultProcessingContext(DefaultProcessingContext, XmlElement)","u":"%3Cinit%3E(com.tangosol.config.xml.DefaultProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"DefaultProcessingContext(DocumentProcessor.Dependencies)","u":"%3Cinit%3E(com.tangosol.config.xml.DocumentProcessor.Dependencies)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"DefaultProcessingContext(DocumentProcessor.Dependencies, XmlElement)","u":"%3Cinit%3E(com.tangosol.config.xml.DocumentProcessor.Dependencies,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"DefaultProcessingContext(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"DefaultProcessorFactory","l":"DefaultProcessorFactory(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"defaultProvider()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"defaultProvider()"},{"p":"com.tangosol.net.proxy","c":"DefaultProxyServiceLoadBalancer","l":"DefaultProxyServiceLoadBalancer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.proxy","c":"DefaultProxyServiceLoadBalancer","l":"DefaultProxyServiceLoadBalancer(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"DefaultResourceConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"DefaultResourceConfig(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"DefaultResourceConfig(String...)","u":"%3Cinit%3E(java.lang.String...)"},{"p":"com.tangosol.coherence.rest","c":"DefaultRootResource","l":"DefaultRootResource()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"DefaultsCreationPreprocessor","l":"DefaultsCreationPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"DefaultSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"DefaultSerializer(ClassLoader)","u":"%3Cinit%3E(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.rest.servlet","c":"DefaultServletContextListener","l":"DefaultServletContextListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"defaultSession()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"DefaultsProcessor","l":"DefaultsProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"DefaultStatementResult(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"DefaultStatementResult(Object, boolean)","u":"%3Cinit%3E(java.lang.Object,boolean)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DefaultTaskDependencies","l":"DefaultTaskDependencies()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DefaultTaskDependencies","l":"DefaultTaskDependencies(NonBlockingFiniteStateMachine.TaskDependencies)","u":"%3Cinit%3E(com.tangosol.util.fsm.NonBlockingFiniteStateMachine.TaskDependencies)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"DefaultVersionedPartitions()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"DefaultVersionedPartitions(PrimitiveSparseArray)","u":"%3Cinit%3E(com.tangosol.util.PrimitiveSparseArray)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"DefaultVersionedPartitions(VersionedPartitions)","u":"%3Cinit%3E(com.tangosol.net.partition.VersionedPartitions)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.DeferredCacheEvent","l":"DeferredCacheEvent(ObservableMap, int, K, V, V, boolean)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,K,V,V,boolean)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject.PartialClassLoader","l":"defineClass(String, byte[])","u":"defineClass(java.lang.String,byte[])"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"definePropertyPath(String, String)","u":"definePropertyPath(java.lang.String,java.lang.String)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"definePropertyPath(String, String)","u":"definePropertyPath(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"CompressionFilter.DeflaterOutputShell","l":"DeflaterOutputShell(OutputStream, Deflater)","u":"%3Cinit%3E(java.io.OutputStream,java.util.zip.Deflater)"},{"p":"com.tangosol.net","c":"CompressionFilter.DeflaterOutputShell","l":"DeflaterOutputShell(OutputStream, Deflater, int)","u":"%3Cinit%3E(java.io.OutputStream,java.util.zip.Deflater,int)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DelayedTransitionTo","l":"DelayedTransitionTo(S)","u":"%3Cinit%3E(S)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DelayedTransitionTo","l":"DelayedTransitionTo(S, long, TimeUnit)","u":"%3Cinit%3E(S,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.grpc","c":"SafeStreamObserver","l":"delegate()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"delegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"delegate()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"DelegatingBufferOutput(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"DelegatingWriteBuffer(WriteBuffer, int, int)","u":"%3Cinit%3E(com.tangosol.io.WriteBuffer,int,int)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"delete()"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"delete()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"delete(boolean)"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"delete(Map.Entry)","u":"delete(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"delete(Map.Entry)","u":"delete(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"MapIndex","l":"delete(Map.Entry)","u":"delete(java.util.Map.Entry)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"delete(String, boolean)","u":"delete(java.lang.String,boolean)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"delete(String, boolean)","u":"delete(java.lang.String,boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"delete(String, boolean)","u":"delete(java.lang.String,boolean)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"DELETED"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"DELETED_PREFIX"},{"p":"com.tangosol.io","c":"FileHelper","l":"deleteDir(File)","u":"deleteDir(java.io.File)"},{"p":"com.tangosol.io","c":"FileHelper","l":"deleteDirSilent(File)","u":"deleteDirSilent(java.io.File)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"deleteExtent(long)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"deleteExtent(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"deleteExtent(long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"deleteExtentInternal(long)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"deleteExtents(PersistentStore, long)","u":"deleteExtents(com.oracle.coherence.persistence.PersistentStore,long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask","l":"DeleteExtentTask(Long)","u":"%3Cinit%3E(java.lang.Long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"deleteInternal()"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"deleteInternal(Map.Entry)","u":"deleteInternal(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"deleteInternal(Map.Entry)","u":"deleteInternal(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"deleteInternal(Map.Entry)","u":"deleteInternal(java.util.Map.Entry)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder.DeleteStatement","l":"DeleteStatement(String, Filter)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder","l":"DeleteStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"DELIM_APPLICATION_SCOPE"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"DELIM_DOMAIN_PARTITION"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"delink()"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"DELTA_TRUNCATE"},{"p":"com.tangosol.coherence.config.xml.processor","c":"DeltaCompressorProcessor","l":"DeltaCompressorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"DeltaSet.DeltaIterator","l":"DeltaIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"DeltaSet(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"DEPARTED"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"DEPARTING"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"Dependencies(ConfigurableCacheFactory, BackingMapManagerContext, ClassLoader, String, String)","u":"%3Cinit%3E(com.tangosol.net.ConfigurableCacheFactory,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"Dependencies(ConfigurableCacheFactory, BackingMapManagerContext, ClassLoader, String, String, Map)","u":"%3Cinit%3E(com.tangosol.net.ConfigurableCacheFactory,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader,java.lang.String,java.lang.String,java.util.Map)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DependenciesHelper","l":"DependenciesHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"DependenciesHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Dequeue","l":"Dequeue()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"DEREF_NODE"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"deregisterCacheEntryListener(CacheEntryListenerConfiguration)","u":"deregisterCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"deregisterCacheEntryListener(CacheEntryListenerConfiguration)","u":"deregisterCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"deregisterCacheEntryListener(CacheEntryListenerConfiguration)","u":"deregisterCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"deregisterCacheEntryListener(CacheEntryListenerConfiguration)","u":"deregisterCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"desc(String)","u":"desc(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"desc(ValueExtractor)","u":"desc(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"descendingIterator()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"descendingKeySet()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"descendingKeySet()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"descendingMap()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"descendingMap()"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"descendingSet()"},{"p":"com.tangosol.net.management.annotation","c":"Notification","l":"description()"},{"p":"com.tangosol.net.management.annotation","c":"MetricsLabels","l":"DESCRIPTOR_KEY"},{"p":"com.tangosol.net.management.annotation","c":"MetricsTag","l":"DESCRIPTOR_KEY"},{"p":"com.tangosol.net.management.annotation","c":"MetricsValue","l":"DESCRIPTOR_KEY"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"DESCRIPTOR_NAME"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"DESCRIPTOR_PROPERTY"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"DeserializationAccelerator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"DeserializationAccelerator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"DeserializationAccelerator(ValueExtractor, boolean)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,boolean)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"deserialize(Binary)","u":"deserialize(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"ExternalizableLiteSerializer","l":"deserialize(DataInput)","u":"deserialize(java.io.DataInput)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean.Serializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger.Serializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong.Serializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference.Serializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference.Serializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference.Serializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap.Serializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"EnumPofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"ExternalizableLitePofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"ExternalizablePofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"InetAddressSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"InetSocketAddressSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"OptionalDoubleSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"OptionalIntSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"OptionalLongSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"OptionalSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"PofAnnotationSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"PofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"PortableObjectSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"PortableTypeSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"PrincipalPofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.ExternalSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.SafePofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"SerializableSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"SubjectPofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"ThrowablePofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"XmlSerializablePofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"deserialize(ReadBuffer.BufferInput)","u":"deserialize(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"deserialize(ReadBuffer.BufferInput)","u":"deserialize(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"deserialize(ReadBuffer.BufferInput)","u":"deserialize(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io","c":"Serializer","l":"deserialize(ReadBuffer.BufferInput)","u":"deserialize(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"deserialize(ReadBuffer.BufferInput)","u":"deserialize(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"deserialize(ReadBuffer.BufferInput, Class)","u":"deserialize(com.tangosol.io.ReadBuffer.BufferInput,java.lang.Class)"},{"p":"com.tangosol.io","c":"Serializer","l":"deserialize(ReadBuffer.BufferInput, Class)","u":"deserialize(com.tangosol.io.ReadBuffer.BufferInput,java.lang.Class)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"deserializeComparator(ByteString, Serializer)","u":"deserializeComparator(com.google.protobuf.ByteString,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"deserializeRequest(ByteString)","u":"deserializeRequest(com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"deserializeToBytesValue(Binary)","u":"deserializeToBytesValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"DESTROY"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"destroy()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"destroy()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"destroy()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"destroy()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"destroy()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"destroy()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"destroy()"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"destroy()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"destroy()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"destroy()"},{"p":"com.tangosol.net","c":"NamedCollection","l":"destroy()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"destroy()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"destroy(DestroyRequest)","u":"destroy(com.oracle.coherence.grpc.DestroyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"destroy(DestroyRequest)","u":"destroy(com.oracle.coherence.grpc.DestroyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"destroy(DestroyRequest, StreamObserver)","u":"destroy(com.oracle.coherence.grpc.DestroyRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"destroy(String, String)","u":"destroy(java.lang.String,java.lang.String)"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"destroyBinaryStore(BinaryStore)","u":"destroyBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"destroyBinaryStore(BinaryStore)","u":"destroyBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.io","c":"BinaryStoreManager","l":"destroyBinaryStore(BinaryStore)","u":"destroyBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"destroyBinaryStore(BinaryStore)","u":"destroyBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"destroyBinaryStore(BinaryStore)","u":"destroyBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"destroyCache(CoherenceBasedCacheManager, JCacheIdentifier)","u":"destroyCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,com.tangosol.coherence.jcache.common.JCacheIdentifier)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"destroyCache(CoherenceBasedCacheManager, JCacheIdentifier, NamedCache)","u":"destroyCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,com.tangosol.coherence.jcache.common.JCacheIdentifier,com.tangosol.net.NamedCache)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedConfiguration","l":"destroyCache(CoherenceBasedCacheManager, String)","u":"destroyCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheConfiguration","l":"destroyCache(CoherenceBasedCacheManager, String)","u":"destroyCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfiguration","l":"destroyCache(CoherenceBasedCacheManager, String)","u":"destroyCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"destroyCache(CoherenceBasedCacheManager, String)","u":"destroyCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCacheConfiguration","l":"destroyCache(CoherenceBasedCacheManager, String)","u":"destroyCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"destroyCache(NamedCache)","u":"destroyCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"CacheService","l":"destroyCache(NamedCache)","u":"destroyCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"destroyCache(NamedCache)","u":"destroyCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"destroyCache(NamedCache)","u":"destroyCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"destroyCache(NamedCache)","u":"destroyCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"destroyCache(NamedCache)","u":"destroyCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"destroyCache(String)","u":"destroyCache(java.lang.String)"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent.Type","l":"DESTROYED"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"destroyIndex(Map)","u":"destroyIndex(java.util.Map)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"destroyIndex(Map, MapIndex>)","u":"destroyIndex(java.util.Map)"},{"p":"com.tangosol.util.extractor","c":"IndexAwareExtractor","l":"destroyIndex(Map, MapIndex>)","u":"destroyIndex(java.util.Map)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"destroyPartition(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"destroyPartition(int)"},{"p":"com.tangosol.net.partition","c":"PartitionAwareBackingMap","l":"destroyPartition(int)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"destroyPartition(int)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"destroyPartition(int)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"destroySubscriberGroup(String)","u":"destroySubscriberGroup(java.lang.String)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"destroySubscriberGroup(String, String)","u":"destroySubscriberGroup(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"destroySubscription(long)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"destroySubscription(long, Subscriber.Id)","u":"destroySubscription(long,com.tangosol.net.topic.Subscriber.Id)"},{"p":"com.tangosol.net","c":"TopicService","l":"destroyTopic(NamedTopic)","u":"destroyTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"destroyTopic(NamedTopic)","u":"destroyTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"destroyTopic(NamedTopic)","u":"destroyTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"destroyTopic(NamedTopic)","u":"destroyTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffCollection(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffCollection(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffMap(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffMap(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffPackedInt(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffPackedInt(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffPackedInts(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker, int)","u":"diffPackedInts(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker,int)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffPackedLong(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffPackedLong(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffPackedLongs(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker, int)","u":"diffPackedLongs(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker,int)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffSparseArray(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffSparseArray(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffTimeZone(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffTimeZone(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffUniformCollection(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffUniformCollection(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffUniformKeysMap(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffUniformKeysMap(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffUniformMap(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffUniformMap(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffUniformSparseArray(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffUniformSparseArray(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffUniformValue(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker, int)","u":"diffUniformValue(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker,int)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffUserType(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffUserType(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffValue(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffValue(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.persistence","c":"ArchiverHelper.DirectoryFileFilter","l":"DirectoryFileFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"DirectoryLock(File, String)","u":"%3Cinit%3E(java.io.File,java.lang.String)"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"DirectorySnapshotArchiver(String, String, File)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.io.File)"},{"p":"com.tangosol.coherence.rest.config","c":"DirectQuery","l":"DirectQuery(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.rest.config","c":"DirectQuery","l":"DirectQuery(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"disable(String)","u":"disable(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"disableTokenNamed(String)","u":"disableTokenNamed(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.EvictionApprover","l":"DISAPPROVER"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"discard()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"discard()"},{"p":"com.tangosol.util","c":"RecyclingLinkedList.Node","l":"discard()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"discard()"},{"p":"com.tangosol.io","c":"Serializer","l":"discoverSerializers()"},{"p":"com.tangosol.io","c":"Serializer","l":"discoverSerializers(ClassLoader)","u":"discoverSerializers(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"discoverSessions()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent.Discriminator","l":"Discriminator(NonBlockingFiniteStateMachine, Object)","u":"%3Cinit%3E(com.tangosol.util.fsm.NonBlockingFiniteStateMachine,java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"dispatch(CoherenceCacheEventEventDispatcher)","u":"dispatch(com.tangosol.coherence.jcache.common.CoherenceCacheEventEventDispatcher)"},{"p":"com.tangosol.net","c":"MemberEvent","l":"dispatch(EventListener[])","u":"dispatch(java.util.EventListener[])"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"dispatch(EventListener[])","u":"dispatch(java.util.EventListener[])"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEventEventDispatcher","l":"dispatch(Iterable>)","u":"dispatch(java.lang.Iterable)"},{"p":"com.tangosol.net","c":"MemberEvent","l":"dispatch(Listeners)","u":"dispatch(com.tangosol.util.Listeners)"},{"p":"com.tangosol.util","c":"MapEvent","l":"dispatch(Listeners)","u":"dispatch(com.tangosol.util.Listeners)"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"dispatch(Listeners)","u":"dispatch(com.tangosol.util.Listeners)"},{"p":"com.tangosol.util","c":"MapEvent","l":"dispatch(Listeners, boolean)","u":"dispatch(com.tangosol.util.Listeners,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.InternalMapListener","l":"dispatch(MapEvent)","u":"dispatch(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapEvent","l":"dispatch(MapListener)","u":"dispatch(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"dispatchEvent(CacheEvent)","u":"dispatchEvent(com.tangosol.net.cache.CacheEvent)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"dispatchEvent(MapEvent)","u":"dispatchEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"dispatchEvent(MapEvent)","u":"dispatchEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"dispatchEvent(MapEvent)","u":"dispatchEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"dispatchEvent(OverflowMap.Status, int, Object, Object, Object, boolean)","u":"dispatchEvent(com.tangosol.net.cache.OverflowMap.Status,int,java.lang.Object,java.lang.Object,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"dispatchEvent(OverflowMap.Status, MapEvent)","u":"dispatchEvent(com.tangosol.net.cache.OverflowMap.Status,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"dispatchPendingEvent(K, int, V, boolean)","u":"dispatchPendingEvent(K,int,V,boolean)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"dispatchPendingEvent(Object, int, Object, boolean)","u":"dispatchPendingEvent(java.lang.Object,int,java.lang.Object,boolean)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"displayStatistics(Snapshot, String)","u":"displayStatistics(com.tangosol.persistence.Snapshot,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Disposable","l":"dispose()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"dispose()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryValue","l":"dispose()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"dispose()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"dispose()"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"dispose()"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"dispose()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"dispose()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"dispose()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"dispose()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"dispose()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"dispose()"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"dispose()"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"dispose()"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryValue","l":"dispose()"},{"p":"com.tangosol.net.events.application","c":"LifecycleEvent.Type","l":"DISPOSING"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"distinct()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"distinct()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"distinct()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"distinct()"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"distinct(Filter, ValueExtractor)","u":"distinct(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"distinct(Filter, ValueExtractor)","u":"distinct(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"distinct(ValueExtractor)","u":"distinct(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"distinct(ValueExtractor)","u":"distinct(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"distinctValues()"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"DistinctValues()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"distinctValues(String)","u":"distinctValues(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"DistinctValues(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"DistinctValues(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"distinctValues(ValueExtractor)","u":"distinctValues(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionedAction","l":"DISTRIBUTE"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"DistributedScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"DistributedScheme(PartitionedCacheDependencies)","u":"%3Cinit%3E(com.tangosol.internal.net.service.grid.PartitionedCacheDependencies)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"DISTRIBUTION"},{"p":"com.tangosol.coherence.dslquery.operator","c":"DivisionOperator","l":"DivisionOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"DoAsAction","l":"DoAsAction(PrivilegedAction)","u":"%3Cinit%3E(java.security.PrivilegedAction)"},{"p":"com.tangosol.net.security","c":"DoAsAction","l":"DoAsAction(Subject, PrivilegedAction)","u":"%3Cinit%3E(javax.security.auth.Subject,java.security.PrivilegedAction)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"doBalancePrimary(SimpleAssignmentStrategy.AnalysisContext, Member, PartitionSet, Member[])","u":"doBalancePrimary(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext,com.tangosol.net.Member,com.tangosol.net.partition.PartitionSet,com.tangosol.net.Member[])"},{"p":"com.tangosol.config.xml","c":"DocumentElementPreprocessor","l":"DocumentElementPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor","l":"DocumentProcessor(DocumentProcessor.Dependencies)","u":"%3Cinit%3E(com.tangosol.config.xml.DocumentProcessor.Dependencies)"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"doHttpRequest(URI)","u":"doHttpRequest(java.net.URI)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"doSerialization(WriteBuffer.BufferOutput, Object, Serializer[])","u":"doSerialization(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object,com.tangosol.io.Serializer[])"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"DOUBLE_ARRAY_EMPTY"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"DOUBLE_AVERAGE_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"DOUBLE_MAX_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"DOUBLE_MIN_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"DOUBLE_SUM_FUNCTION_BUILDER"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DoubleAdapter","l":"DoubleAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"DoubleArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"DoubleAverage()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"DoubleAverage(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"DoubleAverage(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doubleBinaryOperator(Remote.DoubleBinaryOperator)","u":"doubleBinaryOperator(com.tangosol.util.function.Remote.DoubleBinaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doubleConsumer(Remote.DoubleConsumer)","u":"doubleConsumer(com.tangosol.util.function.Remote.DoubleConsumer)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doubleFunction(Remote.DoubleFunction)","u":"doubleFunction(com.tangosol.util.function.Remote.DoubleFunction)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"DOUBLELITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"DOUBLELITERAL"},{"p":"com.tangosol.util.aggregator","c":"DoubleMax","l":"DoubleMax()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"doubleMax(String)","u":"doubleMax(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMax","l":"DoubleMax(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"doubleMax(ValueExtractor)","u":"doubleMax(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMax","l":"DoubleMax(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMin","l":"DoubleMin()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"doubleMin(String)","u":"doubleMin(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMin","l":"DoubleMin(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"doubleMin(ValueExtractor)","u":"doubleMin(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMin","l":"DoubleMin(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doublePredicate(Remote.DoublePredicate)","u":"doublePredicate(com.tangosol.util.function.Remote.DoublePredicate)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"doubleRotate(AbstractSparseArray.Node, boolean)","u":"doubleRotate(com.tangosol.util.AbstractSparseArray.Node,boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleSum","l":"DoubleSum()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"doubleSum(String)","u":"doubleSum(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"DoubleSum","l":"DoubleSum(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"doubleSum(ValueExtractor)","u":"doubleSum(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"DoubleSum","l":"DoubleSum(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doubleSupplier(Remote.DoubleSupplier)","u":"doubleSupplier(com.tangosol.util.function.Remote.DoubleSupplier)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doubleToIntFunction(Remote.DoubleToIntFunction)","u":"doubleToIntFunction(com.tangosol.util.function.Remote.DoubleToIntFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doubleToLongFunction(Remote.DoubleToLongFunction)","u":"doubleToLongFunction(com.tangosol.util.function.Remote.DoubleToLongFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doubleUnaryOperator(Remote.DoubleUnaryOperator)","u":"doubleUnaryOperator(com.tangosol.util.function.Remote.DoubleUnaryOperator)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"doubleValue()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"doubleValue()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.DownConverter","l":"DownConverter(Serializer, Converter)","u":"%3Cinit%3E(com.tangosol.io.Serializer,com.tangosol.util.Converter)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"doWrite(WriteBuffer.BufferOutput, Object, Serializer)","u":"doWrite(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object,com.tangosol.io.Serializer)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"drainBacklog(long)"},{"p":"com.tangosol.net","c":"FlowControl","l":"drainBacklog(long)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"drainBacklog(long)"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"drainPermits()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"drainPermits()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"drainPermits()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder.DropCacheStatement","l":"DropCacheStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder","l":"DropCacheStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder.DropIndexStatement","l":"DropIndexStatement(String, ValueExtractor)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder","l":"DropIndexStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"dropWhile(Predicate)","u":"dropWhile(java.util.function.Predicate)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"dump()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"dump()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder.ServicesQueryPlusStatement","l":"dumpServiceInfo(ExecutionContext)","u":"dumpServiceInfo(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"dup(char, int)","u":"dup(char,int)"},{"p":"com.tangosol.util","c":"Base","l":"dup(char, int)","u":"dup(char,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"dup(String, int)","u":"dup(java.lang.String,int)"},{"p":"com.tangosol.util","c":"Base","l":"dup(String, int)","u":"dup(java.lang.String,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"DuplexingPofHandler(PofHandler, PofHandler)","u":"%3Cinit%3E(com.tangosol.io.pof.PofHandler,com.tangosol.io.pof.PofHandler)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"duplicateEntrySet(Map, Collection>, boolean)","u":"duplicateEntrySet(java.util.Map,java.util.Collection,boolean)"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"DURATION_HTTP_TIMEOUT"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"DURATION_RETRY_PERIOD"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"DURATION_RETRY_TIMEOUT"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_ALL"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_DELETED"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_INSERTED"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_KEYSET"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"E_NATURAL"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"E_SYNTHETIC"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_UPDATED"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_UPDATED_ENTERED"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_UPDATED_LEFT"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_UPDATED_WITHIN"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"EDITION_COMMUNITY"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"EDITION_DATA_CLIENT"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"EDITION_ENTERPRISE"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"EDITION_GRID"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"EDITION_REAL_TIME_CLIENT"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"EDITION_STANDARD"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"effectiveIndex(int)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"BackingMapSchemeProcessor","l":"ELEMENT_NAME"},{"p":"com.tangosol.coherence.config.builder","c":"ElementCalculatorBuilder","l":"ElementCalculatorBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ElementCalculatorProcessor","l":"ElementCalculatorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"ElementIterator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"ElementList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ElementProcessorHelper","l":"ElementProcessorHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"LiteSet","l":"elements()"},{"p":"com.tangosol.util","c":"StringTable","l":"elements()"},{"p":"com.tangosol.util","c":"Tree","l":"elements()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"emitLossNotification(PartitionSet)","u":"emitLossNotification(com.tangosol.net.partition.PartitionSet)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"EMPTY"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"EMPTY"},{"p":"com.tangosol.util","c":"Binary","l":"EMPTY"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"EMPTY"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"EMPTY"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"EMPTY"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"EMPTY_ARRAY"},{"p":"com.tangosol.util","c":"SubSet","l":"EMPTY_ARRAY"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"EMPTY_BINARY_ARRAY"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"EMPTY_BYTE_STRING"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"EMPTY_BYTES"},{"p":"com.tangosol.net.security","c":"SecurityHelper","l":"EMPTY_SUBJECT"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"empty(V)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"EmptyChannel(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.ssl","c":"EmptyKeyStoreLoader","l":"EmptyKeyStoreLoader()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"enable(String)","u":"enable(java.lang.String)"},{"p":"com.tangosol.net.security","c":"Security","l":"ENABLED"},{"p":"com.tangosol.net.topic","c":"Publisher.FailOnFull","l":"enabled()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CompleteOnEmpty","l":"enabled()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"enableManagement(String, boolean)","u":"enableManagement(java.lang.String,boolean)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"enableReference()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"enableReference()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"enableStatistics(String, boolean)","u":"enableStatistics(java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"enableTokenNamed(String)","u":"enableTokenNamed(java.lang.String)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"encode(byte[])"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"encode(byte[], boolean)","u":"encode(byte[],boolean)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"encode(byte[], int, int, boolean)","u":"encode(byte[],int,int,boolean)"},{"p":"com.tangosol.io.pof.reflect","c":"Codec","l":"encode(PofWriter, int, Object)","u":"encode(com.tangosol.io.pof.PofWriter,int,java.lang.Object)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.AbstractCodec","l":"encode(PofWriter, int, Object)","u":"encode(com.tangosol.io.pof.PofWriter,int,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"encodeAttribute(String, char)","u":"encodeAttribute(java.lang.String,char)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"encodeContent(String, boolean)","u":"encodeContent(java.lang.String,boolean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"PagedQueryHelper","l":"encodeCookie(PartitionSet, int)","u":"encodeCookie(com.tangosol.net.partition.PartitionSet,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"encodeExpiry(ReadBuffer, long)","u":"encodeExpiry(com.tangosol.io.ReadBuffer,long)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"encodeInitParams(XmlElement, XmlElement)","u":"encodeInitParams(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"encodePosition(int)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"encodeString(String)","u":"encodeString(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"encodeTinyInt(int)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"encodeUri(String)","u":"encodeUri(java.lang.String)"},{"p":"com.tangosol.net.security","c":"AccessController","l":"encrypt(Object, Subject)","u":"encrypt(java.lang.Object,javax.security.auth.Subject)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"encrypt(Object, Subject)","u":"encrypt(java.lang.Object,javax.security.auth.Subject)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"encrypt(Serializable, PrivateKey)","u":"encrypt(java.io.Serializable,java.security.PrivateKey)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"end()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"ENDANGERED"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"endBulkKeyProcess(Object[], SimpleOverflowMap.Status[])","u":"endBulkKeyProcess(java.lang.Object[],com.tangosol.net.cache.SimpleOverflowMap.Status[])"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"endComplexValue()"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"endComplexValue()"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"endComplexValue()"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"endComplexValue()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"endComplexValue()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"endComplexValue()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"endComplexValue()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"endKeyProcess(Object, OverflowMap.Status)","u":"endKeyProcess(java.lang.Object,com.tangosol.net.cache.OverflowMap.Status)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"endKeyProcess(Object, SimpleOverflowMap.Status)","u":"endKeyProcess(java.lang.Object,com.tangosol.net.cache.SimpleOverflowMap.Status)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"endMapProcess()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"endMapProcess()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"EndOfStatementOPToken","l":"EndOfStatementOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"EndOPToken","l":"EndOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"endProperty(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"endProperty(int)"},{"p":"com.tangosol.util","c":"Binary","l":"endsWith(Binary)","u":"endsWith(com.tangosol.util.Binary)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"enlist(TransactionMap, Object)","u":"enlist(com.tangosol.util.TransactionMap,java.lang.Object)"},{"p":"com.tangosol.util","c":"TransactionMap.Validator","l":"enlist(TransactionMap, Object)","u":"enlist(com.tangosol.util.TransactionMap,java.lang.Object)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"enrichEvent(MapEvent, Listeners)","u":"enrichEvent(com.tangosol.util.MapEvent,com.tangosol.util.Listeners)"},{"p":"com.tangosol.net","c":"Session","l":"ensure(SessionConfiguration)","u":"ensure(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"Session","l":"ensure(SessionConfiguration, Coherence.Mode)","u":"ensure(com.tangosol.net.SessionConfiguration,com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.util","c":"WrapperException","l":"ensure(Throwable)","u":"ensure(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"WrapperException","l":"ensure(Throwable, String)","u":"ensure(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"ensureActive()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"ensureAdded()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"ensureArgument(Object, String)","u":"ensureArgument(java.lang.Object,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"ensureBigDecimal(Number)","u":"ensureBigDecimal(java.lang.Number)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"ensureBigDecimal(Number)","u":"ensureBigDecimal(java.lang.Number)"},{"p":"com.tangosol.util","c":"Base","l":"ensureBigDecimal(Number)","u":"ensureBigDecimal(java.lang.Number)"},{"p":"com.tangosol.net","c":"LoadBalancer.SocketHandler","l":"ensureBuffer(Socket)","u":"ensureBuffer(java.net.Socket)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"ensureBufferOutput(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager","l":"ensureBundles(ParameterResolver, BundlingNamedCache)","u":"ensureBundles(com.tangosol.config.expression.ParameterResolver,com.tangosol.net.cache.BundlingNamedCache)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager","l":"ensureBundles(ParameterResolver, ReadWriteBackingMap.StoreWrapper)","u":"ensureBundles(com.tangosol.config.expression.ParameterResolver,com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"ensureCache(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, ClassLoader)","u":"ensureCache(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"ensureCache(MapEvent)","u":"ensureCache(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net","c":"CacheProvider","l":"ensureCache(String, ClassLoader)","u":"ensureCache(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"CacheService","l":"ensureCache(String, ClassLoader)","u":"ensureCache(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"ensureCache(String, ClassLoader)","u":"ensureCache(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"ensureCache(String, ClassLoader)","u":"ensureCache(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"ensureCache(String, ClassLoader, NamedMap.Option...)","u":"ensureCache(java.lang.String,java.lang.ClassLoader,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"ensureCache(String, ClassLoader, NamedMap.Option...)","u":"ensureCache(java.lang.String,java.lang.ClassLoader,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"ensureCache(String, ClassLoader, NamedMap.Option...)","u":"ensureCache(java.lang.String,java.lang.ClassLoader,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"ensureCapacity(int)"},{"p":"com.tangosol.net","c":"TopicService","l":"ensureChannelCount(String, int)","u":"ensureChannelCount(java.lang.String,int)"},{"p":"com.tangosol.net","c":"TopicService","l":"ensureChannelCount(String, int, int)","u":"ensureChannelCount(java.lang.String,int,int)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"ensureClassLoader(ClassLoader)","u":"ensureClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"ensureClassLoader(ClassLoader)","u":"ensureClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"Base","l":"ensureClassLoader(ClassLoader)","u":"ensureClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"ensureClient()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"ensureCluster()"},{"p":"com.oracle.coherence.cdi","c":"CoherenceExtension","l":"ensureCoherence(BeanManager)","u":"ensureCoherence(jakarta.enterprise.inject.spi.BeanManager)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"ensureCollection(Object)","u":"ensureCollection(java.lang.Object)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"ensureCompactness()"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"ensureConfigCCFMap(ClassLoader)","u":"ensureConfigCCFMap(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"ensureConfigMap(ClassLoader)","u":"ensureConfigMap(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"ensureConfiguredService(ParameterResolver, MapBuilder.Dependencies)","u":"ensureConfiguredService(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"TopicScheme","l":"ensureConfiguredService(ParameterResolver, MapBuilder.Dependencies)","u":"ensureConfiguredService(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"ensureConnection(SocketAddress)","u":"ensureConnection(java.net.SocketAddress)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"ensureConverted(Converter)","u":"ensureConverted(com.tangosol.util.Converter)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureConverted(InvocableMap.EntryProcessor)","u":"ensureConverted(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"ensureConverterDown()"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"ensureConverterKeyDown()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureConverters(NamedCache)","u":"ensureConverters(com.tangosol.net.NamedCache)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"ensureConverterUp()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"ensureDatagramSocketProvider(String, SocketProviderFactory.Dependencies, int)","u":"ensureDatagramSocketProvider(java.lang.String,com.tangosol.net.SocketProviderFactory.Dependencies,int)"},{"p":"com.tangosol.io","c":"FileHelper","l":"ensureDir(File)","u":"ensureDir(java.io.File)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"ensureDomain(String)","u":"ensureDomain(java.lang.String)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"ensureEffectiveIndex(int)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"ensureElement(String)","u":"ensureElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"ensureElement(String)","u":"ensureElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"ensureElement(XmlElement, String)","u":"ensureElement(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"ensureEraseBundler(int)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureEventQueue()"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"ensureExpired()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"ensureExtent(long)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"ensureExtent(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"ensureExtent(long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"ensureExtentInternal(long)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactoryManager","l":"ensureFactory(BerkeleyDBBinaryStoreManager)","u":"ensureFactory(com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"ensureFilter(ByteString, Serializer)","u":"ensureFilter(com.google.protobuf.ByteString,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"ensureFilter(ByteString, Serializer)","u":"ensureFilter(com.google.protobuf.ByteString,com.tangosol.io.Serializer)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"ensureFilter(NodeTerm, String, String, List, ParameterResolver, ExecutionContext)","u":"ensureFilter(com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.lang.String,java.lang.String,java.util.List,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"ensureGetBundler(int)"},{"p":"com.tangosol.net.management","c":"Registry","l":"ensureGlobalName(String)","u":"ensureGlobalName(java.lang.String)"},{"p":"com.tangosol.net.management","c":"Registry","l":"ensureGlobalName(String, Member)","u":"ensureGlobalName(java.lang.String,com.tangosol.net.Member)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureIndexMap()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureInflated(Object, Object)","u":"ensureInflated(java.lang.Object,java.lang.Object)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"ensureInitialized()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"ensureInitialized()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"ensureInitialized()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"ensureInitialized()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"ensureInitialized()"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"ensureInitialized()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"ensureInitialized(boolean)"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"ensureInputStream()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"ensureInstance(ConfigurableCacheFactory)","u":"ensureInstance(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureInternalCache()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"ensureInternalIterator()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"ensureInternalListener()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"ensureInvalidationStrategy()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"ensureIterator()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"ensureLifecycleListeners()"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"ensureListener(MapIndex)","u":"ensureListener(com.tangosol.util.MapIndex)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureListenerSupport()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"ensureLoadBundler(int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"ensureLoadFactor(SegmentedHashMap.Segment)","u":"ensureLoadFactor(com.tangosol.util.SegmentedHashMap.Segment)"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"ensureMap()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"ensureMapFilters()"},{"p":"com.tangosol.net.management","c":"MapJsonBodyHandler","l":"ensureMapJsonBodyHandler()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"ensureMapListenerSupport()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"ensureMutable()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"ensureNamespace(XmlElement, String, String)","u":"ensureNamespace(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"ensureNamespaceHandler(String, NamespaceHandler)","u":"ensureNamespaceHandler(java.lang.String,com.tangosol.config.xml.NamespaceHandler)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"ensureNamespaceHandler(String, NamespaceHandler)","u":"ensureNamespaceHandler(java.lang.String,com.tangosol.config.xml.NamespaceHandler)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"ensureNamespaceHandler(String, URI)","u":"ensureNamespaceHandler(java.lang.String,java.net.URI)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"ensureNamespaceHandler(String, URI)","u":"ensureNamespaceHandler(java.lang.String,java.net.URI)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"ensureOpen()"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"ensureOutputStream()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"ensurePersistenceException(Throwable)","u":"ensurePersistenceException(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"ensurePersistenceException(Throwable)","u":"ensurePersistenceException(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"ensurePersistenceException(Throwable)","u":"ensurePersistenceException(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"ensurePersistenceException(Throwable)","u":"ensurePersistenceException(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"ensurePersistenceException(Throwable, String)","u":"ensurePersistenceException(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"ensurePersistenceException(Throwable, String)","u":"ensurePersistenceException(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"ensurePersistenceException(Throwable, String)","u":"ensurePersistenceException(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"ensurePersistenceException(Throwable, String)","u":"ensurePersistenceException(java.lang.Throwable,java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"ensurePrimingListener()"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"ensurePutBundler(int)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"ensureQueueDaemon()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"ensureReadOnly()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"ensureReady()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"ensureReferenceRegistry()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"ensureReferenceRegistry()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"ensureRefreshThread()"},{"p":"com.tangosol.net.security","c":"SecurityProvider","l":"ensureRegistration()"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"ensureRemoveBundler(int)"},{"p":"com.tangosol.util","c":"DeltaSet","l":"ensureRemoved()"},{"p":"com.tangosol.util","c":"SubSet","l":"ensureRemoved()"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"ensureResults()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"ensureResults()"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"ensureResults()"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"ensureResults()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"ensureResults(boolean)"},{"p":"com.tangosol.util","c":"SubSet","l":"ensureRetained()"},{"p":"com.oracle.coherence.common.base","c":"Exceptions","l":"ensureRuntimeException(Throwable)","u":"ensureRuntimeException(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"Base","l":"ensureRuntimeException(Throwable)","u":"ensureRuntimeException(java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Exceptions","l":"ensureRuntimeException(Throwable, String)","u":"ensureRuntimeException(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"ensureRuntimeException(Throwable, String)","u":"ensureRuntimeException(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"ensureSafe(Comparator)","u":"ensureSafe(java.util.Comparator)"},{"p":"com.oracle.coherence.grpc","c":"SafeStreamObserver","l":"ensureSafeObserver(StreamObserver)","u":"ensureSafeObserver(io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"ensureSafeSet(Set)","u":"ensureSafeSet(java.util.Set)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"ensureSerializer(ClassLoader)","u":"ensureSerializer(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"ensureService(ServiceScheme)","u":"ensureService(com.tangosol.coherence.config.scheme.ServiceScheme)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"ensureService(String)","u":"ensureService(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"ensureService(String)","u":"ensureService(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"ensureService(String)","u":"ensureService(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"ensureService(String, Cluster)","u":"ensureService(java.lang.String,com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.scheme","c":"BaseGrpcCacheScheme","l":"ensureService(String, Cluster)","u":"ensureService(java.lang.String,com.tangosol.net.Cluster)"},{"p":"com.tangosol.net","c":"Cluster","l":"ensureService(String, String)","u":"ensureService(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"ensureService(XmlElement)","u":"ensureService(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"ensureServiceInternal(XmlElement)","u":"ensureServiceInternal(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"ensureSet()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"ensureSet(Set)","u":"ensureSet(java.util.Set)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"ensureSingletonMBean(String)","u":"ensureSingletonMBean(java.lang.String)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"ensureSocketException(IOException)","u":"ensureSocketException(java.io.IOException)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"ensureSocketProvider(String, SocketProviderFactory.Dependencies, int)","u":"ensureSocketProvider(java.lang.String,com.tangosol.net.SocketProviderFactory.Dependencies,int)"},{"p":"com.oracle.coherence.grpc","c":"ErrorsHelper","l":"ensureStatusRuntimeException(Throwable)","u":"ensureStatusRuntimeException(java.lang.Throwable)"},{"p":"com.oracle.coherence.grpc","c":"ErrorsHelper","l":"ensureStatusRuntimeException(Throwable, String)","u":"ensureStatusRuntimeException(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.ExplainStep","l":"ensureStep(Filter)","u":"ensureStep(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.TraceStep","l":"ensureStep(Filter)","u":"ensureStep(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.ExplainStep","l":"ensureStep(Filter)","u":"ensureStep(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.TraceStep","l":"ensureStep(Filter)","u":"ensureStep(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"ensureStoreBundler(int)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"ensureSubscriberGroup(String)","u":"ensureSubscriberGroup(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"ensureSubscriberGroup(String, Filter, ValueExtractor)","u":"ensureSubscriberGroup(java.lang.String,com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"ensureSubscriberGroup(String, String)","u":"ensureSubscriberGroup(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"ensureSubscriberGroup(String, String, Filter, ValueExtractor)","u":"ensureSubscriberGroup(java.lang.String,java.lang.String,com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"ensureSubscription(String, long, Subscriber.Id)","u":"ensureSubscription(java.lang.String,long,com.tangosol.net.topic.Subscriber.Id)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"ensureSubscription(String, long, Subscriber.Id, boolean)","u":"ensureSubscription(java.lang.String,long,com.tangosol.net.topic.Subscriber.Id,boolean)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"ensureSubscription(String, SubscriberGroupId, Subscriber.Id, Filter, ValueExtractor)","u":"ensureSubscription(java.lang.String,com.tangosol.internal.net.topic.impl.paged.model.SubscriberGroupId,com.tangosol.net.topic.Subscriber.Id,com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureSynchronized(boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"ensureSynthetic()"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"ensureTarget()"},{"p":"com.tangosol.util","c":"Daemon","l":"ensureThreadGroup()"},{"p":"com.tangosol.net","c":"TopicService","l":"ensureTopic(String, ClassLoader)","u":"ensureTopic(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"ensureTopic(String, ClassLoader, NamedCollection.Option...)","u":"ensureTopic(java.lang.String,java.lang.ClassLoader,com.tangosol.net.NamedCollection.Option...)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"ensureTopic(String, ClassLoader, NamedCollection.Option...)","u":"ensureTopic(java.lang.String,java.lang.ClassLoader,com.tangosol.net.NamedCollection.Option...)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"ensureTopic(String, ClassLoader, NamedCollection.Option...)","u":"ensureTopic(java.lang.String,java.lang.ClassLoader,com.tangosol.net.NamedCollection.Option...)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"ensureTopic(String, NamedCollection.Option...)","u":"ensureTopic(java.lang.String,com.tangosol.net.NamedCollection.Option...)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"ensureTracingDaemonPool(DaemonPool)","u":"ensureTracingDaemonPool(com.tangosol.internal.util.DaemonPool)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"ensureTrashDir()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"ensureType(int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofReflectionHelper","l":"ensureType(Object, int, PofContext)","u":"ensureType(java.lang.Object,int,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.net","c":"CacheProvider","l":"ensureTypedCache(String, ClassLoader, TypeAssertion)","u":"ensureTypedCache(java.lang.String,java.lang.ClassLoader,com.tangosol.net.cache.TypeAssertion)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"ensureTypedCache(String, ClassLoader, TypeAssertion)","u":"ensureTypedCache(java.lang.String,java.lang.ClassLoader,com.tangosol.net.cache.TypeAssertion)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"ensureUnconverted(Converter)","u":"ensureUnconverted(com.tangosol.util.Converter)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"ensureUpdatedPartitions()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"ensureValid()"},{"p":"com.tangosol.util","c":"SetMap","l":"ensureValue(Object)","u":"ensureValue(java.lang.Object)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"ensureValueExtractor(ByteString, Serializer)","u":"ensureValueExtractor(com.google.protobuf.ByteString,com.tangosol.io.Serializer)"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"enter()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"enter()"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"enter(long)"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"enter(long)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"entering(Class, String, Object...)","u":"entering(java.lang.Class,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"ENTRY"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"ENTRY_DELETED"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"ENTRY_DELETED"},{"p":"com.tangosol.util","c":"MapEvent","l":"ENTRY_DELETED"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"ENTRY_INSERTED"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"ENTRY_INSERTED"},{"p":"com.tangosol.util","c":"MapEvent","l":"ENTRY_INSERTED"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"ENTRY_OVERHEAD"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"ENTRY_TO_KEY_CONVERTER"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"ENTRY_TO_VALUE_CONVERTER"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"ENTRY_UPDATED"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"ENTRY_UPDATED"},{"p":"com.tangosol.util","c":"MapEvent","l":"ENTRY_UPDATED"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ObservableHashMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Entry","l":"Entry(Binary, Binary)","u":"%3Cinit%3E(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"Entry(Binary, Binary, Binary, long, BackingMapManagerContext)","u":"%3Cinit%3E(com.tangosol.util.Binary,com.tangosol.util.Binary,com.tangosol.util.Binary,long,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.Entry","l":"Entry(K, V)","u":"%3Cinit%3E(K,V)"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"Entry(Object, Object)","u":"%3Cinit%3E(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"Entry(Object, Object)","u":"%3Cinit%3E(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.Entry","l":"Entry(Object, Object)","u":"%3Cinit%3E(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet.Entry","l":"Entry(Object, Object)","u":"%3Cinit%3E(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"Entry(Object, Object, int)","u":"%3Cinit%3E(java.lang.Object,java.lang.Object,int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntryActionAdapter","l":"EntryActionAdapter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntryAttributes","l":"EntryAttributes(long, long, int)","u":"%3Cinit%3E(long,long,int)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"EntryComparator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"EntryComparator(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"EntryComparator(Comparator, int)","u":"%3Cinit%3E(java.util.Comparator,int)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"entryConsumer(StreamObserver)","u":"entryConsumer(io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.DeactivationListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfigurationMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughMapListenerAdapter","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"CachingMap.DeactivationListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"CachingMap.FrontMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.DeactivationListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.InternalMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SeppukuMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache.VersionCacheListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"AbstractMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.IndexAdapter","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.MapListenerAdapter","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MultiplexingMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.WrapperPrimingListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryEventHandler","l":"EntryEventHandler(EventObserverSupport.EventObserver>)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.tangosol.util.extractor","c":"EntryExtractor","l":"EntryExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"EntryExtractor","l":"EntryExtractor(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"entryFromBucket(SegmentedHashMap.Entry[], int)","u":"entryFromBucket(com.tangosol.util.SegmentedHashMap.Entry[],int)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughMapListenerAdapter","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.InternalMapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SeppukuMapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"AbstractMapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.IndexAdapter","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.MapListenerAdapter","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MultiplexingMapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.WrapperPrimingListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache.EntryIterator","l":"EntryIterator(Iterator>, LocalCache)","u":"%3Cinit%3E(java.util.Iterator,com.tangosol.coherence.jcache.localcache.LocalCache)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache.EntryIterator","l":"EntryIterator(Iterator>, PartitionedCache)","u":"%3Cinit%3E(java.util.Iterator,com.tangosol.coherence.jcache.partitionedcache.PartitionedCache)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryProcessorEventHandler","l":"EntryProcessorEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"EntryResource(NamedCache, Object, Class)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,java.lang.Object,java.lang.Class)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"entrySet()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"entrySet()"},{"p":"com.tangosol.io.pof","c":"PofHelper.ReadableEntrySetMap","l":"entrySet()"},{"p":"com.tangosol.io.pof","c":"PofHelper.WriteableEntrySetMap","l":"entrySet()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"entrySet()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"entrySet()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"entrySet()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"ChainedMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"EntrySetMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"SetMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"entrySet()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"LocalCache.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ChainedMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"entrySet(BiConsumer)","u":"entrySet(java.util.function.BiConsumer)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"entrySet(CacheRequestHolder, StreamObserver)","u":"entrySet(com.oracle.coherence.grpc.CacheRequestHolder,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"entrySet(Consumer>)","u":"entrySet(java.util.function.Consumer)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"entrySet(EntrySetRequest, StreamObserver)","u":"entrySet(com.oracle.coherence.grpc.EntrySetRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"entrySet(EntrySetRequest, StreamObserver)","u":"entrySet(com.oracle.coherence.grpc.EntrySetRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"entrySet(EntrySetRequest, StreamObserver)","u":"entrySet(com.oracle.coherence.grpc.EntrySetRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"entrySet(Filter)","u":"entrySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"entrySet(Filter)","u":"entrySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"entrySet(Filter)","u":"entrySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"entrySet(Filter)","u":"entrySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterQueryMap","l":"entrySet(Filter)","u":"entrySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"QueryMap","l":"entrySet(Filter)","u":"entrySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"entrySet(Filter, Comparator)","u":"entrySet(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"entrySet(Filter, Comparator)","u":"entrySet(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"entrySet(Filter, Comparator)","u":"entrySet(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"entrySet(Filter, Comparator)","u":"entrySet(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterQueryMap","l":"entrySet(Filter, Comparator)","u":"entrySet(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.util","c":"QueryMap","l":"entrySet(Filter, Comparator)","u":"entrySet(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"entrySet(Filter)","u":"entrySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"entrySet(Filter, BiConsumer)","u":"entrySet(com.tangosol.util.Filter,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"entrySet(Filter, Comparator)","u":"entrySet(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"entrySet(Filter, Consumer>)","u":"entrySet(com.tangosol.util.Filter,java.util.function.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"entrySet(InvocableMap)","u":"entrySet(com.tangosol.util.InvocableMap)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"entrySet(String, String, String, ByteString)","u":"entrySet(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"entrySet(String, String, String, ByteString, ByteString)","u":"entrySet(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"entrySetInternal(Filter)","u":"entrySetInternal(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"entrySetInternal(Filter, Comparator)","u":"entrySetInternal(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.EntrySet.EntrySetIterator","l":"EntrySetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.EntrySet.EntrySetIterator","l":"EntrySetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.EntrySetIterator","l":"EntrySetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet.EntrySetIterator","l":"EntrySetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet.EntrySetIterator","l":"EntrySetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet.EntrySetIterator","l":"EntrySetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"EntrySetMap","l":"EntrySetMap(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"EntrySetResource(NamedCache, Set, Class)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,java.util.Set,java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.EvictionPolicy","l":"entryTouched(ConfigurableCacheMap.Entry)","u":"entryTouched(com.tangosol.net.cache.ConfigurableCacheMap.Entry)"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalEvictionPolicy","l":"entryTouched(ConfigurableCacheMap.Entry)","u":"entryTouched(com.tangosol.net.cache.ConfigurableCacheMap.Entry)"},{"p":"com.tangosol.net.cache","c":"SerializationCache.InternalEvictionPolicy","l":"entryTouched(ConfigurableCacheMap.Entry)","u":"entryTouched(com.tangosol.net.cache.ConfigurableCacheMap.Entry)"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"entryUpdated(ConfigurableCacheMap.Entry)","u":"entryUpdated(com.tangosol.net.cache.ConfigurableCacheMap.Entry)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.DeactivationListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSyntheticDeleteMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughMapListenerAdapter","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"CachingMap.DeactivationListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.DeactivationListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.InternalMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SeppukuMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache.VersionCacheListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"AbstractMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.IndexAdapter","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.MapListenerAdapter","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MultiplexingMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.WrapperPrimingListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.rest.providers","c":"EntryWriter","l":"EntryWriter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"EntryWriter","l":"EntryWriter(MarshallerRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.rest.io.MarshallerRegistry)"},{"p":"com.tangosol.util","c":"EnumerationIterator","l":"EnumerationIterator(Enumeration)","u":"%3Cinit%3E(java.util.Enumeration)"},{"p":"com.tangosol.io.pof","c":"EnumPofSerializer","l":"EnumPofSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"EnumProcessor","l":"EnumProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"ENVIRONMENT_NAME_PREFIX"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"EnvironmentHolder(BerkeleyDBBinaryStoreManager)","u":"%3Cinit%3E(com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager)"},{"p":"com.tangosol.util","c":"Filters","l":"equal(String, E)","u":"equal(java.lang.String,E)"},{"p":"com.tangosol.util","c":"Filters","l":"equal(ValueExtractor, E)","u":"equal(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util","c":"Binary","l":"equals(byte[], int, byte[], int, int)","u":"equals(byte[],int,byte[],int,int)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.cdi","c":"AnnotationInstance","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.cdi","c":"AnnotationLiteral","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"IdentityHolder","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcMetricsInterceptor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.MapListenerAdapter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryKey","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry.SchemeMappingKey","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TopicMappingProcessor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryListenerRegistration","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofPrincipal","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawYearMonthInterval","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.EventRouter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.HashcodeComparator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion.WithTypesAssertion","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.management","c":"ObjectNameExcludeFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"SocketAddressProvider","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"ValueTypeAssertion.WithValueTypeAssertion","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractByteSequence","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractMapListener","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"Binary","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"CacheCollator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ClassFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.comparator","c":"InverseComparator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"CompositeKey","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterHolder","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"Fragment","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent.Discriminator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList.ListView","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SetView","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SortedSetView","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList.ListView","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList.SetView","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.IndexAdapter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"LongArray","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"MultiplexingMapListener","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryKey","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"StringTable","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SubList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"Tree","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"UID","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"UUID","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Objects","l":"equals(Object, Object)","u":"equals(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"Base","l":"equals(Object, Object)","u":"equals(java.lang.Object,java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Hasher","l":"equals(V, V)","u":"equals(V,V)"},{"p":"com.oracle.coherence.common.base","c":"IdentityHasher","l":"equals(V, V)","u":"equals(V,V)"},{"p":"com.oracle.coherence.common.base","c":"NaturalHasher","l":"equals(V, V)","u":"equals(V,V)"},{"p":"com.oracle.coherence.common.base","c":"Objects","l":"equalsDeep(Object, Object)","u":"equalsDeep(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"Base","l":"equalsDeep(Object, Object)","u":"equalsDeep(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"equalsElement(XmlElement, XmlElement)","u":"equalsElement(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.filter","c":"EqualsFilter","l":"EqualsFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"EqualsFilter","l":"EqualsFilter(String, E)","u":"%3Cinit%3E(java.lang.String,E)"},{"p":"com.tangosol.util.filter","c":"EqualsFilter","l":"EqualsFilter(ValueExtractor, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"equalsMostly(Subject, Subject)","u":"equalsMostly(javax.security.auth.Subject,javax.security.auth.Subject)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE","l":"equalsName(String)","u":"equalsName(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"EqualsOperator","l":"EqualsOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"equalsValue(Object)","u":"equalsValue(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"equalsValue(XmlValue, XmlValue)","u":"equalsValue(com.tangosol.run.xml.XmlValue,com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.io","c":"AbstractBinaryStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"BinaryStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheBinaryEntryStore","l":"erase(BinaryEntry)","u":"erase(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"BinaryEntryStore","l":"erase(BinaryEntry)","u":"erase(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"NonBlockingEntryStore","l":"erase(BinaryEntry)","u":"erase(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"AbstractCacheStore","l":"erase(K)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"erase(K)"},{"p":"com.tangosol.net.cache","c":"CacheStore","l":"erase(K)"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"erase(K)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"erase(long, R, Object)","u":"erase(long,R,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"erase(long, R, Object)","u":"erase(long,R,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"erase(long, ReadBuffer)","u":"erase(long,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"erase(long, ReadBuffer, Object)","u":"erase(long,com.tangosol.io.ReadBuffer,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"erase(Object)","u":"erase(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"erase(ReadWriteBackingMap.Entry)","u":"erase(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.io","c":"AbstractBinaryStore","l":"eraseAll()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"eraseAll()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"eraseAll()"},{"p":"com.tangosol.io","c":"BinaryStore","l":"eraseAll()"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"eraseAll()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"eraseAll()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"eraseAll()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"eraseAll()"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"eraseAll(Collection)","u":"eraseAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"CacheStore","l":"eraseAll(Collection)","u":"eraseAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"eraseAll(Collection)","u":"eraseAll(java.util.Collection)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheBinaryEntryStore","l":"eraseAll(Set)","u":"eraseAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"eraseAll(Set)","u":"eraseAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"BinaryEntryStore","l":"eraseAll(Set>)","u":"eraseAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"NonBlockingEntryStore","l":"eraseAll(Set>)","u":"eraseAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"eraseAllInternal(Set)","u":"eraseAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"eraseAllInternal(Set)","u":"eraseAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"eraseAllInternal(Set)","u":"eraseAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"eraseAllInternal(Set)","u":"eraseAllInternal(java.util.Set)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"eraseInternal(long, ReadBuffer, Object)","u":"eraseInternal(long,com.tangosol.io.ReadBuffer,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"eraseInternal(ReadWriteBackingMap.Entry)","u":"eraseInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"eraseInternal(ReadWriteBackingMap.Entry)","u":"eraseInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"eraseInternal(ReadWriteBackingMap.Entry)","u":"eraseInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"eraseInternal(ReadWriteBackingMap.Entry)","u":"eraseInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.EraseOperation","l":"EraseOperation(long, ReadBuffer)","u":"%3Cinit%3E(long,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"eraseStore()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"eraseStore()"},{"p":"com.tangosol.util","c":"Base","l":"err()"},{"p":"com.tangosol.util","c":"Base","l":"err(Class)","u":"err(java.lang.Class)"},{"p":"com.tangosol.util","c":"Base","l":"err(Object)","u":"err(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"err(String)","u":"err(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"err(String)","u":"err(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"err(String, Throwable)","u":"err(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"err(Supplier)","u":"err(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"err(Supplier, Throwable)","u":"err(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"err(Throwable)","u":"err(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"Base","l":"err(Throwable)","u":"err(java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"ERROR"},{"p":"com.tangosol.run.xml","c":"SaxParser.ValidationHandler","l":"error(SAXParseException)","u":"error(org.xml.sax.SAXParseException)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"error(String, Throwable)","u":"error(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.ErrorHandlingConverter","l":"ErrorHandlingConverter(Converter)","u":"%3Cinit%3E(com.tangosol.util.Converter)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"escape(char, char[], int)","u":"escape(char,char[],int)"},{"p":"com.tangosol.util","c":"Base","l":"escape(char, char[], int)","u":"escape(char,char[],int)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"establishMapListeners(Map, ParameterResolver, MapBuilder.Dependencies)","u":"establishMapListeners(java.util.Map,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"establishMapListeners(Map, ParameterResolver, MapBuilder.Dependencies)","u":"establishMapListeners(java.util.Map,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"ObservableCachingScheme","l":"establishMapListeners(Map, ParameterResolver, MapBuilder.Dependencies)","u":"establishMapListeners(java.util.Map,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"establishMapListeners(Map, ParameterResolver, MapBuilder.Dependencies)","u":"establishMapListeners(java.util.Map,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"establishMapListeners(Map, ParameterResolver, MapBuilder.Dependencies)","u":"establishMapListeners(java.util.Map,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"etReadLocatorBuilder(ReadLocatorBuilder)","u":"etReadLocatorBuilder(com.tangosol.coherence.config.builder.ReadLocatorBuilder)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"EVAL_COST"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"evalLine(String)","u":"evalLine(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"evaluate(MapEvent)","u":"evaluate(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"evaluate(MapEvent)","u":"evaluate(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"evaluate(MapEvent)","u":"evaluate(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.FrontFilterConverter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.net.management","c":"ObjectNameExcludeFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.SafetyFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.util","c":"ClassFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.CacheRefExpression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.CollectionRefExpression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.ResourceRefExpression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.SchemeRefExpression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.config.expression","c":"Expression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util.stream","c":"RemotePipeline","l":"evaluate(Stream>)","u":"evaluate(java.util.stream.Stream)"},{"p":"com.oracle.coherence.common.base","c":"Predicate","l":"evaluate(T)"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"evaluate(T)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"evaluate(T)"},{"p":"com.tangosol.util","c":"Filter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"WrapperQueryRecorderFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"ScriptFilter","l":"evaluate(V)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"evaluateEntry(Filter, K, V)","u":"evaluateEntry(com.tangosol.util.Filter,K,V)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"evaluateEntry(Filter, Map.Entry)","u":"evaluateEntry(com.tangosol.util.Filter,java.util.Map.Entry)"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"WrapperQueryRecorderFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"evaluateEntry(Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"evaluateEntry(java.util.Map.Entry,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"evaluateEntry(Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"evaluateEntry(java.util.Map.Entry,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"evaluateEntry(Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"evaluateEntry(java.util.Map.Entry,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"evaluateEntry(Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"evaluateEntry(java.util.Map.Entry,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"evaluateEntry(Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"evaluateEntry(java.util.Map.Entry,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"EntryFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"evaluateEvent(Filter, MapEvent)","u":"evaluateEvent(com.tangosol.util.Filter,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"ContainsFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"EqualsFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"GreaterEqualsFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"NotEqualsFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"RegexFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"evaluateExtracted(Object)","u":"evaluateExtracted(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"evaluateFilter(Filter, Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"evaluateFilter(com.tangosol.util.Filter,java.util.Map.Entry,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"evaluateGUID(String, String[], Set, int)","u":"evaluateGUID(java.lang.String,java.lang.String[],java.util.Set,int)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.DataStructureRefExpression","l":"evaluateName(ParameterResolver, Class, String)","u":"evaluateName(com.tangosol.config.expression.ParameterResolver,java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"evaluateOriginalEntry(Filter, MapTrigger.Entry)","u":"evaluateOriginalEntry(com.tangosol.util.Filter,com.tangosol.util.MapTrigger.Entry)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"EventHandler(EventObserverSupport.EventObserver, Class)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver,java.lang.Class)"},{"p":"com.tangosol.net.events","c":"EventHelper","l":"EventHelper()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport","l":"EventObserverSupport()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AnyListener","l":"eventOccurred(AnyEvent)","u":"eventOccurred(com.tangosol.util.AnyEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.EventRouter","l":"EventRouter(MapListener, boolean)","u":"%3Cinit%3E(com.tangosol.util.MapListener,boolean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"events(StreamObserver)","u":"events(io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"events(StreamObserver)","u":"events(io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"events(StreamObserver)","u":"events(io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"eventTypes()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"evict()"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"evict()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"evict()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"evict()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"evict()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"evict()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"evict()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"evict()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"evict(Map)","u":"evict(java.util.Map)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"evict(Object)","u":"evict(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"evict(Object)","u":"evict(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"evict(Object)","u":"evict(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"evict(Object)","u":"evict(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"evict(Object)","u":"evict(java.lang.Object)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"evictAll(Collection)","u":"evictAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"evictAll(Collection)","u":"evictAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"evictAll(Collection)","u":"evictAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"evictAll(Collection)","u":"evictAll(java.util.Collection)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"evictAll(Collection)","u":"evictAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EvictingBackupMap","l":"EvictingBackupMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"EVICTION_POLICY_EXTERNAL"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"EVICTION_POLICY_HYBRID"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"EVICTION_POLICY_LFU"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"EVICTION_POLICY_LRU"},{"p":"com.tangosol.coherence.config.builder","c":"EvictionPolicyBuilder","l":"EvictionPolicyBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"EvictionPolicyProcessor","l":"EvictionPolicyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"EvolvableHolder","l":"EvolvableHolder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"exact()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"exact(boolean)"},{"p":"com.oracle.coherence.common.base","c":"Exceptions","l":"Exceptions()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Backlog.Type","l":"EXCESSIVE"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"exclusiveLocksMap()"},{"p":"com.oracle.coherence.common.base","c":"Lockable","l":"exclusively()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"exclusively()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"exclusively()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"execute()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask","l":"execute()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.OpenTask","l":"execute()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.Task","l":"execute()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"execute(Callable)","u":"execute(java.util.concurrent.Callable)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder.CommandsQueryPlusStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder.HelpQueryPlusStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder.SanityCheckQueryPlusStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder.ServicesQueryPlusStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder.SetTimeoutStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder.TraceQueryPlusStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder.WheneverQueryPlusStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder.BackupStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder.CreateCacheStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder.CreateIndexStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder.DeleteStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder.DropCacheStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder.DropIndexStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery","c":"Statement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder.CreateSnapshotStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder.ForceRecoveryStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder.ListArchiverStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder.ListServicesStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder.ListSnapshotsStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder.RecoverSnapshotStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder.RemoveSnapshotStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder.ResumeServiceStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder.SuspendServiceStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder.ValidateSnapshotStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder.QueryRecorderStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder.RestoreStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.AsyncSelectStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder.SourceStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder.TruncateCacheStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.net","c":"InvocationService","l":"execute(Invocable, Set, InvocationObserver)","u":"execute(com.tangosol.net.Invocable,java.util.Set,com.tangosol.net.InvocationObserver)"},{"p":"com.tangosol.net","c":"WrapperInvocationService","l":"execute(Invocable, Set, InvocationObserver)","u":"execute(com.tangosol.net.Invocable,java.util.Set,com.tangosol.net.InvocationObserver)"},{"p":"com.tangosol.coherence.rest.query","c":"Query","l":"execute(NamedCache, ValueExtractor, String, int, int)","u":"execute(com.tangosol.net.NamedCache,com.tangosol.util.ValueExtractor,java.lang.String,int,int)"},{"p":"com.tangosol.coherence.dslquery","c":"StatementExecutor","l":"execute(Reader, ExecutionContext)","u":"execute(java.io.Reader,com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"execute(Remote.Function)","u":"execute(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"execute(Remote.Function)","u":"execute(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"execute(Remote.Runnable)","u":"execute(com.tangosol.util.function.Remote.Runnable)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"execute(Runnable)","u":"execute(java.lang.Runnable)"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"execute(Runnable)","u":"execute(java.lang.Runnable)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"execute(Runnable)","u":"execute(java.lang.Runnable)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder.DeleteStatement","l":"executeAsync(ExecutionContext)","u":"executeAsync(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery","c":"Statement","l":"executeAsync(ExecutionContext)","u":"executeAsync(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"executeAsync(ExecutionContext)","u":"executeAsync(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"executeAsync(ExecutionContext)","u":"executeAsync(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"executeAsync(ExecutionContext)","u":"executeAsync(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryProcessorEvent.Type","l":"EXECUTED"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"executePeriodicTask(Runnable, long)","u":"executePeriodicTask(java.lang.Runnable,long)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"executeQuery(String, ValueExtractor, int, int, String)","u":"executeQuery(java.lang.String,com.tangosol.util.ValueExtractor,int,int,java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"executeQuery(UriInfo, ValueExtractor, int, int, String)","u":"executeQuery(jakarta.ws.rs.core.UriInfo,com.tangosol.util.ValueExtractor,int,int,java.lang.String)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"executeStatement(String)","u":"executeStatement(java.lang.String)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"executeStatement(String, ExecutionContext)","u":"executeStatement(java.lang.String,com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"executeTask(AbstractPersistenceManager.Task)","u":"executeTask(com.tangosol.persistence.AbstractPersistenceManager.Task)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"executeTask(Runnable)","u":"executeTask(java.lang.Runnable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"executeTaskExclusive(AbstractPersistenceManager.Task)","u":"executeTaskExclusive(com.tangosol.persistence.AbstractPersistenceManager.Task)"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryProcessorEvent.Type","l":"EXECUTING"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"ExecutionContext()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"EXECUTOR_NAME"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"EXECUTOR_TYPE"},{"p":"com.tangosol.net.management","c":"Registry","l":"EXECUTOR_TYPE"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ExecutorProcessor","l":"ExecutorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"exists()"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"exists(ID)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"exists(ID)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"exit()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"exit()"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"exiting(Class, String)","u":"exiting(java.lang.Class,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"exiting(Class, String, Object, Object...)","u":"exiting(java.lang.Class,java.lang.String,java.lang.Object,java.lang.Object...)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.ExpirableStatus","l":"ExpirableStatus()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"expire(long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"expire(long)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"expire(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"expire(long)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"expire(long)"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"EXPIRED"},{"p":"com.tangosol.net.cache","c":"CacheMap","l":"EXPIRY_DEFAULT"},{"p":"com.tangosol.net.cache","c":"CacheMap","l":"EXPIRY_NEVER"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder.RecordType","l":"EXPLAIN"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder","l":"EXPLAIN_INSTANCE"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"explain(Filter, Map, Set, QueryRecord.PartialResult.ExplainStep)","u":"explain(com.tangosol.util.Filter,java.util.Map,java.util.Set,com.tangosol.util.QueryRecord.PartialResult.ExplainStep)"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"explain(Filter, Map, Set, QueryRecord.PartialResult.ExplainStep, ValueExtractor)","u":"explain(com.tangosol.util.Filter,java.util.Map,java.util.Set,com.tangosol.util.QueryRecord.PartialResult.ExplainStep,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set)","u":"explain(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.ExplainStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set)","u":"explain(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.ExplainStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set)","u":"explain(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.ExplainStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"QueryRecorderFilter","l":"explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set)","u":"explain(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.ExplainStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"WrapperQueryRecorderFilter","l":"explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set)","u":"explain(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.ExplainStep,java.util.Set)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.ExplainStep","l":"ExplainStep(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"expression(int)"},{"p":"com.tangosol.coherence.config.xml","c":"CacheConfigNamespaceHandler.Extension","l":"extend(CacheConfigNamespaceHandler)","u":"extend(com.tangosol.coherence.config.xml.CacheConfigNamespaceHandler)"},{"p":"com.tangosol.coherence.config.xml","c":"OperationalConfigNamespaceHandler.Extension","l":"extend(OperationalConfigNamespaceHandler)","u":"extend(com.tangosol.coherence.config.xml.OperationalConfigNamespaceHandler)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder.ExtendedLanguageCommandOPToken","l":"ExtendedLanguageCommandOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement","l":"ExtendedLanguageQueryPlusStatement(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder","l":"ExtendedLanguageStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"extendedSqlTokenTable()"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"ExtendPreprocessor","l":"ExtendPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"ExtensibleConfigurableCacheFactory(ExtensibleConfigurableCacheFactory.Dependencies)","u":"%3Cinit%3E(com.tangosol.net.ExtensibleConfigurableCacheFactory.Dependencies)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"extents()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"extents()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"extents()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"ExternalizableHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"ExternalizableLitePofSerializer","l":"ExternalizableLitePofSerializer(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io.pof","c":"ExternalizablePofSerializer","l":"ExternalizablePofSerializer(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"ExternalScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.ExternalSerializer","l":"ExternalSerializer(Serializer, boolean)","u":"%3Cinit%3E(com.tangosol.io.Serializer,boolean)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"extract(Collection)","u":"extract(java.util.Collection)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"extract(Object)","u":"extract(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"extract(Object)","u":"extract(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"extract(Object)","u":"extract(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"extract(Object)","u":"extract(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"extract(Object)","u":"extract(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"extract(Object)","u":"extract(java.lang.Object)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"extract(Object[])","u":"extract(java.lang.Object[])"},{"p":"com.tangosol.util","c":"Extractors","l":"extract(String)","u":"extract(java.lang.String)"},{"p":"com.tangosol.util","c":"Processors","l":"extract(String)","u":"extract(java.lang.String)"},{"p":"com.tangosol.util","c":"Extractors","l":"extract(String, Object...)","u":"extract(java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"FragmentExtractor","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"ScriptValueExtractor","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"extract(T)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"extract(T)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"extract(T)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"extract(V)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"extract(ValueExtractor)","u":"extract(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"extract(ValueExtractor)","u":"extract(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Processors","l":"extract(ValueExtractor)","u":"extract(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"extract(ValueExtractor)","u":"extract(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"QueryMap.Entry","l":"extract(ValueExtractor)","u":"extract(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"extract(ValueExtractor)","u":"extract(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord.Entry","l":"extract(ValueExtractor)","u":"extract(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"extractCertificates(Set)","u":"extractCertificates(java.util.Set)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"extractChild(ReadBuffer, int, int)","u":"extractChild(com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"extractComplex(T)"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"extractDelta(ReadBuffer, ReadBuffer)","u":"extractDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"DecoratedBinaryDeltaCompressor","l":"extractDelta(ReadBuffer, ReadBuffer)","u":"extractDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"DecorationOnlyDeltaCompressor","l":"extractDelta(ReadBuffer, ReadBuffer)","u":"extractDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"DeltaCompressor","l":"extractDelta(ReadBuffer, ReadBuffer)","u":"extractDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.FormatAwareCompressor","l":"extractDelta(ReadBuffer, ReadBuffer)","u":"extractDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"NullImplementation.NullDeltaCompressor","l":"extractDelta(ReadBuffer, ReadBuffer)","u":"extractDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"extractExpiry(ReadWriteBackingMap.Entry)","u":"extractExpiry(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"extractFlag(int)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"extractFlag(int)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.CacheStatisticsExtractor","l":"extractFromEntry(Map.Entry)","u":"extractFromEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"extractFromEntry(Map.Entry)","u":"extractFromEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"extractFromEntry(Map.Entry)","u":"extractFromEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"extractFromEntry(Map.Entry)","u":"extractFromEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"extractFromEntry(Map.Entry)","u":"extractFromEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"extractFromEntry(ValueExtractor, Map.Entry)","u":"extractFromEntry(com.tangosol.util.ValueExtractor,java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"QueryMap.Entry","l":"extractFromKey(ValueExtractor)","u":"extractFromKey(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"QueryMap.Entry","l":"extractFromValue(ValueExtractor)","u":"extractFromValue(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"extractIntDecoration(ReadBuffer)","u":"extractIntDecoration(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"extractNewValue(Map.Entry)","u":"extractNewValue(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"extractOldValue(MapTrigger.Entry)","u":"extractOldValue(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.coherence.rest.query","c":"CoherenceQueryLanguageEngine","l":"EXTRACTOR_BUILDER"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"ExtractorComparator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"ExtractorComparator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"ExtractorEventTransformer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"ExtractorEventTransformer(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"ExtractorEventTransformer(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"ExtractorEventTransformer(ValueExtractor, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"ExtractorFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"ExtractorFilter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"ExtractorFilter(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"extractOriginalFromEntry(MapTrigger.Entry)","u":"extractOriginalFromEntry(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"extractOriginalFromEntry(MapTrigger.Entry)","u":"extractOriginalFromEntry(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"extractOriginalFromEntry(MapTrigger.Entry)","u":"extractOriginalFromEntry(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"extractOriginalFromEntry(MapTrigger.Entry)","u":"extractOriginalFromEntry(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"extractOriginalFromEntry(ValueExtractor, MapTrigger.Entry)","u":"extractOriginalFromEntry(com.tangosol.util.ValueExtractor,com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"ExtractorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"ExtractorProcessor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"ExtractorProcessor(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Extractors","l":"Extractors()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"extractPage(Iterator)","u":"extractPage(java.util.Iterator)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"extractPage(Object[])","u":"extractPage(java.lang.Object[])"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"extractPage(Set)","u":"extractPage(java.util.Set)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"extractPublicKeys(Set)","u":"extractPublicKeys(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"extractState(int)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"extractState(int)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"f_aCol"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"f_activeSpan"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"f_aFilter"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder.QueryRecorderStatement","l":"f_aggregator"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.AsyncSelectStatement","l":"f_aggregator"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"f_aggregator"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"f_asAlias"},{"p":"com.tangosol.util","c":"ChainedSet","l":"f_aSets"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"f_asyncNamedCache"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"f_atomicRemovesCounter"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.Operation","l":"f_bufKey"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.StoreOperation","l":"f_bufValue"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"f_cache"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"f_cacheFactorySupplier"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"f_cacheSupplier"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.Task","l":"f_canceled"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cLoadFailures"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cLoadMillis"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cLoadOps"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.CollectionCodec","l":"f_clzCol"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.ArrayCodec","l":"f_clzComponent"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.LongArrayCodec","l":"f_clzLa"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.MapCodec","l":"f_clzMap"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean.SilentEmitter","l":"f_clzMBean"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"f_cMillisTimeout"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"f_collector"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.OpenTask","l":"f_collector"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder","l":"f_command"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder","l":"f_command"},{"p":"com.oracle.coherence.common.base","c":"InverseComparator","l":"f_comparator"},{"p":"com.tangosol.util","c":"SortedBag.WrapperComparator","l":"f_comparator"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"f_context"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"f_contFailure"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"f_contFailure"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"f_contFailure"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"f_convDown"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.KeyConverter","l":"f_converter"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.DownConverter","l":"f_converter"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.InternalMapListener","l":"f_convKey"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"f_convUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"f_convUp"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.InternalMapListener","l":"f_convValue"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cPendingAsyncStoreOps"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cStoreEntries"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cStoreFailures"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cStoreMillis"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cStoreOps"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"f_ctx"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"f_daemonRefresh"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"f_defaultNamedBindVars"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"f_delegate"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool.TracingRunnable","l":"f_delegate"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"f_delegate"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"f_dependencies"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"f_dependencies"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"f_dirData"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"f_dirLock"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistenceSnapshotTools","l":"f_dirSnapshot"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"f_dirStore"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"f_dirTrash"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"f_dispatcher"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder.SetTimeoutStatement","l":"f_durationTimeout"},{"p":"com.tangosol.util","c":"SortedBag.UniqueElement","l":"f_elem"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"f_env"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"f_event"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"f_executor"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"f_executor"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"f_executor"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"f_exitSentry"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"f_exitSentry"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder.CreateIndexStatement","l":"f_extractor"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder.DropIndexStatement","l":"f_extractor"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"f_extractor"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"f_factoryCont"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"f_factoryCont"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"f_fConditional"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"f_fileActive"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"f_fileBackup"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"f_fileEvents"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"f_fileLock"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"f_fileSnapshot"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"f_fileTrash"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder.DeleteStatement","l":"f_filter"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder.QueryRecorderStatement","l":"f_filter"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.AsyncSelectStatement","l":"f_filter"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"f_filter"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"f_filter"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"f_fLazy"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.FilterInfo","l":"f_fLite"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.EventRouter","l":"f_fLite"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.AsyncSelectStatement","l":"f_fReduction"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"f_fReduction"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder.SanityCheckQueryPlusStatement","l":"f_fSanity"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"f_fShowKeys"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"f_fTloCreator"},{"p":"com.tangosol.util","c":"SetMap","l":"f_functionValue"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"f_fValue"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"f_guardable"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.KeyConverter","l":"f_holder"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"f_idToSerializer"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools","l":"f_info"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"f_iterator"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"f_laDelegate"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"f_language"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"f_language"},{"p":"com.tangosol.coherence.rest.query","c":"CoherenceQueryLanguageEngine","l":"f_language"},{"p":"com.tangosol.util","c":"QueryHelper","l":"f_language"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.Operation","l":"f_lExtentId"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask","l":"f_LExtentId"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool.TracingRunnable","l":"f_lHash"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.FilterInfo","l":"f_lId"},{"p":"com.tangosol.coherence.dslquery","c":"ChainedExtractorBuilder","l":"f_listBuilders"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"f_listDefaultBindVars"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"f_listener"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"f_listenerBackService"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"f_listenerDeactivation"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.InternalMapListener","l":"f_listenerSupport"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.WrapperPrimingListener","l":"f_listenerWrapped"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"f_listOps"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.BatchTasks","l":"f_listTasks"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"f_lock"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"f_lock"},{"p":"com.tangosol.util","c":"SafeLongArray","l":"f_lock"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"f_lockReadRaw"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"f_lockWrite"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"f_lRefresh"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.RefreshThread","l":"f_lRefresh"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"f_lTimeoutOrig"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"f_manager"},{"p":"com.tangosol.util","c":"SetMap","l":"f_map"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"f_mapFilter"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"f_mapForward"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"f_mapGUID"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"f_mapKeys"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"f_mapSnapshots"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"f_mapStores"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"f_mapTokens"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"f_mapTypeToSerializer"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"f_mbeanServerProxy"},{"p":"com.tangosol.io","c":"WrapperBufferInput.VersionAwareBufferInput","l":"f_message"},{"p":"com.tangosol.io","c":"WrapperBufferOutput.VersionAwareBufferOutput","l":"f_message"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"f_metrics"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"f_mlTimeout"},{"p":"com.tangosol.io","c":"MultiplexingSerializer.SerializationHeader","l":"f_nLength"},{"p":"com.tangosol.util","c":"SortedBag.UniqueElement","l":"f_nUniqueId"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.BatchTasks","l":"f_oAssociation"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"f_observer"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"f_oFrom"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"f_oKey"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"f_onPartial"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"f_openSentry"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"f_oReceipt"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"f_oResult"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"f_oTo"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"f_oToken"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"f_oValue"},{"p":"com.tangosol.net","c":"CompositeActionPolicy","l":"f_policyPrimary"},{"p":"com.tangosol.net","c":"CompositeActionPolicy","l":"f_policySecondary"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"f_pool"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"f_pool"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"f_processor"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"f_processor"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"f_processor"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.DeactivationListener","l":"f_proxy"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"f_request"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"f_resourceRegistry"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder.ServicesQueryPlusStatement","l":"f_sAction"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder.BackupStatement","l":"f_sCache"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder.CreateCacheStatement","l":"f_sCache"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder.CreateIndexStatement","l":"f_sCache"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder.DeleteStatement","l":"f_sCache"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.AsyncSelectStatement","l":"f_sCache"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"f_sCache"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"f_sCache"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder.DropCacheStatement","l":"f_sCacheName"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder.DropIndexStatement","l":"f_sCacheName"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"f_sCacheName"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder.QueryRecorderStatement","l":"f_sCacheName"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder.RestoreStatement","l":"f_sCacheName"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder.TruncateCacheStatement","l":"f_sCacheName"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"f_sClusterName"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"f_scopeResolver"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener","l":"f_sDescription"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener","l":"f_sDescription"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.DownConverter","l":"f_serializer"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"f_serializer"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.UpConverter","l":"f_serializerFrom"},{"p":"com.tangosol.io","c":"MultiplexingSerializer.SerializationHeader","l":"f_serializerName"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"f_serializerProducer"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"f_serializers"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.UpConverter","l":"f_serializerTo"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"f_service"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"f_service"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"f_service"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"f_setDeletedIds"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"f_setExtentIds"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"f_setKeys"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"f_setTasks"},{"p":"com.tangosol.coherence.config.xml.processor","c":"UnsupportedFeatureProcessor","l":"f_sFeature"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder.BackupStatement","l":"f_sFile"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder.RestoreStatement","l":"f_sFile"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder.SourceStatement","l":"f_sFileName"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"f_sFormat"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder.AbstractOPToken","l":"f_sFunctor"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"f_sId"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"f_sName"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"f_sName"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool.TracingRunnable","l":"f_span"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"f_spanParent"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"f_sServiceName"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"f_sServiceName"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"f_sServiceName"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"f_sSnapshotName"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"f_sSymbol"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"f_store"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"f_store"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.OpenTask","l":"f_storeFrom"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"f_storeTopics"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"f_supplierNamedCache"},{"p":"com.tangosol.util","c":"ThreadGateLite.Bar","l":"f_thread"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder","l":"f_tokenDelegate"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"f_writer"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceLoadBalancerBuilder","l":"f_xmlConfig"},{"p":"com.tangosol.coherence.config.builder","c":"FactoryBasedAddressProviderBuilder","l":"FactoryBasedAddressProviderBuilder(AddressProviderFactory)","u":"%3Cinit%3E(com.tangosol.net.AddressProviderFactory)"},{"p":"com.tangosol.util","c":"RegistrationBehavior","l":"FAIL"},{"p":"com.tangosol.net.topic","c":"Publisher.FailOnFull","l":"FailOnFull()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"FailoverAccessPolicy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"FailoverAccessPolicy(long, long, long)","u":"%3Cinit%3E(long,long,long)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"FakeBinaryStore()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Binary","l":"FALSE"},{"p":"com.tangosol.run.xml","c":"SaxParser.ValidationHandler","l":"fatalError(SAXParseException)","u":"fatalError(org.xml.sax.SAXParseException)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Segment","l":"fContend"},{"p":"com.tangosol.net.management","c":"Registry","l":"FEDERATION_TYPE"},{"p":"com.oracle.coherence.cdi.server","c":"FederationEventHandlers","l":"FederationEventHandlers()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"fForward"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"FIELD_LIST"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"FILE_CFG_CACHE"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"FILE_CFG_CACHE"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"FILE_MAPPED"},{"p":"com.tangosol.io","c":"FileHelper","l":"FileHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"FILL_BUFFER"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"FILL_BYTE"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"fill()"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter","l":"filter(ContainerRequestContext)","u":"filter(jakarta.ws.rs.container.ContainerRequestContext)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"filter(DoublePredicate)","u":"filter(java.util.function.DoublePredicate)"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"filter(Filter)","u":"filter(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"filter(Filter)","u":"filter(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"filter(IntPredicate)","u":"filter(java.util.function.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"filter(LongPredicate)","u":"filter(java.util.function.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"filter(Predicate)","u":"filter(java.util.function.Predicate)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"filter(Remote.DoublePredicate)","u":"filter(com.tangosol.util.function.Remote.DoublePredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"filter(Remote.IntPredicate)","u":"filter(com.tangosol.util.function.Remote.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"filter(Remote.LongPredicate)","u":"filter(com.tangosol.util.function.Remote.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"filter(Remote.Predicate)","u":"filter(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"filterArray(Object[], Filter)","u":"filterArray(java.lang.Object[],com.tangosol.util.Filter)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"filterArray(Object[], int, Filter)","u":"filterArray(java.lang.Object[],int,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"FilterBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"FilterBuilder(CoherenceQueryLanguage)","u":"%3Cinit%3E(com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"FilterBuilder(List, ParameterResolver, CoherenceQueryLanguage)","u":"%3Cinit%3E(java.util.List,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"FilterBuilder(Object[])","u":"%3Cinit%3E(java.lang.Object[])"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"FilterBuilder(Object[], Map)","u":"%3Cinit%3E(java.lang.Object[],java.util.Map)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"FilterBuilder(Term)","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.util","c":"FilterBuildingException","l":"FilterBuildingException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"FilterBuildingException","l":"FilterBuildingException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"FilterBuildingException","l":"FilterBuildingException(String, String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"Filtered()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"Filtered(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"FilterEnumerator(Enumeration, Filter)","u":"%3Cinit%3E(java.util.Enumeration,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"FilterEnumerator(Iterator, Filter)","u":"%3Cinit%3E(java.util.Iterator,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"FilterEnumerator(Object[], Filter)","u":"%3Cinit%3E(java.lang.Object[],com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"FilterEvent(MapEvent, Filter[])","u":"%3Cinit%3E(com.tangosol.util.MapEvent,com.tangosol.util.Filter[])"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"FilterEvent(ObservableMap, int, Object, boolean, boolean, Filter[])","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,java.lang.Object,boolean,boolean,com.tangosol.util.Filter[])"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"FilterEvent(ObservableMap, int, Object, boolean, Filter[])","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,java.lang.Object,boolean,com.tangosol.util.Filter[])"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"FilterEvent(ObservableMap, int, Object, Object, Object, boolean, boolean, Filter[])","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,java.lang.Object,java.lang.Object,java.lang.Object,boolean,boolean,com.tangosol.util.Filter[])"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"FilterEvent(ObservableMap, int, Object, Object, Object, boolean, CacheEvent.TransformationState, boolean, boolean, Filter[])","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,java.lang.Object,java.lang.Object,java.lang.Object,boolean,com.tangosol.net.cache.CacheEvent.TransformationState,boolean,boolean,com.tangosol.util.Filter[])"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"FilterEvent(ObservableMap, int, Object, Object, Object, boolean, CacheEvent.TransformationState, boolean, Filter[])","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,java.lang.Object,java.lang.Object,java.lang.Object,boolean,com.tangosol.net.cache.CacheEvent.TransformationState,boolean,com.tangosol.util.Filter[])"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"FilterEvent(ObservableMap, int, Object, Object, Object, boolean, CacheEvent.TransformationState, Filter[])","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,java.lang.Object,java.lang.Object,java.lang.Object,boolean,com.tangosol.net.cache.CacheEvent.TransformationState,com.tangosol.util.Filter[])"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.FilterInfo","l":"FilterInfo(long, boolean)","u":"%3Cinit%3E(long,boolean)"},{"p":"com.tangosol.util","c":"Filters","l":"Filters()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"filterSort(Object[], Comparator, Filter)","u":"filterSort(java.lang.Object[],java.util.Comparator,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"filterSort(Object[], int, Comparator, Filter)","u":"filterSort(java.lang.Object[],int,java.util.Comparator,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"filtersTokenTable()"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"FilterTrigger()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"FilterTrigger(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"FilterTrigger(Filter, int)","u":"%3Cinit%3E(com.tangosol.util.Filter,int)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"finalize()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"finalize()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"finalize()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"finalize()"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"finalize()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"finalizeResult()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"finalizeResult()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractDoubleAggregator","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractLongAggregator","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalAverage","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"find(long)"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"findAdapter(String)","u":"findAdapter(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"findAdapter(XmlBean.BeanInfo, XmlElement)","u":"findAdapter(com.tangosol.run.xml.XmlBean.BeanInfo,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"findAny()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"findAny()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"findAny()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"findAny()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"findAttribute(String)","u":"findAttribute(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"findAttribute(XmlElement)","u":"findAttribute(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config","c":"CacheMappingRegistry","l":"findCacheMapping(String)","u":"findCacheMapping(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ResourceMappingRegistry","l":"findCacheMapping(String)","u":"findCacheMapping(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"findCachingScheme(String)","u":"findCachingScheme(java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SchemeRefPreprocessor","l":"findCachingScheme(String, XmlElement)","u":"findCachingScheme(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"findChild(int)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"findChild(String)","u":"findChild(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"findChild(String)","u":"findChild(java.lang.String)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"findChildInternal(int, int, int)","u":"findChildInternal(int,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofArray","l":"findChildInternal(int, int, int)","u":"findChildInternal(int,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofSparseArray","l":"findChildInternal(int, int, int)","u":"findChildInternal(int,int,int)"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"findConstructor()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"findDistributedScheme(String)","u":"findDistributedScheme(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"findElement(String)","u":"findElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"findElement(String)","u":"findElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"findElement(XmlElement)","u":"findElement(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"findElement(XmlElement, String)","u":"findElement(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"findElement(XmlElement, String, Object)","u":"findElement(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"findEntry(Object)","u":"findEntry(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"findEntryBlock(Binary)","u":"findEntryBlock(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.common.base","c":"Resources","l":"findFileOrResource(String, ClassLoader)","u":"findFileOrResource(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"findFirst()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"findFirst()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"findFirst()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"findFirst()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"findInsertionPoint(long)"},{"p":"com.tangosol.net.management","c":"JmxmpServer","l":"findJMXServiceUrl(String)","u":"findJMXServiceUrl(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanServerFinder","l":"findJMXServiceUrl(String)","u":"findJMXServiceUrl(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"findJMXServiceUrl(String, GatewayDependencies)","u":"findJMXServiceUrl(java.lang.String,com.tangosol.internal.net.management.GatewayDependencies)"},{"p":"com.tangosol.coherence.config","c":"ResourceMappingRegistry","l":"findMapping(String, Class)","u":"findMapping(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry","l":"findMapping(String, Class)","u":"findMapping(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"findMatchingOPToken(OPParser)","u":"findMatchingOPToken(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"findMBeanServer()"},{"p":"com.tangosol.net.management","c":"JmxmpServer","l":"findMBeanServer(String)","u":"findMBeanServer(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"findMBeanServer(String)","u":"findMBeanServer(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanServerFinder","l":"findMBeanServer(String)","u":"findMBeanServer(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"findMBeanServer(String, GatewayDependencies)","u":"findMBeanServer(java.lang.String,com.tangosol.internal.net.management.GatewayDependencies)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"findMethod(Class, MBeanOperationInfo)","u":"findMethod(java.lang.Class,javax.management.MBeanOperationInfo)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"findMethod(Class, String, Class[], boolean)","u":"findMethod(java.lang.Class,java.lang.String,java.lang.Class[],boolean)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"findMethod(Class, String, Class[], boolean)","u":"findMethod(java.lang.Class,java.lang.String,java.lang.Class[],boolean)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"findMethod(Class, String, String...)","u":"findMethod(java.lang.Class,java.lang.String,java.lang.String...)"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"findMethod(String)","u":"findMethod(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"findProperty(ClassNode, String)","u":"findProperty(org.objectweb.asm.tree.ClassNode,java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"findProperty(List, String)","u":"findProperty(java.util.List,java.lang.String)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"findPublicKeys(Subject)","u":"findPublicKeys(javax.security.auth.Subject)"},{"p":"com.oracle.coherence.common.base","c":"Resources","l":"findRelativeOrAbsoluteResource(String, ClassLoader)","u":"findRelativeOrAbsoluteResource(java.lang.String,java.lang.ClassLoader)"},{"p":"com.oracle.coherence.common.base","c":"Resources","l":"findResource(String, ClassLoader)","u":"findResource(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"findScheme(String)","u":"findScheme(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"findScheme(XmlElement, String)","u":"findScheme(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"findSchemeByCacheName(String)","u":"findSchemeByCacheName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"findSchemeBySchemeName(String)","u":"findSchemeBySchemeName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ServiceSchemeRegistry","l":"findSchemeBySchemeName(String)","u":"findSchemeBySchemeName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"findSchemeByServiceName(String)","u":"findSchemeByServiceName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ServiceSchemeRegistry","l":"findSchemeByServiceName(String)","u":"findSchemeByServiceName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"findSchemeByTopicName(String)","u":"findSchemeByTopicName(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"findSchemeMapping(String)","u":"findSchemeMapping(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"findServiceScheme(String)","u":"findServiceScheme(java.lang.String)"},{"p":"com.tangosol.net","c":"Coherence","l":"findSession(String)","u":"findSession(java.lang.String)"},{"p":"com.tangosol.net","c":"Coherence","l":"findSessionsByScope(String)","u":"findSessionsByScope(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"findSpan()"},{"p":"com.tangosol.net.topic","c":"TopicBackingMapManager","l":"findTopicScheme(String)","u":"findTopicScheme(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"FINE"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"fine(String)","u":"fine(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"fine(String, Throwable)","u":"fine(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"fine(Supplier)","u":"fine(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"fine(Supplier, Throwable)","u":"fine(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"fine(Throwable)","u":"fine(java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"FINER"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finer(String)","u":"finer(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finer(String, Throwable)","u":"finer(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finer(Supplier)","u":"finer(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finer(Supplier, Throwable)","u":"finer(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finer(Throwable)","u":"finer(java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"FINEST"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finest(String)","u":"finest(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finest(String, Throwable)","u":"finest(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finest(Supplier)","u":"finest(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finest(Supplier, Throwable)","u":"finest(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finest(Throwable)","u":"finest(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"Daemon","l":"finishStarting(Daemon.DaemonWorker)","u":"finishStarting(com.tangosol.util.Daemon.DaemonWorker)"},{"p":"com.tangosol.util","c":"Daemon","l":"finishStopping(Daemon.DaemonWorker, long)","u":"finishStopping(com.tangosol.util.Daemon.DaemonWorker,long)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"finishUse()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"fireEvent(MapEvent, boolean)","u":"fireEvent(com.tangosol.util.MapEvent,boolean)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent.Process","l":"FIRST"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"first()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"first()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"first()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"first()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedSet","l":"first()"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"first()"},{"p":"com.tangosol.util","c":"SortedBag","l":"first()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"first()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"firstEntry()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"firstKey()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedMap","l":"firstKey()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"firstKey()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"firstKey()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"firstKey()"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator.CalculatorState","l":"FIXED"},{"p":"com.oracle.coherence.grpc.proxy","c":"ConfigurableCacheFactorySuppliers","l":"fixed(ConfigurableCacheFactory...)","u":"fixed(com.tangosol.net.ConfigurableCacheFactory...)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier","l":"FixedCacheFactorySupplier(ConfigurableCacheFactory...)","u":"%3Cinit%3E(com.tangosol.net.ConfigurableCacheFactory...)"},{"p":"com.tangosol.net","c":"Coherence","l":"fixedClient()"},{"p":"com.tangosol.net","c":"Coherence","l":"fixedClient(CoherenceConfiguration)","u":"fixedClient(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"fixedClientBuilder(CoherenceConfiguration)","u":"fixedClientBuilder(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net.topic","c":"FixedElementCalculator","l":"FixedElementCalculator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"fixNanos(Date)","u":"fixNanos(java.util.Date)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"FLASHJOURNAL"},{"p":"com.tangosol.coherence.config.scheme","c":"FlashJournalScheme","l":"FlashJournalScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"flatMap(DoubleFunction)","u":"flatMap(java.util.function.DoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMap(Function>)","u":"flatMap(java.util.function.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"flatMap(IntFunction)","u":"flatMap(java.util.function.IntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"flatMap(LongFunction)","u":"flatMap(java.util.function.LongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"flatMap(Remote.DoubleFunction)","u":"flatMap(com.tangosol.util.function.Remote.DoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMap(Remote.Function>)","u":"flatMap(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"flatMap(Remote.IntFunction)","u":"flatMap(com.tangosol.util.function.Remote.IntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"flatMap(Remote.LongFunction)","u":"flatMap(com.tangosol.util.function.Remote.LongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMapToDouble(Function)","u":"flatMapToDouble(java.util.function.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMapToDouble(Remote.Function)","u":"flatMapToDouble(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMapToInt(Function)","u":"flatMapToInt(java.util.function.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMapToInt(Remote.Function)","u":"flatMapToInt(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMapToLong(Function)","u":"flatMapToLong(java.util.function.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMapToLong(Remote.Function)","u":"flatMapToLong(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"flatten(Object[][], int, Object[])","u":"flatten(java.lang.Object[][],int,java.lang.Object[])"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ComparisonOperator","l":"flip()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"EqualsOperator","l":"flip()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterEqualsOperator","l":"flip()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterOperator","l":"flip()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessEqualsOperator","l":"flip()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessOperator","l":"flip()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"NotEqualsOperator","l":"flip()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"FLOAT_ARRAY_EMPTY"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.FloatAdapter","l":"FloatAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"FloatArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"floatingPointFormatError()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"FLOATLITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"FLOATLITERAL"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"floatValue()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"floatValue()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"floor(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"floor(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"floor(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"floor(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"floor(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"floor(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"floor(long)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"floor(Object)","u":"floor(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"floorEntry(Object)","u":"floorEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"floorIndex(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"floorIndex(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"floorIndex(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"floorIndex(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"floorIndex(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"floorIndex(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"floorIndex(long)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"floorKey(Object)","u":"floorKey(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Collector","l":"flush()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"flush()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"flush()"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"flush()"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"flush()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"flush()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"flush()"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"flush()"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"flush()"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"flush()"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"flush()"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"flush()"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"flush()"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"flush()"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"flush()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"flush()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"flush()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"flush()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"flush()"},{"p":"com.tangosol.net","c":"DatagramPacketOutputStream","l":"flush()"},{"p":"com.tangosol.net","c":"FlowControl","l":"flush()"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"flush()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"flush()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedDataOutputStream","l":"flush()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedObjectOutputStream","l":"flush()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedOutputStream","l":"flush()"},{"p":"com.tangosol.util","c":"NullImplementation.NullCollector","l":"flush()"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"flush()"},{"p":"com.tangosol.util","c":"NullImplementation.NullWriter","l":"flush()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"flush(int, SingleWaiterCooperativeNotifier)","u":"flush(int,com.oracle.coherence.common.base.SingleWaiterCooperativeNotifier)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"flush(ReadWriteBackingMap.WriteQueue, ReadWriteBackingMap.StoreWrapper)","u":"flush(com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue,com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"flushAccumulator()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_B_ARRAY"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_BIN_DECO"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_BIN_EXT_DECO"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_BINARY"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"FMT_BINDIFF"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_BOOLEAN"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_BYTE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_DECIMAL"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_DOUBLE"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"FMT_EMPTY"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_EXT"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_FLOAT"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_IDO"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_INT"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_INTEGER"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_LONG"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_NONE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_NULL"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_OBJ_EXT"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_OBJ_SER"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_OPT"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_OPT_DOUBLE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_OPT_INT"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_OPT_LONG"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"FMT_REPLACE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_SHORT"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_STRING"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_UNKNOWN"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_XML_BEAN"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_XML_SER"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FORCE_RESOLVING_STREAMS"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"forceRecovery()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder.ForceRecoveryStatement","l":"ForceRecoveryStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder","l":"ForceRecoveryStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"forceSync()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"forEach(BiConsumer)","u":"forEach(java.util.function.BiConsumer)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"forEach(BiConsumer)","u":"forEach(java.util.function.BiConsumer)"},{"p":"com.tangosol.util","c":"QueryMap","l":"forEach(BiConsumer)","u":"forEach(java.util.function.BiConsumer)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"forEach(BiConsumer)","u":"forEach(java.util.function.BiConsumer)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"forEach(BiConsumer)","u":"forEach(java.util.function.BiConsumer)"},{"p":"com.tangosol.net.cache","c":"CacheMap","l":"forEach(Collection, BiConsumer)","u":"forEach(java.util.Collection,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"NamedCache","l":"forEach(Collection, BiConsumer)","u":"forEach(java.util.Collection,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"NamedMap","l":"forEach(Collection, BiConsumer)","u":"forEach(java.util.Collection,java.util.function.BiConsumer)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"forEach(Consumer)","u":"forEach(java.util.function.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"forEach(Consumer)","u":"forEach(java.util.function.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"forEach(DoubleConsumer)","u":"forEach(java.util.function.DoubleConsumer)"},{"p":"com.tangosol.util","c":"QueryMap","l":"forEach(Filter, BiConsumer)","u":"forEach(com.tangosol.util.Filter,java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"forEach(IntConsumer)","u":"forEach(java.util.function.IntConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"forEach(LongConsumer)","u":"forEach(java.util.function.LongConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"forEachOrdered(Consumer)","u":"forEachOrdered(java.util.function.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"forEachOrdered(DoubleConsumer)","u":"forEachOrdered(java.util.function.DoubleConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"forEachOrdered(IntConsumer)","u":"forEachOrdered(java.util.function.IntConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"forEachOrdered(LongConsumer)","u":"forEachOrdered(java.util.function.LongConsumer)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"forgetDatabase(Database)","u":"forgetDatabase(com.sleepycat.je.Database)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"forgetDatabase(Database)","u":"forgetDatabase(com.sleepycat.je.Database)"},{"p":"com.tangosol.util","c":"Filter","l":"forKeys(Set)","u":"forKeys(java.util.Set)"},{"p":"com.tangosol.coherence.rest.io","c":"Marshaller","l":"FORMAT_OUTPUT"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"format(Date)","u":"format(java.util.Date)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"formatAction(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.FormatAwareCompressor","l":"FormatAwareCompressor(DeltaCompressor)","u":"%3Cinit%3E(com.tangosol.io.DeltaCompressor)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"formatDate(int, int, int)","u":"formatDate(int,int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"formatDateTime(long)"},{"p":"com.tangosol.util","c":"Base","l":"formatDateTime(long)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"formatIndex(int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"formatKeys(Set, String)","u":"formatKeys(java.util.Set,java.lang.String)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"formatOffset(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"formatOffsetArray(int[])"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"formatStatusName(int)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"FormattedMapStatementResult","l":"FormattedMapStatementResult(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"formatTime(int, int, int, int, boolean)","u":"formatTime(int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"formatTime(int, int, int, int, int, int)","u":"formatTime(int,int,int,int,int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"Formatting()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"formatUTF(byte[], int, char[], int)","u":"formatUTF(byte[],int,char[],int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"formatUTF(byte[], int, int, String)","u":"formatUTF(byte[],int,int,java.lang.String)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"forMethod(Method)","u":"forMethod(java.lang.reflect.Method)"},{"p":"com.tangosol.util","c":"Filter","l":"forPartitions(PartitionSet)","u":"forPartitions(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util.comparator","c":"PriorityComparator","l":"forServiceLoader()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"ForwardOnlyMapIndex(ValueExtractor, BackingMapContext, boolean)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.net.BackingMapContext,boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"FOUND"},{"p":"com.tangosol.util","c":"Fragment","l":"Fragment()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Fragment","l":"Fragment(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"Extractors","l":"fragment(ValueExtractor...)","u":"fragment(com.tangosol.util.ValueExtractor...)"},{"p":"com.tangosol.util","c":"Extractors","l":"fragment(ValueExtractor, ValueExtractor...)","u":"fragment(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor...)"},{"p":"com.tangosol.util.extractor","c":"FragmentExtractor","l":"FragmentExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"FragmentExtractor","l":"FragmentExtractor(ValueExtractor[])","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor[])"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"FREE"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"free()"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"from(Date)","u":"from(java.sql.Date)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"from(Date)","u":"from(java.util.Date)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"from(Date)","u":"from(java.util.Date)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"from(Date)","u":"from(java.util.Date)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"from(LocalDate)","u":"from(java.time.LocalDate)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"from(LocalDateTime)","u":"from(java.time.LocalDateTime)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"from(LocalTime)","u":"from(java.time.LocalTime)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheEntryEvent","l":"from(MapEvent)","u":"from(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"from(Object)","u":"from(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"from(Object)","u":"from(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"from(Object)","u":"from(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"from(OffsetDateTime)","u":"from(java.time.OffsetDateTime)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"from(OffsetTime)","u":"from(java.time.OffsetTime)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"from(Time)","u":"from(java.sql.Time)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"from(Timestamp)","u":"from(java.sql.Timestamp)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"fromBinary(Binary)","u":"fromBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"fromBinary(Binary)","u":"fromBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"fromBinary(Binary)","u":"fromBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"fromBinary(Binary)","u":"fromBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromBinary(Binary)","u":"fromBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromBinary(Binary, ClassLoader)","u":"fromBinary(com.tangosol.util.Binary,java.lang.ClassLoader)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"fromBinary(Binary, Serializer)","u":"fromBinary(com.tangosol.util.Binary,com.tangosol.io.Serializer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromBinary(Binary, Serializer)","u":"fromBinary(com.tangosol.util.Binary,com.tangosol.io.Serializer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromBinary(Binary, Serializer, Class)","u":"fromBinary(com.tangosol.util.Binary,com.tangosol.io.Serializer,java.lang.Class)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromBinary(Binary, Serializer, Remote.Function)","u":"fromBinary(com.tangosol.util.Binary,com.tangosol.io.Serializer,com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromBinary(Binary, Serializer, Remote.Function, Class)","u":"fromBinary(com.tangosol.util.Binary,com.tangosol.io.Serializer,com.tangosol.util.function.Remote.Function,java.lang.Class)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"fromBoxedTypeField(String)","u":"fromBoxedTypeField(java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromByteArray(byte[])"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromByteArray(byte[], ClassLoader)","u":"fromByteArray(byte[],java.lang.ClassLoader)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"fromByteString(ByteString, Serializer)","u":"fromByteString(com.google.protobuf.ByteString,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"fromBytesValue(BytesValue, Serializer)","u":"fromBytesValue(com.google.protobuf.BytesValue,com.tangosol.io.Serializer)"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"fromClientName(String)","u":"fromClientName(java.lang.String)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"fromdir"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder.RecordType","l":"fromInt(int)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceConverterAdapter","l":"fromInternal(Object)","u":"fromInternal(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"InternalConverter","l":"fromInternal(Object)","u":"fromInternal(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"ReferenceInternalConverter","l":"fromInternal(Object)","u":"fromInternal(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"SerializingInternalConverter","l":"fromInternal(Object)","u":"fromInternal(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"fromInternal(Object)","u":"fromInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"fromKey()"},{"p":"com.tangosol.util","c":"Extractors","l":"fromPof(Class, int...)","u":"fromPof(java.lang.Class,int...)"},{"p":"com.tangosol.util","c":"Extractors","l":"fromPof(Class, PofNavigator)","u":"fromPof(java.lang.Class,com.tangosol.io.pof.reflect.PofNavigator)"},{"p":"com.tangosol.util","c":"Extractors","l":"fromPof(Class, String)","u":"fromPof(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"Extractors","l":"fromPof(int...)"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"KeyConverter","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigDecimalAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigIntegerAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BooleanAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ByteAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.CharAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DoubleAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.FloatAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.IntAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.LongAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ShortAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.StringAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.SystemTimeAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimeAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"UriSerializable","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"DateFormatAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"QNameAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigDecimalAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigIntegerAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BooleanAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ByteAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.CharAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DateAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DoubleAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.FloatAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.IntAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.LongAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ShortAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.SystemTimeAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimeAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlElementAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlSerializable","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlSerializableAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"fromXmlString(XmlElement)","u":"fromXmlString(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"fromXmlString(XmlElement)","u":"fromXmlString(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"fromXmlString(XmlElement)","u":"fromXmlString(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"fromXmlString(XmlElement)","u":"fromXmlString(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.FrontFilterConverter","l":"FrontFilterConverter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"CachingMap.FrontMapListener","l":"FrontMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.FrontMapListener","l":"FrontMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.FrontMapListener","l":"FrontMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"fullFormString()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"fullFormString()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"fullFormString()"},{"p":"com.tangosol.util.function","c":"Remote","l":"function(Remote.Function)","u":"function(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"FunctionBuilders()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLArchiveSnapshotOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLCreateSnapshotOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLForceRecoveryOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListArchivedSnapshotsOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListArchiverOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListServicesOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListSnapshotsOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRecoverSnapshotOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRemoveSnapshotOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLResumeServiceOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRetrieveSnapshotOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLSuspendServiceOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLValidateSnapshotOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLBackupOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLCreateCacheOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLCreateIndexOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDeleteOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDropCacheOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDropIndexOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLExplainOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLInsertOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLRestoreOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLSelectOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLSourceOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLTraceOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLTruncateCacheOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLUpdateOPToken","l":"FUNCTOR"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"Gar"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"generateEnvironmentName()"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"generateGUID(int, long, long, Member)","u":"generateGUID(int,long,long,com.tangosol.net.Member)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"generateName()"},{"p":"com.oracle.coherence.common.base","c":"Holder","l":"get()"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"get()"},{"p":"com.oracle.coherence.common.base","c":"SimpleHolder","l":"get()"},{"p":"com.oracle.coherence.common.base","c":"VolatileHolder","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicBoolean","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"get()"},{"p":"com.tangosol.coherence.config.unit","c":"Bytes","l":"get()"},{"p":"com.tangosol.coherence.config.unit","c":"Megabytes","l":"get()"},{"p":"com.tangosol.coherence.config.unit","c":"Millis","l":"get()"},{"p":"com.tangosol.coherence.config.unit","c":"Seconds","l":"get()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProviderBuilderProcessor.DefaultPasswordProvider","l":"get()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"get()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"get()"},{"p":"com.tangosol.config.expression","c":"Value","l":"get()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"get()"},{"p":"com.tangosol.net","c":"InputStreamPasswordProvider","l":"get()"},{"p":"com.tangosol.net","c":"PasswordProvider","l":"get()"},{"p":"com.tangosol.net","c":"SessionProvider","l":"get()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"get()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterHolder","l":"get()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicMarkableReference","l":"get(boolean[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"get(boolean[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"get(boolean[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference","l":"get(boolean[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"get(boolean[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"get(boolean[])"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"get(CacheRequestHolder)","u":"get(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.util","c":"Tree","l":"get(Comparable)","u":"get(java.lang.Comparable)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"get(GetRequest)","u":"get(com.oracle.coherence.grpc.GetRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"get(GetRequest)","u":"get(com.oracle.coherence.grpc.GetRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"get(GetRequest, StreamObserver)","u":"get(com.oracle.coherence.grpc.GetRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"get(ID)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"get(ID)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"get(ID, ValueExtractor)","u":"get(ID,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"get(ID, ValueExtractor)","u":"get(ID,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"get(int)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"get(int)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"get(int)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"get(int)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"get(int)"},{"p":"com.tangosol.util","c":"InflatableList","l":"get(int)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"get(int)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"get(int)"},{"p":"com.tangosol.util","c":"SubList","l":"get(int)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"get(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicStampedReference","l":"get(int[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"get(int[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"get(int[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference","l":"get(int[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"get(int[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"get(int[])"},{"p":"com.tangosol.io.pof","c":"EvolvableHolder","l":"get(Integer)","u":"get(java.lang.Integer)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"get(InvocableMap.Entry)","u":"get(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"get(K)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"get(K)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"get(K)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"get(K)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"get(K)"},{"p":"com.tangosol.util","c":"MapIndex","l":"get(K)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"get(long)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"get(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"get(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"get(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"get(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"get(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"get(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"get(long)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"get(long, TimeUnit)","u":"get(long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"get(long, TimeUnit)","u":"get(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EvictingBackupMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MaskedPartitionMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"SetMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"get(PropertySet, Request)","u":"get(com.tangosol.coherence.rest.util.PropertySet,jakarta.ws.rs.core.Request)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"get(SessionProvider.Option...)","u":"get(com.tangosol.net.SessionProvider.Option...)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SnapshotArchiver","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.tangosol.util","c":"Fragment","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.tangosol.util","c":"StringTable","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"get(String, String, String, ByteString)","u":"get(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"Fragment","l":"get(ValueExtractor)","u":"get(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"get(XmlBean)","u":"get(com.tangosol.run.xml.XmlBean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getAbandonedCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getAbandonedThreadCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getAbandonedThreadCount()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getAbsolutePath()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getAbsolutePath()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getAbsolutePath(XmlElement)","u":"getAbsolutePath(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"NameService.RequestContext","l":"getAcceptAddress()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"getAccessCount()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getAccessCount()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getAccessor()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"getAccessTime()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getAccessTime()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder","l":"getAction()"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"getAction()"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"getAction()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"getActionName(int)"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getActionPolicy()"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"getActions()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContainerHelper.JCacheLifecycleInterceptor","l":"getActivatedCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getActiveMillis()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getActivePageArray()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getActivePageCount()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getActualBackupCount()"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"getAdapters()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"getAdapters()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"getAdded()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getAddress()"},{"p":"com.tangosol.net","c":"Member","l":"getAddress()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getAddress()"},{"p":"com.tangosol.util","c":"UID","l":"getAddress()"},{"p":"com.tangosol.util","c":"UUID","l":"getAddress()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"getAddressDescriptions()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"getAddressDescriptions()"},{"p":"com.tangosol.net","c":"DescribableAddressProvider","l":"getAddressDescriptions()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"getAddressDescriptions()"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"getAddressDescriptions(Collection)","u":"getAddressDescriptions(java.util.Collection)"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getAddressProvider()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getAddressProviderMap()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getAddressProviderMap()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"getAdvanceFrequency()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.Dependencies","l":"getAdvanceFrequency()"},{"p":"com.tangosol.config","c":"ConfigurationException","l":"getAdvice()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.AsyncSelectStatement","l":"getAggregator()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"getAggregator()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"getAggregator()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"getAggregator()"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"getAggregator()"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorRegistry","l":"getAggregator(String)","u":"getAggregator(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorFactory","l":"getAggregator(String...)","u":"getAggregator(java.lang.String...)"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"DefaultAggregatorFactory","l":"getAggregator(String...)","u":"getAggregator(java.lang.String...)"},{"p":"com.tangosol.coherence.rest.config","c":"AggregatorConfig","l":"getAggregatorClass()"},{"p":"com.tangosol.coherence.rest.config","c":"AggregatorConfig","l":"getAggregatorName()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"getAggregatorRegistry()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"getAggregators()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getAlias(NodeTerm)","u":"getAlias(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"getAliases()"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAll()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"getAll(CacheRequestHolder, StreamObserver)","u":"getAll(com.oracle.coherence.grpc.CacheRequestHolder,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Collection, Consumer)","u":"getAll(java.util.Collection,java.util.function.Consumer)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Collection, ValueExtractor)","u":"getAll(java.util.Collection,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAll(Collection, ValueExtractor)","u":"getAll(java.util.Collection,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Collection, ValueExtractor, BiConsumer)","u":"getAll(java.util.Collection,com.tangosol.util.ValueExtractor,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"CacheMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net","c":"NamedMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getAll(Collection, BiConsumer)","u":"getAll(java.util.Collection,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getAll(Collection, Consumer>)","u":"getAll(java.util.Collection,java.util.function.Consumer)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Consumer)","u":"getAll(java.util.function.Consumer)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Filter)","u":"getAll(com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAll(Filter)","u":"getAll(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getAll(Filter)","u":"getAll(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getAll(Filter, BiConsumer)","u":"getAll(com.tangosol.util.Filter,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getAll(Filter, Consumer>)","u":"getAll(com.tangosol.util.Filter,java.util.function.Consumer)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Filter, Consumer)","u":"getAll(com.tangosol.util.Filter,java.util.function.Consumer)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Filter, ValueExtractor)","u":"getAll(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAll(Filter, ValueExtractor)","u":"getAll(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Filter, ValueExtractor, BiConsumer)","u":"getAll(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,java.util.function.BiConsumer)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"getAll(GetAllRequest, StreamObserver)","u":"getAll(com.oracle.coherence.grpc.GetAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"getAll(GetAllRequest, StreamObserver)","u":"getAll(com.oracle.coherence.grpc.GetAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"getAll(GetAllRequest, StreamObserver)","u":"getAll(com.oracle.coherence.grpc.GetAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getAll(Set)","u":"getAll(java.util.Set)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getAll(Set)","u":"getAll(java.util.Set)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"getAll(Set)","u":"getAll(java.util.Set)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getAll(Set)","u":"getAll(java.util.Set)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"getAll(String, String, String, Iterable)","u":"getAll(java.lang.String,java.lang.String,java.lang.String,java.lang.Iterable)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(ValueExtractor)","u":"getAll(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAll(ValueExtractor)","u":"getAll(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(ValueExtractor, BiConsumer)","u":"getAll(com.tangosol.util.ValueExtractor,java.util.function.BiConsumer)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getAllFromFrontMap(Collection)","u":"getAllFromFrontMap(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getAllInternal(Collection)","u":"getAllInternal(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAllOrderedBy(Filter, Remote.Comparator)","u":"getAllOrderedBy(com.tangosol.util.Filter,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAllOrderedBy(Filter, Remote.Comparator)","u":"getAllOrderedBy(com.tangosol.util.Filter,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAllOrderedBy(Filter, ValueExtractor)","u":"getAllOrderedBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAllOrderedBy(Filter, ValueExtractor)","u":"getAllOrderedBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAllOrderedBy(Remote.Comparator)","u":"getAllOrderedBy(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAllOrderedBy(Remote.Comparator)","u":"getAllOrderedBy(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAllOrderedBy(ValueExtractor)","u":"getAllOrderedBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAllOrderedBy(ValueExtractor)","u":"getAllOrderedBy(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getAnalysisDelay()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndAccumulate(int, IntBinaryOperator)","u":"getAndAccumulate(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndAccumulate(int, IntBinaryOperator)","u":"getAndAccumulate(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndAccumulate(int, IntBinaryOperator)","u":"getAndAccumulate(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndAccumulate(int, IntBinaryOperator)","u":"getAndAccumulate(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndAccumulate(int, IntBinaryOperator)","u":"getAndAccumulate(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndAccumulate(int, IntBinaryOperator)","u":"getAndAccumulate(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndAccumulate(int, Remote.IntBinaryOperator)","u":"getAndAccumulate(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndAccumulate(int, Remote.IntBinaryOperator)","u":"getAndAccumulate(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndAccumulate(int, Remote.IntBinaryOperator)","u":"getAndAccumulate(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndAccumulate(int, Remote.IntBinaryOperator)","u":"getAndAccumulate(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndAccumulate(int, Remote.IntBinaryOperator)","u":"getAndAccumulate(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndAccumulate(int, Remote.IntBinaryOperator)","u":"getAndAccumulate(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndAccumulate(long, LongBinaryOperator)","u":"getAndAccumulate(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndAccumulate(long, LongBinaryOperator)","u":"getAndAccumulate(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndAccumulate(long, LongBinaryOperator)","u":"getAndAccumulate(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndAccumulate(long, LongBinaryOperator)","u":"getAndAccumulate(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndAccumulate(long, LongBinaryOperator)","u":"getAndAccumulate(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndAccumulate(long, LongBinaryOperator)","u":"getAndAccumulate(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndAccumulate(long, Remote.LongBinaryOperator)","u":"getAndAccumulate(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndAccumulate(long, Remote.LongBinaryOperator)","u":"getAndAccumulate(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndAccumulate(long, Remote.LongBinaryOperator)","u":"getAndAccumulate(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndAccumulate(long, Remote.LongBinaryOperator)","u":"getAndAccumulate(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndAccumulate(long, Remote.LongBinaryOperator)","u":"getAndAccumulate(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndAccumulate(long, Remote.LongBinaryOperator)","u":"getAndAccumulate(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"getAndAccumulate(V, BinaryOperator)","u":"getAndAccumulate(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"getAndAccumulate(V, BinaryOperator)","u":"getAndAccumulate(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"getAndAccumulate(V, BinaryOperator)","u":"getAndAccumulate(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"getAndAccumulate(V, BinaryOperator)","u":"getAndAccumulate(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"getAndAccumulate(V, BinaryOperator)","u":"getAndAccumulate(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"getAndAccumulate(V, BinaryOperator)","u":"getAndAccumulate(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"getAndAccumulate(V, Remote.BinaryOperator)","u":"getAndAccumulate(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"getAndAccumulate(V, Remote.BinaryOperator)","u":"getAndAccumulate(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"getAndAccumulate(V, Remote.BinaryOperator)","u":"getAndAccumulate(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"getAndAccumulate(V, Remote.BinaryOperator)","u":"getAndAccumulate(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"getAndAccumulate(V, Remote.BinaryOperator)","u":"getAndAccumulate(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"getAndAccumulate(V, Remote.BinaryOperator)","u":"getAndAccumulate(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndAdd(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndAdd(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndAdd(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndAdd(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndAdd(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndAdd(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndAdd(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndAdd(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndAdd(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndAdd(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndAdd(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndAdd(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndIncrement()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getAndPut(K, V)","u":"getAndPut(K,V)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getAndPut(K, V)","u":"getAndPut(K,V)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"getAndPut(K, V)","u":"getAndPut(K,V)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getAndPut(K, V)","u":"getAndPut(K,V)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getAndRemove(K)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getAndRemove(K)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"getAndRemove(K)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getAndRemove(K)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getAndReplace(K, V)","u":"getAndReplace(K,V)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getAndReplace(K, V)","u":"getAndReplace(K,V)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"getAndReplace(K, V)","u":"getAndReplace(K,V)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getAndReplace(K, V)","u":"getAndReplace(K,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicBoolean","l":"getAndSet(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"getAndSet(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"getAndSet(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean","l":"getAndSet(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"getAndSet(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"getAndSet(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndSet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndSet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndSet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndSet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndSet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndSet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndSet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndSet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndSet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndSet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndSet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndSet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"getAndSet(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"getAndSet(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"getAndSet(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"getAndSet(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"getAndSet(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"getAndSet(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndUpdate(IntUnaryOperator)","u":"getAndUpdate(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndUpdate(IntUnaryOperator)","u":"getAndUpdate(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndUpdate(IntUnaryOperator)","u":"getAndUpdate(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndUpdate(IntUnaryOperator)","u":"getAndUpdate(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndUpdate(IntUnaryOperator)","u":"getAndUpdate(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndUpdate(IntUnaryOperator)","u":"getAndUpdate(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndUpdate(LongUnaryOperator)","u":"getAndUpdate(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndUpdate(LongUnaryOperator)","u":"getAndUpdate(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndUpdate(LongUnaryOperator)","u":"getAndUpdate(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndUpdate(LongUnaryOperator)","u":"getAndUpdate(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndUpdate(LongUnaryOperator)","u":"getAndUpdate(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndUpdate(LongUnaryOperator)","u":"getAndUpdate(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndUpdate(Remote.IntUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndUpdate(Remote.IntUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndUpdate(Remote.IntUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndUpdate(Remote.IntUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndUpdate(Remote.IntUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndUpdate(Remote.IntUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndUpdate(Remote.LongUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndUpdate(Remote.LongUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndUpdate(Remote.LongUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndUpdate(Remote.LongUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndUpdate(Remote.LongUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndUpdate(Remote.LongUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"getAndUpdate(Remote.UnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"getAndUpdate(Remote.UnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"getAndUpdate(Remote.UnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"getAndUpdate(Remote.UnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"getAndUpdate(Remote.UnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"getAndUpdate(Remote.UnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"getAndUpdate(UnaryOperator)","u":"getAndUpdate(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"getAndUpdate(UnaryOperator)","u":"getAndUpdate(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"getAndUpdate(UnaryOperator)","u":"getAndUpdate(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"getAndUpdate(UnaryOperator)","u":"getAndUpdate(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"getAndUpdate(UnaryOperator)","u":"getAndUpdate(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"getAndUpdate(UnaryOperator)","u":"getAndUpdate(java.util.function.UnaryOperator)"},{"p":"com.tangosol.net","c":"Cluster.MemberTimeoutAction","l":"getAnnouncingMemberSet()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getAppendingBufferOutput()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getAppendingBufferOutput()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration","l":"getApplicationContext()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.SimpleConfig","l":"getApplicationContext()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getApplicationName()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getApplicationName()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getApplicationName()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getArchiverPersistenceTools(ExtensibleConfigurableCacheFactory, String, String)","u":"getArchiverPersistenceTools(com.tangosol.net.ExtensibleConfigurableCacheFactory,java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"AbstractScript","l":"getArgs()"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"getArgs()"},{"p":"com.tangosol.util","c":"Unsafe","l":"getArrayOffset(Binary)","u":"getArrayOffset(com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderHelper","l":"getAssignableValue(Class, Parameter, ParameterResolver, ClassLoader)","u":"getAssignableValue(java.lang.Class,com.tangosol.config.expression.Parameter,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getAssociatedEntry(String, K1)","u":"getAssociatedEntry(java.lang.String,K1)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getAssociatedEntry(String, K1, boolean)","u":"getAssociatedEntry(java.lang.String,K1,boolean)"},{"p":"com.oracle.coherence.common.base","c":"Associated","l":"getAssociatedKey()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"getAssociatedKey()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask","l":"getAssociatedKey()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.OpenTask","l":"getAssociatedKey()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.BatchTasks","l":"getAssociatedKey()"},{"p":"com.tangosol.util","c":"CompositeKey","l":"getAssociatedKey()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DefaultTaskDependencies","l":"getAssociatedKey()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.Task","l":"getAssociatedKey()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.TaskDependencies","l":"getAssociatedKey()"},{"p":"com.oracle.coherence.common.base","c":"Associator","l":"getAssociatedKey(Object)","u":"getAssociatedKey(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"NaturalAssociator","l":"getAssociatedKey(Object)","u":"getAssociatedKey(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"KeyAssociator","l":"getAssociatedKey(Object)","u":"getAssociatedKey(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"BroadKeyPartitioningStrategy","l":"getAssociatedPartitions(Object)","u":"getAssociatedPartitions(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"getAssociatedPartitions(Object)","u":"getAssociatedPartitions(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"KeyPartitioningStrategy","l":"getAssociatedPartitions(Object)","u":"getAssociatedPartitions(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"getAssociatedService()"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"getAsyncCache()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"getAsyncCache(String, String)","u":"getAsyncCache(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"Listeners","l":"getAsynchronousListeners()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AsyncStoreManagerBuilder","l":"getAsyncLimit(ParameterResolver)","u":"getAsyncLimit(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getAttribute(String)","u":"getAttribute(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getAttribute(String)","u":"getAttribute(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"getAttribute(String, String)","u":"getAttribute(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"getAttribute(String, String)","u":"getAttribute(java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getAttribute(XmlElement, String, String)","u":"getAttribute(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.SetAttributes","l":"getAttributeList(Map)","u":"getAttributeList(java.util.Map)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getAttributeMap()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getAttributeMap()"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"getAttributeProcessor(String)","u":"getAttributeProcessor(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"getAttributeProcessor(XmlAttribute)","u":"getAttributeProcessor(com.tangosol.run.xml.XmlAttribute)"},{"p":"com.tangosol.config.xml","c":"NamespaceHandler","l":"getAttributeProcessor(XmlAttribute)","u":"getAttributeProcessor(com.tangosol.run.xml.XmlAttribute)"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"getAttributes()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"getAttributes()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"GetAttributes()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"getAttributes(MBeanAccessor.QueryBuilder.ParsedQuery)","u":"getAttributes(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"GetAttributes(MBeanAccessor.QueryBuilder.ParsedQuery)","u":"%3Cinit%3E(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"getAttributes(MBeanAccessor.QueryBuilder.ParsedQuery, Filter, boolean)","u":"getAttributes(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"GetAttributes(MBeanAccessor.QueryBuilder.ParsedQuery, Filter, boolean)","u":"%3Cinit%3E(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"getAttributes(String, Filter)","u":"getAttributes(java.lang.String,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"getAttributes(String, Filter)","u":"getAttributes(java.lang.String,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"getAuthenticationScheme()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getAuthorizedHostFilter()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getAutoCloseable()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getAverageBatchSize()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getAverageEraseMillis()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getAverageGetMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getAverageGetMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getAverageGetMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getAverageGetTime()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getAverageGetTime()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getAverageGetTime()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getAverageHitMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getAverageHitMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getAverageHitMillis()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getAverageLoadMillis()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getAverageMissMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getAverageMissMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getAverageMissMillis()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"getAveragePartitionSize()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getAveragePartitionSizeKB()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getAveragePartitionSizeKB()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getAveragePruneMillis()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getAveragePutMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getAveragePutMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getAveragePutMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getAveragePutTime()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getAveragePutTime()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getAveragePutTime()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getAverageRemoveTime()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getAverageRemoveTime()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getAverageRemoveTime()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"getAverageStorageSize()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getAverageStorageSizeKB()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getAverageStorageSizeKB()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getAverageStoreMillis()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"getBackCache()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"getBackEvent()"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getBackingMap()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getBackingMap()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"getBackingMap()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getBackingMap()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"getBackingMap()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getBackingMap()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"getBackingMap(int)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getBackingMap(Object)","u":"getBackingMap(java.lang.Object)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getBackingMap(String)","u":"getBackingMap(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"getBackingMap(String)","u":"getBackingMap(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"getBackingMap(String)","u":"getBackingMap(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getBackingMap(String)","u":"getBackingMap(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getBackingMapContext()"},{"p":"com.tangosol.net.events.partition.cache","c":"Event","l":"getBackingMapContext()"},{"p":"com.tangosol.net.events.partition.cache","c":"PartitionedCacheDispatcher","l":"getBackingMapContext()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getBackingMapContext()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"getBackingMapContext()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getBackingMapContext()"},{"p":"com.tangosol.util","c":"QueryContext","l":"getBackingMapContext()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getBackingMapContext(String)","u":"getBackingMapContext(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getBackingMapContext(String)","u":"getBackingMapContext(java.lang.String)"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getBackingMapEntry(Object)","u":"getBackingMapEntry(java.lang.Object)"},{"p":"com.tangosol.net","c":"CacheService","l":"getBackingMapManager()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"getBackingMapManager()"},{"p":"com.tangosol.net.partition","c":"PartitionAwareBackingMap","l":"getBackingMapManager()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getBackingMapManager()"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"getBackingMapManager()"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"getBackingMapManager()"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"getBackingMapManagerContext()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getBackingMapManagerContext()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"getBackingMaps()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"getBackingMaps(PartitionSet)","u":"getBackingMaps(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.coherence.config.scheme","c":"ClusteredCachingScheme","l":"getBackingMapScheme()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"getBackingMapScheme()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReplicatedScheme","l":"getBackingMapScheme()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getBacklog()"},{"p":"com.tangosol.net","c":"ThreadPoolManager","l":"getBacklog()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getBackMap()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getBackMap()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getBackMap()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getBackMapListener()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"getBackPaddingSize()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCompositeScheme","l":"getBackScheme()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"getBackupCount()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getBackupCount()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getBackupCount()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getBackupCount()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getBackupLoadCalculator()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"getBackupMapConfig()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getBackupOwner(int, int)","u":"getBackupOwner(int,int)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackupMapConfig","l":"getBackupSchemeName(ParameterResolver)","u":"getBackupSchemeName(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"getBackupSchemeName(ParameterResolver)","u":"getBackupSchemeName(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getBackupStrength()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getBackupStrength()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getBackupStrengthName()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"getBaseMap()"},{"p":"com.tangosol.io","c":"FileHelper","l":"getBaseName(String)","u":"getBaseName(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getBatchSize()"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"getBeanId()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getBeanInfo()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"getBeanInfo()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"getBehavior()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getBigDecimal()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getBigDecimal()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getBigInteger()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getBigInteger()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getBinary()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getBinary()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getBinary(Binary)","u":"getBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getBinary(Binary)","u":"getBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"getBinaryChangeRecord()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"getBinaryEntryStore()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getBinaryKey()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getBinaryKey()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventEntry","l":"getBinaryKey()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getBinaryKey()"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"getBinaryMap()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"getBinaryMap()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"getBinaryStore()"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"getBinaryStore()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"getBinaryStore()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"getBinaryStore()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"getBinaryStore()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"getBinaryStoreKeyMap()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getBinaryStoreList()"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"getBinaryStoreManager()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getBinaryStoreManager()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AsyncStoreManagerBuilder","l":"getBinaryStoreManagerBuilder()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BinaryStoreManagerBuilderCustomization","l":"getBinaryStoreManagerBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"getBinaryStoreManagerBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"getBinaryStoreManagerBuilder()"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"getBinaryStoreMap()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getBinaryValue()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Element","l":"getBinaryValue()"},{"p":"com.tangosol.net.topic","c":"TopicPublisherException","l":"getBinaryValue()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getBinaryValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventEntry","l":"getBinaryValue()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getBinaryValue()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"getBindableServices()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"getBindingPower()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"getBits()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"getBlock(int)"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"getBlockCount()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"getBlockCount()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"getBlockDataSize()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"getBlockDataSize(int)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getBoolean()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getBoolean()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getBoolean()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getBoolean()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getBoolean(boolean)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getBoolean(boolean)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getBoolean(String)","u":"getBoolean(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getBoolean(String, boolean)","u":"getBoolean(java.lang.String,boolean)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getBooleanArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getBooleanArray()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getBottomAnchor()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getBucketCount()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"getBucketIndex(int, int)","u":"getBucketIndex(int,int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getBucketIndex(int, int)","u":"getBucketIndex(int,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getBucketLevel()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getBucketOffset(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"getBuffer()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"getBuffer()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"getBuffer()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"getBuffer()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"getBuffer()"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"getBuffer()"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"getBuffer()"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"getBuffer()"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"getBuffer()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"getBuffer(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getBuffer(int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"getBufferCount()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getBufferCount()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"getBufferIndexByOffset(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getBufferIndexByOffset(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"getBufferInput()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getBufferInput()"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"getBufferInput()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getBufferManager()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"getBufferOffset(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getBufferOffset(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getBufferOutput()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getBufferOutput()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"getBufferOutput()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"getBufferOutput()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getBufferOutput()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getBufferOutput(int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"getBufferOutput(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"getBufferOutput(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getBufferOutput(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"getBufferOutput(int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getBufferOutput(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getBufferPool()"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry.Registration","l":"getBuilder()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.BuilderRegistration","l":"getBuilder()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryValue","l":"getBuilder()"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry","l":"getBuilder(Class)","u":"getBuilder(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"getBuilder(Class)","u":"getBuilder(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry","l":"getBuilder(Class, String)","u":"getBuilder(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"getBuilder(Class, String)","u":"getBuilder(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getBuilderRegistry()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getBuilderRegistry()"},{"p":"com.tangosol.coherence.config.scheme","c":"BundlingScheme","l":"getBundleManager()"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"getBundleManager()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"getBundleManager()"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteCacheScheme","l":"getBundleManager()"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.GetBundler","l":"GetBundler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"getBundleSize()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"getBundleSize()"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"getBundleSize()"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"getBundleSize()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getByte()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getByte()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getByteArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getByteArray()"},{"p":"com.tangosol.util","c":"Unsafe","l":"getByteArray(Binary)","u":"getByteArray(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"getByteBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"getByteBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"getByteBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"getByteBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"getByteBuffer()"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"getBytesWritten()"},{"p":"com.tangosol.io","c":"WrapperObjectOutputStream","l":"getBytesWritten()"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"getCache()"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"getCache()"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"getCache()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getCache()"},{"p":"com.tangosol.util","c":"CacheCollator","l":"getCache()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getCache(String)","u":"getCache(java.lang.String)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getCache(String)","u":"getCache(java.lang.String)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getCache(String, Class, Class)","u":"getCache(java.lang.String,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getCache(String, ClassLoader)","u":"getCache(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getCache(String, ClassLoader, NamedMap.Option...)","u":"getCache(java.lang.String,java.lang.ClassLoader,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getCache(String, NamedMap.Option...)","u":"getCache(java.lang.String,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getCache(String, NamedMap.Option...)","u":"getCache(java.lang.String,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.net","c":"Session","l":"getCache(String, NamedMap.Option...)","u":"getCache(java.lang.String,com.tangosol.net.NamedMap.Option...)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"getCache(String, String, boolean)","u":"getCache(java.lang.String,java.lang.String,boolean)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DefaultDependencies","l":"getCacheConfig()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Dependencies","l":"getCacheConfig()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getCacheConfig()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getCacheConfigURI()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getCachedOrPending(Object)","u":"getCachedOrPending(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"getCacheEntry()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getCacheEntry(Object)","u":"getCacheEntry(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getCacheEntry(Object)","u":"getCacheEntry(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getCacheEntry(Object)","u":"getCacheEntry(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getCacheEntry(Object)","u":"getCacheEntry(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getCacheEntry(Object)","u":"getCacheEntry(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"getCacheEntryEventFilter()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryListenerRegistration","l":"getCacheEntryFilter()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryListenerRegistration","l":"getCacheEntryListener()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughMapListenerAdapter","l":"getCacheEntryListener()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughListenerRegistration","l":"getCacheEntryListenerConfiguration()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"getCacheEntryListenerConfigurations()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEvent","l":"getCacheEvent()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheEvictions()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheEvictions()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheEvictions()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getCacheFactory()"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"getCacheFactory()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"getCacheFactory()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"getCacheFactory()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"getCacheFactory()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager","l":"getCacheFactory()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getCacheFactoryBuilder()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getCacheFactoryBuilder()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getCacheFactoryBuilderConfig()"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl.DefaultDependencies","l":"getCacheFactorySupplier()"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl.Dependencies","l":"getCacheFactorySupplier()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"getCacheFormat(Service)","u":"getCacheFormat(com.tangosol.net.Service)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheGets()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheGets()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheGets()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheHitPercentage()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheHitPercentage()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheHitPercentage()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheHits()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheHits()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheHits()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getCacheHits()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getCacheHits()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getCacheHits()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getCacheHits()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheHitsMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheHitsMillis()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheHitsMillis()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getCacheHitsMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getCacheHitsMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getCacheHitsMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"getCacheLoader()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getCacheLoader()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheLoaderCacheStore","l":"getCacheLoader()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"getCacheLoaderFactory()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"getCacheManager()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"getCacheManager()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"getCacheManager(URI, ClassLoader)","u":"getCacheManager(java.net.URI,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"getCacheManager(URI, ClassLoader, Properties)","u":"getCacheManager(java.net.URI,java.lang.ClassLoader,java.util.Properties)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"getCacheManagerURI()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheMap","l":"getCacheMap()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getCacheMap(CacheMap, Converter, Converter, Converter, Converter)","u":"getCacheMap(com.tangosol.net.cache.CacheMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"getCacheMappingRegistry()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheMisses()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheMisses()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheMisses()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getCacheMisses()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getCacheMisses()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getCacheMisses()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getCacheMisses()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheMissesMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheMissesMillis()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheMissesMillis()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getCacheMissesMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getCacheMissesMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getCacheMissesMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheMissPercentage()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheMissPercentage()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheMissPercentage()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"getCacheName()"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"getCacheName()"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"getCacheName()"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"getCacheName()"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getCacheName()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getCacheName()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"getCacheName()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"getCacheName()"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"getCacheName()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"getCacheName()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"getCacheName()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent","l":"getCacheName()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEventDispatcher","l":"getCacheName()"},{"p":"com.tangosol.net.events.partition.cache","c":"Event","l":"getCacheName()"},{"p":"com.tangosol.net.events.partition.cache","c":"PartitionedCacheDispatcher","l":"getCacheName()"},{"p":"com.tangosol.net","c":"NamedCache","l":"getCacheName()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"getCacheName()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"getCacheName(long)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getCacheName(NodeTerm)","u":"getCacheName(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"getCacheNamePattern()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getCacheNames()"},{"p":"com.tangosol.net","c":"CacheService","l":"getCacheNames()"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"getCacheNames()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getCacheNames(PersistentStore)","u":"getCacheNames(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getCachePrunes()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getCachePrunes()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getCachePrunes()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getCachePrunesMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getCachePrunesMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getCachePrunesMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCachePuts()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCachePuts()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCachePuts()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCachePutsMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCachePutsMillis()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCachePutsMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheRemovals()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheRemovals()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheRemovals()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheRemoveMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheRemoveMillis()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheRemoveMillis()"},{"p":"com.tangosol.coherence.rest","c":"DefaultRootResource","l":"getCacheResource(String)","u":"getCacheResource(java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"PassThroughRootResource","l":"getCacheResource(String)","u":"getCacheResource(java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"getCacheSerializer()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getCacheService()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getCacheService()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"getCacheService()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getCacheService()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"getCacheService()"},{"p":"com.tangosol.net","c":"NamedCache","l":"getCacheService()"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"getCacheService()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"getCacheService()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getCacheService()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getCacheStatistics()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getCacheStatistics()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"getCacheStatistics()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getCacheStore()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"getCacheStore()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getCacheStore()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getCacheStore()"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"getCacheStoreScheme()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getCacheStoreScheme()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getCacheStoreTimeout(ParameterResolver)","u":"getCacheStoreTimeout(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getCacheStoreTimeoutMillis()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getCacheToConfigurationMapping(JCacheIdentifier)","u":"getCacheToConfigurationMapping(com.tangosol.coherence.jcache.common.JCacheIdentifier)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"getCacheWriter()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"getCacheWriterFactory()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getCachingProvider()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"getCachingScheme()"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"getCachingSchemeName()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"getCalculator()"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"getCalculatorState(Class)","u":"getCalculatorState(java.lang.Class)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getCalibratedHighUnits()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getCalibratedLowUnits()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getCallerStackFrame()"},{"p":"com.tangosol.util","c":"Base","l":"getCallerStackFrame()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"getCanonicalCacheName()"},{"p":"com.oracle.coherence.common.base","c":"CanonicallyNamed","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"getCanonicalName()"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getCapacity()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"getCapacity()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"getCapacity()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getCapacity()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"getCapacity()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getCapacity()"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"getCapacity()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"getCapacity()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getCapacity()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"getCCF(String)","u":"getCCF(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"getChangedBinaryValue()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getChanges()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getChanges()"},{"p":"com.tangosol.net.topic","c":"Publisher.Status","l":"getChannel()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"getChannel()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Element","l":"getChannel()"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"getChannelCount()"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"getChannelCount()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getChannelCount()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getChannelCount(ParameterResolver)","u":"getChannelCount(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"TopicService","l":"getChannelCount(String)","u":"getChannelCount(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getChannels()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getChar()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getChar()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getCharArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getCharArray()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"getCharBuf()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"getCharBuf(int)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"getChild(int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getChild(int)"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofValue","l":"getChild(int)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"getChildrenIterator()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getClass(int)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"getClass(int)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"getClass(int)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"getClass(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"getClass(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.SimpleXmlBeanClassCache","l":"getClass(int, ClassLoader)","u":"getClass(int,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.XmlBeanClassCache","l":"getClass(int, ClassLoader)","u":"getClass(int,java.lang.ClassLoader)"},{"p":"com.tangosol.io.pof.reflect","c":"PofReflectionHelper","l":"getClass(int, PofContext)","u":"getClass(int,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getClass(String)","u":"getClass(java.lang.String)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getClass(Type)","u":"getClass(java.lang.reflect.Type)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"getClassArray(Object[])","u":"getClassArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getClassArray(Object[])","u":"getClassArray(java.lang.Object[])"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"getClassArrayFromObjectArray(Object[])","u":"getClassArrayFromObjectArray(java.lang.Object[])"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"getClassExtracted()"},{"p":"com.tangosol.io.pof","c":"PortableTypeSerializer","l":"getClassForTypeId(PofContext, int)","u":"getClassForTypeId(com.tangosol.io.pof.PofContext,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.SimpleXmlBeanClassCache","l":"getClassId(Class)","u":"getClassId(java.lang.Class)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.XmlBeanClassCache","l":"getClassId(Class)","u":"getClassId(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"getClassLoader()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.DataStructureRefExpression","l":"getClassLoader()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"getClassLoader()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getClassLoader()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getClassLoader()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"getClassLoader()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getClassLoader()"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"getClassLoader()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"getClassLoader()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"getClassLoader()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getClassLoader()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getClassLoader()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getClassLoader()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getClassLoader()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getClassLoader()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getClassLoader()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"getClassName()"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"getClassName()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getClassName(int)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"getClassName(int)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"getClassName(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"getClassName(int)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"getClassNode(Class)","u":"getClassNode(java.lang.Class)"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"getClient()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getCloner()"},{"p":"com.oracle.coherence.cdi.server","c":"ClusterProducer","l":"getCluster()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getCluster()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getCluster()"},{"p":"com.tangosol.net","c":"Coherence","l":"getCluster()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"getCluster()"},{"p":"com.tangosol.net","c":"Service","l":"getCluster()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getCluster()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getClusterActionPolicyBuilder()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getClusterAnnounceTimeoutMillis()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getClusterConfig()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getClusterHeartbeatDelayMillis()"},{"p":"com.tangosol.net","c":"Cluster","l":"getClusterName()"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"getClusterName()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getClusterName()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getClusterName()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getClusterName()"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"getClusterPermissions(Principal)","u":"getClusterPermissions(java.security.Principal)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"getClusterQuorumMap()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getClusterTimestampMaxVarianceMillis()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"getCode()"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs","l":"getCodec(Class)","u":"getCodec(java.lang.Class)"},{"p":"com.oracle.coherence.cdi","c":"AbstractCacheInterceptor","l":"getCoherence()"},{"p":"com.oracle.coherence.cdi","c":"CoherenceExtension","l":"getCoherence()"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent","l":"getCoherence()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getCoherenceQueryLanguage()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getCoherenceQueryLanguage()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getCoherenceQueryLanguage()"},{"p":"com.tangosol.util","c":"CacheCollator","l":"getCollationKey(String)","u":"getCollationKey(java.lang.String)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"getCollection()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getCollection(Collection)","u":"getCollection(java.util.Collection)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getCollection(Collection)","u":"getCollection(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getCollection(Collection, Class)","u":"getCollection(java.util.Collection,java.lang.Class)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getCollection(Collection, Converter, Converter)","u":"getCollection(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getCollector()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getComment()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getComment()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getCommitCount()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getCommitCount()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getCommonDaemonPool()"},{"p":"com.tangosol.util","c":"Base","l":"getCommonMonitor(int)"},{"p":"com.tangosol.util","c":"Base","l":"getCommonMonitor(long)"},{"p":"com.tangosol.util","c":"Base","l":"getCommonMonitor(Object)","u":"getCommonMonitor(java.lang.Object)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"getComparator()"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"getComparator()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getComparator()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"getComparator()"},{"p":"com.tangosol.util","c":"MapIndex","l":"getComparator()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"getComparator()"},{"p":"com.tangosol.util","c":"SortedBag","l":"getComparator()"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"getComparators()"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"getComparisonStyle()"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"getCompatibleConstructor(Class, Class[])","u":"getCompatibleConstructor(java.lang.Class,java.lang.Class[])"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"getCompatibleMethod(Class, String, Object...)","u":"getCompatibleMethod(java.lang.Class,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"getCompletableFuture()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"getCompletableFuture()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getCompletedTime()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"getComplex()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"getComplex()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getComponentType(Type)","u":"getComponentType(java.lang.reflect.Type)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getCompositeName(Class, String)","u":"getCompositeName(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getCompositeName(String, String)","u":"getCompositeName(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getCompositePackage(String, String)","u":"getCompositePackage(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"getConcreteType(Type)","u":"getConcreteType(java.lang.reflect.Type)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"getConcurrency()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterConcurrentMap","l":"getConcurrentMap()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getConcurrentMap(ConcurrentMap, Converter, Converter, Converter, Converter)","u":"getConcurrentMap(com.tangosol.util.ConcurrentMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"getConditionalRemoveAction()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"getConfig()"},{"p":"com.tangosol.io","c":"ConfigurableSerializerFactory","l":"getConfig()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getConfig()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getConfig()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getConfig()"},{"p":"com.tangosol.net","c":"CompressionFilter","l":"getConfig()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProviderFactory","l":"getConfig()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getConfig()"},{"p":"com.tangosol.net","c":"SocketOptions","l":"getConfig()"},{"p":"com.tangosol.persistence","c":"ConfigurableSnapshotArchiverFactory","l":"getConfig()"},{"p":"com.tangosol.run.xml","c":"XmlConfigurable","l":"getConfig()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getConfig()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getConfigClassLoader()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getConfigClassLoader()"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"getConfigElementName()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getConfigElementName()"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"getConfigElementName()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getConfigLocation()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"getConfigMap()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getConfigSerialFilter()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getConfigSerialFilterFactory()"},{"p":"com.oracle.coherence.mp.config","c":"CdiConfigSourceProvider","l":"getConfigSources(ClassLoader)","u":"getConfigSources(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getConfigUnsafe()"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"getConfigurableCacheFactory()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getConfigurableCacheFactory()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getConfigurableCacheFactory()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"getConfigurableCacheFactory()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getConfigurableCacheFactory()"},{"p":"com.tangosol.net.events.application","c":"LifecycleEvent","l":"getConfigurableCacheFactory()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getConfigurableCacheFactory(ClassLoader)","u":"getConfigurableCacheFactory(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"getConfigurableCacheFactory(ClassLoader)","u":"getConfigurableCacheFactory(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"getConfigurableCacheFactory(ClassLoader)","u":"getConfigurableCacheFactory(java.lang.ClassLoader)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.ServiceEventHandler","l":"getConfigurableCacheFactory(PartitionedService)","u":"getConfigurableCacheFactory(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"getConfigurableCacheFactory(String, ClassLoader)","u":"getConfigurableCacheFactory(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"getConfigurableCacheFactory(String, ClassLoader)","u":"getConfigurableCacheFactory(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"getConfigurableCacheFactory(String, ClassLoader, ParameterResolver)","u":"getConfigurableCacheFactory(java.lang.String,java.lang.ClassLoader,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"getConfigurableCacheFactory(String, ClassLoader, ParameterResolver)","u":"getConfigurableCacheFactory(java.lang.String,java.lang.ClassLoader,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getConfigurableCacheFactoryConfig()"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"getConfigurableCacheFactoryConfig()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryListenerRegistration","l":"getConfiguration()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"getConfiguration()"},{"p":"com.tangosol.net","c":"Coherence","l":"getConfiguration()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"getConfiguration(Class)","u":"getConfiguration(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getConfiguration(Class)","u":"getConfiguration(java.lang.Class)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"getConfiguredAddresses(AddressProvider)","u":"getConfiguredAddresses(com.tangosol.net.AddressProvider)"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getConfiguredChannelCount()"},{"p":"com.tangosol.util","c":"Daemon","l":"getConfiguredName()"},{"p":"com.tangosol.util","c":"Daemon","l":"getConfiguredPriority()"},{"p":"com.oracle.coherence.cdi","c":"SessionInitializer","l":"getConfigUri()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getConfigUri()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getConfigUri()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getConfigUri()"},{"p":"com.tangosol.io.pof","c":"PofConfigProvider","l":"getConfigURI()"},{"p":"com.tangosol.io.pof","c":"PofConfigProvider","l":"getConfigURIs()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"getConfirmationMessage(String)","u":"getConfirmationMessage(java.lang.String)"},{"p":"com.tangosol.net","c":"ServiceLoad","l":"getConnectionCount()"},{"p":"com.tangosol.net","c":"ServiceLoad","l":"getConnectionLimit()"},{"p":"com.tangosol.net","c":"ServiceLoad","l":"getConnectionPendingCount()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"getConnectionPort()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"getConnectionPortMax()"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"DefaultAggregatorFactory","l":"getConstructor(Constructor[])","u":"getConstructor(java.lang.reflect.Constructor[])"},{"p":"com.tangosol.coherence.rest.util.processor","c":"DefaultProcessorFactory","l":"getConstructor(Constructor[])","u":"getConstructor(java.lang.reflect.Constructor[])"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"getConstructorParameterList()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getContainerContext()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getContainsValueAction()"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"getContent()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"getContentionObserver()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"getContext()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies","l":"getContext()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getContext()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getContext()"},{"p":"com.tangosol.net","c":"AbstractBackingMapManager","l":"getContext()"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"getContext()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getContext()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getContext()"},{"p":"com.tangosol.net","c":"Guardable","l":"getContext()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getContext()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getContext()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"getContext()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getContext()"},{"p":"com.tangosol.util","c":"Daemon","l":"getContext()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getContext()"},{"p":"com.tangosol.coherence.rest.providers","c":"JacksonMapperProvider","l":"getContext(Class)","u":"getContext(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"getContext(ResourceRegistry, JCacheIdentifier)","u":"getContext(com.tangosol.util.ResourceRegistry,com.tangosol.coherence.jcache.common.JCacheIdentifier)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"getContext(ResourceRegistry, JCacheIdentifier, CompleteConfiguration)","u":"getContext(com.tangosol.util.ResourceRegistry,com.tangosol.coherence.jcache.common.JCacheIdentifier,javax.cache.configuration.CompleteConfiguration)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"getContextClassLoader()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"getContextClassLoader()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"getContextClassLoader()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"getContextClassLoader()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getContextClassLoader()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"getContextClassLoader()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.Dependencies","l":"getContextClassLoader()"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getContextClassLoader()"},{"p":"com.tangosol.io","c":"ClassLoaderAware","l":"getContextClassLoader()"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"getContextClassLoader()"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"getContextClassLoader()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getContextClassLoader()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"getContextClassLoader()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DefaultDependencies","l":"getContextClassLoader()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Dependencies","l":"getContextClassLoader()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getContextClassLoader()"},{"p":"com.tangosol.util","c":"Base","l":"getContextClassLoader()"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"getContextClassLoader(Object)","u":"getContextClassLoader(java.lang.Object)"},{"p":"com.tangosol.util","c":"Base","l":"getContextClassLoader(Object)","u":"getContextClassLoader(java.lang.Object)"},{"p":"com.tangosol.io","c":"SerializerAware","l":"getContextSerializer()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getContinuation()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getControlMap()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getControlMap()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getConverter()"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"getConverter()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"getConverterDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"getConverterDown()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getConverterHolder(F, Converter)","u":"getConverterHolder(F,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"getConverterKeyDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"getConverterKeyDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"getConverterKeyUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntry","l":"getConverterKeyUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterEntry","l":"getConverterKeyUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"getConverterKeyUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"getConverterKeyUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getConverterKeyUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"getConverterKeyUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"getConverterListener(MapListener)","u":"getConverterListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"getConverterUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"getConverterUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"getConverterValueDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntry","l":"getConverterValueDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterEntry","l":"getConverterValueDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"getConverterValueDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"getConverterValueDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"getConverterValueUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntry","l":"getConverterValueUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterEntry","l":"getConverterValueUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"getConverterValueUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"getConverterValueUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getConverterValueUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"getConverterValueUp()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getCookie()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getCookie(Class)","u":"getCookie(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getCookie(Class)","u":"getCookie(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getCookie(Class, String)","u":"getCookie(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getCookie(Class, String)","u":"getCookie(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getCoordinatorId()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getCoordinatorId()"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"getCoordinatorId()"},{"p":"com.oracle.coherence.concurrent","c":"CountDownLatch","l":"getCount()"},{"p":"com.oracle.coherence.concurrent","c":"LocalCountDownLatch","l":"getCount()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"getCount()"},{"p":"com.tangosol.util","c":"UID","l":"getCount()"},{"p":"com.tangosol.util","c":"UUID","l":"getCount()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"getCreatedMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"getCreationTime()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getCreationTime()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"getCurrent()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"getCurrentAsString()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"getCurrentAsStringWithAdvance()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"getCurrentBaseToken()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getCurrentBuffer()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getCurrentBufferAbsoluteOffset()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getCurrentBufferRemaining()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"getCurrentChar()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getCurrentPage()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getCurrentPageNumber()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getCurrentPageTime()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.AddressIterator","l":"getCurrentProvider()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"getCurrentRule()"},{"p":"com.tangosol.net.security","c":"SecurityHelper","l":"getCurrentSubject()"},{"p":"com.tangosol.coherence.jcache.common","c":"Helper","l":"getCurrentTimeMillis()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getCurrentTimeMillis()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"getCurrentToken()"},{"p":"com.tangosol.net.partition","c":"VersionAwareMapListener","l":"getCurrentVersion()"},{"p":"com.tangosol.coherence.config.builder","c":"BuilderCustomization","l":"getCustomBuilder()"},{"p":"com.tangosol.coherence.config.builder","c":"DefaultBuilderCustomization","l":"getCustomBuilder()"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"getCustomBuilder()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractStoreManagerBuilder","l":"getCustomBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractLocalCachingScheme","l":"getCustomBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"getCustomBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"getCustomBuilder()"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"getDaemon()"},{"p":"com.tangosol.net","c":"ServiceLoad","l":"getDaemonActiveCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getDaemonCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getDaemonCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getDaemonCount()"},{"p":"com.tangosol.net","c":"ServiceLoad","l":"getDaemonCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getDaemonCountMax()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getDaemonCountMax()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getDaemonCountMax()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getDaemonCountMin()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getDaemonCountMin()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getDaemonCountMin()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"getDaemonPool()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies","l":"getDaemonPool()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getDaemonPool()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getDaemonPool()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"getDataDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getDataDirectory()"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"getDatagramSocketProvider(int)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDatagramSocketProvider(String, SocketProviderFactory.Dependencies, int, boolean)","u":"getDatagramSocketProvider(java.lang.String,com.tangosol.net.SocketProviderFactory.Dependencies,int,boolean)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDatagramSocketProvider(XmlElement, int)","u":"getDatagramSocketProvider(com.tangosol.run.xml.XmlElement,int)"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"getDataInput()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"getDataInput()"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"getDataOutput()"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"getDataOutput()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getDataOutput()"},{"p":"com.tangosol.io","c":"AbstractEvolvable","l":"getDataVersion()"},{"p":"com.tangosol.io","c":"Evolvable","l":"getDataVersion()"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"getDataVersion()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getDate()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getDate()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDate()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDate()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDate(Date)","u":"getDate(java.sql.Date)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDate(Date)","u":"getDate(java.sql.Date)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDateTime()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDateTime()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDateTime(Timestamp)","u":"getDateTime(java.sql.Timestamp)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDateTime(Timestamp)","u":"getDateTime(java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"getDay()"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"getDays()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"getDb()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"getDbConfig()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"getDbHolder()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"getDbIdCounter()"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"getDeactivationListener()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDecimal()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDecimal()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDecimal(BigDecimal)","u":"getDecimal(java.math.BigDecimal)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDecimal(BigDecimal)","u":"getDecimal(java.math.BigDecimal)"},{"p":"com.tangosol.util","c":"CacheCollator","l":"getDecomposition()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.IntDecoratedObject","l":"getDecoration()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getDecoration(Binary, int)","u":"getDecoration(com.tangosol.util.Binary,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getDecoration(ReadBuffer, int)","u":"getDecoration(com.tangosol.io.ReadBuffer,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getDecorations(ReadBuffer)","u":"getDecorations(com.tangosol.io.ReadBuffer)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getDeepMessage(Throwable, String)","u":"getDeepMessage(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"getDeepMessage(Throwable, String)","u":"getDeepMessage(java.lang.Throwable,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"getDefault()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"getDefaultClassLoader()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"getDefaultCoherenceBasedConfigurationClassName()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDefaultDatagramSocketProvider(SocketProviderBuilder, int)","u":"getDefaultDatagramSocketProvider(com.tangosol.coherence.config.builder.SocketProviderBuilder,int)"},{"p":"com.tangosol.io","c":"AbstractBinaryStore","l":"getDefaultDirectory()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getDefaultDomain()"},{"p":"com.tangosol.net","c":"Guardian","l":"getDefaultGuardRecovery()"},{"p":"com.tangosol.net","c":"Guardian","l":"getDefaultGuardTimeout()"},{"p":"com.tangosol.coherence.config.builder","c":"InvalidConfigServiceLoadBalancerBuilder","l":"getDefaultLoadBalancer()"},{"p":"com.tangosol.coherence.config.builder","c":"ProxyServiceLoadBalancerBuilder","l":"getDefaultLoadBalancer()"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceLoadBalancerBuilder","l":"getDefaultLoadBalancer()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getDefaultName(String, Filter, ValueExtractor)","u":"getDefaultName(java.lang.String,com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"getDefaultNamespaceHandler()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.Dependencies","l":"getDefaultNamespaceHandler()"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"getDefaultParameterResolver()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"getDefaultParameterResolver()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getDefaultParameterResolver()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"getDefaultParameterResolver()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.Dependencies","l":"getDefaultParameterResolver()"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getDefaultParameterResolver()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"getDefaultPersistenceEnvironmentHomeDirectory()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"getDefaultProperties()"},{"p":"com.oracle.coherence.cdi","c":"SerializerProducer","l":"getDefaultSerializer(InjectionPoint)","u":"getDefaultSerializer(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getDefaultServiceName()"},{"p":"com.oracle.coherence.cdi","c":"SessionProducer","l":"getDefaultSession(InjectionPoint)","u":"getDefaultSession(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration","l":"getDefaultSessionName()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.SimpleConfig","l":"getDefaultSessionName()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDefaultSocketProviderBuilder()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"getDefaultURI()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getDeferredList()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getDeferredList()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"getDelayMillis()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"getDelayMillis()"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"getDelayMillis(ParameterResolver)","u":"getDelayMillis(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"getDelaySeconds()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"getDelegate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool.TracingRunnable","l":"getDelegate()"},{"p":"com.tangosol.coherence.config.builder","c":"NamedResourceBuilder","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSet","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperSet","l":"getDelegate()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"getDelegateSocketProvider()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.Dependencies","l":"getDelegateSocketProvider()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.DefaultDelimiterExpansionProcessor","l":"getDelimiter()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.MacroExpansionProcessor","l":"getDelimiter()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.OffsetLengthSubstringExpansionProcessor","l":"getDelimiter()"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor.ChangeTracker","l":"getDelta()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getDeltaCompressor()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getDeltaCompressor(Serializer, DeltaCompressor)","u":"getDeltaCompressor(com.tangosol.io.Serializer,com.tangosol.io.DeltaCompressor)"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"getDemultiplexedSocketProvider(int)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDemultiplexedSocketProvider(SocketProviderBuilder, int)","u":"getDemultiplexedSocketProvider(com.tangosol.coherence.config.builder.SocketProviderBuilder,int)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDemultiplexedSocketProvider(String, SocketProviderFactory.Dependencies, int, boolean)","u":"getDemultiplexedSocketProvider(java.lang.String,com.tangosol.net.SocketProviderFactory.Dependencies,int,boolean)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDemultiplexedSocketProvider(XmlElement, int)","u":"getDemultiplexedSocketProvider(com.tangosol.run.xml.XmlElement,int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"getDependencies()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"getDependencies()"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"getDependencies()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getDependencies()"},{"p":"com.tangosol.net","c":"Cluster","l":"getDependencies()"},{"p":"com.tangosol.net","c":"Service","l":"getDependencies()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDependencies()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getDependencies()"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"getDepth()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getDerivedName(Class, String)","u":"getDerivedName(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getDerivedName(String, String)","u":"getDerivedName(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery","c":"StatementBuilder","l":"getDescription()"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"getDescription()"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.ExpirableStatus","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"PartitionAssignmentStrategy","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"getDescription()"},{"p":"com.tangosol.net","c":"ThreadPoolSizingStrategy","l":"getDescription()"},{"p":"com.tangosol.util","c":"Daemon","l":"getDescription()"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"getDescription()"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"getDescription()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getDescription()"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"getDescription()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPartitionAssignmentStrategy","l":"getDescription()"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"getDescription()"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"getDescription()"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"getDescription()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"getDescription()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"getDescription()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"getDescription()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getDescription(Class, MBeanAttributeInfo)","u":"getDescription(java.lang.Class,javax.management.MBeanAttributeInfo)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getDescription(Class, MBeanOperationInfo)","u":"getDescription(java.lang.Class,javax.management.MBeanOperationInfo)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getDescription(Class, MBeanInfo)","u":"getDescription(java.lang.Class,javax.management.MBeanInfo)"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"getDescription(int)"},{"p":"com.tangosol.util","c":"MapEvent","l":"getDescription(int)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean","l":"getDescription(MBeanAttributeInfo)","u":"getDescription(javax.management.MBeanAttributeInfo)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardMBean","l":"getDescription(MBeanAttributeInfo)","u":"getDescription(javax.management.MBeanAttributeInfo)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean","l":"getDescription(MBeanInfo)","u":"getDescription(javax.management.MBeanInfo)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardMBean","l":"getDescription(MBeanInfo)","u":"getDescription(javax.management.MBeanInfo)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean","l":"getDescription(MBeanOperationInfo)","u":"getDescription(javax.management.MBeanOperationInfo)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardMBean","l":"getDescription(MBeanOperationInfo)","u":"getDescription(javax.management.MBeanOperationInfo)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"getDeserializedResult()"},{"p":"com.tangosol.util.fsm","c":"Event","l":"getDesiredState(S, ExecutionContext)","u":"getDesiredState(S,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"Instruction.TransitionTo","l":"getDesiredState(S, ExecutionContext)","u":"getDesiredState(S,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"getDesiredState(S, ExecutionContext)","u":"getDesiredState(S,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DelayedTransitionTo","l":"getDesiredState(S, ExecutionContext)","u":"getDesiredState(S,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.SubsequentEvent","l":"getDesiredState(S, ExecutionContext)","u":"getDesiredState(S,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getDestination(int)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getDestinationCount()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"getDestructiveBufferInput()"},{"p":"com.tangosol.io.nio","c":"MappedStoreManager","l":"getDirectory()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"getDirectory(ParameterResolver)","u":"getDirectory(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"NioFileManagerBuilder","l":"getDirectory(ParameterResolver)","u":"getDirectory(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackupMapConfig","l":"getDirectory(ParameterResolver)","u":"getDirectory(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"getDirectory(ParameterResolver)","u":"getDirectory(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"getDirectQuery()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getDirectStorageSize()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"getDirEnv()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"getDirLock()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"getDirParent()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getDirtyBytesCount()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getDiscoveryInterface()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getDiscoveryTimeToLive()"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent","l":"getDispatcher()"},{"p":"com.tangosol.net.events","c":"Event","l":"getDispatcher()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent","l":"getDispatcher()"},{"p":"com.tangosol.net.events.partition.cache","c":"Event","l":"getDispatcher()"},{"p":"com.tangosol.net.events.partition","c":"Event","l":"getDispatcher()"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent","l":"getDispatcher()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.StrengthComparator","l":"getDistance(Member)","u":"getDistance(com.tangosol.net.Member)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.StrengthComparator","l":"getDistance(Member, Member)","u":"getDistance(com.tangosol.net.Member,com.tangosol.net.Member)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getDistributedCacheConfig()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"getDocumentComment()"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"getDocumentComment()"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"getDocumentPreprocessor()"},{"p":"com.tangosol.config.xml","c":"NamespaceHandler","l":"getDocumentPreprocessor()"},{"p":"com.tangosol.net.management","c":"Registry","l":"getDomainName()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getDomainPartitions()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getDomainPartitions()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getDouble()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getDouble()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDouble()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDouble()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDouble(double)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDouble(double)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getDouble(String)","u":"getDouble(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getDouble(String, double)","u":"getDouble(java.lang.String,double)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getDoubleArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getDoubleArray()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"getDtdName()"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"getDtdName()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"getDtdUri()"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"getDtdUri()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DelayedTransitionTo","l":"getDuration()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.ProcessEventLater","l":"getDuration()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.Step","l":"getDuration()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"getDuration()"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getDuration(String)","u":"getDuration(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getDuration(String, Duration)","u":"getDuration(java.lang.String,com.oracle.coherence.common.util.Duration)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getEdition()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getEdition()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getEdition()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getEditionName()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.Step","l":"getEfficiency()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"getEfficiency()"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"getElement(int)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getElement(String)","u":"getElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getElement(String)","u":"getElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getElement(XmlElement, String)","u":"getElement(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getElement(XmlElement, String, String)","u":"getElement(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"getElementAdapter()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getElementCalculator()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getElementCalculatorBuilder()"},{"p":"com.tangosol.coherence.config.builder","c":"ElementCalculatorBuilder","l":"getElementCalculatorType(ParameterResolver)","u":"getElementCalculatorType(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"getElementCount()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getElementExpiryMillis()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getElementList()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getElementList()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"getElementName()"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"getElementName()"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"getElementProcessor(String)","u":"getElementProcessor(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"getElementProcessor(XmlElement)","u":"getElementProcessor(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"NamespaceHandler","l":"getElementProcessor(XmlElement)","u":"getElementProcessor(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getElements(String)","u":"getElements(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getElements(String)","u":"getElements(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getElements(XmlElement)","u":"getElements(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getElements(XmlElement, String, String)","u":"getElements(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"getEncodedHash()"},{"p":"com.tangosol.util","c":"HashEncoded","l":"getEncodedHash()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"getEncoding()"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"getEncoding()"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"getEndingState()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"getEntityType()"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent","l":"getEntries()"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"getEntries(int, int, String, PropertySet, String)","u":"getEntries(int,int,java.lang.String,com.tangosol.coherence.rest.util.PropertySet,java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"getEntries(PropertySet)","u":"getEntries(com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"getEntries(UriInfo, int, int, String, PropertySet)","u":"getEntries(jakarta.ws.rs.core.UriInfo,int,int,java.lang.String,com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent","l":"getEntry()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"getEntry()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"getEntry()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getEntry(Map.Entry, Converter, Converter, Converter)","u":"getEntry(java.util.Map.Entry,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"getEntry(MapEvent)","u":"getEntry(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getEntry(Object)","u":"getEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"getEntry(Object)","u":"getEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"getEntry(Object)","u":"getEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getEntry(Object)","u":"getEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.GetEntryAction","l":"GetEntryAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getEntryBlockCount()"},{"p":"com.tangosol.net.events","c":"EventHelper","l":"getEntryEventsMap(Set, boolean)","u":"getEntryEventsMap(java.util.Set,boolean)"},{"p":"com.tangosol.net.events","c":"EventHelper","l":"getEntryEventsMap(TransactionEvent)","u":"getEntryEventsMap(com.tangosol.net.events.partition.TransactionEvent)"},{"p":"com.tangosol.net.events","c":"EventHelper","l":"getEntryEventsMap(UnsolicitedCommitEvent)","u":"getEntryEventsMap(com.tangosol.net.events.partition.UnsolicitedCommitEvent)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getEntryInternal(Object)","u":"getEntryInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"getEntryInternal(Object)","u":"getEntryInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getEntryInternal(Object)","u":"getEntryInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getEntryInternal(Object, boolean)","u":"getEntryInternal(java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"getEntryMap()"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"getEntryOrQueryResource(String)","u":"getEntryOrQueryResource(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getEntryProcessor()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent","l":"getEntrySet()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryProcessorEvent","l":"getEntrySet()"},{"p":"com.tangosol.net.events.partition","c":"TransactionEvent","l":"getEntrySet()"},{"p":"com.tangosol.net.events.partition","c":"UnsolicitedCommitEvent","l":"getEntrySet()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"getEntrySet()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getEntrySet(Collection>, Converter, Converter, Converter, Converter)","u":"getEntrySet(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getEntrySet(Set, Class, Class)","u":"getEntrySet(java.util.Set,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"getEntrySetResource(String)","u":"getEntrySetResource(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"getEntrySize()"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"getEntrySize()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getEnumeration()"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getenv(String)","u":"getenv(java.lang.String)"},{"p":"com.oracle.coherence.mp.config","c":"ConfigPropertyResolver","l":"getEnv(String)","u":"getEnv(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"EnvironmentVariableResolver.Default","l":"getEnv(String)","u":"getEnv(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"EnvironmentVariableResolver","l":"getEnv(String)","u":"getEnv(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"EnvironmentVariableResolver","l":"getEnv(String, String)","u":"getEnv(java.lang.String,java.lang.String)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"getEnvConfig()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"getEnvHolder()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"getEnvironment()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"getEnvironment()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.FailureContinuationFactory","l":"getEnvironmentContinuation(PersistenceEnvironment)","u":"getEnvironmentContinuation(com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getEnvironmentInfo(ExtensibleConfigurableCacheFactory, String)","u":"getEnvironmentInfo(com.tangosol.net.ExtensibleConfigurableCacheFactory,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getEraseBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getEraseFailures()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getEraseMillis()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getEraseOps()"},{"p":"com.tangosol.util","c":"Base","l":"getErr()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"getError()"},{"p":"com.tangosol.run.xml","c":"SaxParser.ValidationHandler","l":"getErrorCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getErrorRequestCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getErrorRequestCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getErrorRequestFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getErrorRequestFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getErrorRequestFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getErrorRequestFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getErrorRequestMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getErrorRequestMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getErrorRequestOneMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getErrorRequestOneMinuteRate()"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"getEscapeChar()"},{"p":"com.tangosol.util.fsm","c":"Instruction.ProcessEvent","l":"getEvent()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.ProcessEventLater","l":"getEvent()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent","l":"getEventDispatcher()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getEventDispatcherThreadPriority()"},{"p":"com.tangosol.net.events","c":"InterceptorRegistry","l":"getEventInterceptor(String)","u":"getEventInterceptor(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractLocalCachingScheme","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener","l":"getEventListeners()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheSynchronousMapListener","l":"getEventListeners()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener","l":"getEventListeners()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSynchronousMapListener","l":"getEventListeners()"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"getEventMask()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getEventQueue()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"getEventScope(E)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.LifecycleEventHandler","l":"getEventScope(LifecycleEvent)","u":"getEventScope(com.tangosol.net.events.application.LifecycleEvent)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"getEventType()"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent","l":"getEventTypes()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"getEventTypes()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getEvictionApprover()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getEvictionApprover()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getEvictionApprover()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getEvictionApprover()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getEvictionApprover()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getEvictionPolicy()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getEvictionPolicy()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getEvictionPolicy()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getEvictionPolicy()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getEvictionPolicy()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"getEvictionPolicyBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"getEvictionPolicyBuilder()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getEvictionType()"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalEvictionPolicy","l":"getEvictionType()"},{"p":"com.tangosol.coherence.config.builder","c":"EvictionPolicyBuilder","l":"getEvictionType(ParameterResolver)","u":"getEvictionType(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.io.pof","c":"EvolvableObject","l":"getEvolvable(int)"},{"p":"com.tangosol.io.pof","c":"EvolvableObject","l":"getEvolvableHolder()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"getException()"},{"p":"com.tangosol.run.xml","c":"SaxParser.ValidationHandler","l":"getException()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"getException()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder.AbstractStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery","c":"Statement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder.CreateSnapshotStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder.ForceRecoveryStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder.RecoverSnapshotStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder.RemoveSnapshotStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder.ResumeServiceStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder.SuspendServiceStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"getExecutionContext()"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"getExecutionTimeoutMillis()"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"getExecutionTimeoutMillis()"},{"p":"com.tangosol.net","c":"PriorityTask","l":"getExecutionTimeoutMillis()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DefaultTaskDependencies","l":"getExecutionTimeoutMillis()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.Task","l":"getExecutionTimeoutMillis()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.TaskDependencies","l":"getExecutionTimeoutMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"getExecutor()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies","l":"getExecutor()"},{"p":"com.tangosol.net","c":"AsyncNamedMap.Complete","l":"getExecutor()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getExpiry()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.ExpirableStatus","l":"getExpiry()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"getExpiry()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getExpiry()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"getExpiry()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getExpiry()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getExpiryArray()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getExpiryArray()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getExpiryDelay()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getExpiryDelay()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getExpiryDelay()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getExpiryDelay()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getExpiryDelay()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getExpiryDelay()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"getExpiryDelay(ParameterResolver)","u":"getExpiryDelay(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"getExpiryDelay(ParameterResolver)","u":"getExpiryDelay(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"getExpiryDelay(ParameterResolver)","u":"getExpiryDelay(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"getExpiryDelay(ParameterResolver)","u":"getExpiryDelay(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"getExpiryDelay(ParameterResolver)","u":"getExpiryDelay(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getExpiryDelay(ParameterResolver)","u":"getExpiryDelay(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.Entry","l":"getExpiryMillis()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"getExpiryMillis()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"getExpiryMillis()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"getExpiryMillis()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"getExpiryMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"getExpiryPolicy()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"getExpiryPolicyFactory()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"getExpiryTime()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getExpiryTime()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntryAttributes","l":"getExpiryTime()"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"getExplicitType()"},{"p":"com.tangosol.coherence.rest.config","c":"NamedQuery","l":"getExpression()"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"getExpression()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getExpression(String)","u":"getExpression(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getExpressionParser()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"getExpressionParser()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.Dependencies","l":"getExpressionParser()"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getExpressionParser()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getExtendedContext()"},{"p":"com.oracle.coherence.cdi","c":"AbstractCacheInterceptor","l":"getExtension()"},{"p":"com.tangosol.io","c":"FileHelper","l":"getExtension(String)","u":"getExtension(java.lang.String)"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"getExtensionsMap()"},{"p":"com.tangosol.util","c":"SetMap","l":"getExternalMap()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"getExtractor()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"getExtractor()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"getExtractor()"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"getExtractor()"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"getExtractor()"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"getExtractor()"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"getExtractor()"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"getExtractor()"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"getExtractor()"},{"p":"com.tangosol.util","c":"ValueManipulator","l":"getExtractor()"},{"p":"com.tangosol.util.extractor","c":"IndexAwareExtractor","l":"getExtractor(Map, MapIndex>, MapIndex)","u":"getExtractor(java.util.Map,com.tangosol.util.MapIndex)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getExtractor(NodeTerm)","u":"getExtractor(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getExtractorBuilder()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.IndexLookupRecord","l":"getExtractorDescription()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"getExtractorDescription()"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"getExtractors()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"getFactory()"},{"p":"com.tangosol.net","c":"SocketProvider","l":"getFactory()"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"getFactory(String, ClassLoader, ParameterResolver)","u":"getFactory(java.lang.String,java.lang.ClassLoader,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"getFactory(String, ClassLoader, ParameterResolver)","u":"getFactory(java.lang.String,java.lang.ClassLoader,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"getFactoryClassName()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"getFactoryManager()"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"getFactoryMethodName()"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"getFactoryMethodParameters()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter","l":"getFairShare()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getFairShare(boolean)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getFairShareBackup()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getFairShareBackup()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getFairSharePrimary()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getFairSharePrimary()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getFields(NodeTerm)","u":"getFields(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"getFile()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getFile(NodeTerm)","u":"getFile(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"getFileName()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getFiles()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getFiles()"},{"p":"com.oracle.coherence.common.base","c":"Resources","l":"getFileURL(String)","u":"getFileURL(java.lang.String)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getFillLength()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"getFilter()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.AsyncSelectStatement","l":"getFilter()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"getFilter()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getFilter()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"getFilter()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"getFilter()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"getFilter()"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter.WeightedFilter","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"getFilter()"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"getFilter()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"getFilter(ByteString, Serializer)","u":"getFilter(com.google.protobuf.ByteString,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"getFilter(ByteString, Serializer)","u":"getFilter(com.google.protobuf.ByteString,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.cdi","c":"FilterProducer","l":"getFilter(InjectionPoint)","u":"getFilter(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"getFilterBuilder()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.Step","l":"getFilterDescription()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"getFilterDescription()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getFilterList()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getFilterMap()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getFilterMap()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"getFilters()"},{"p":"com.tangosol.util","c":"Listeners","l":"getFilters()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getFilterSet()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"getFirst()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"getFirstEntry()"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"LongArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"ChainedMap","l":"getFirstMap()"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"getFirstParameter(ParameterResolver, ParameterList, Class)","u":"getFirstParameter(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.ParameterList,java.lang.Class)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getFirstPolled()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getFirstPolled()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getFirstPolledTimestamp()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getFirstPolledTimestamp()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getFloat()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getFloat()"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getFloat(String)","u":"getFloat(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getFloat(String, float)","u":"getFloat(java.lang.String,float)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getFloatArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getFloatArray()"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"getFlowControl()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getFlowControl()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getFlushTime()"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"getForwardEntry(Object)","u":"getForwardEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"getForwardEntry(Object)","u":"getForwardEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"Fragment","l":"getFragment(String)","u":"getFragment(java.lang.String)"},{"p":"com.tangosol.util","c":"Fragment","l":"getFragment(ValueExtractor)","u":"getFragment(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getFreeBlockOffset(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getFreeCapacity()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getFreeListCount()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getFromInternalCache(Object)","u":"getFromInternalCache(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"getFromMember()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"getFrontEvent()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"getFrontEvent()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getFrontMap()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getFrontMap()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getFrontMap()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getFrontMapListener()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getFrontMapListener()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"getFrontPaddingSize()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCompositeScheme","l":"getFrontScheme()"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"getFullStackTrace()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getFullyQualifiedClassNameOf(String)","u":"getFullyQualifiedClassNameOf(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getFunction(String)","u":"getFunction(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getFunctionKey(String)","u":"getFunctionKey(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder.AbstractOPToken","l":"getFunctor()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLExplainOPToken","l":"getFunctor()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLTraceOPToken","l":"getFunctor()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"getFunctor()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"getFunctor()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"getFunctor()"},{"p":"com.tangosol.io","c":"AbstractEvolvable","l":"getFutureData()"},{"p":"com.tangosol.io","c":"Evolvable","l":"getFutureData()"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"getFutureData()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getGarFileName()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getGarFileName()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getGate()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getGate()"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"getGenericTypeId(Class)","u":"getGenericTypeId(java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"getGetBundler()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getGetEntryAction()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getGlobalPartitions(PartitionedService)","u":"getGlobalPartitions(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getGlobalSocketProviderBuilder()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getGroupAddress()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getGroupBufferSize()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getGroupBy(NodeTerm)","u":"getGroupBy(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getGroupInterface()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getGroupListenerPriority()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getGroupPort()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getGroupTimeToLive()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getGrowthCount()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"getGrowthThreshold()"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"getGrowthThreshold()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"getGuardable()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getGuardable()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"getGuardableCount()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"getGuardContexts()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"getGuardian()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getGuardian()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"getGuardian()"},{"p":"com.tangosol.util","c":"Daemon","l":"getGuardRegisterAction()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getGuardTimeoutMillis()"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"getGUID(List, int)","u":"getGUID(java.util.List,int)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"getHashCode()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getHAStatus()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getHAStatus()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getHAStatusCode()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getHAStatusCode()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getHATarget()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getHATarget()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getHead()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getHead()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getHead(int)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getHeads()"},{"p":"com.tangosol.net.management","c":"Registry","l":"getHealthCheck(String)","u":"getHealthCheck(java.lang.String)"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getHealthCheckDependencies()"},{"p":"com.tangosol.net.management","c":"Registry","l":"getHealthChecks()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getHighUnitFairShare()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getHighUnits()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getHighUnits()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getHighUnits()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getHighUnits()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getHighUnits()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"getHighUnits(ParameterResolver)","u":"getHighUnits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"getHighUnits(ParameterResolver)","u":"getHighUnits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"getHighUnits(ParameterResolver)","u":"getHighUnits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"getHighUnits(ParameterResolver)","u":"getHighUnits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getHighUnits(ParameterResolver)","u":"getHighUnits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getHitProbability()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getHitProbability()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getHitProbability()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getHitProbability()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"getHoldCount()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"getHoldCount()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"getHost()"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getHost()"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"getHostKey()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"getHostName()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getHostnameVerifierBuilder()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"getHour()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"getHourOffset()"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"getHours()"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"getHours()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getHungCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getHungDuration()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getHungTaskCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getHungTaskCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getHungTaskDuration()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getHungTaskDuration()"},{"p":"com.oracle.coherence.cdi","c":"CdiEventObserver","l":"getId()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"getId()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventObserver","l":"getId()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getId()"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.FilterInfo","l":"getId()"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"getId()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"getId()"},{"p":"com.tangosol.net","c":"Member","l":"getId()"},{"p":"com.tangosol.net","c":"MemberEvent","l":"getId()"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"getId()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getId()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getId()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getId()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"getId()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"getId()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getId()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"getId()"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"getId()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"getId(T)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getIdentifier()"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent","l":"getIdentifier()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.ReferenceLibrary","l":"getIdentity(Object)","u":"getIdentity(java.lang.Object)"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getIdentityAsserter()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getIdentityManager()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getIdentityTransformer()"},{"p":"com.tangosol.net","c":"ThreadPoolManager","l":"getIdleThreadCount()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"getIdleTimeout()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getIgnoredAdvice()"},{"p":"com.tangosol.io","c":"AbstractEvolvable","l":"getImplVersion()"},{"p":"com.tangosol.io","c":"Evolvable","l":"getImplVersion()"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"getImplVersion()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"getImplVersion()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getImplVersion()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"getIn()"},{"p":"com.tangosol.net","c":"Cluster.MemberTimeoutAction","l":"getIncidentStartTime()"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"getIndent()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"getIndex()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"getIndex()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray.ConverterLongArrayIterator","l":"getIndex()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"getIndex()"},{"p":"com.tangosol.util","c":"LongArray.Iterator","l":"getIndex()"},{"p":"com.tangosol.util","c":"SimpleLongArray.Iterator","l":"getIndex()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"getIndexContents()"},{"p":"com.tangosol.util","c":"MapIndex","l":"getIndexContents()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"getIndexContents()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"getIndexDef()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.IndexLookupRecord","l":"getIndexDescription()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"getIndexDescription()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getIndexExtentId(long)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getIndexFileName()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.Step","l":"getIndexLookupRecords()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"getIndexLookupRecords()"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getIndexMap()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getIndexMap()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getIndexMap()"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getIndexMap(int)"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getIndexMap(PartitionSet)","u":"getIndexMap(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getIndirectStorageSize()"},{"p":"com.tangosol.net","c":"Service","l":"getInfo()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getInfo()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getInheritedUserTypeIdentifier(Class)","u":"getInheritedUserTypeIdentifier(java.lang.Class)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"getInitialCount()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"getInitialPermits()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractNioManagerBuilder","l":"getInitialSize(ParameterResolver)","u":"getInitialSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackupMapConfig","l":"getInitialSize(ParameterResolver)","u":"getInitialSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"getInitialSize(ParameterResolver)","u":"getInitialSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"getInitParams()"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"getInnerScheme()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"getInProcessName()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"getInProcessName()"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"getInputStream()"},{"p":"com.tangosol.net","c":"InputStreamPasswordProvider","l":"getInputStream()"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"getInputStream()"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"getInputStream()"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"getInputStream()"},{"p":"com.tangosol.net.ssl","c":"URLCertificateLoader","l":"getInputStream()"},{"p":"com.tangosol.net.ssl","c":"URLKeyStoreLoader","l":"getInputStream()"},{"p":"com.tangosol.net.ssl","c":"URLPrivateKeyLoader","l":"getInputStream()"},{"p":"com.tangosol.net","c":"URLPasswordProvider","l":"getInputStream()"},{"p":"com.tangosol.util","c":"Binary","l":"getInputStream()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getInputStream(DataInput)","u":"getInputStream(java.io.DataInput)"},{"p":"com.tangosol.io","c":"WrapperStreamFactory","l":"getInputStream(InputStream)","u":"getInputStream(java.io.InputStream)"},{"p":"com.tangosol.net","c":"CompressionFilter","l":"getInputStream(InputStream)","u":"getInputStream(java.io.InputStream)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getInsertAction()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getInsertKey(NodeTerm)","u":"getInsertKey(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getInsertValue(NodeTerm)","u":"getInsertValue(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics","l":"getInstance()"},{"p":"com.tangosol.coherence.config","c":"EnvironmentVariableResolver","l":"getInstance()"},{"p":"com.tangosol.coherence.config","c":"SystemPropertyResolver","l":"getInstance()"},{"p":"com.tangosol.net","c":"Coherence","l":"getInstance()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"getInstance()"},{"p":"com.tangosol.util","c":"NullFilter","l":"getInstance()"},{"p":"com.tangosol.net","c":"Coherence","l":"getInstance(ClassLoader)","u":"getInstance(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"Coherence","l":"getInstance(String)","u":"getInstance(java.lang.String)"},{"p":"com.tangosol.net","c":"Coherence","l":"getInstance(String, ClassLoader)","u":"getInstance(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry.Registration","l":"getInstanceClass()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.BuilderRegistration","l":"getInstanceClass()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryKey","l":"getInstanceClass()"},{"p":"com.tangosol.net","c":"Coherence","l":"getInstances()"},{"p":"com.tangosol.net","c":"Coherence","l":"getInstances(ClassLoader)","u":"getInstances(java.lang.ClassLoader)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getInt()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getInt()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getInt()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getInt()"},{"p":"com.tangosol.util","c":"AnyEvent","l":"getInt()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getInt(int)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getInt(int)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getIntArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getIntArray()"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getInteger(String)","u":"getInteger(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getInteger(String, int)","u":"getInteger(java.lang.String,int)"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent","l":"getInterceptor()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"getInterceptor()"},{"p":"com.oracle.coherence.cdi","c":"CdiInterceptorMetadataResolver","l":"getInterceptorClass(EventInterceptor)","u":"getInterceptorClass(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.events","c":"InterceptorMetadataResolver","l":"getInterceptorClass(EventInterceptor)","u":"getInterceptorClass(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net","c":"Coherence","l":"getInterceptorRegistry()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getInterceptorRegistry()"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"getInterceptorRegistry()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getInterceptorRegistry()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getInterceptorRegistry()"},{"p":"com.tangosol.net","c":"Session","l":"getInterceptorRegistry()"},{"p":"com.oracle.coherence.cdi","c":"CoherenceExtension.InterceptorProvider","l":"getInterceptors()"},{"p":"com.oracle.coherence.cdi.server","c":"CoherenceServerExtension","l":"getInterceptors()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration","l":"getInterceptors()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.SimpleConfig","l":"getInterceptors()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getInterceptors()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getInterceptors()"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"getInterceptors()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"getInterceptors()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getInterceptors()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getInternal(Object)","u":"getInternal(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getInternal(Object, boolean, Map)","u":"getInternal(java.lang.Object,boolean,java.util.Map)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getInternalCache()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getInternalCache()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getInternalConfigurableCache()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"getInternalIterator()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getInternalKeySet()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getInternalKeySet()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"getInternalKeySet()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"getInternalKeySet()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"getInternalKeySet()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getInternalListener()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getInternalMap()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"getInternalMap()"},{"p":"com.tangosol.util","c":"SetMap","l":"getInternalMap()"},{"p":"com.tangosol.util","c":"SortedBag","l":"getInternalMap()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getInternalScheme()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getInternalValue()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getInternalValue()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getInternalValue(long)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getInternalValueDecoration(Object, int)","u":"getInternalValueDecoration(java.lang.Object,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getInternalValueDecoration(Object, int)","u":"getInternalValueDecoration(java.lang.Object,int)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getInvalidationHits()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getInvalidationMisses()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getInvalidationStrategy()"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"getInvalidationStrategy(ParameterResolver)","u":"getInvalidationStrategy(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"getInvocableMap()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getInvocableMap(InvocableMap, Converter, Converter, Converter, Converter)","u":"getInvocableMap(com.tangosol.util.InvocableMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net","c":"WrapperInvocationService","l":"getInvocationService()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getIpMonitorAttempts()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getIpMonitorPriority()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getIpMonitorTimeoutMillis()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getIsDistinct(NodeTerm)","u":"getIsDistinct(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getIterable()"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"getIterator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterIterator","l":"getIterator()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getIterator()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getIterator(Iterator, Converter)","u":"getIterator(java.util.Iterator,com.tangosol.util.Converter)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"getJavaTypeId(Object, PofContext)","u":"getJavaTypeId(java.lang.Object,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"getJlineReader(OutputStream, InputStream, boolean)","u":"getJlineReader(java.io.OutputStream,java.io.InputStream,boolean)"},{"p":"com.tangosol.net","c":"Service.MemberJoinAction","l":"getJoiningMember()"},{"p":"com.oracle.coherence.mp.config","c":"ConfigPropertyChanged","l":"getKey()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord.Entry","l":"getKey()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"getKey()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"getKey()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"getKey()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheEntryEvent","l":"getKey()"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"getKey()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getKey()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getKey()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"getKey()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent","l":"getKey()"},{"p":"com.tangosol.run.xml","c":"Identifiable","l":"getKey()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"getKey()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventEntry","l":"getKey()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getKey()"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"getKey()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"getKey()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getKey()"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"getKey()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.PrimitiveNode","l":"getKey()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"getKey()"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"getKey()"},{"p":"com.tangosol.util","c":"SafeSortedMap.NullableEntry","l":"getKey()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"getKey()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"getKey()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"getKey()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"getKey()"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"getKeyAdapter()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getKeyAssociator()"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"getKeyClass()"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"getKeyClassName()"},{"p":"com.tangosol.net.cache","c":"TypeAssertion.WithTypesAssertion","l":"getKeyClassName()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getKeyConverter()"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"getKeyConverter()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getKeyFromInternalConverter()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getKeyFromInternalConverter()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getKeyHash()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getKeyLength()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"getKeyList()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"getKeyMap()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"getKeyMap()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getKeyMask()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getKeyOwner(Object)","u":"getKeyOwner(java.lang.Object)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getKeyPartition()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getKeyPartition(Object)","u":"getKeyPartition(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"BroadKeyPartitioningStrategy","l":"getKeyPartition(Object)","u":"getKeyPartition(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"getKeyPartition(Object)","u":"getKeyPartition(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"KeyPartitioningStrategy","l":"getKeyPartition(Object)","u":"getKeyPartition(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getKeyPartition(Object)","u":"getKeyPartition(java.lang.Object)"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getKeyPartitioningStrategy()"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"getKeys()"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"getKeys()"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"getKeys(String)","u":"getKeys(java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"getKeys(UriInfo)","u":"getKeys(jakarta.ws.rs.core.UriInfo)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getKeySet()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getKeyToInternalConverter()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getKeyToInternalConverter()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"getKeyType()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"getKeyType()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"getKeyType()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLambdasSerializationMode()"},{"p":"com.tangosol.util","c":"AbstractScript","l":"getLanguage()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getLastAnalysisContext()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getLastAnalysisTime()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getLastAnalysisTime()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getLastBlockOffset()"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"getLastChildIndex(int)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getLastCommit()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getLastCommit()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getLastCommitted()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getLastCommitted(int)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"getLastIndex()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"getLastIndex()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"getLastIndex()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"getLastIndex()"},{"p":"com.tangosol.util","c":"LongArray","l":"getLastIndex()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"getLastIndex()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"getLastIndex()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"getLastIndex()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getLastOwnershipMembers()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getLastPolled()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getLastPolled()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getLastPolledTimestamp()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getLastPolledTimestamp()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"getLastPosition()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getLastReceived()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getLastReceived()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getLastResetMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getLastResetMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getLastResetMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getLastResizeMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getLastResizeMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getLastResizeMillis()"},{"p":"com.oracle.coherence.common.base","c":"TimeHelper","l":"getLastSafeTimeMillis()"},{"p":"com.tangosol.util","c":"Base","l":"getLastSafeTimeMillis()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.Entry","l":"getLastTouchMillis()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"getLastTouchMillis()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"getLastTouchMillis()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"getLastTouchMillis()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"getLastTouchMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getLastTransferTime()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.HistoricCacheEvent","l":"getLatestOldValue()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getLatestOldValue(MapEvent)","u":"getLatestOldValue(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"getLeavingMembers()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getLeavingOwners()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"getLedASTName()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getLegacySocketProvider(XmlElement)","u":"getLegacySocketProvider(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getLength()"},{"p":"com.tangosol.io.pof.reflect","c":"PofArray","l":"getLength()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getLicenseMode()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"getLine()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"getLineNumber()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"getLink()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"getList()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"getList()"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"getList()"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getList(List, Class)","u":"getList(java.util.List,java.lang.Class)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getList(List, Converter, Converter)","u":"getList(java.util.List,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"getListenerBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"ObservableCachingScheme","l":"getListenerBuilder()"},{"p":"com.tangosol.util","c":"Listeners","l":"getListenerClassNames()"},{"p":"com.tangosol.util","c":"Listeners","l":"getListenerCount()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getListenerCount()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getListenerExtentId(long)"},{"p":"com.tangosol.net.topic","c":"Subscriber.ChannelOwnershipListeners","l":"getListeners()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getListeners(Filter)","u":"getListeners(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getListeners(Object)","u":"getListeners(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"getListIterator()"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getListIterator(ListIterator, Class)","u":"getListIterator(java.util.ListIterator,java.lang.Class)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getListIterator(ListIterator, Converter, Converter)","u":"getListIterator(java.util.ListIterator,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.LoadCalculator","l":"getLoad(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.SimpleLoadCalculator","l":"getLoad(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.LoadCalculator","l":"getLoad(PartitionSet)","u":"getLoad(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.SimpleLoadCalculator","l":"getLoad(PartitionSet)","u":"getLoad(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getLoadBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getLoadFailures()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getLoadMillis()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getLoadOps()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"getLocalAddress()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLocalAddress()"},{"p":"com.tangosol.net","c":"NameService","l":"getLocalAddress()"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"getLocalAddress(Filter)","u":"getLocalAddress(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLocalBufferSize()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLocalDiscoveryAddress()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"getLocalEntry()"},{"p":"com.tangosol.util","c":"WrapperException","l":"getLocalizedMessage()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLocalListenerPriority()"},{"p":"com.tangosol.net","c":"AbstractServiceLoadBalancer","l":"getLocalMember()"},{"p":"com.tangosol.net","c":"Cluster","l":"getLocalMember()"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent","l":"getLocalMember()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getLocalMember()"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"getLocalName()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"getLocalPort()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLocalPort()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"getLocalPort()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLocalPortAutoAdjust()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLocalServiceProvider(String)","u":"getLocalServiceProvider(java.lang.String)"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getLocalTcpPort()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getLocalTransaction(NamedCache)","u":"getLocalTransaction(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getLocalXmlName()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getLocation()"},{"p":"com.tangosol.util","c":"SafeLongArray","l":"getLock()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"getLock()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"getLock()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"getLock()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"getLockAction()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"getLockCount()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getLockDelaySeconds()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"getLockDescription(Object)","u":"getLockDescription(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getLockDirectory()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getLockExtentId(long)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"getLockHolder()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getLockMap()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"getLockThread()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"getLockTypeDescription()"},{"p":"com.tangosol.util","c":"Base","l":"getLog()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getLoggingConfig()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getLong()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getLong()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getLong()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getLong()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getLong(long)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getLong(long)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getLong(String)","u":"getLong(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getLong(String, long)","u":"getLong(java.lang.String,long)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getLongArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getLongArray()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getLongArray()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getLongArray(LongArray, Converter, Converter)","u":"getLongArray(com.tangosol.util.LongArray,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLostPacketThreshold()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"getLowerBound()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"getLowerFilter()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getLowUnitFairShare()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getLowUnits()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getLowUnits()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getLowUnits()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getLowUnits()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getLowUnits()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"getLowUnits(ParameterResolver)","u":"getLowUnits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"getLowUnits(ParameterResolver)","u":"getLowUnits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getLruArray()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"getMachineCount()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getMachineId()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getMachineId()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getMachineName()"},{"p":"com.tangosol.net","c":"MemberIdentityProvider","l":"getMachineName()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getMachineName()"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"getMachineName()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMemberIdentityProvider","l":"getMachineName()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor","l":"getManagement()"},{"p":"com.tangosol.net","c":"Cluster","l":"getManagement()"},{"p":"com.tangosol.net","c":"Coherence","l":"getManagement()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getManagementConfig()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getManager()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getManager()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"getManager()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getManager()"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getManagerContext()"},{"p":"com.tangosol.net.events.partition.cache","c":"Event","l":"getManagerContext()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.FailureContinuationFactory","l":"getManagerContinuation(PersistenceManager)","u":"getManagerContinuation(com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getMandatoryProperty(String, Type, XmlElement)","u":"getMandatoryProperty(java.lang.String,java.lang.reflect.Type,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getMandatoryProperty(String, Type, XmlElement)","u":"getMandatoryProperty(java.lang.String,java.lang.reflect.Type,com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"getMap()"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"getMap()"},{"p":"com.tangosol.net.cache","c":"SeppukuMapListener","l":"getMap()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"getMap()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getMap()"},{"p":"com.tangosol.util","c":"MapSet","l":"getMap()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getMap()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"getMap()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getMap(Map)","u":"getMap(java.util.Map)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getMap(Map)","u":"getMap(java.util.Map)"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getMap(Map, Class, Class)","u":"getMap(java.util.Map,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getMap(Map, Converter, Converter, Converter, Converter)","u":"getMap(java.util.Map,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getMap(String, NamedMap.Option...)","u":"getMap(java.lang.String,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.net","c":"Session","l":"getMap(String, NamedMap.Option...)","u":"getMap(java.lang.String,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getMapArray()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getMapEvent()"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"getMapEvent()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getMapEvent(ObservableMap, MapEvent, Converter, Converter)","u":"getMapEvent(com.tangosol.util.ObservableMap,com.tangosol.util.MapEvent,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getMapEvent(ObservableMap, MapEvent, Converter, Converter, BackingMapManagerContext)","u":"getMapEvent(com.tangosol.util.ObservableMap,com.tangosol.util.MapEvent,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughListenerRegistration","l":"getMapEventFilter()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactoryManager","l":"getMapFactories()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder.ParsedQuery","l":"getMapFilters()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughListenerRegistration","l":"getMapListener()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getMapListener()"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"getMapListener()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getMapListener(ObservableMap, MapListener, Converter, Converter)","u":"getMapListener(com.tangosol.util.ObservableMap,com.tangosol.util.MapListener,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.oracle.coherence.cdi","c":"CoherenceExtension","l":"getMapListeners()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListenerManager","l":"getMapListeners(String, String)","u":"getMapListeners(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"getMapListenersRegistry()"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"getMapListenerSupport()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getMapListenerSupport()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getMapListenerSupport()"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"getMapListenerSupport()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"getMapListenerSupport()"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"getMappingRegistry()"},{"p":"com.tangosol.coherence.config","c":"CacheMappingRegistry","l":"getMappingRegistry()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"getMarkInternal()"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"getMarshaller(Class, MediaType)","u":"getMarshaller(java.lang.Class,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"getMarshaller(Class, String)","u":"getMarshaller(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"getMarshallerMap()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"getMarshallerRegistry()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"getMask()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"getMathContext()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getMaxBacklog()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getMaxBatchSizeBytes()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"getMaxCapacity()"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"getMaxCapacity()"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"getMaxCapacity()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"getMaxDecDigits(int)"},{"p":"com.tangosol.util","c":"Base","l":"getMaxDecDigits(int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"getMaxHexDigits(int)"},{"p":"com.tangosol.util","c":"Base","l":"getMaxHexDigits(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getMaximumCapacity()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.Allocator","l":"getMaximumCapacity()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"getMaximumCapacity()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"getMaximumCapacity()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getMaximumCapacity()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.WriteBufferPool","l":"getMaximumCapacity()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getMaximumCapacity()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.Stats","l":"getMaximumCapacity()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getMaximumPages()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getMaximumPages()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractNioManagerBuilder","l":"getMaximumSize(ParameterResolver)","u":"getMaximumSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackupMapConfig","l":"getMaximumSize(ParameterResolver)","u":"getMaximumSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"getMaximumSize(ParameterResolver)","u":"getMaximumSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"getMaxIncrement()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getMaxLoadFactor()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getMaxLoadNodeId()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"getMaxLoadNodeId()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getMaxLoadNodeId()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"getMaxPartitionSize()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getMaxPartitionSizeKB()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getMaxPartitionSizeKB()"},{"p":"com.tangosol.net","c":"ThreadPoolManager","l":"getMaxPoolSize()"},{"p":"com.tangosol.coherence.rest.config","c":"NamedQuery","l":"getMaxResults()"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"getMaxResults()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"getMaxStorageSize()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getMaxStorageSizeKB()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getMaxStorageSizeKB()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMaxTaskBacklog()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMaxTaskBacklog()"},{"p":"com.tangosol.coherence.config.builder","c":"DaemonPoolBuilder","l":"getMaxThreadCount()"},{"p":"com.tangosol.util","c":"Daemon","l":"getMaxWaitMillis(long)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"getMBean()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getMBean()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getMBean()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"getMBean()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getMBean()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"getMBeanDomain()"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"getMBeanInfo(String)","u":"getMBeanInfo(java.lang.String)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"getMBeanInfo(String)","u":"getMBeanInfo(java.lang.String)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getMBeanName(String)","u":"getMBeanName(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanReference","l":"getMBeanServer()"},{"p":"com.tangosol.net.management","c":"Registry","l":"getMBeanServerProxy()"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"getMediaType()"},{"p":"com.tangosol.net","c":"MemberEvent","l":"getMember()"},{"p":"com.tangosol.net","c":"NameService.RequestContext","l":"getMember()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getMember(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getMember(int)"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"getMemberGUIDs()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getMemberId()"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"getMemberId()"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"getMemberId()"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"getMemberId(String)","u":"getMemberId(java.lang.String)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getMemberIdentity()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getMemberIdentityProvider()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getMemberJoinDelay()"},{"p":"com.tangosol.net.proxy","c":"DefaultProxyServiceLoadBalancer","l":"getMemberList(Member)","u":"getMemberList(com.tangosol.net.Member)"},{"p":"com.tangosol.net","c":"ServiceLoadBalancer","l":"getMemberList(Member)","u":"getMemberList(com.tangosol.net.Member)"},{"p":"com.tangosol.net","c":"SimpleServiceLoadBalancer","l":"getMemberList(Member)","u":"getMemberList(com.tangosol.net.Member)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getMemberLoad(Member, boolean)","u":"getMemberLoad(com.tangosol.net.Member,boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"getMemberLocatorType(ParameterResolver)","u":"getMemberLocatorType(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getMemberName()"},{"p":"com.tangosol.net","c":"MemberIdentityProvider","l":"getMemberName()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getMemberName()"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"getMemberName()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMemberIdentityProvider","l":"getMemberName()"},{"p":"com.tangosol.net","c":"Cluster","l":"getMemberSet()"},{"p":"com.tangosol.persistence","c":"ArchiverHelper","l":"getMembersOwningPartition(Map, String)","u":"getMembersOwningPartition(java.util.Map,java.lang.String)"},{"p":"com.tangosol.coherence.config.unit","c":"Units","l":"getMemorySize()"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getMemorySize(String)","u":"getMemorySize(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getMemorySize(String, String)","u":"getMemorySize(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"getMemoryUsage()"},{"p":"com.tangosol.config","c":"ConfigurationException","l":"getMessage()"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"getMessage()"},{"p":"com.tangosol.util","c":"WrapperException","l":"getMessage()"},{"p":"com.tangosol.net","c":"ServiceLoad","l":"getMessageBacklogIncoming()"},{"p":"com.tangosol.net","c":"ServiceLoad","l":"getMessageBacklogOutgoing()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDuration75thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDuration75thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDuration95thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDuration95thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDuration98thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDuration98thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDuration999thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDuration999thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDuration99thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDuration99thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDurationMax()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDurationMax()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDurationMean()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDurationMean()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDurationMin()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDurationMin()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDurationStdDev()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDurationStdDev()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessagesReceivedCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessagesReceivedCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessagesReceivedFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessagesReceivedFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessagesReceivedFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessagesReceivedFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessagesReceivedMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessagesReceivedMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessagesReceivedOneMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessagesReceivedOneMinuteRate()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getMetadata()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"getMetadata(String)","u":"getMetadata(java.lang.String)"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"getMetadata(String)","u":"getMetadata(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"getMethodName()"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"getMethodName()"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"getMethodName()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"getMethodName()"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"getMethodName()"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"getMethodName()"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"getMetrics()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyService","l":"getMetrics()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"getMetrics()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"getMinCapacity()"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"getMinCapacity()"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"getMinCapacity()"},{"p":"com.tangosol.net","c":"Service","l":"getMinimumServiceVersion()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getMinimumServiceVersion()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getMinLoadFactor()"},{"p":"com.tangosol.net","c":"ThreadPoolManager","l":"getMinPoolSize()"},{"p":"com.tangosol.coherence.config.builder","c":"DaemonPoolBuilder","l":"getMinThreadCount()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"getMinute()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"getMinuteOffset()"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"getMinutes()"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"getMinutes()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getMinVersion(EventListener[])","u":"getMinVersion(java.util.EventListener[])"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getMinVersions(EventListener[])","u":"getMinVersions(java.util.EventListener[])"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getMinVersions(Filter)","u":"getMinVersions(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getMinVersions(Object)","u":"getMinVersions(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getMissCache()"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"getMissCacheScheme()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getMissCacheScheme()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getMissedSoftTimeout()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getMissesCache()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getMode()"},{"p":"com.tangosol.net","c":"Coherence","l":"getMode()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getMode()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getMode()"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"getMode()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"getMode()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getMode()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"getModificationCount()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getModificationCount()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"getModificationTime()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getModificationTime()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"getModifiedEntry()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getModulo()"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"getMonth()"},{"p":"com.tangosol.io.pof","c":"RawYearMonthInterval","l":"getMonths()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"getMostRecentTaskTime()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getMutator()"},{"p":"com.oracle.coherence.cdi","c":"SessionInitializer","l":"getName()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getName()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"getName()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceDefaultsConfigSource","l":"getName()"},{"p":"com.oracle.coherence.mp.metrics","c":"CoherenceTagsConfigSource","l":"getName()"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"getName()"},{"p":"com.tangosol.coherence.config.builder","c":"NamedResourceBuilder","l":"getName()"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry.Registration","l":"getName()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.BuilderRegistration","l":"getName()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryKey","l":"getName()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.ProviderBuilder","l":"getName()"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry.SchemeMappingKey","l":"getName()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"getName()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"getName()"},{"p":"com.tangosol.coherence.rest.config","c":"NamedQuery","l":"getName()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"getName()"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"getName()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"getName()"},{"p":"com.tangosol.io","c":"ConfigurableSerializerFactory","l":"getName()"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"getName()"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"getName()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getName()"},{"p":"com.tangosol.io.pof","c":"PofPrincipal","l":"getName()"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"getName()"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"getName()"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"getName()"},{"p":"com.tangosol.io","c":"Serializer","l":"getName()"},{"p":"com.tangosol.io","c":"SerializerFactory","l":"getName()"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"getName()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.EvictionPolicy","l":"getName()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.UnitCalculator","l":"getName()"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalEvictionPolicy","l":"getName()"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalUnitCalculator","l":"getName()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.InternalEvictionPolicy","l":"getName()"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"getName()"},{"p":"com.tangosol.net","c":"Coherence","l":"getName()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration","l":"getName()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.SimpleConfig","l":"getName()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getName()"},{"p":"com.tangosol.net.events","c":"CoherenceDispatcher","l":"getName()"},{"p":"com.tangosol.net.events","c":"SessionDispatcher","l":"getName()"},{"p":"com.tangosol.net","c":"NamedCollection","l":"getName()"},{"p":"com.tangosol.net","c":"NamedMap","l":"getName()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"getName()"},{"p":"com.tangosol.net.partition","c":"PartitionAwareBackingMap","l":"getName()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getName()"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"getName()"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"getName()"},{"p":"com.tangosol.net","c":"Session","l":"getName()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getName()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getName()"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"getName()"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"getName()"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"getName()"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"getName()"},{"p":"com.tangosol.net.topic","c":"NamedTopic.ElementCalculator","l":"getName()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"getName()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getName()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getName()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"getName()"},{"p":"com.tangosol.persistence","c":"Snapshot","l":"getName()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getName()"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"getName()"},{"p":"com.tangosol.run.xml","c":"SimpleAttribute","l":"getName()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getName()"},{"p":"com.tangosol.run.xml","c":"XmlAttribute","l":"getName()"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"getName()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getName()"},{"p":"com.tangosol.util","c":"AbstractScript","l":"getName()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"getName()"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"getName()"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"getName()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"getName()"},{"p":"com.tangosol.util.fsm","c":"ExecutionContext","l":"getName()"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"getName()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"getName()"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"getName()"},{"p":"com.tangosol.util","c":"HealthCheck","l":"getName()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"getName()"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryKey","l":"getName()"},{"p":"com.tangosol.io","c":"FileHelper","l":"getName(String)","u":"getName(java.lang.String)"},{"p":"com.tangosol.net","c":"AsyncNamedCache","l":"getNamedCache()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"getNamedCache()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getNamedCache(NamedCache, Converter, Converter, Converter, Converter)","u":"getNamedCache(com.tangosol.net.NamedCache,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"getNamedCacheName()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getNamedMap()"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"getNamedQuery(String)","u":"getNamedQuery(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"SerializerProducer","l":"getNamedSerializer(InjectionPoint)","u":"getNamedSerializer(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.oracle.coherence.cdi","c":"SerializerProducer","l":"getNamedSerializer(String, ClassLoader)","u":"getNamedSerializer(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"NamedSerializerFactory","l":"getNamedSerializer(String, ClassLoader)","u":"getNamedSerializer(java.lang.String,java.lang.ClassLoader)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"getNamedSerializerFactory()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies","l":"getNamedSerializerFactory()"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"getNamedTopic()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getNamedTopic()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies","l":"getNameList()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getNamePattern()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getNamespaceHandler(String)","u":"getNamespaceHandler(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getNamespaceHandler(String)","u":"getNamespaceHandler(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getNamespaceHandler(URI)","u":"getNamespaceHandler(java.net.URI)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getNamespaceHandler(URI)","u":"getNamespaceHandler(java.net.URI)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getNamespaceHandlers()"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getNamespaceHandlers()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getNamespacePrefix()"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"getNamespacePrefix()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getNamespacePrefix(XmlElement, String)","u":"getNamespacePrefix(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getNamespaceUri()"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"getNamespaceUri()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getNamespaceURI(String)","u":"getNamespaceURI(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getNamespaceURI(String)","u":"getNamespaceURI(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getNamespaceUri(XmlElement, String)","u":"getNamespaceUri(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getNameUsing(String)","u":"getNameUsing(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"getNano()"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"getNanos()"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"getNanos()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"getNanos(Date)","u":"getNanos(java.util.Date)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"getNavigator()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NestingOPToken","l":"getNest()"},{"p":"com.tangosol.coherence.dsltools.base","c":"NestedBaseTokens","l":"getNestEnd()"},{"p":"com.tangosol.coherence.dsltools.base","c":"NestedBaseTokens","l":"getNestStart()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getNewEntry()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getNewEntry()"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"getNewestGUID(int)"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"getNewestGUIDs(PartitionSet)","u":"getNewestGUIDs(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getNewObjectInput(DataInput, ClassLoader)","u":"getNewObjectInput(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"getNewValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getNewValue()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getNewValue()"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"getNewValue()"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"getNewValueExtractor()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"getNext()"},{"p":"com.tangosol.net","c":"AddressProvider","l":"getNextAddress()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"getNextAddress()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"getNextAddress()"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"getNextAddress()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"getNextAddress()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"getNextAddress()"},{"p":"com.tangosol.net","c":"SocketAddressProvider","l":"getNextAddress()"},{"p":"com.tangosol.util","c":"NullImplementation.NullAddressProvider","l":"getNextAddress()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"getNextAddressInternal()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getNextBlockOffset()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"getNextCheckTime()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getNextCompactBlock()"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getNextDestination()"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getNextDestinationSocket()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.Entry","l":"getNextEntry()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getNextExpiryTime()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getNextExpiryTime()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getNextExpiryTime()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getNextExpiryTime()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getNextExpiryTime()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getNextNodeOffset()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"getNextPosition()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.ComplexMap","l":"getNextPosition()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"getNextPropertyIndex()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getNextRehashBucket()"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"getNextValidator()"},{"p":"com.tangosol.util","c":"TransactionMap.Validator","l":"getNextValidator()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"getNode(int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"getNonBlockingEntryStore()"},{"p":"com.tangosol.util","c":"SortedBag","l":"getNonceCounter()"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"getNonPartialIndexes(Map)","u":"getNonPartialIndexes(java.util.Map)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"getNonPassThruCache()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListenerManager","l":"getNonWildcardMapListeners()"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean","l":"getNotificationInfo()"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean.SilentEmitter","l":"getNotificationInfo()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getNotificationInfo(Class)","u":"getNotificationInfo(java.lang.Class)"},{"p":"com.tangosol.net.management","c":"Registry","l":"getNotificationManager()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getNotificationTimeout()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"getNudASTName()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProviderBuilderProcessor","l":"getNullPasswordProviderBuilder()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"getNumber()"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"getNumFactor()"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"getNumInc()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"getObject()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"getObject()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"getObject()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getObjectArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getObjectArray()"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"getObjectInput()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getObjectInput(DataInput, ClassLoader)","u":"getObjectInput(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"ObjectStreamFactory","l":"getObjectInput(DataInput, ClassLoader, boolean)","u":"getObjectInput(java.io.DataInput,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.DefaultObjectStreamFactory","l":"getObjectInput(DataInput, ClassLoader, boolean)","u":"getObjectInput(java.io.DataInput,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"getObjectInputFilter()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"getObjectInputFilter()"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"getObjectInputFilter()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getObjectInputFilter(DataInput)","u":"getObjectInputFilter(java.io.DataInput)"},{"p":"com.tangosol.coherence.rest.providers","c":"JacksonMapperProvider","l":"getObjectMapper()"},{"p":"com.tangosol.net.management","c":"MBeanReference","l":"getObjectName()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder.ParsedQuery","l":"getObjectNameFilter()"},{"p":"com.tangosol.io","c":"WrapperObjectOutputStream","l":"getObjectOutput()"},{"p":"com.tangosol.io","c":"ObjectStreamFactory","l":"getObjectOutput(DataOutput)","u":"getObjectOutput(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.DefaultObjectStreamFactory","l":"getObjectOutput(DataOutput)","u":"getObjectOutput(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getObjectOutput(DataOutput)","u":"getObjectOutput(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getObjectStreamFactory()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"getObservableMap()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"getObservableMap()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getObservableMap()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getObservableMap(ObservableMap, Converter, Converter, Converter, Converter)","u":"getObservableMap(com.tangosol.util.ObservableMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.oracle.coherence.cdi","c":"CdiEventObserver","l":"getObservedQualifiers()"},{"p":"com.oracle.coherence.cdi","c":"CdiMapEventObserver","l":"getObservedQualifiers()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener.MapEventObserver","l":"getObservedQualifiers()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventObserver","l":"getObservedQualifiers()"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryValue","l":"getObserver()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"getOffset()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"getOffset()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getOffset()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"getOffset()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getOffset()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"getOffset()"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"getOffset()"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"getOffset()"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"getOffset()"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"getOffset()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getOldEntry()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getOldEntry()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getOldestActivePage()"},{"p":"com.tangosol.net","c":"Cluster","l":"getOldestMember()"},{"p":"com.tangosol.net","c":"ServiceInfo","l":"getOldestMember()"},{"p":"com.oracle.coherence.mp.config","c":"ConfigPropertyChanged","l":"getOldValue()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"getOldValue()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"getOldValue()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheEntryEvent","l":"getOldValue()"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"getOldValue()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.DeferredCacheEvent","l":"getOldValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getOldValue()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getOldValue()"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"getOldValue()"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"getOldValueExtractor()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"getOpenBundle()"},{"p":"com.oracle.coherence.cdi.server","c":"ClusterProducer","l":"getOperationalContext()"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"getOperationName(ParameterResolver)","u":"getOperationName(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"getOperationStatus()"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"ContainsFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"EqualsFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"GreaterEqualsFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"NotEqualsFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"RegexFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"getOperator()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getOperator(String)","u":"getOperator(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getOperators()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"getOption(int)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getOptionalProperty(String, Type, T, XmlElement)","u":"getOptionalProperty(java.lang.String,java.lang.reflect.Type,T,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getOptionalProperty(String, Type, T, XmlElement)","u":"getOptionalProperty(java.lang.String,java.lang.reflect.Type,T,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"getOPToken(String)","u":"getOPToken(java.lang.String)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getOrDefault(K, V)","u":"getOrDefault(K,V)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"getOrDefault(Object, Object)","u":"getOrDefault(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"getOrDefault(Object, Object)","u":"getOrDefault(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"getOrDefault(Object, V)","u":"getOrDefault(java.lang.Object,V)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"getOrDefault(Object, V)","u":"getOrDefault(java.lang.Object,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"getOrDefault(Object, V)","u":"getOrDefault(java.lang.Object,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"getOrDefault(Object, V)","u":"getOrDefault(java.lang.Object,V)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"getOrder()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"getOrder()"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"getOrderId()"},{"p":"com.tangosol.net.topic","c":"Publisher.Orderable","l":"getOrderId()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"getOrderId(V)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"getOrderId(V)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"getOrderId(V)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"getOrderId(V)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"getOrderId(V)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"getOrdinal()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceDefaultsConfigSource","l":"getOrdinal()"},{"p":"com.oracle.coherence.mp.metrics","c":"CoherenceTagsConfigSource","l":"getOrdinal()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"getOriginal()"},{"p":"com.tangosol.util","c":"SubSet","l":"getOriginal()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getOriginalBinaryValue()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getOriginalBinaryValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"getOriginalBinaryValue()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getOriginalBinaryValue()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getOriginalBuffer()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"getOriginalEntry()"},{"p":"com.tangosol.util","c":"WrapperException","l":"getOriginalException()"},{"p":"com.oracle.coherence.common.base","c":"Exceptions","l":"getOriginalException(RuntimeException)","u":"getOriginalException(java.lang.RuntimeException)"},{"p":"com.tangosol.util","c":"Base","l":"getOriginalException(RuntimeException)","u":"getOriginalException(java.lang.RuntimeException)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getOriginalValue()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent","l":"getOriginalValue()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getOriginalValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"getOriginalValue()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"getOriginalValue()"},{"p":"com.tangosol.util","c":"MapTrigger.Entry","l":"getOriginalValue()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"getOriginalValue()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getOrphanedPartitions()"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionRecoveryAction","l":"getOrphanedPartitions()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"getOut()"},{"p":"com.tangosol.util","c":"Base","l":"getOut()"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"getOutputStream()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getOutputStream()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getOutputStream(DataOutput)","u":"getOutputStream(java.io.DataOutput)"},{"p":"com.tangosol.io","c":"WrapperStreamFactory","l":"getOutputStream(OutputStream)","u":"getOutputStream(java.io.OutputStream)"},{"p":"com.tangosol.net","c":"CompressionFilter","l":"getOutputStream(OutputStream)","u":"getOutputStream(java.io.OutputStream)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getOutputWriter()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getOutputWriter()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getOutstandingPacketMaximum()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getOutstandingPacketMinimum()"},{"p":"com.tangosol.coherence.config.xml","c":"CacheConfigNamespaceHandler","l":"getOverrideProcessor()"},{"p":"com.tangosol.config.xml","c":"NamespaceHandler","l":"getOverrideProcessor()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getOwnedCode()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getOwnedCode()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getOwnedPartitions()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getOwnedPartitions(Member)","u":"getOwnedPartitions(com.tangosol.net.Member)"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getOwnedPartitions(Member, int)","u":"getOwnedPartitions(com.tangosol.net.Member,int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getOwnedPartitions(Member, int)","u":"getOwnedPartitions(com.tangosol.net.Member,int)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"getOwner()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"getOwner()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"getOwner(int)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"getOwners()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"getOwners(int[])"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter","l":"getOwnership()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.SafetyFilter","l":"getOwnership()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.StrengthComparator","l":"getOwnership()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getOwnershipEnabledMembers()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getOwnershipLeavingMembers()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getOwnershipMembers()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getOwnershipMembers()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"getOwnershipMemberSet()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getOwnershipMembersList()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getOwnershipSenior()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getOwnershipVersion(int)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"getOwnerThread()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"getOwnerThread()"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject.PartialClassLoader","l":"getPackage(String)","u":"getPackage(java.lang.String)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getPackageName(Class)","u":"getPackageName(java.lang.Class)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getPackageName(String)","u":"getPackageName(java.lang.String)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getPackageResources(Class)","u":"getPackageResources(java.lang.Class)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getPackageResources(String)","u":"getPackageResources(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject.PartialClassLoader","l":"getPackages()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPacketBundlingAggression()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPacketBundlingThresholdNanos()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPacketMaxLength()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPacketPreferredLength()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getPage()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getPage(int)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getPageAdvanceTime()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getPagedBinaryStore()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getPagedKeyMap()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getPageDuration()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"getPageDurationSeconds(ParameterResolver)","u":"getPageDurationSeconds(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"getPageLimit(ParameterResolver)","u":"getPageLimit(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getPageSize()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getPageSize(ParameterResolver)","u":"getPageSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"InvocableMap.ParallelAwareAggregator","l":"getParallelAggregator()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getParameterAnnotation(Method, int, Class)","u":"getParameterAnnotation(java.lang.reflect.Method,int,java.lang.Class)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getParameterName(Class, MBeanOperationInfo, MBeanParameterInfo, int)","u":"getParameterName(java.lang.Class,javax.management.MBeanOperationInfo,javax.management.MBeanParameterInfo,int)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean","l":"getParameterName(MBeanOperationInfo, MBeanParameterInfo, int)","u":"getParameterName(javax.management.MBeanOperationInfo,javax.management.MBeanParameterInfo,int)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardMBean","l":"getParameterName(MBeanOperationInfo, MBeanParameterInfo, int)","u":"getParameterName(javax.management.MBeanOperationInfo,javax.management.MBeanParameterInfo,int)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getParameterResolver()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getParameterResolver()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getParameterResolver()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getParameterResolver()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getParameterResolver(String, Class, ClassLoader, BackingMapManagerContext)","u":"getParameterResolver(java.lang.String,java.lang.Class,java.lang.ClassLoader,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getParameterResolver(String, ClassLoader, BackingMapManagerContext)","u":"getParameterResolver(java.lang.String,java.lang.ClassLoader,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"getParameters()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"getParameters()"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine.ParsedQuery","l":"getParameterTypes()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getParent()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getParent()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getParent()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getParent()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"getParentDirectory()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"getParentParser()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"getParentParser()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"getParentSpan()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"getParentWriter()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"getParentWriter()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"getParentXmlBean()"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"getParser()"},{"p":"com.tangosol.util","c":"FilterBuildingException","l":"getParseString()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"getPartialClass()"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"getPartialClass(Class, PropertySet)","u":"getPartialClass(java.lang.Class,com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"getPartialClassLoader()"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"getPartialClassMap(PartialObject.PartialClassLoader)","u":"getPartialClassMap(com.tangosol.coherence.rest.util.PartialObject.PartialClassLoader)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"getPartialConstructorMap(PartialObject.PartialClassLoader)","u":"getPartialConstructorMap(com.tangosol.coherence.rest.util.PartialObject.PartialClassLoader)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"getPartialResult()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"getPartialResult()"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"getPartialResult()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"getPartialResult()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getPartition()"},{"p":"com.tangosol.net.partition","c":"VersionedPartitions.Iterator","l":"getPartition()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getPartition()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getPartition()"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"getPartition(String)","u":"getPartition(java.lang.String)"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getPartitionAssignmentStrategy()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPartitionAssignmentStrategy()"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"getPartitionAwareBackingMap()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getPartitionCache(Object)","u":"getPartitionCache(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getPartitionCacheArray()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"getPartitionCount()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getPartitionCount()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getPartitionCount()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getPartitionCount()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getPartitionCount(PersistentStore)","u":"getPartitionCount(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent","l":"getPartitionId()"},{"p":"com.tangosol.net.partition","c":"KeyPartitioningStrategy.PartitionAwareKey","l":"getPartitionId()"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"getPartitionId()"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"getPartitionKey(int)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getPartitionKeys(String, int)","u":"getPartitionKeys(java.lang.String,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getPartitionKeys(String, int)","u":"getPartitionKeys(java.lang.String,int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getPartitionLoad(int, boolean)","u":"getPartitionLoad(int,boolean)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"getPartitionMap(int)"},{"p":"com.tangosol.net.partition","c":"PartitionAwareBackingMap","l":"getPartitionMap(int)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getPartitionMap(int)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"getPartitionMap(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"getPartitionMap(PartitionSet)","u":"getPartitionMap(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"PartitionAwareBackingMap","l":"getPartitionMap(PartitionSet)","u":"getPartitionMap(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getPartitionMap(PartitionSet)","u":"getPartitionMap(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"getPartitionMap(PartitionSet)","u":"getPartitionMap(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getPartitionMapType()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getPartitionOwner(int)"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getPartitionOwnership(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getPartitionOwnership(int)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"getPartitions()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"getPartitions()"},{"p":"com.tangosol.net.partition","c":"VersionedPartitions","l":"getPartitions()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult","l":"getPartitions()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"getPartitions()"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"getPartitions(Map, int)","u":"getPartitions(java.util.Map,int)"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"getPartitionSet()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"getPartitionSet()"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"getPartitionSet()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"getPartitionSplittingBackingMap()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getPartitionStats()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getPartitionUnitFactor()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"getPassThroughCache(String, String)","u":"getPassThroughCache(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.security","c":"UsernameAndPassword","l":"getPassword()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProviderBuilderProcessor","l":"getPasswordProviderBuilderForPasswordStr(String)","u":"getPasswordProviderBuilderForPasswordStr(java.lang.String)"},{"p":"com.tangosol.io","c":"FileHelper","l":"getPath(File)","u":"getPath(java.io.File)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofPath","l":"getPathElements()"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"getPathElements()"},{"p":"com.tangosol.io","c":"FileHelper","l":"getPathNoEndSeparator(String)","u":"getPathNoEndSeparator(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"getPattern()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getPendingAsyncStoreOps()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"getPendingMap()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"getPendingMap()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getPendingWrites()"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"getPermission()"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"getPermissionsConfig()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceActiveDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getPersistenceActiveDirectory()"},{"p":"com.tangosol.persistence","c":"PersistenceEnvironmentInfo","l":"getPersistenceActiveDirectory()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceActiveSpaceUsed()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getPersistenceActiveSpaceUsed()"},{"p":"com.tangosol.persistence","c":"PersistenceEnvironmentInfo","l":"getPersistenceActiveSpaceUsed()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceBackupDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getPersistenceBackupDirectory()"},{"p":"com.tangosol.persistence","c":"PersistenceEnvironmentInfo","l":"getPersistenceBackupDirectory()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceBackupSpaceUsed()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getPersistenceBackupSpaceUsed()"},{"p":"com.tangosol.persistence","c":"PersistenceEnvironmentInfo","l":"getPersistenceBackupSpaceUsed()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getPersistenceEnvironment()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPersistenceEnvironment()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPersistenceEnvironment(Class)","u":"getPersistenceEnvironment(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"getPersistenceEnvironmentInfo(String, String)","u":"getPersistenceEnvironmentInfo(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceEventsDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getPersistenceEventsDirectory()"},{"p":"com.tangosol.persistence","c":"PersistenceEnvironmentInfo","l":"getPersistenceEventsDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools","l":"getPersistenceInfo()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"getPersistenceInfo()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPersistenceManager()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPersistenceManager(Class)","u":"getPersistenceManager(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"getPersistenceMode()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceMode()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getPersistenceMode()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceSnapshotDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getPersistenceSnapshotDirectory()"},{"p":"com.tangosol.persistence","c":"PersistenceEnvironmentInfo","l":"getPersistenceSnapshotDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getPersistenceTools()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"getPersistenceTools()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"getPersistenceTools(String)","u":"getPersistenceTools(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SnapshotArchiver","l":"getPersistenceTools(String)","u":"getPersistenceTools(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceTrashDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getPersistenceTrashDirectory()"},{"p":"com.tangosol.persistence","c":"PersistenceEnvironmentInfo","l":"getPersistenceTrashDirectory()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getPersistenceVersion(PersistentStore)","u":"getPersistenceVersion(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPersistentStore()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPersistentStore(Class)","u":"getPersistentStore(java.lang.Class)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getPersistentStoreMap()"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"getPersistentVersionCache()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getPofConfig()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getPofConfigURI()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"getPofContext()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"getPofContext()"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"getPofContext()"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"getPofContext()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getPofContext()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPofContext()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"getPofHandler()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPofHandler()"},{"p":"com.tangosol.io.pof.reflect","c":"PofReflectionHelper.NavigatorAndType","l":"getPofNavigator()"},{"p":"com.tangosol.io.pof.reflect","c":"PofReflectionHelper","l":"getPofNavigator(Class, String)","u":"getPofNavigator(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"getPofReader()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getPofSerializer(int)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"getPofSerializer(int)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"getPofSerializer(int)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"getPofSerializer(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"getPofSerializer(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"getPofTypeId(Class, PofContext)","u":"getPofTypeId(java.lang.Class,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"getPofTypeId(PofContext)","u":"getPofTypeId(com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"getPofWriter()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"getPolicyPopulation()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"getPolicyPopulation()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getPolls()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getPolls()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"getPool()"},{"p":"com.tangosol.net","c":"ThreadPoolManager","l":"getPoolSize()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"getPort()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"getPort()"},{"p":"com.tangosol.net","c":"Member","l":"getPort()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getPort()"},{"p":"com.tangosol.util","c":"UUID","l":"getPort()"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"getPortMin()"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"getPortMinOriginal()"},{"p":"com.tangosol.net.topic","c":"Publisher.Status","l":"getPosition()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"getPosition()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Element","l":"getPosition()"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"getPostFactor()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.Step","l":"getPostFilterKeySetSize()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"getPostFilterKeySetSize()"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"getPostInc()"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"getPreferredSize(ParameterResolver)","u":"getPreferredSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.Step","l":"getPreFilterKeySetSize()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"getPreFilterKeySetSize()"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"getPrefix()"},{"p":"com.tangosol.io","c":"FileHelper","l":"getPrefixLength(String)","u":"getPrefixLength(java.lang.String)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getPrevBlockOffset()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"getPrevious()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getPreviousModulo()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"getPreviousPropertyIndex()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getPrevNodeOffset()"},{"p":"com.tangosol.util","c":"CompositeKey","l":"getPrimaryKey()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getPrimaryLoadCalculator()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"getPrimaryOwner()"},{"p":"com.tangosol.net","c":"CompositeActionPolicy","l":"getPrimaryPolicy()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"getPrimitive(long)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.Iterator","l":"getPrimitiveValue()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.PrimitiveNode","l":"getPrimitiveValue()"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"getPrintWriter()"},{"p":"com.oracle.coherence.cdi","c":"SessionInitializer","l":"getPriority()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"getPriority()"},{"p":"com.tangosol.net.management","c":"MapJsonBodyHandler","l":"getPriority()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getPriority()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getPriority()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getPriority()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getPriority()"},{"p":"com.tangosol.net","c":"SessionProvider","l":"getPriority()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getPriority()"},{"p":"com.tangosol.config","c":"ConfigurationException","l":"getProblem()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver","l":"getProcessedEntries()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getProcessName()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getProcessName()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"getProcessor()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryProcessorEvent","l":"getProcessor()"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"getProcessor()"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"getProcessor()"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorRegistry","l":"getProcessor(String)","u":"getProcessor(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"DefaultProcessorFactory","l":"getProcessor(String...)","u":"getProcessor(java.lang.String...)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"NumberIncrementorFactory","l":"getProcessor(String...)","u":"getProcessor(java.lang.String...)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"NumberMultiplierFactory","l":"getProcessor(String...)","u":"getProcessor(java.lang.String...)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorFactory","l":"getProcessor(String...)","u":"getProcessor(java.lang.String...)"},{"p":"com.tangosol.coherence.rest.config","c":"ProcessorConfig","l":"getProcessorClass()"},{"p":"com.tangosol.coherence.rest.config","c":"ProcessorConfig","l":"getProcessorName()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"getProcessorRegistry()"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"getProcessRandom()"},{"p":"com.tangosol.util","c":"Base","l":"getProcessRandom()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"getProperties()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceDefaultsConfigSource","l":"getProperties()"},{"p":"com.oracle.coherence.mp.metrics","c":"CoherenceTagsConfigSource","l":"getProperties()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getProperties()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"getProperties()"},{"p":"com.oracle.coherence.mp.config","c":"ConfigPropertyResolver","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"SystemPropertyResolver.Default","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"SystemPropertyResolver","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getProperty(String, boolean)","u":"getProperty(java.lang.String,boolean)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getProperty(String, int)","u":"getProperty(java.lang.String,int)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getProperty(String, String)","u":"getProperty(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"SystemPropertyResolver","l":"getProperty(String, String)","u":"getProperty(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getProperty(String, String)","u":"getProperty(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getProperty(String, Supplier)","u":"getProperty(java.lang.String,java.util.function.Supplier)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getPropertyIndex()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"getPropertyName()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"getPropertyNames()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceDefaultsConfigSource","l":"getPropertyNames()"},{"p":"com.oracle.coherence.mp.metrics","c":"CoherenceTagsConfigSource","l":"getPropertyNames()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"getPropertySet()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getPropertyValue(String, Type, XmlElement, boolean)","u":"getPropertyValue(java.lang.String,java.lang.reflect.Type,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getProtocol()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getProviderBuilder()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"getProviderList()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getProviderName()"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"getProviderType(String)","u":"getProviderType(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies","l":"getProviderType(String)","u":"getProviderType(java.lang.String)"},{"p":"com.tangosol.util","c":"Proxyable","l":"getProxy(String, K)","u":"getProxy(java.lang.String,K)"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"getPruneDelay()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherAckDelayMillis()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherCloggedCount()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherCloggedDelayMillis()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherGroupThreshold()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherNackDelayMillis()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherPriority()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherResendDelayMillis()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherResendTimeoutMillis()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherSocketBufferSize()"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"getPutBundler()"},{"p":"com.tangosol.run.xml","c":"SimpleAttribute","l":"getQualifiedName()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getQualifiedName()"},{"p":"com.tangosol.run.xml","c":"XmlAttribute","l":"getQualifiedName()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getQualifiedName()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getQualifiedName(String, String)","u":"getQualifiedName(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine.ParsedQuery","l":"getQuery()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder.ParsedQuery","l":"getQuery()"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"getQueryConfig()"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngineRegistry","l":"getQueryEngine(String)","u":"getQueryEngine(java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"QueryEngineConfig","l":"getQueryEngineClass()"},{"p":"com.tangosol.coherence.rest.config","c":"NamedQuery","l":"getQueryEngineName()"},{"p":"com.tangosol.coherence.rest.config","c":"QueryEngineConfig","l":"getQueryEngineName()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"getQueryEngineRegistry()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterQueryMap","l":"getQueryMap()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getQueryMap(QueryMap, Converter, Converter, Converter, Converter)","u":"getQueryMap(com.tangosol.util.QueryMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.coherence.rest.util","c":"RestHelper","l":"getQueryParameters(UriInfo)","u":"getQueryParameters(jakarta.ws.rs.core.UriInfo)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getQueue()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"getQueueDaemon()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"getQueuedLimit()"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"getQueuedLimit()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"getQueuedSize()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"getQueueLength()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"getQueueLength()"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionRecoveryAction","l":"getQuorumInfo()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"getQuorumRules()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"getRackCount()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getRackName()"},{"p":"com.tangosol.net","c":"MemberIdentityProvider","l":"getRackName()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getRackName()"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"getRackName()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMemberIdentityProvider","l":"getRackName()"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"getRandom()"},{"p":"com.tangosol.util","c":"Base","l":"getRandom()"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"getRandomBinary(int, int)","u":"getRandomBinary(int,int)"},{"p":"com.tangosol.util","c":"Base","l":"getRandomBinary(int, int)","u":"getRandomBinary(int,int)"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"getRandomBinary(int, int, byte...)","u":"getRandomBinary(int,int,byte...)"},{"p":"com.tangosol.util","c":"Base","l":"getRandomBinary(int, int, byte...)","u":"getRandomBinary(int,int,byte...)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getRandomDestination()"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"getRandomString(int, int, boolean)","u":"getRandomString(int,int,boolean)"},{"p":"com.tangosol.util","c":"Base","l":"getRandomString(int, int, boolean)","u":"getRandomString(int,int,boolean)"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"getRawByteArray()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"getRawByteArray()"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"getRawDate()"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"getRawOffset()"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"getRawTime()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getReadBuffer()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"getReadBuffer()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getReadBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"getReadBuffer()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getReadBuffer()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"getReadBuffer(int, int)","u":"getReadBuffer(int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"getReadBuffer(int, int)","u":"getReadBuffer(int,int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getReader()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getReader()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getReader()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getReader()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"getReadHoldCount()"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"getReadLocator(String)","u":"getReadLocator(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"getReadLocator(String)","u":"getReadLocator(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"getReadLocatorBuilder()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"getReadLockCount()"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getReadOnlyEntry(Object)","u":"getReadOnlyEntry(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getReadQueue()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getReadThread()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getReceiveCount()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getReceiveCount()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getReceived()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getReceived()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getReceivedFifteenMinuteRate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getReceivedFifteenMinuteRate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getReceivedFiveMinuteRate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getReceivedFiveMinuteRate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getReceivedMeanRate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getReceivedMeanRate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getReceivedOneMinuteRate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getReceivedOneMinuteRate()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getReceiverPriority()"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"getRecentIterator()"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"getReconnectInterval()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getReconnectInterval()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"getReconnectInterval()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"getReconnectInterval()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getReconnectRetryMillis()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getReconnectRetryMillis(ParameterResolver)","u":"getReconnectRetryMillis(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getReconnectTimeoutMillis()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getReconnectTimeoutMillis(ParameterResolver)","u":"getReconnectTimeoutMillis(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getReconnectWaitMillis()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getReconnectWaitMillis(ParameterResolver)","u":"getReconnectWaitMillis(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getRecoveryMillis()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicMarkableReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicStampedReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"getReference()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getRefreshAheadFactor()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getRefreshAheadFactor(ParameterResolver)","u":"getRefreshAheadFactor(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getRefreshFrequency()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getRefreshPeriod()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getRefreshPolicy()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getRegisteredAsynchronousEventListeners()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getRegisteredAsynchronousEventListeners()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"getRegisteredDbs()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"getRegisteredName()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getRegisteredSynchronousEventListeners()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getRegisteredSynchronousEventListeners()"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"getRegistrationBehavior()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"getRegistrationContext()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"getRegistry()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies","l":"getRegistry()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"getRegistryPort()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getReifiedTypes(Class, Class)","u":"getReifiedTypes(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getReliableTransport()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getRemainingDistributionCount()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getRemainingDistributionCount()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getRemainingMessages()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getRemainingMessages(int)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"getRemainingMessages(String)","u":"getRemainingMessages(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"getRemainingMessages(String, int...)","u":"getRemainingMessages(java.lang.String,int...)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"getRemoteCacheScheme()"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent","l":"getRemoteMember()"},{"p":"com.oracle.coherence.grpc","c":"ErrorsHelper","l":"getRemoteStack(StatusException)","u":"getRemoteStack(io.grpc.StatusException)"},{"p":"com.oracle.coherence.grpc","c":"ErrorsHelper","l":"getRemoteStack(StatusRuntimeException)","u":"getRemoteStack(io.grpc.StatusRuntimeException)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getRemoveAction()"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"getRemoveBundler()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"getRemoved()"},{"p":"com.tangosol.util","c":"SubSet","l":"getRemoved()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getReplicatedCacheConfig()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"getRequest()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getRequestCount()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getRequestCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getRequestCountFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getRequestCountFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getRequestCountMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getRequestCountOneMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDuration75thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDuration75thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDuration95thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDuration95thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDuration98thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDuration98thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDuration999thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDuration999thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDuration99thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDuration99thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDurationMax()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDurationMax()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDurationMean()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDurationMean()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDurationMin()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDurationMin()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDurationStdDev()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDurationStdDev()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getRequestTimeout(ServiceScheme)","u":"getRequestTimeout(com.tangosol.coherence.config.scheme.ServiceScheme)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getRequestTimeout(XmlElement)","u":"getRequestTimeout(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"getRequestTimeoutMillis()"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"getRequestTimeoutMillis()"},{"p":"com.tangosol.net","c":"PriorityTask","l":"getRequestTimeoutMillis()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getRequestTimeoutMillis()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.Task","l":"getRequestTimeoutMillis()"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionRecoveryAction","l":"getResolver()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"getResolver(String)","u":"getResolver(java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryValue","l":"getResource()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getResource(Class)","u":"getResource(java.lang.Class)"},{"p":"com.tangosol.util","c":"ChainedResourceResolver","l":"getResource(Class)","u":"getResource(java.lang.Class)"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"getResource(Class)","u":"getResource(java.lang.Class)"},{"p":"com.tangosol.util","c":"ResourceResolver","l":"getResource(Class)","u":"getResource(java.lang.Class)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"getResource(Class)","u":"getResource(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getResource(Class, String)","u":"getResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"ChainedResourceResolver","l":"getResource(Class, String)","u":"getResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"getResource(Class, String)","u":"getResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"ResourceResolver","l":"getResource(Class, String)","u":"getResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"getResource(Class, String)","u":"getResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.net","c":"Cluster","l":"getResource(String)","u":"getResource(java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryKey","l":"getResourceClass()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getResourceRegistry()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getResourceRegistry()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getResourceRegistry()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"getResourceRegistry()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.Dependencies","l":"getResourceRegistry()"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"Cluster","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"Coherence","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DefaultDependencies","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Dependencies","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"Service","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"Session","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getResourceRegistry()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getResourceRegistry()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"getResources()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getResources(Class, String)","u":"getResources(java.lang.Class,java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getResponsesSentCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getResponsesSentCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getResponsesSentFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getResponsesSentFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getResponsesSentFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getResponsesSentFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getResponsesSentMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getResponsesSentMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getResponsesSentOneMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getResponsesSentOneMinuteRate()"},{"p":"com.tangosol.net","c":"Cluster.MemberTimeoutAction","l":"getResponsiveMemberSet()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"getResult()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"getResult()"},{"p":"com.tangosol.coherence.dslquery","c":"StatementResult","l":"getResult()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"TermWalker","l":"getResult()"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"getResult()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"getResult()"},{"p":"com.tangosol.net","c":"Invocable","l":"getResult()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"getResult()"},{"p":"com.tangosol.util","c":"QueryRecord","l":"getResults()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"getResults()"},{"p":"com.tangosol.util","c":"SubSet","l":"getRetained()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"getRipeArray()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"getRipeMillis()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"getRMIConnectorAttributes()"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"getRole()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getRoleName()"},{"p":"com.tangosol.net","c":"MemberIdentityProvider","l":"getRoleName()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getRoleName()"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"getRoleName()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMemberIdentityProvider","l":"getRoleName()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getRoles()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"getRollover()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getRoot()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getRoot()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getRoot()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getRoot()"},{"p":"com.tangosol.util","c":"WrapperException","l":"getRootCause()"},{"p":"com.tangosol.coherence.rest.io","c":"AbstractMarshaller","l":"getRootClass()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"getRoundingMode()"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getRoundRobinDestination()"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"getRoutableAddresses(InetAddress, boolean, Collection, boolean)","u":"getRoutableAddresses(java.net.InetAddress,boolean,java.util.Collection,boolean)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"getRule(int)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"getRuleMask()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getSafeAttribute(String)","u":"getSafeAttribute(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getSafeAttribute(String)","u":"getSafeAttribute(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getSafeElement(String)","u":"getSafeElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getSafeElement(String)","u":"getSafeElement(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"TimeHelper","l":"getSafeTimeMillis()"},{"p":"com.tangosol.util","c":"Base","l":"getSafeTimeMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getSampleDuration()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getSampleStartTime()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getSamplingPeriod()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"getScale()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"getScanner()"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"getSchedulingPriority()"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"getSchedulingPriority()"},{"p":"com.tangosol.net","c":"PriorityTask","l":"getSchedulingPriority()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.Task","l":"getSchedulingPriority()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getSchemaLocations(XmlElement, String)","u":"getSchemaLocations(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry.SchemeMappingKey","l":"getSchemeMappingClass()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getSchemeName()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractScheme","l":"getSchemeName()"},{"p":"com.tangosol.coherence.config.scheme","c":"Scheme","l":"getSchemeName()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"getSchemeName()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"getSchemeName()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"getScopedResolver(String)","u":"getScopedResolver(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getScopedServiceName()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"getScopedServiceName()"},{"p":"com.tangosol.coherence.config.scheme","c":"ViewScheme","l":"getScopedServiceName()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"getScopedServiceName()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getScopedServiceName(String)","u":"getScopedServiceName(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"getScopedServiceName(String, String)","u":"getScopedServiceName(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"getScopeName()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"getScopeName()"},{"p":"com.oracle.coherence.cdi","c":"SessionInitializer","l":"getScopeName()"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceBuilder","l":"getScopeName()"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"getScopeName()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getScopeName()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getScopeName()"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"getScopeName()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getScopeName()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent","l":"getScopeName()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEventDispatcher","l":"getScopeName()"},{"p":"com.tangosol.net.events.partition.cache","c":"PartitionedCacheDispatcher","l":"getScopeName()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getScopeName()"},{"p":"com.tangosol.net","c":"Session","l":"getScopeName()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getScopeName()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getScopeName()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getScopeName()"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"getScopePrefix()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"getScopePrefix()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"getScopePrefix(String, ContainerContext)","u":"getScopePrefix(java.lang.String,com.tangosol.application.ContainerContext)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"getScopeResolver()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"getSecond()"},{"p":"com.tangosol.util","c":"CompositeKey","l":"getSecondaryKey()"},{"p":"com.tangosol.net","c":"CompositeActionPolicy","l":"getSecondaryPolicy()"},{"p":"com.tangosol.util","c":"ChainedMap","l":"getSecondMap()"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"getSeconds()"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"getSeconds()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getSecurityConfig()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getSegmentForKey(Object)","u":"getSegmentForKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getSegmentIndex(int)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getSerializedValue()"},{"p":"com.tangosol.io.pof.reflect","c":"PofSparseArray.NilPofValue","l":"getSerializedValue()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"getSerializer()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getSerializer()"},{"p":"com.tangosol.net","c":"Service","l":"getSerializer()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getSerializer()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getSerializer()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"getSerializer()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getSerializer()"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"getSerializer(String, String, Supplier, Supplier)","u":"getSerializer(java.lang.String,java.lang.String,java.util.function.Supplier,java.util.function.Supplier)"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getSerializerFactory()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getSerializerMap()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getSerializerMap()"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"getService()"},{"p":"com.tangosol.net","c":"AbstractServiceLoadBalancer","l":"getService()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"getService()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"getService()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"getService()"},{"p":"com.tangosol.net.events.partition.cache","c":"Event","l":"getService()"},{"p":"com.tangosol.net.events.partition","c":"Event","l":"getService()"},{"p":"com.tangosol.net.events.partition","c":"PartitionedServiceDispatcher","l":"getService()"},{"p":"com.tangosol.net","c":"MemberEvent","l":"getService()"},{"p":"com.tangosol.net","c":"NamedCollection","l":"getService()"},{"p":"com.tangosol.net","c":"NamedMap","l":"getService()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getService()"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"getService()"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"getService()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getService()"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"getService()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getService(String)","u":"getService(java.lang.String)"},{"p":"com.tangosol.net","c":"Cluster","l":"getService(String)","u":"getService(java.lang.String)"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getService(String)","u":"getService(java.lang.String)"},{"p":"com.tangosol.net","c":"Session","l":"getService(String)","u":"getService(java.lang.String)"},{"p":"com.tangosol.net","c":"Cluster","l":"getServiceBanner()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"getServiceBanner(Collection)","u":"getServiceBanner(java.util.Collection)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getServiceBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"getServiceBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"getServiceBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"getServiceBuilder()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getServiceConfig(String)","u":"getServiceConfig(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getServiceDependencies()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getServiceFailurePolicyBuilder()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getServiceFilterMap()"},{"p":"com.tangosol.net","c":"Cluster","l":"getServiceInfo(String)","u":"getServiceInfo(java.lang.String)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"getServiceJoinTime(String)","u":"getServiceJoinTime(java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getServiceMachineCount()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getServiceMachineCount()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getServiceMap()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getServiceMap()"},{"p":"com.tangosol.net","c":"ServiceInfo","l":"getServiceMember(int)"},{"p":"com.tangosol.net","c":"ServiceInfo","l":"getServiceMembers()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getServiceMonitor()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"getServiceName()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getServiceName()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"getServiceName()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"getServiceName()"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"getServiceName()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"getServiceName()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent","l":"getServiceName()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEventDispatcher","l":"getServiceName()"},{"p":"com.tangosol.net.events.partition.cache","c":"PartitionedCacheDispatcher","l":"getServiceName()"},{"p":"com.tangosol.net.events.partition","c":"PartitionedServiceDispatcher","l":"getServiceName()"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"getServiceName()"},{"p":"com.tangosol.net","c":"ServiceInfo","l":"getServiceName()"},{"p":"com.tangosol.net","c":"Cluster","l":"getServiceNames()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getServiceNodeCount()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getServiceNodeCount()"},{"p":"com.tangosol.coherence.config.scheme","c":"BaseGrpcScheme","l":"getServiceProvider()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getServiceRackCount()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getServiceRackCount()"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"getServiceSchemeRegistry()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"getServiceSerializer()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getServiceSiteCount()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getServiceSiteCount()"},{"p":"com.tangosol.coherence.config.scheme","c":"ViewScheme","l":"getServiceStore(Cluster)","u":"getServiceStore(com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractLocalCachingScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"BaseGrpcCacheScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"InvocationScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"OptimisticScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"ProxyScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteCacheScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteInvocationScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReplicatedScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"TransactionalScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"ViewScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"getServiceType()"},{"p":"com.tangosol.net","c":"ServiceInfo","l":"getServiceType()"},{"p":"com.tangosol.net","c":"ServiceInfo","l":"getServiceVersion(Member)","u":"getServiceVersion(com.tangosol.net.Member)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getServiceVersion(PersistentStore)","u":"getServiceVersion(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getSession()"},{"p":"com.tangosol.net","c":"Coherence","l":"getSession()"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent","l":"getSession()"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"getSession()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"getSession()"},{"p":"com.oracle.coherence.cdi","c":"AbstractCacheInterceptor","l":"getSession(String)","u":"getSession(java.lang.String)"},{"p":"com.tangosol.net","c":"Coherence","l":"getSession(String)","u":"getSession(java.lang.String)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration","l":"getSessionConfigurations()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.SimpleConfig","l":"getSessionConfigurations()"},{"p":"com.tangosol.net","c":"Coherence","l":"getSessionIfPresent(String)","u":"getSessionIfPresent(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"getSessionName()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent","l":"getSessionName()"},{"p":"com.tangosol.net","c":"Coherence","l":"getSessionNames()"},{"p":"com.tangosol.net","c":"SessionProvider.Provider","l":"getSessionProvider()"},{"p":"com.tangosol.net","c":"Coherence","l":"getSessionScopeNames()"},{"p":"com.tangosol.net","c":"Coherence","l":"getSessionsWithScope(String)","u":"getSessionsWithScope(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"SessionProducer","l":"getSessionWithName(InjectionPoint)","u":"getSessionWithName(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.oracle.coherence.cdi","c":"SessionProducer","l":"getSessionWithSessionName(InjectionPoint)","u":"getSessionWithSessionName(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"getSet()"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"getSet()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getSet()"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getSet(Set, Class)","u":"getSet(java.util.Set,java.lang.Class)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getSet(Set, Converter, Converter)","u":"getSet(java.util.Set,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getSetList(NodeTerm)","u":"getSetList(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"getSharedDirectoryPath()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getShieldedOutputStream(OutputStream)","u":"getShieldedOutputStream(java.io.OutputStream)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getShort()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getShort()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getShortArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getShortArray()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"getShortClassName()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getShrinkageCount()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"getShrinkageThreshold()"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"getShrinkageThreshold()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getShutdownHookOption()"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"getSignedPermission()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers","l":"getSimpleFactory(Continuation)","u":"getSimpleFactory(com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"getSimpleName()"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"getSimpleName(Class)","u":"getSimpleName(java.lang.Class)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getSimpleName(Class)","u":"getSimpleName(java.lang.Class)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"getSimpleName(String)","u":"getSimpleName(java.lang.String)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getSimpleName(String)","u":"getSimpleName(java.lang.String)"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"getSingletonFactory()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"getSiteCount()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getSiteName()"},{"p":"com.tangosol.net","c":"MemberIdentityProvider","l":"getSiteName()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getSiteName()"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"getSiteName()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMemberIdentityProvider","l":"getSiteName()"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"getSize()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getSize()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getSize()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"getSize()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"getSize()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"getSize()"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"getSize()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"getSize()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"getSize()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"getSize()"},{"p":"com.tangosol.util","c":"LongArray","l":"getSize()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"getSize()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"getSize()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"getSize()"},{"p":"com.tangosol.util","c":"StringTable","l":"getSize()"},{"p":"com.tangosol.util","c":"Tree","l":"getSize()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"getSize()"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlMapWriter","l":"getSize(Map, Class, Type, Annotation[], MediaType)","u":"getSize(java.util.Map,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"EntryWriter","l":"getSize(Object, Class, Type, Annotation[], MediaType)","u":"getSize(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"JsonCollectionWriter","l":"getSize(Object, Class, Type, Annotation[], MediaType)","u":"getSize(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"ObjectWriter","l":"getSize(Object, Class, Type, Annotation[], MediaType)","u":"getSize(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlCollectionWriter","l":"getSize(Object, Class, Type, Annotation[], MediaType)","u":"getSize(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlKeysWriter","l":"getSize(Set, Class, Type, Annotation[], MediaType)","u":"getSize(java.util.Set,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"getSizeAction()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getSizeCode()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"getSizeThreshold()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getSnapshotArchiverMap()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getSnapshotArchiverMap()"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.RecoveryTransferEvent","l":"getSnapshotName()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getSnapshotPersistenceTools(File)","u":"getSnapshotPersistenceTools(java.io.File)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"getSnapshots()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSocketProvider(String)","u":"getSocketProvider(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSocketProvider(String, SocketProviderFactory.Dependencies, int)","u":"getSocketProvider(java.lang.String,com.tangosol.net.SocketProviderFactory.Dependencies,int)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSocketProvider(XmlElement)","u":"getSocketProvider(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getSocketProviderBuilder()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSocketProviderBuilder(XmlElement)","u":"getSocketProviderBuilder(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSocketProviderBuilder(XmlElement, boolean)","u":"getSocketProviderBuilder(com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getSocketProviderFactory()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getSocketProviderFactory()"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"getSocketProviderFactory()"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies","l":"getSocketProviderFactory()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSocketProviderFactory(ProcessingContext, XmlElement)","u":"getSocketProviderFactory(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getSoftTimeout()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"getSoftTimeoutMillis()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getSoftTimeoutMillis()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"getSortedMap()"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getSortedMap(SortedMap, Class, Class)","u":"getSortedMap(java.util.SortedMap,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getSortedMap(SortedMap, Converter, Converter, Converter, Converter)","u":"getSortedMap(java.util.SortedMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"getSortedSet()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"getSortedSet()"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getSortedSet(SortedSet, Class)","u":"getSortedSet(java.util.SortedSet,java.lang.Class)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getSortedSet(SortedSet, Converter, Converter)","u":"getSortedSet(java.util.SortedSet,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord.Entry","l":"getSource()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"getSource()"},{"p":"com.tangosol.net","c":"NameService.RequestContext","l":"getSourceAddress()"},{"p":"com.tangosol.net.partition","c":"BroadKeyPartitioningStrategy","l":"getSpan(Object)","u":"getSpan(java.lang.Object)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getSpeakerPriority()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getSpeakerVolumeMinimum()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getSqlTokenTable(boolean)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"getSSLDependencies(String)","u":"getSSLDependencies(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies","l":"getSSLDependencies(String)","u":"getSSLDependencies(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"getSSLDependenciesBuilderMap()"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"getSSLSettings()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSSLSettings(SocketProvider)","u":"getSSLSettings(com.oracle.coherence.common.net.SocketProvider)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSSLSettings(SocketProviderBuilder)","u":"getSSLSettings(com.tangosol.coherence.config.builder.SocketProviderBuilder)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSSLSettings(XmlElement)","u":"getSSLSettings(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"getStableBucketArray()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getStableBucketArray()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getStackFrame()"},{"p":"com.tangosol.util","c":"Base","l":"getStackFrame()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getStackFrames()"},{"p":"com.tangosol.util","c":"Base","l":"getStackFrames()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getStackTrace()"},{"p":"com.tangosol.util","c":"Base","l":"getStackTrace()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getStackTrace(Thread)","u":"getStackTrace(java.lang.Thread)"},{"p":"com.tangosol.util","c":"Base","l":"getStackTrace(Thread)","u":"getStackTrace(java.lang.Thread)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getStackTrace(Throwable)","u":"getStackTrace(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"Base","l":"getStackTrace(Throwable)","u":"getStackTrace(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"getStalePartitions(PartitionedService.PartitionRecoveryAction, PartitionSet, PartitionSet)","u":"getStalePartitions(com.tangosol.net.PartitionedService.PartitionRecoveryAction,com.tangosol.net.partition.PartitionSet,com.tangosol.net.partition.PartitionSet)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicStampedReference","l":"getStamp()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"getStamp()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"getStamp()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference","l":"getStamp()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"getStamp()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"getStamp()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getState()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getState()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"getState()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"getState()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"getState()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getState()"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"getState()"},{"p":"com.tangosol.util","c":"Daemon","l":"getState()"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"getState()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"getState()"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"getState(String)","u":"getState(java.lang.String)"},{"p":"com.tangosol.util.fsm","c":"AnnotationDrivenModel","l":"getStateClass()"},{"p":"com.tangosol.util.fsm","c":"Model","l":"getStateClass()"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"getStateClass()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getStateCode()"},{"p":"com.tangosol.util.fsm","c":"AnnotationDrivenModel","l":"getStateEntryActions()"},{"p":"com.tangosol.util.fsm","c":"Model","l":"getStateEntryActions()"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"getStateEntryActions()"},{"p":"com.tangosol.util.fsm","c":"AnnotationDrivenModel","l":"getStateExitActions()"},{"p":"com.tangosol.util.fsm","c":"Model","l":"getStateExitActions()"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"getStateExitActions()"},{"p":"com.tangosol.util.fsm","c":"RollbackTransitionException","l":"getStateFrom()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getStatementBuilder(String)","u":"getStatementBuilder(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getStatementBuilders()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getStatementExecutor()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getStatementExecutor()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getStatementExecutor()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getStatements()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getStatements()"},{"p":"com.tangosol.util.fsm","c":"AnnotationDrivenModel","l":"getStates()"},{"p":"com.tangosol.util.fsm","c":"Model","l":"getStates()"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"getStates()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getStateString(int)"},{"p":"com.tangosol.util.fsm","c":"RollbackTransitionException","l":"getStateTo()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"getStatistics()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"getStatistics()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getStatistics()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getStatistics()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"getStatistics()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getStatistics()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistenceSnapshotTools","l":"getStatistics()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"getStatistics()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"getStatus()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"getStatus()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"getStatus()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"getStatusDescription()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy","l":"getStatusDescription()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"getStatusDescription()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ProxyQuorumPolicy","l":"getStatusDescription()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getStatusMap()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getStatusMap()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult","l":"getSteps()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.Step","l":"getSteps()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"getSteps()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"getSteps()"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"getStorageAccessAuthorizer()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getStorageAccessAuthorizer()"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"getStorageAccessAuthorizer(String)","u":"getStorageAccessAuthorizer(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"getStorageAccessAuthorizer(String)","u":"getStorageAccessAuthorizer(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"getStorageAccessAuthorizer(String)","u":"getStorageAccessAuthorizer(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"getStorageAccessAuthorizer(String)","u":"getStorageAccessAuthorizer(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager","l":"getStorageAccessAuthorizer(String)","u":"getStorageAccessAuthorizer(java.lang.String)"},{"p":"com.tangosol.net","c":"DistributedCacheService","l":"getStorageEnabledMembers()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getStorageFormat()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.SafetyFilter","l":"getStorageIndex()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getStorageScheme()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getStorageScheme(ParameterResolver)","u":"getStorageScheme(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getStorageSize()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getStorageVersion()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"getStore()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"getStore()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"getStore()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getStore()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"getStore()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getStoreBundler()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.FailureContinuationFactory","l":"getStoreContinuation(PersistentStore)","u":"getStoreContinuation(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getStoreFailures()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getStoreMillis()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"getStoreName(ParameterResolver)","u":"getStoreName(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getStoreOps()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getStrategyName()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getStrategyName()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getStreamFormat(Object)","u":"getStreamFormat(java.lang.Object)"},{"p":"com.tangosol.util","c":"CacheCollator","l":"getStrength()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getString()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getString()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getString()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getString()"},{"p":"com.tangosol.util","c":"AnyEvent","l":"getString()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getString(String)","u":"getString(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getString(String)","u":"getString(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Resources","l":"getString(String, String)","u":"getString(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Resources","l":"getString(String, String[], String)","u":"getString(java.lang.String,java.lang.String[],java.lang.String)"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"getSubject()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getSubMappings()"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"getSubscriberGroupBuilders()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getSubscriberGroupMBeanName(SubscriberGroupId, String, Service)","u":"getSubscriberGroupMBeanName(com.tangosol.internal.net.topic.impl.paged.model.SubscriberGroupId,java.lang.String,com.tangosol.net.Service)"},{"p":"com.tangosol.coherence.config.builder","c":"SubscriberGroupBuilder","l":"getSubscriberGroupName(ParameterResolver)","u":"getSubscriberGroupName(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"getSubscriberGroups()"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"getSubscriberGroups(String)","u":"getSubscriberGroups(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getSubscriberMBeanName(PagedTopicSubscriber)","u":"getSubscriberMBeanName(com.tangosol.internal.net.topic.impl.paged.PagedTopicSubscriber)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getSubscriberMBeanPattern(NamedTopic, boolean)","u":"getSubscriberMBeanPattern(com.tangosol.net.topic.NamedTopic,boolean)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getSubscriberMBeanPattern(NamedTopic, SubscriberGroupId, boolean)","u":"getSubscriberMBeanPattern(com.tangosol.net.topic.NamedTopic,com.tangosol.internal.net.topic.impl.paged.model.SubscriberGroupId,boolean)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"getSubscribers(String, SubscriberGroupId)","u":"getSubscribers(java.lang.String,com.tangosol.internal.net.topic.impl.paged.model.SubscriberGroupId)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getSubscriberTimeout(ParameterResolver)","u":"getSubscriberTimeout(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getSubscriberTimeoutMillis()"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"getSubscription(long)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"getSubscriptionId(String, SubscriberGroupId)","u":"getSubscriptionId(java.lang.String,com.tangosol.internal.net.topic.impl.paged.model.SubscriberGroupId)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getSuccessfulRequestCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getSuccessfulRequestCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getSuccessfulRequestFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getSuccessfulRequestFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getSuccessfulRequestFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getSuccessfulRequestFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getSuccessfulRequestMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getSuccessfulRequestMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getSuccessfulRequestOneMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getSuccessfulRequestOneMinuteRate()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getSuggestionCompletionDelay()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getSuggestionDelay()"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"getSupplier()"},{"p":"com.tangosol.net.events","c":"EventDispatcher","l":"getSupportedTypes()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"getSymbol()"},{"p":"com.tangosol.util","c":"Listeners","l":"getSynchronousListeners()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery","c":"StatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getSyntheticEventsMap()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"getSyntheticInfo(String)","u":"getSyntheticInfo(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getTail(int)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getTails()"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"getTarget()"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"getTarget()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getTaskActiveMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getTaskActiveMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getTaskAddCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getTaskAddCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getTaskAddCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getTaskBacklog()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getTaskBacklog()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getTaskCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getTaskCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getTaskCount()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getTaskExecutionTime()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getTaskHungThresholdMillis()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"getTasks()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getTasksCompletedCount()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getTasksInProgressCount()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getTasksRejectedCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getTaskTimeout()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getTaskTimeout()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getTaskTimeout()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getTaskTimeoutCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getTaskTimeoutCount()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getTaskTimeoutMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getTaskWaitTime()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getTcpBacklog()"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"getTcpDatagramSocketDependencies(String)","u":"getTcpDatagramSocketDependencies(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies","l":"getTcpDatagramSocketDependencies(String)","u":"getTcpDatagramSocketDependencies(java.lang.String)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getTcpDatagramSocketOptions()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getTcpRingSocketOptions()"},{"p":"com.tangosol.net","c":"ServiceMonitor","l":"getThread()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"getThread()"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"getThread()"},{"p":"com.tangosol.util","c":"Daemon","l":"getThread()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"getThreadContext()"},{"p":"com.tangosol.util","c":"Daemon","l":"getThreadContextClassLoader()"},{"p":"com.tangosol.net","c":"ThreadPoolManager","l":"getThreadDecreaseInterval()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"getThreadDump()"},{"p":"com.tangosol.util","c":"Base","l":"getThreadFactory()"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"getThreadId()"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"getThreadId()"},{"p":"com.tangosol.net","c":"ThreadPoolManager","l":"getThreadIncreaseInterval()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getThreadPriority()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"getThreadThreshold()"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"getThreadThreshold(ParameterResolver)","u":"getThreadThreshold(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"getThreshold()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"getThresholdFactor()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getTime()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getTime()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getTime(Time)","u":"getTime(java.sql.Time)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getTime(Time)","u":"getTime(java.sql.Time)"},{"p":"com.tangosol.net","c":"Cluster.MemberTimeoutAction","l":"getTimedOutMemberSet()"},{"p":"com.tangosol.net","c":"Cluster","l":"getTimeMillis()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getTimeout()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getTimeout()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getTimeout()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getTimeout()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getTimeoutCount()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"getTimeoutMillis()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getTimeoutMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getTimestamp()"},{"p":"com.tangosol.net","c":"Member","l":"getTimestamp()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getTimestamp()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Element","l":"getTimestamp()"},{"p":"com.tangosol.util","c":"UID","l":"getTimestamp()"},{"p":"com.tangosol.util","c":"UUID","l":"getTimestamp()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"getTimeToLive()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DelayedTransitionTo","l":"getTimeUnit()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.ProcessEventLater","l":"getTimeUnit()"},{"p":"com.oracle.coherence.common.base","c":"TimeHelper","l":"getTimeZone(String)","u":"getTimeZone(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"getTimeZone(String)","u":"getTimeZone(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getTitle()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getTitle()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getTitle()"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"getTokens()"},{"p":"com.tangosol.coherence.dsltools.base","c":"NestedBaseTokens","l":"getTokens()"},{"p":"com.tangosol.coherence.dsltools.base","c":"SequenceBaseToken","l":"getTokens()"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"getToMember()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getTopAnchor()"},{"p":"com.tangosol.net","c":"Session","l":"getTopic(String)","u":"getTopic(java.lang.String)"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getTopic(String, NamedCollection.Option...)","u":"getTopic(java.lang.String,com.tangosol.net.NamedCollection.Option...)"},{"p":"com.tangosol.net","c":"Session","l":"getTopic(String, NamedCollection.Option...)","u":"getTopic(java.lang.String,com.tangosol.net.NamedCollection.Option...)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"getTopicBackingMapManager()"},{"p":"com.tangosol.net","c":"TopicService","l":"getTopicBackingMapManager()"},{"p":"com.tangosol.net.topic","c":"TopicBackingMapManager","l":"getTopicDependencies(String)","u":"getTopicDependencies(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getTopicMBeanName(NamedTopic)","u":"getTopicMBeanName(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getTopicMBeanPattern()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getTopicMBeanPattern(TopicService)","u":"getTopicMBeanPattern(com.tangosol.net.TopicService)"},{"p":"com.tangosol.net","c":"TopicService","l":"getTopicNames()"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"getTopicService()"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"getTopicStatistics(String)","u":"getTopicStatistics(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getTotalGets()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getTotalGets()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getTotalGets()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getTotalGetsMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getTotalGetsMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getTotalGetsMillis()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getTotalPageCount()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getTotalPuts()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getTotalPuts()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getTotalPuts()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getTotalPutsMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getTotalPutsMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getTotalPutsMillis()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getTotalRegisterListener()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.Entry","l":"getTouchCount()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"getTouchCount()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntryAttributes","l":"getTouchCount()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"getTouchCount()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"getTouchCount()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"getTouchCount()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getTouchCounter()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"getTransactionIsolation()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"getTransactionTimeout()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"getTransferThreshold()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies","l":"getTransferThreshold()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"getTransformationState()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"getTransformer()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getTransformer()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"getTransformer()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"getTransformer()"},{"p":"com.oracle.coherence.cdi","c":"MapEventTransformerProducer","l":"getTransformer(InjectionPoint)","u":"getTransformer(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"getTransformerBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getTransientExpression()"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"getTransientVersionCache()"},{"p":"com.tangosol.util.fsm","c":"ExecutionContext","l":"getTransitionCount()"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"getTransitionCount()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"getTransitionCount()"},{"p":"com.tangosol.util.fsm","c":"AnnotationDrivenModel","l":"getTransitions()"},{"p":"com.tangosol.util.fsm","c":"Model","l":"getTransitions()"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"getTransitions()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getTrashDirectory()"},{"p":"com.tangosol.util","c":"MapTriggerListener","l":"getTrigger()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getTriggerExtentId(long)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getTrustManager()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"getTTL()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"getType()"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"getType()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getType()"},{"p":"com.tangosol.io.pof.reflect","c":"PofReflectionHelper.NavigatorAndType","l":"getType()"},{"p":"com.tangosol.net.events","c":"Event","l":"getType()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getType()"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"getType()"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"getType()"},{"p":"com.tangosol.util","c":"QueryRecord","l":"getType()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"getType()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"getTypeCode()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getTypedCache(String, ClassLoader, TypeAssertion)","u":"getTypedCache(java.lang.String,java.lang.ClassLoader,com.tangosol.net.cache.TypeAssertion)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getTypedCache(String, TypeAssertion)","u":"getTypedCache(java.lang.String,com.tangosol.net.cache.TypeAssertion)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getTypeId()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getTypeId()"},{"p":"com.tangosol.io.pof","c":"EvolvableHolder","l":"getTypeIds()"},{"p":"com.tangosol.io.pof","c":"PofAnnotationSerializer","l":"getTypeMetadata()"},{"p":"com.tangosol.net","c":"Member","l":"getUid()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getUid()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getUID()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.DecoratedMultiBufferReadBuffer","l":"getUndecorated()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getUndecorated(Binary)","u":"getUndecorated(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getUndecorated(ReadBuffer)","u":"getUndecorated(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getUnicastSocketProviderBuilder()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getUnicastSocketProviderXml()"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"getUniformElementType()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"getUniformType()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.ComplexMap","l":"getUniformType()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.Complex","l":"getUniformType()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.ComplexMap","l":"getUniformType()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"getUniqueDbName()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getUnitCalculator()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getUnitCalculator()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getUnitCalculator()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getUnitCalculator()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getUnitCalculator()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"getUnitCalculatorBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"getUnitCalculatorBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"getUnitCalculatorBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"getUnitCalculatorBuilder()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getUnitCalculatorType()"},{"p":"com.tangosol.coherence.config.builder","c":"UnitCalculatorBuilder","l":"getUnitCalculatorType(ParameterResolver)","u":"getUnitCalculatorType(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.unit","c":"Units","l":"getUnitCount()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getUnitFactor()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getUnitFactor()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getUnitFactor()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getUnitFactor()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getUnitFactor()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"getUnitFactor(ParameterResolver)","u":"getUnitFactor(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"getUnitFactor(ParameterResolver)","u":"getUnitFactor(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"getUnitFactor(ParameterResolver)","u":"getUnitFactor(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"getUnitFactor(ParameterResolver)","u":"getUnitFactor(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"getUnitOfOrderId()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"getUnitOfOrderId()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"getUnitOfOrderId()"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"getUnitOfOrderId()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getUnits()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.Entry","l":"getUnits()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getUnits()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"getUnits()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getUnits()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntryAttributes","l":"getUnits()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"getUnits()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getUnits()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"getUnits()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getUnits()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"getUnits()"},{"p":"com.tangosol.util","c":"MapIndex","l":"getUnits()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"getUnits()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getUniversalName(String, String)","u":"getUniversalName(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"getUnlockAction()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getUnownedPartitions(PartitionSet, int)","u":"getUnownedPartitions(com.tangosol.net.partition.PartitionSet,int)"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"getUnresolvedPartitions()"},{"p":"com.tangosol.util","c":"Unsafe","l":"getUnsafe()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getUnsafeReadBuffer()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"getUnsafeReadBuffer()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"getUnsafeReadBuffer()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getUnsafeReadBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"getUnsafeReadBuffer()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getUnsafeReadBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"getUnsafeWriteBuffer()"},{"p":"com.tangosol.util","c":"Tree","l":"getUnsynchronizedKeyEnumerator()"},{"p":"com.tangosol.util","c":"Tree","l":"getUnsynchronizedKeyEnumerator(Comparable)","u":"getUnsynchronizedKeyEnumerator(java.lang.Comparable)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getUpdatedPartitions()"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"getUpdater()"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"getUpdater()"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"getUpdater()"},{"p":"com.tangosol.util","c":"ValueManipulator","l":"getUpdater()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"getUpperBound()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"getUpperFilter()"},{"p":"com.oracle.coherence.common.base","c":"TimeHelper","l":"getUpTimeMillis()"},{"p":"com.tangosol.util","c":"Base","l":"getUpTimeMillis()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getURI()"},{"p":"com.tangosol.net","c":"URLPasswordProvider","l":"getURL()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getUsedCapacity()"},{"p":"com.tangosol.net","c":"Service","l":"getUserContext()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getUserContext()"},{"p":"com.tangosol.net.security","c":"UsernameAndPassword","l":"getUsername()"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"getUserPrincipal()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"getUserTypeId()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"getUserTypeId()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"getUserTypeId()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"getUserTypeId()"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"getUserTypeId()"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"getUserTypeId()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getUserTypeIdentifier(Class)","u":"getUserTypeIdentifier(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"getUserTypeIdentifier(Class)","u":"getUserTypeIdentifier(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"getUserTypeIdentifier(Class)","u":"getUserTypeIdentifier(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"getUserTypeIdentifier(Class)","u":"getUserTypeIdentifier(java.lang.Class)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"getUserTypeIdentifier(Class)","u":"getUserTypeIdentifier(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getUserTypeIdentifier(Object)","u":"getUserTypeIdentifier(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"getUserTypeIdentifier(Object)","u":"getUserTypeIdentifier(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"getUserTypeIdentifier(Object)","u":"getUserTypeIdentifier(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"getUserTypeIdentifier(Object)","u":"getUserTypeIdentifier(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getUserTypeIdentifier(String)","u":"getUserTypeIdentifier(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"getUserTypeIdentifier(String)","u":"getUserTypeIdentifier(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"getUserTypeIdentifier(String)","u":"getUserTypeIdentifier(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"getUserTypeIdentifier(String)","u":"getUserTypeIdentifier(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"getUserTypeIdentifier(String)","u":"getUserTypeIdentifier(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getUserTypeIdentifierInternal(Class)","u":"getUserTypeIdentifierInternal(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getUserTypeIdentifierInternal(String)","u":"getUserTypeIdentifierInternal(java.lang.String)"},{"p":"com.tangosol.net","c":"Member","l":"getUuid()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"getValidator()"},{"p":"com.oracle.coherence.mp.config","c":"ConfigPropertyChanged","l":"getValue()"},{"p":"com.tangosol.coherence.dsltools.base","c":"IdentifierBaseToken","l":"getValue()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LeafBaseToken","l":"getValue()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"getValue()"},{"p":"com.tangosol.coherence.dsltools.base","c":"OperatorBaseToken","l":"getValue()"},{"p":"com.tangosol.coherence.dsltools.base","c":"PunctuationBaseToken","l":"getValue()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"getValue()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"getValue()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord.Entry","l":"getValue()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"getValue()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"getValue()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheEntryEvent","l":"getValue()"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"getValue()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getValue()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getValue()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getValue()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getValue()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"getValue()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent","l":"getValue()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"getValue()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Element","l":"getValue()"},{"p":"com.tangosol.net.topic","c":"TopicPublisherException","l":"getValue()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getValue()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getValue()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.Entry","l":"getValue()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"getValue()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"getValue()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"getValue()"},{"p":"com.tangosol.util","c":"AnyEvent","l":"getValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray.ConverterLongArrayIterator","l":"getValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"getValue()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.IntDecoratedObject","l":"getValue()"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"getValue()"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"getValue()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"LongArray.Iterator","l":"getValue()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.PrimitiveNode","l":"getValue()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"getValue()"},{"p":"com.tangosol.util","c":"SafeSortedMap.NullableEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"getValue()"},{"p":"com.tangosol.util","c":"SimpleLongArray.Iterator","l":"getValue()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"SparseArray.ObjectNode","l":"getValue()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"getValue()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"getValue()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getValue(Class)","u":"getValue(java.lang.Class)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getValue(Class)","u":"getValue(java.lang.Class)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getValue(int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofSparseArray.NilPofValue","l":"getValue(int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getValue(int)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"getValue(Object)","u":"getValue(java.lang.Object)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"getValue(String)","u":"getValue(java.lang.String)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceDefaultsConfigSource","l":"getValue(String)","u":"getValue(java.lang.String)"},{"p":"com.oracle.coherence.mp.metrics","c":"CoherenceTagsConfigSource","l":"getValue(String)","u":"getValue(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getValue(String)","u":"getValue(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getValue(String, Class)","u":"getValue(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"getValue(Supplier)","u":"getValue(java.util.function.Supplier)"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"getValue(V)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"getValueAdapter()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getValueBuffer()"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"getValueClass()"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"getValueClassName()"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"getValueClassName()"},{"p":"com.tangosol.net.cache","c":"TypeAssertion.WithTypesAssertion","l":"getValueClassName()"},{"p":"com.tangosol.net","c":"ValueTypeAssertion.WithValueTypeAssertion","l":"getValueClassName()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getValueConverter()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"getValueExtractor()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"getValueExtractor()"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"getValueExtractor()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"getValueExtractor()"},{"p":"com.tangosol.util","c":"MapIndex","l":"getValueExtractor()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getValueExtractor()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"getValueExtractor()"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer","l":"getValueExtractor(InjectionPoint)","u":"getValueExtractor(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getValueFromInternalConverter()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getValueFromInternalConverter()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"getValueIndex()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"getValueInternal()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getValueLength()"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"getValues(int, int, String, PropertySet, String)","u":"getValues(int,int,java.lang.String,com.tangosol.coherence.rest.util.PropertySet,java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"getValues(PropertySet)","u":"getValues(com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"getValues(UriInfo, int, int, String, PropertySet)","u":"getValues(jakarta.ws.rs.core.UriInfo,int,int,java.lang.String,com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getValueToInternalConverter()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getValueToInternalConverter()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"getValueType()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"getValueType()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"getValueType()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getVariance(SimpleAssignmentStrategy.AnalysisContext, boolean)","u":"getVariance(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext,boolean)"},{"p":"com.tangosol.io.pof.reflect","c":"PofUserType","l":"getVersion()"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"getVersion()"},{"p":"com.tangosol.net.partition","c":"VersionedPartitions.VersionedIterator","l":"getVersion()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getVersion()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getVersion()"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"getVersion(int)"},{"p":"com.tangosol.net.partition","c":"VersionedPartitions","l":"getVersion(int)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"getVersion(String)","u":"getVersion(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"getVersionCache()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"getVersionId()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"getVersionId()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"getVersionId()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"getVersionId()"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"getVersionId()"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"getVersionId()"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap","l":"getVersionIndicator()"},{"p":"com.tangosol.util","c":"Versionable","l":"getVersionIndicator()"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"getVersionMap()"},{"p":"com.tangosol.net.partition","c":"VersionAwareMapListener","l":"getVersions()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"getViewName()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"getViewName()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"getWaitingThread()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"getWaitMillis()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"getWeaker()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getWellKnownAddresses()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getWhere(NodeTerm)","u":"getWhere(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getWildcardMatch(String)","u":"getWildcardMatch(java.lang.String)"},{"p":"com.tangosol.util","c":"Daemon","l":"getWorker()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getWorkerThreadCount()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getWorkerThreadCountMax()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getWorkerThreadCountMin()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getWorkerThreadPriority()"},{"p":"com.tangosol.util","c":"WrapperException","l":"getWrapper()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getWriteBatchFactor()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getWriteBatchFactor(ParameterResolver)","u":"getWriteBatchFactor(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getWriteBehindMillis()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getWriteBehindSeconds()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getWriteBuffer(int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getWriteBuffer(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getWriteBuffer(int, int)","u":"getWriteBuffer(int,int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getWriteBuffer(int, int)","u":"getWriteBuffer(int,int)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getWriteDelay(ParameterResolver)","u":"getWriteDelay(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getWriteDelaySeconds(ParameterResolver)","u":"getWriteDelaySeconds(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"getWriteHoldCount()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getWriteMaxBatchSize()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getWriteMaxBatchSize(ParameterResolver)","u":"getWriteMaxBatchSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getWriteQueue()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getWriter()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getWriter()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getWriteRequeueThreshold()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getWriteRequeueThreshold(ParameterResolver)","u":"getWriteRequeueThreshold(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getWriteThread()"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceBuilder","l":"getXml()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getXml()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"getXmlConfig()"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"getXmlConfig(ClassLoader, URL)","u":"getXmlConfig(java.lang.ClassLoader,java.net.URL)"},{"p":"com.tangosol.run.xml","c":"XmlDocumentReference","l":"getXmlDocument()"},{"p":"com.tangosol.run.xml","c":"XmlDocumentReference","l":"getXmlDocument(ClassLoader)","u":"getXmlDocument(java.lang.ClassLoader)"},{"p":"com.tangosol.run.xml","c":"SimpleAttribute","l":"getXmlElement()"},{"p":"com.tangosol.run.xml","c":"XmlAttribute","l":"getXmlElement()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"getXmlInitParams(ParameterResolver)","u":"getXmlInitParams(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getXmlName()"},{"p":"com.tangosol.run.xml","c":"SimpleAttribute","l":"getXmlValue()"},{"p":"com.tangosol.run.xml","c":"XmlAttribute","l":"getXmlValue()"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"getYear()"},{"p":"com.tangosol.io.pof","c":"RawYearMonthInterval","l":"getYears()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"GlobalSocketProviderProcessor","l":"GlobalSocketProviderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"grabBlock(int)"},{"p":"com.tangosol.util","c":"Filters","l":"greater(ValueExtractor, E)","u":"greater(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util","c":"Filters","l":"greaterEqual(ValueExtractor, E)","u":"greaterEqual(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util.filter","c":"GreaterEqualsFilter","l":"GreaterEqualsFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"GreaterEqualsFilter","l":"GreaterEqualsFilter(String, E)","u":"%3Cinit%3E(java.lang.String,E)"},{"p":"com.tangosol.util.filter","c":"GreaterEqualsFilter","l":"GreaterEqualsFilter(ValueExtractor, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterEqualsOperator","l":"GreaterEqualsOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"GreaterFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"GreaterFilter(String, E)","u":"%3Cinit%3E(java.lang.String,E)"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"GreaterFilter(ValueExtractor, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterOperator","l":"GreaterOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"GroupAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"GroupAggregator(ValueExtractor, InvocableMap.EntryAggregator, Filter)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.InvocableMap.EntryAggregator,com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(Filter, ValueExtractor)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(Filter, ValueExtractor)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(Filter, ValueExtractor, Remote.Comparator)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(Filter, ValueExtractor, Remote.Comparator)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(Filter, ValueExtractor, Remote.Supplier, RemoteCollector)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Supplier,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(Filter, ValueExtractor, Remote.Supplier, RemoteCollector)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Supplier,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(Filter, ValueExtractor, RemoteCollector)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(Filter, ValueExtractor, RemoteCollector)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(ValueExtractor)","u":"groupBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(ValueExtractor)","u":"groupBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(ValueExtractor, Remote.Comparator)","u":"groupBy(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(ValueExtractor, Remote.Comparator)","u":"groupBy(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(ValueExtractor, Remote.Supplier, RemoteCollector)","u":"groupBy(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Supplier,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(ValueExtractor, Remote.Supplier, RemoteCollector)","u":"groupBy(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Supplier,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(ValueExtractor, RemoteCollector)","u":"groupBy(com.tangosol.util.ValueExtractor,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(ValueExtractor, RemoteCollector)","u":"groupBy(com.tangosol.util.ValueExtractor,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.tangosol.util","c":"Aggregators","l":"grouping(InvocableMap.EntryAggregator, Filter, String...)","u":"grouping(com.tangosol.util.InvocableMap.EntryAggregator,com.tangosol.util.Filter,java.lang.String...)"},{"p":"com.tangosol.util","c":"Aggregators","l":"grouping(InvocableMap.EntryAggregator, String...)","u":"grouping(com.tangosol.util.InvocableMap.EntryAggregator,java.lang.String...)"},{"p":"com.tangosol.util","c":"Aggregators","l":"grouping(ValueExtractor, InvocableMap.EntryAggregator, Filter)","u":"grouping(com.tangosol.util.ValueExtractor,com.tangosol.util.InvocableMap.EntryAggregator,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"Aggregators","l":"grouping(ValueExtractor, InvocableMap.EntryAggregator)","u":"grouping(com.tangosol.util.ValueExtractor,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"groupingBy(ValueExtractor)","u":"groupingBy(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"groupingBy(ValueExtractor, Remote.Supplier, RemoteCollector)","u":"groupingBy(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Supplier,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"groupingBy(ValueExtractor, RemoteCollector)","u":"groupingBy(com.tangosol.util.ValueExtractor,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"groupMembersByRole(Set)","u":"groupMembersByRole(java.util.Set)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"GROUPS_PER_LINE"},{"p":"com.tangosol.util","c":"Dequeue","l":"grow()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"grow()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"grow()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"grow(int)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"grow(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"grow(int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"grow(int)"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"Grpc"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"GRPC"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"GrpcFixed"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcMetricsInterceptor","l":"GrpcMetricsInterceptor(GrpcProxyMetrics)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.GrpcProxyMetrics)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"GrpcProxyMetrics(String, DaemonPoolExecutor.DaemonPoolManagement)","u":"%3Cinit%3E(java.lang.String,com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"GUARD_RECOVERY"},{"p":"com.tangosol.net","c":"Guardian","l":"guard(Guardable)","u":"guard(com.tangosol.net.Guardable)"},{"p":"com.tangosol.net","c":"Guardian","l":"guard(Guardable, long, float)","u":"guard(com.tangosol.net.Guardable,long,float)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"GUARDIAN_EARLY_THRESHOLD"},{"p":"com.tangosol.net","c":"GuardSupport","l":"GUARDIAN_LATE_THRESHOLD"},{"p":"com.tangosol.net","c":"GuardSupport","l":"GUARDIAN_LOG_INTERVAL"},{"p":"com.tangosol.net","c":"GuardSupport","l":"GUARDIAN_MAX_CHECK_INTERVAL"},{"p":"com.tangosol.util","c":"Daemon","l":"guardIfNeeded()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"GuardSupport(Guardian)","u":"%3Cinit%3E(com.tangosol.net.Guardian)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"GUIDHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"GUIDResolver(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"handle(Callback[])","u":"handle(javax.security.auth.callback.Callback[])"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"handleEnsureServiceException(RuntimeException)","u":"handleEnsureServiceException(java.lang.RuntimeException)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleError(Resp, Throwable)","u":"handleError(Resp,java.lang.Throwable)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleError(Throwable, StreamObserver)","u":"handleError(java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleErrorOrComplete(Throwable, StreamObserver)","u":"handleErrorOrComplete(java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleMapOfEntries(RequestHolder>, Throwable, StreamObserver)","u":"handleMapOfEntries(com.oracle.coherence.grpc.RequestHolder,java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleSetOfEntries(RequestHolder>>, Throwable, StreamObserver)","u":"handleSetOfEntries(com.oracle.coherence.grpc.RequestHolder,java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleStream(Iterable, Throwable, StreamObserver)","u":"handleStream(java.lang.Iterable,java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleStream(RequestHolder>, Throwable, StreamObserver)","u":"handleStream(com.oracle.coherence.grpc.RequestHolder,java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleStream(Stream, Throwable, StreamObserver)","u":"handleStream(java.util.stream.Stream,java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleStreamOfEntries(RequestHolder, Stream>, StreamObserver)","u":"handleStreamOfEntries(com.oracle.coherence.grpc.RequestHolder,java.util.stream.Stream,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleUnary(R, Throwable, StreamObserver)","u":"handleUnary(R,java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"hasArchivedSnapshot(String)","u":"hasArchivedSnapshot(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"hasCurrent()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"hasDomain(String)","u":"hasDomain(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"hasElement(XmlElement, String)","u":"hasElement(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"hasEvent()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"hasEvent()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.ExpirableStatus","l":"hasExpiry()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"hasExpiry()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"hasFilterAnnotation()"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(boolean, int)","u":"hash(boolean,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(boolean, int)","u":"hash(boolean,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(boolean[], int)","u":"hash(boolean[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(boolean[], int)","u":"hash(boolean[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(byte, int)","u":"hash(byte,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(byte, int)","u":"hash(byte,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(byte[], int)","u":"hash(byte[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(byte[], int)","u":"hash(byte[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(char, int)","u":"hash(char,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(char, int)","u":"hash(char,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(char[], int)","u":"hash(char[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(char[], int)","u":"hash(char[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(Collection, int)","u":"hash(java.util.Collection,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(Collection, int)","u":"hash(java.util.Collection,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(double, int)","u":"hash(double,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(double, int)","u":"hash(double,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(double[], int)","u":"hash(double[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(double[], int)","u":"hash(double[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(float, int)","u":"hash(float,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(float, int)","u":"hash(float,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(float[], int)","u":"hash(float[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(float[], int)","u":"hash(float[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(int, int)","u":"hash(int,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(int, int)","u":"hash(int,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(int[], int)","u":"hash(int[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(int[], int)","u":"hash(int[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(long, int)","u":"hash(long,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(long, int)","u":"hash(long,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(long[], int)","u":"hash(long[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(long[], int)","u":"hash(long[],int)"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(Object, int)","u":"hash(java.lang.Object,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(Object, int)","u":"hash(java.lang.Object,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(Object[], int)","u":"hash(java.lang.Object[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(Object[], int)","u":"hash(java.lang.Object[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(short, int)","u":"hash(short,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(short, int)","u":"hash(short,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(short[], int)","u":"hash(short[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(short[], int)","u":"hash(short[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(String)","u":"hash(java.lang.String)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(String)","u":"hash(java.lang.String)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"hashCode()"},{"p":"com.oracle.coherence.cdi","c":"AnnotationInstance","l":"hashCode()"},{"p":"com.oracle.coherence.cdi","c":"AnnotationLiteral","l":"hashCode()"},{"p":"com.oracle.coherence.common.base","c":"IdentityHolder","l":"hashCode()"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"hashCode()"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"hashCode()"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"hashCode()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcMetricsInterceptor","l":"hashCode()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.MapListenerAdapter","l":"hashCode()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryKey","l":"hashCode()"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry.SchemeMappingKey","l":"hashCode()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TopicMappingProcessor","l":"hashCode()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"hashCode()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"hashCode()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"hashCode()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryListenerRegistration","l":"hashCode()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"hashCode()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"hashCode()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"hashCode()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"PofPrincipal","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"RawYearMonthInterval","l":"hashCode()"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"hashCode()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"hashCode()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.EventRouter","l":"hashCode()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"hashCode()"},{"p":"com.tangosol.net.cache","c":"TypeAssertion.WithTypesAssertion","l":"hashCode()"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"hashCode()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"hashCode()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"hashCode()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"hashCode()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"hashCode()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"hashCode()"},{"p":"com.tangosol.net.management","c":"ObjectNameExcludeFilter","l":"hashCode()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"hashCode()"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"hashCode()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"hashCode()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"hashCode()"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"hashCode()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"hashCode()"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"hashCode()"},{"p":"com.tangosol.net","c":"SocketAddressProvider","l":"hashCode()"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"hashCode()"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"hashCode()"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"hashCode()"},{"p":"com.tangosol.net","c":"ValueTypeAssertion.WithValueTypeAssertion","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"hashCode()"},{"p":"com.tangosol.util","c":"AbstractByteSequence","l":"hashCode()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.Entry","l":"hashCode()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"hashCode()"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"hashCode()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"hashCode()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"hashCode()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"hashCode()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"hashCode()"},{"p":"com.tangosol.util","c":"Binary","l":"hashCode()"},{"p":"com.tangosol.util","c":"CacheCollator","l":"hashCode()"},{"p":"com.tangosol.util","c":"ClassFilter","l":"hashCode()"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"hashCode()"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"hashCode()"},{"p":"com.tangosol.util","c":"CompositeKey","l":"hashCode()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"hashCode()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"hashCode()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterHolder","l":"hashCode()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"hashCode()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"hashCode()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSet","l":"hashCode()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"hashCode()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"hashCode()"},{"p":"com.tangosol.util","c":"Fragment","l":"hashCode()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent.Discriminator","l":"hashCode()"},{"p":"com.tangosol.util","c":"ImmutableArrayList.ListView","l":"hashCode()"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SetView","l":"hashCode()"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SortedSetView","l":"hashCode()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.ListView","l":"hashCode()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.SetView","l":"hashCode()"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"hashCode()"},{"p":"com.tangosol.util","c":"InflatableList","l":"hashCode()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.IndexAdapter","l":"hashCode()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"hashCode()"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"hashCode()"},{"p":"com.tangosol.util","c":"NullFilter","l":"hashCode()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"hashCode()"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"hashCode()"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"hashCode()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"hashCode()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"hashCode()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"hashCode()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"hashCode()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"hashCode()"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"hashCode()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"hashCode()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"hashCode()"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"hashCode()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"hashCode()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"hashCode()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"hashCode()"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryKey","l":"hashCode()"},{"p":"com.tangosol.util","c":"SubList","l":"hashCode()"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"hashCode()"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"hashCode()"},{"p":"com.tangosol.util","c":"UID","l":"hashCode()"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"hashCode()"},{"p":"com.tangosol.util","c":"UUID","l":"hashCode()"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"hashCode()"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hashCode(Object)","u":"hashCode(java.lang.Object)"},{"p":"com.tangosol.util","c":"Base","l":"hashCode(Object)","u":"hashCode(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Hasher","l":"hashCode(V)"},{"p":"com.oracle.coherence.common.base","c":"IdentityHasher","l":"hashCode(V)"},{"p":"com.oracle.coherence.common.base","c":"NaturalHasher","l":"hashCode(V)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.HashcodeComparator","l":"HashcodeComparator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"hashElement(XmlElement)","u":"hashElement(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"HashHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"HashHelper","l":"HashHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"hashValue(XmlValue)","u":"hashValue(com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"hasListeners()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"hasListeners()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"hasListeners()"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"hasListeners()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"hasListeners()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"hasLocalSnapshot(PersistenceEnvironment, String)","u":"hasLocalSnapshot(com.oracle.coherence.persistence.PersistenceEnvironment,java.lang.String)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"hasMoreElements()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"hasMoreElements()"},{"p":"com.tangosol.util","c":"Dequeue","l":"hasMoreElements()"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"hasMoreElements()"},{"p":"com.tangosol.util","c":"IteratorEnumerator","l":"hasMoreElements()"},{"p":"com.tangosol.util","c":"NullImplementation.NullEnumerator","l":"hasMoreElements()"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"hasMoreElements()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term.TermIterator","l":"hasNext()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEventFilteringIterator","l":"hasNext()"},{"p":"com.tangosol.coherence.jcache.common","c":"MapEntryIteratorToCacheEntryIteratorAdapter","l":"hasNext()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache.EntryIterator","l":"hasNext()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache.EntryIterator","l":"hasNext()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"hasNext()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"hasNext()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.EntrySet.EntrySetIterator","l":"hasNext()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"hasNext()"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"hasNext()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.EntrySetIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection.ValuesIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"hasNext()"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"hasNext()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"hasNext()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"DeltaSet.DeltaIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"Dequeue","l":"hasNext()"},{"p":"com.tangosol.util","c":"EnumerationIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"hasNext()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"IteratorEnumerator","l":"hasNext()"},{"p":"com.tangosol.util","c":"LongArray.Iterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"NullImplementation.NullEnumerator","l":"hasNext()"},{"p":"com.tangosol.util","c":"PagedIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"hasNext()"},{"p":"com.tangosol.util","c":"SimpleLongArray.Iterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"hasNext()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"hasNext()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"hasPendingEvents()"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"hasPrefix()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"hasPrevious()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"hasPrevious()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"hasPrevious()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"hasPrevious()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"hasQueuedThread(Thread)","u":"hasQueuedThread(java.lang.Thread)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"hasQueuedThread(Thread)","u":"hasQueuedThread(java.lang.Thread)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"hasQueuedThreads()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"hasQueuedThreads()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"hasRemaining(int)"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"hasSession()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"hasSession()"},{"p":"com.tangosol.net","c":"Coherence","l":"hasSession(String)","u":"hasSession(java.lang.String)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"hasSubscription(long)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"hasTimezone()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"hasTransformerAnnotation()"},{"p":"com.tangosol.net.partition","c":"VersionAwareMapListener","l":"HEAD"},{"p":"com.tangosol.util","c":"SortedBag","l":"headBag(E)"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"headBag(E)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"headChildrenTermEqual(Term)","u":"headChildrenTermEqual(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"HEADER_SIZE"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"headMap(K)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedMap","l":"headMap(Object)","u":"headMap(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"headMap(Object)","u":"headMap(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"headMap(Object)","u":"headMap(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"headMap(Object, boolean)","u":"headMap(java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"headMap(Object, boolean)","u":"headMap(java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"headMap(TK)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"headSet(E)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"headSet(Object)","u":"headSet(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedSet","l":"headSet(Object)","u":"headSet(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"headSet(Object)","u":"headSet(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"headSet(Object, boolean)","u":"headSet(java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"headSet(T)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"headsMatch(NodeTerm, NodeTerm)","u":"headsMatch(com.tangosol.coherence.dsltools.termtrees.NodeTerm,com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.net.management","c":"Registry","l":"HEALTH_TYPE"},{"p":"com.tangosol.util","c":"HealthCheckClient","l":"HealthCheckClient()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HealthProcessor","l":"HealthProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"heartbeat()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"heartbeat()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"heartbeat()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"heartbeat()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"heartbeat()"},{"p":"com.tangosol.util","c":"Daemon","l":"heartbeat()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"heartbeat(long)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"heartbeat(long)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"heartbeat(long)"},{"p":"com.tangosol.util","c":"Daemon","l":"heartbeat(long)"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"HELP_COMMAND_LINE_ARG"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder.HelpCommandOPToken","l":"HelpCommandOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"Helper","l":"Helper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder.HelpQueryPlusStatement","l":"HelpQueryPlusStatement()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder","l":"HelpStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"HEX"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"hexValue(char)"},{"p":"com.tangosol.util","c":"Base","l":"hexValue(char)"},{"p":"com.tangosol.net.events.annotation","c":"Interceptor.Order","l":"HIGH"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"higher(Object)","u":"higher(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"higherEntry(Object)","u":"higherEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"higherKey(Object)","u":"higherKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.HistoricCacheEvent","l":"HistoricCacheEvent(ObservableMap, int, Object, Object, Object, boolean, Object)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,java.lang.Object,java.lang.Object,java.lang.Object,boolean,java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"honorOrder()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder","l":"HostnameVerifierBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"HTTP_COMMAND_LINE_ARG"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"HTTP_PORT_PROPERTY"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HttpAcceptorDependenciesProcessor","l":"HttpAcceptorDependenciesProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"id(int)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"id(int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"IDENTIFIER_NODE"},{"p":"com.tangosol.net.events.annotation","c":"Interceptor","l":"identifier()"},{"p":"com.tangosol.coherence.dsltools.base","c":"IdentifierBaseToken","l":"IdentifierBaseToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"IdentifierOPToken","l":"IdentifierOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"IdentifierOPToken","l":"IdentifierOPToken(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"Extractors","l":"identity()"},{"p":"com.tangosol.util.function","c":"Remote.DoubleUnaryOperator","l":"identity()"},{"p":"com.tangosol.util.function","c":"Remote.Function","l":"identity()"},{"p":"com.tangosol.util.function","c":"Remote.IntUnaryOperator","l":"identity()"},{"p":"com.tangosol.util.function","c":"Remote.LongUnaryOperator","l":"identity()"},{"p":"com.tangosol.util.function","c":"Remote.UnaryOperator","l":"identity()"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"identity()"},{"p":"com.tangosol.util","c":"Extractors","l":"identityCast()"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"identityCast()"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"IdentityExtractor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"IdentityHasher","l":"IdentityHasher()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"IdentityHolder","l":"IdentityHolder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.IdentityHolder","l":"IdentityHolder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"IdentityHolder","l":"IdentityHolder(V)","u":"%3Cinit%3E(V)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor.EmptyElementBehavior","l":"IGNORE"},{"p":"com.tangosol.util","c":"RegistrationBehavior","l":"IGNORE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ILikeOperator","l":"ILikeOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"ImmutableArrayList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"ImmutableArrayList(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"ImmutableArrayList(Object[])","u":"%3Cinit%3E(java.lang.Object[])"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"ImmutableArrayList(Object[], int, int)","u":"%3Cinit%3E(java.lang.Object[],int,int)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"ImmutableMultiList(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"ImmutableMultiList(Object[][])","u":"%3Cinit%3E(java.lang.Object[][])"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket.Impl","l":"Impl()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"Impl()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket.Impl","l":"Impl(SocketProvider)","u":"%3Cinit%3E(com.oracle.coherence.common.net.SocketProvider)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"Impl(SocketProvider)","u":"%3Cinit%3E(com.oracle.coherence.common.net.SocketProvider)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"implies(Permission)","u":"implies(java.security.Permission)"},{"p":"com.tangosol.util","c":"Filters","l":"in(ValueExtractor, E...)","u":"in(com.tangosol.util.ValueExtractor,E...)"},{"p":"com.tangosol.util","c":"Filters","l":"in(ValueExtractor, Set)","u":"in(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"incBytesWritten(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"includeMessage(Throwable)","u":"includeMessage(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"Processors","l":"increment(PropertyManipulator, N, boolean)","u":"increment(com.tangosol.util.processor.PropertyManipulator,N,boolean)"},{"p":"com.tangosol.util","c":"Processors","l":"increment(String, N, boolean)","u":"increment(java.lang.String,N,boolean)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"incrementAndGet()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"incrementDirtyBytesCount(int)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"incrementDirtyValuesCount()"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap","l":"incrementVersion()"},{"p":"com.tangosol.util","c":"Versionable","l":"incrementVersion()"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"incrementVersion(Object, Object)","u":"incrementVersion(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"IndentingWriter(Writer, int)","u":"%3Cinit%3E(java.io.Writer,int)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"IndentingWriter(Writer, String)","u":"%3Cinit%3E(java.io.Writer,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"indentString(String, String)","u":"indentString(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"indentString(String, String)","u":"indentString(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"indentString(String, String, boolean)","u":"indentString(java.lang.String,java.lang.String,boolean)"},{"p":"com.tangosol.util","c":"Base","l":"indentString(String, String, boolean)","u":"indentString(java.lang.String,java.lang.String,boolean)"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor","l":"index()"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Literal","l":"index()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.IndexAdapter","l":"IndexAdapter(MapIndex)","u":"%3Cinit%3E(com.tangosol.util.MapIndex)"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"IndexCalculator(BackingMapContext, SimpleMapIndex)","u":"%3Cinit%3E(com.tangosol.net.BackingMapContext,com.tangosol.util.SimpleMapIndex)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"IndexLookupRecord()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"IndexLookupRecord(QueryRecord.PartialResult.IndexLookupRecord)","u":"%3Cinit%3E(com.tangosol.util.QueryRecord.PartialResult.IndexLookupRecord)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"IndexLookupRecord(String, String, boolean, long, int, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean,long,int,java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"IndexLookupRecord(ValueExtractor, MapIndex)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.MapIndex)"},{"p":"com.tangosol.util","c":"Binary","l":"indexOf(Binary)","u":"indexOf(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"Binary","l":"indexOf(Binary, int)","u":"indexOf(com.tangosol.util.Binary,int)"},{"p":"com.tangosol.util","c":"Binary","l":"indexOf(byte)"},{"p":"com.tangosol.util","c":"Binary","l":"indexOf(byte, int)","u":"indexOf(byte,int)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"SubList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"indexOf(Object, long)","u":"indexOf(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"indexOf(T)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"indexOf(T, long)","u":"indexOf(T,long)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"indexOf(V)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"indexOf(V)"},{"p":"com.tangosol.util","c":"LongArray","l":"indexOf(V)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"indexOf(V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"indexOf(V)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"indexOf(V, long)","u":"indexOf(V,long)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"indexOf(V, long)","u":"indexOf(V,long)"},{"p":"com.tangosol.util","c":"LongArray","l":"indexOf(V, long)","u":"indexOf(V,long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"indexOf(V, long)","u":"indexOf(V,long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"indexOf(V, long)","u":"indexOf(V,long)"},{"p":"com.tangosol.io","c":"FileHelper","l":"indexOfExtension(String)","u":"indexOfExtension(java.lang.String)"},{"p":"com.tangosol.io","c":"FileHelper","l":"indexOfLastSeparator(String)","u":"indexOfLastSeparator(java.lang.String)"},{"p":"com.tangosol.util","c":"BitHelper","l":"indexOfLSB(byte)"},{"p":"com.tangosol.util","c":"BitHelper","l":"indexOfLSB(int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"indexOfLSB(long)"},{"p":"com.tangosol.util","c":"BitHelper","l":"indexOfMSB(byte)"},{"p":"com.tangosol.util","c":"BitHelper","l":"indexOfMSB(int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"indexOfMSB(long)"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"InetAddressHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"InetAddressRangeFilterBuilder","l":"InetAddressRangeFilterBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"InetAddressSerializer","l":"InetAddressSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"InetSocketAddressSerializer","l":"InetSocketAddressSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"InFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"InFilter(String, Set)","u":"%3Cinit%3E(java.lang.String,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"InFilter(ValueExtractor, Set)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"InfixOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"InfixOPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"InfixOPToken(String, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixRightOPToken","l":"InfixRightOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixRightOPToken","l":"InfixRightOPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"InflatableCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"InflatableList","l":"InflatableList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"InflatableSet","l":"InflatableSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"CompressionFilter.InflaterInputShell","l":"InflaterInputShell(InputStream, Inflater)","u":"%3Cinit%3E(java.io.InputStream,java.util.zip.Inflater)"},{"p":"com.tangosol.net","c":"CompressionFilter.InflaterInputShell","l":"InflaterInputShell(InputStream, Inflater, int)","u":"%3Cinit%3E(java.io.InputStream,java.util.zip.Inflater,int)"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"INFLATION_OVERHEAD"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"INFO"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"info(String)","u":"info(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"info(String, Throwable)","u":"info(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"info(Supplier)","u":"info(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"info(Supplier, Throwable)","u":"info(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"info(Throwable)","u":"info(java.lang.Throwable)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"inGroup(String)","u":"inGroup(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"inGroup(String)","u":"inGroup(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"init()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"init()"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"init()"},{"p":"com.tangosol.net","c":"AbstractBackingMapManager","l":"init(BackingMapManagerContext)","u":"init(com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"init(BackingMapManagerContext)","u":"init(com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"init(BackingMapManagerContext)","u":"init(com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"init(BackingMapManagerContext)","u":"init(com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractDoubleAggregator","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractLongAggregator","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMax","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMin","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleSum","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"LongMax","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"LongMin","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"LongSum","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"init(boolean)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"init(Class, String, String[])","u":"init(java.lang.Class,java.lang.String,java.lang.String[])"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"init(DistributionManager)","u":"init(com.tangosol.net.partition.DistributionManager)"},{"p":"com.tangosol.net.partition","c":"PartitionAssignmentStrategy","l":"init(DistributionManager)","u":"init(com.tangosol.net.partition.DistributionManager)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"init(DistributionManager)","u":"init(com.tangosol.net.partition.DistributionManager)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPartitionAssignmentStrategy","l":"init(DistributionManager)","u":"init(com.tangosol.net.partition.DistributionManager)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"init(int)"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"init(InvocationService)","u":"init(com.tangosol.net.InvocationService)"},{"p":"com.tangosol.net","c":"Invocable","l":"init(InvocationService)","u":"init(com.tangosol.net.InvocationService)"},{"p":"com.tangosol.net.partition","c":"BroadKeyPartitioningStrategy","l":"init(PartitionedService)","u":"init(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net.partition","c":"DefaultKeyAssociator","l":"init(PartitionedService)","u":"init(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"init(PartitionedService)","u":"init(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net.partition","c":"KeyAssociator","l":"init(PartitionedService)","u":"init(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net.partition","c":"KeyPartitioningStrategy","l":"init(PartitionedService)","u":"init(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net","c":"AbstractServiceLoadBalancer","l":"init(S)"},{"p":"com.tangosol.net","c":"ServiceLoadBalancer","l":"init(S)"},{"p":"com.tangosol.net","c":"ActionPolicy","l":"init(Service)","u":"init(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"CompositeActionPolicy","l":"init(Service)","u":"init(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"init(Service)","u":"init(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"init(Service)","u":"init(com.tangosol.net.Service)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"init(Service)","u":"init(com.tangosol.net.Service)"},{"p":"com.tangosol.util","c":"NullImplementation.NullActionPolicy","l":"init(Service)","u":"init(com.tangosol.net.Service)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"init(String, DatabaseFactory)","u":"init(java.lang.String,com.tangosol.io.bdb.DatabaseFactory)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"init(String, String, String, int)","u":"init(java.lang.String,java.lang.String,java.lang.String,int)"},{"p":"com.tangosol.net","c":"ThreadPoolSizingStrategy","l":"init(ThreadPoolManager)","u":"init(com.tangosol.net.ThreadPoolManager)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.SimpleXmlBeanClassCache","l":"init(XmlElement)","u":"init(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.XmlBeanClassCache","l":"init(XmlElement)","u":"init(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"initBeanInfo()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"initBlock(int)"},{"p":"com.tangosol.util","c":"LiteSet","l":"initFromArray(Object[], int)","u":"initFromArray(java.lang.Object[],int)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"initialize()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"initialize()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"initialize(boolean)"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"initialize(Object)","u":"initialize(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PortableObjectSerializer","l":"initialize(PortableObject, PofReader)","u":"initialize(com.tangosol.io.pof.PortableObject,com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"initializeActions()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"initializeActions()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"initializeBuckets()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"initializeBundler(AbstractBundler, XmlElement)","u":"initializeBundler(com.tangosol.net.cache.AbstractBundler,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager","l":"initializeBundler(ParameterResolver, AbstractBundler, BundleManager.BundleConfig)","u":"initializeBundler(com.tangosol.config.expression.ParameterResolver,com.tangosol.net.cache.AbstractBundler,com.tangosol.coherence.config.scheme.BundleManager.BundleConfig)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"initializeConfiguredProperties()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"initializeFreeLists()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"initializeFunctionMap()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"initializeLanguage()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"initializeOperatorMap()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"initialStartServices(long)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitiatorDependenciesProcessor","l":"InitiatorDependenciesProcessor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"initListenerChannel(String, String, String)","u":"initListenerChannel(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor","l":"InitParamProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamsProcessor","l":"InitParamsProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"initRecycling(int)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"inject(B, XmlElement)","u":"inject(B,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"inject(B, XmlElement)","u":"inject(B,com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.cdi","c":"CdiInjector","l":"inject(Object)","u":"inject(java.lang.Object)"},{"p":"com.tangosol.coherence.rest.server","c":"InjectionBinder","l":"inject(T, ServiceLocator)","u":"inject(T,org.glassfish.hk2.api.ServiceLocator)"},{"p":"com.tangosol.coherence.rest.server","c":"InjectionBinder","l":"InjectionBinder(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"injectScopeNameIntoService(Service)","u":"injectScopeNameIntoService(com.tangosol.net.Service)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"InKeySetFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"InKeySetFilter(Filter, Set)","u":"%3Cinit%3E(com.tangosol.util.Filter,java.util.Set)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"InOperator","l":"InOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"InputStreamPasswordProvider","l":"InputStreamPasswordProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"InputStreamPasswordProvider","l":"InputStreamPasswordProvider(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"insert(Map.Entry)","u":"insert(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"insert(Map.Entry)","u":"insert(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"MapIndex","l":"insert(Map.Entry)","u":"insert(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.InsertAction","l":"InsertAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent.Type","l":"INSERTED"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"INSERTED"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent.Type","l":"INSERTING"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"INSERTING"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"insertInternal(Map.Entry)","u":"insertInternal(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"insertInternal(Map.Entry)","u":"insertInternal(java.util.Map.Entry)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"InsertStatement(String, Object, Object)","u":"%3Cinit%3E(java.lang.String,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"InsertStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"AlwaysFilter.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi","c":"CacheAdd.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi","c":"CacheGet.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi","c":"CachePut.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi","c":"CacheRemove.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Activated.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Activating.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Arrived.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Assigned.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Committed.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Committing.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"CommittingLocal.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"CommittingRemote.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Connecting.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Created.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Deleted.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Departed.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Departing.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Destroyed.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Disconnected.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Disposing.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Error.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Executed.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Executing.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Inserted.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Inserting.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Lite.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Lost.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Recovered.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Removed.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Removing.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Replicating.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Rollback.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Started.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Starting.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Stopped.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Stopping.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Synced.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Synchronous.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Syncing.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Truncated.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Updated.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Updating.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi","c":"Remote.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi","c":"View.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.common.base","c":"IdentityHasher","l":"INSTANCE"},{"p":"com.oracle.coherence.common.base","c":"InverseComparator","l":"INSTANCE"},{"p":"com.oracle.coherence.common.base","c":"NaturalComparator","l":"INSTANCE"},{"p":"com.oracle.coherence.common.base","c":"NaturalHasher","l":"INSTANCE"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"INSTANCE"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpressionParser","l":"INSTANCE"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"ExtendPreprocessor","l":"INSTANCE"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SchemeRefPreprocessor","l":"INSTANCE"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SystemPropertyPreprocessor","l":"INSTANCE"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"ViewSchemePreprocessor","l":"INSTANCE"},{"p":"com.tangosol.coherence.config.xml.processor","c":"NoOpElementProcessor","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AdditionOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AndOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BetweenOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAllOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAnyOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"DivisionOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"EqualsOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterEqualsOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ILikeOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"InOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessEqualsOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LikeOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"MultiplicationOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"NotEqualsOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"OrOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"SubtractionOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"XorOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"EndOfStatementOPToken","l":"INSTANCE"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"EndOPToken","l":"INSTANCE"},{"p":"com.tangosol.config.expression","c":"SystemPropertyParameterResolver","l":"INSTANCE"},{"p":"com.tangosol.net.cache","c":"BinaryMemoryCalculator","l":"INSTANCE"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalUnitCalculator","l":"INSTANCE"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.FrontFilterConverter","l":"INSTANCE"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.HashcodeComparator","l":"INSTANCE"},{"p":"com.tangosol.net","c":"InetAddressHelper.RoutableFilter","l":"INSTANCE"},{"p":"com.tangosol.net","c":"ScopeResolver","l":"INSTANCE"},{"p":"com.tangosol.net.security","c":"DefaultIdentityAsserter","l":"INSTANCE"},{"p":"com.tangosol.net.security","c":"DefaultIdentityTransformer","l":"INSTANCE"},{"p":"com.tangosol.net.ssl","c":"EmptyKeyStoreLoader","l":"INSTANCE"},{"p":"com.tangosol.net","c":"SystemDatagramSocketProvider","l":"INSTANCE"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"INSTANCE"},{"p":"com.tangosol.net.topic","c":"BinaryElementCalculator","l":"INSTANCE"},{"p":"com.tangosol.net.topic","c":"FixedElementCalculator","l":"INSTANCE"},{"p":"com.tangosol.net.topic","c":"Publisher.FailOnFull","l":"INSTANCE"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"INSTANCE"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"INSTANCE"},{"p":"com.tangosol.net.topic","c":"Subscriber.CompleteOnEmpty","l":"INSTANCE"},{"p":"com.tangosol.persistence","c":"ArchiverHelper.DirectoryFileFilter","l":"INSTANCE"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"INSTANCE"},{"p":"com.tangosol.util","c":"DaemonThreadFactory","l":"INSTANCE"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"INSTANCE"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"INSTANCE"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"INSTANCE"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullActionPolicy","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullAddressProvider","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullCollector","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullContinuation","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullConverter","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullDeltaCompressor","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullEntryProcessor","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullEnumerator","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullMemberIdentityProvider","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullPartitionAssignmentStrategy","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"INSTANCE"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"INSTANCE"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"INSTANCE"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"INSTANCE_BINARY"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"INSTANCE_FIXED"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"INSTANCE_HYBRID"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"INSTANCE_LFU"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"INSTANCE_LRU"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"INSTANCE()"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"INSTANCE()"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"INSTANCE()"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"INSTANCE()"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"INSTANCE()"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"INSTANCE()"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"InstanceBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"InstanceBuilder(Class, Object...)","u":"%3Cinit%3E(java.lang.Class,java.lang.Object...)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"InstanceBuilder(Expression, Object...)","u":"%3Cinit%3E(com.tangosol.config.expression.Expression,java.lang.Object...)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"InstanceBuilder(String, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InstanceProcessor","l":"InstanceProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CustomizableBuilderProcessor","l":"instantiate()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceBuilderProcessor","l":"instantiate()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"instantiateAddListener()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"instantiateAnalysisContext()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateAny(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateAny(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"instantiateAsyncBinaryStore(BinaryStore)","u":"instantiateAsyncBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateAsyncBinaryStore(BinaryStore, int)","u":"instantiateAsyncBinaryStore(com.tangosol.io.BinaryStore,int)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateAsyncBinaryStoreManager(BinaryStoreManager, int)","u":"instantiateAsyncBinaryStoreManager(com.tangosol.io.BinaryStoreManager,int)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"instantiateAttribute()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"instantiateAttributeMap()"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"instantiateBackingMap(String)","u":"instantiateBackingMap(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"instantiateBackingMap(String)","u":"instantiateBackingMap(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"instantiateBackingMap(String)","u":"instantiateBackingMap(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"instantiateBackingMap(String)","u":"instantiateBackingMap(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager","l":"instantiateBackingMap(String)","u":"instantiateBackingMap(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateBackingMapManager(int, XmlElement)","u":"instantiateBackingMapManager(int,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"instantiateBackMapListener()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"instantiateBackMapListener(int)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"instantiateBackupMap(String)","u":"instantiateBackupMap(java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateBackupStrength(Set)","u":"instantiateBackupStrength(java.util.Set)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"instantiateBean(String)","u":"instantiateBean(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateBinaryStoreManager(XmlElement, ClassLoader, boolean)","u":"instantiateBinaryStoreManager(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"instantiateBlock()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"instantiateBufferInput()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"instantiateBufferInput()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"instantiateBufferInput()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"instantiateBufferInput()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"instantiateBufferInput(boolean)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler","l":"instantiateBundle()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"instantiateBundle()"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler","l":"instantiateBundle()"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler","l":"instantiateBundle()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateBundlingNamedCache(NamedCache, XmlElement)","u":"instantiateBundlingNamedCache(com.tangosol.net.NamedCache,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateCacheLoaderCacheStore(CacheLoader)","u":"instantiateCacheLoaderCacheStore(com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.coherence.rest","c":"DefaultRootResource","l":"instantiateCacheResource(NamedCache, Class, Class, KeyConverter, QueryConfig, int)","u":"instantiateCacheResource(com.tangosol.net.NamedCache,java.lang.Class,java.lang.Class,com.tangosol.coherence.rest.KeyConverter,com.tangosol.coherence.rest.config.QueryConfig,int)"},{"p":"com.tangosol.coherence.rest","c":"DefaultRootResource","l":"instantiateCacheResourceInternal(ResourceConfig)","u":"instantiateCacheResourceInternal(com.tangosol.coherence.rest.config.ResourceConfig)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateCacheStore(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateCacheStore(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateCacheStoreWrapper(BinaryEntryStore)","u":"instantiateCacheStoreWrapper(com.tangosol.net.cache.BinaryEntryStore)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateCacheStoreWrapper(CacheStore)","u":"instantiateCacheStoreWrapper(com.tangosol.net.cache.CacheStore)"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"instantiateCacheStoreWrapper(CacheStore)","u":"instantiateCacheStoreWrapper(com.tangosol.net.cache.CacheStore)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateCacheStoreWrapper(NonBlockingEntryStore)","u":"instantiateCacheStoreWrapper(com.tangosol.net.cache.NonBlockingEntryStore)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"instantiateCalculator()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy","l":"instantiateClusterPolicy(Map)","u":"instantiateClusterPolicy(java.util.Map)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"instantiateCollection()"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"instantiateCollection()"},{"p":"com.tangosol.util","c":"InflatableList","l":"instantiateCollection()"},{"p":"com.tangosol.util","c":"InflatableSet","l":"instantiateCollection()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"instantiateCollection(Collection, Converter, Converter)","u":"instantiateCollection(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"instantiateCollection(Collection, Converter, Converter)","u":"instantiateCollection(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"instantiateConditionalRemoveAction()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateContainsValueAction()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.SizeAction","l":"instantiateContext(boolean)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"instantiateContext(Guardable, long, float)","u":"instantiateContext(com.tangosol.net.Guardable,long,float)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ContainsValueAction","l":"instantiateContext(Object)","u":"instantiateContext(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateControlMap()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"instantiateConverterMap(Map)","u":"instantiateConverterMap(java.util.Map)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"instantiateCrawler(AbstractSparseArray.Node, int, boolean)","u":"instantiateCrawler(com.tangosol.util.AbstractSparseArray.Node,int,boolean)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"instantiateCrawler(AbstractSparseArray.Node, int, boolean)","u":"instantiateCrawler(com.tangosol.util.AbstractSparseArray.Node,int,boolean)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateDefaultComparator()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateDiskBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateDiskBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"instantiateDocument()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"instantiateElement(String, Object)","u":"instantiateElement(java.lang.String,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"instantiateElementList()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"instantiateEntry()"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"instantiateEntry()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"instantiateEntry()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"instantiateEntry(Binary, Binary)","u":"instantiateEntry(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"instantiateEntry(K, V)","u":"instantiateEntry(K,V)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"instantiateEntry(K, V, int)","u":"instantiateEntry(K,V,int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"instantiateEntry(Object)","u":"instantiateEntry(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet","l":"instantiateEntry(Object, Object)","u":"instantiateEntry(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet","l":"instantiateEntry(Object, Object)","u":"instantiateEntry(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"instantiateEntry(Object, Object)","u":"instantiateEntry(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet","l":"instantiateEntry(Object, Object)","u":"instantiateEntry(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"instantiateEntry(Object, Object, int)","u":"instantiateEntry(java.lang.Object,java.lang.Object,int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateEntry(Object, Object, int)","u":"instantiateEntry(java.lang.Object,java.lang.Object,int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateEntry(Object, Object, Object)","u":"instantiateEntry(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateEntry(Object, Object, Object, long)","u":"instantiateEntry(java.lang.Object,java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"instantiateEntryAttributes(SerializationCache.EntryAttributes, long, long, int)","u":"instantiateEntryAttributes(com.tangosol.net.cache.SerializationCache.EntryAttributes,long,long,int)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"instantiateEntryResource(NamedCache, Object, Class)","u":"instantiateEntryResource(com.tangosol.net.NamedCache,java.lang.Object,java.lang.Class)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"instantiateEntrySet()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"instantiateEntrySet()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"instantiateEntrySet()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.util","c":"ChainedMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"instantiateEntrySet(Collection>, Converter, Converter, Converter, Converter)","u":"instantiateEntrySet(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"instantiateEntrySet(Set>, Converter, Converter, Converter, Converter)","u":"instantiateEntrySet(java.util.Set,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"instantiateEntrySetResource(NamedCache, Set, Class)","u":"instantiateEntrySetResource(com.tangosol.net.NamedCache,java.util.Set,java.lang.Class)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"instantiateEnvironment(BerkeleyDBBinaryStoreManager)","u":"instantiateEnvironment(com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"instantiateEraseBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"instantiateEraseBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"instantiateEraseBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"instantiateEraseBundler()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"instantiateEventQueue()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"instantiateEventRouter(MapListener, boolean)","u":"instantiateEventRouter(com.tangosol.util.MapListener,boolean)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"instantiateEventsVisitor(long, Filter, long, Map, Converter, Converter, Converter, Converter)","u":"instantiateEventsVisitor(long,com.tangosol.util.Filter,long,java.util.Map,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"instantiateEventsVisitor(long, Set, long, Map, Converter, Converter, Converter, Converter)","u":"instantiateEventsVisitor(long,java.util.Set,long,java.util.Map,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"instantiateExclusiveClosable()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"instantiateExplainStep(Filter)","u":"instantiateExplainStep(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateExternalBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateExternalBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"instantiateFactory(ClassLoader, XmlElement, XmlElement, String, String, ParameterResolver)","u":"instantiateFactory(java.lang.ClassLoader,com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"instantiateFakeBinaryStore()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateFlashJournalBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateFlashJournalBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"instantiateForwardIndex()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"instantiateForwardIndex()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"instantiateForwardIndex()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"instantiateFrontMapListener()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"instantiateFrontMapListener()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"instantiateFrontMapListener()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateGetEntryAction()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateInsertAction()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"instantiateInternalCache()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"instantiateInternalKeySet()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"instantiateInternalListener()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateInternalListener()"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"instantiateInternalListener()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"instantiateInternalListener()"},{"p":"com.tangosol.util","c":"SortedBag","l":"instantiateInternalMap(Comparator)","u":"instantiateInternalMap(java.util.Comparator)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"instantiateInverseIndex(boolean, Comparator)","u":"instantiateInverseIndex(boolean,java.util.Comparator)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.EntrySet","l":"instantiateIterator()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"instantiateIterator()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"instantiateIterator()"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet","l":"instantiateIterator()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"instantiateIterator()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"instantiateIterator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"instantiateIterator(Iterator, Converter)","u":"instantiateIterator(java.util.Iterator,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"instantiateIterator(LongArray.Iterator)","u":"instantiateIterator(com.tangosol.util.LongArray.Iterator)"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"instantiateKeyIterator()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"instantiateKeyMap()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"instantiateKeySet()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"instantiateKeySet()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateKeySet()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"instantiateKeySet()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"instantiateKeySet()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"instantiateKeySet()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"instantiateKeySet()"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"instantiateKeySet()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"instantiateKeySet()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateKeySet()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"instantiateKeyToBinaryConverter(ClassLoader, boolean)","u":"instantiateKeyToBinaryConverter(java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"instantiateList(List, Converter, Converter)","u":"instantiateList(java.util.List,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"instantiateListIterator(ListIterator, Converter, Converter)","u":"instantiateListIterator(java.util.ListIterator,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"instantiateLoadBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"instantiateLoadBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"instantiateLoadBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"instantiateLoadBundler()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"instantiateLoadCalculator(boolean)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateLoadComparator(boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateLocalCache(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateLocalCache(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateLocalCache(int, int)","u":"instantiateLocalCache(int,int)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"instantiateLock(Object)","u":"instantiateLock(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"instantiateLockAction()"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap","l":"instantiateMap()"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"instantiateMap()"},{"p":"com.tangosol.util","c":"MapSet","l":"instantiateMap()"},{"p":"com.tangosol.util","c":"SafeHashSet","l":"instantiateMap()"},{"p":"com.tangosol.util","c":"SegmentedHashSet","l":"instantiateMap()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"instantiateMap(Class)","u":"instantiateMap(java.lang.Class)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"instantiateMap(Map, Converter, Converter, Converter, Converter)","u":"instantiateMap(java.util.Map,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"instantiateMapEvent(int, Object, Object, Object)","u":"instantiateMapEvent(int,java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"instantiateMapListener(AbstractRepositoryBase.Listener)","u":"instantiateMapListener(com.oracle.coherence.repository.AbstractRepositoryBase.Listener)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateMapListener(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateMapListener(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"instantiateMemberListener()"},{"p":"com.tangosol.util","c":"SubSet","l":"instantiateModificationSet(int)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"instantiateNamedQueryResource(NamedCache, NamedQuery, int)","u":"instantiateNamedQueryResource(com.tangosol.net.NamedCache,com.tangosol.coherence.rest.config.NamedQuery,int)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateNearCache(Map, NamedCache, int)","u":"instantiateNearCache(java.util.Map,com.tangosol.net.NamedCache,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofSparseArray","l":"instantiateNilValue(int, int)","u":"instantiateNilValue(int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofUniformSparseArray","l":"instantiateNilValue(int, int)","u":"instantiateNilValue(int,int)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"instantiateNode(long, long)","u":"instantiateNode(long,long)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"instantiateNode(long, Long)","u":"instantiateNode(long,java.lang.Long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"instantiateNode(long, V)","u":"instantiateNode(long,V)"},{"p":"com.tangosol.util","c":"SparseArray","l":"instantiateNode(long, V)","u":"instantiateNode(long,V)"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"instantiateNode(Object)","u":"instantiateNode(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"instantiateNode(Object)","u":"instantiateNode(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateNotOwnedFilter(Ownership)","u":"instantiateNotOwnedFilter(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateOverflowBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader, Map)","u":"instantiateOverflowBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader,java.util.Map)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateOverflowMap(ObservableMap, Map, boolean)","u":"instantiateOverflowMap(com.tangosol.util.ObservableMap,java.util.Map,boolean)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateOverloadedFilter(boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiatePagedExternalBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiatePagedExternalBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"instantiatePagedStore(int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"instantiateParser(Reader)","u":"instantiateParser(java.io.Reader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"instantiatePartitionedBackingMap(MapBuilder, ParameterResolver, MapBuilder.Dependencies, CachingScheme)","u":"instantiatePartitionedBackingMap(com.tangosol.coherence.config.builder.MapBuilder,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies,com.tangosol.coherence.config.scheme.CachingScheme)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy","l":"instantiatePartitionedCachePolicy(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[], AddressProvider)","u":"instantiatePartitionedCachePolicy(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[],com.tangosol.net.AddressProvider)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"instantiatePeriodicTask(Runnable, long)","u":"instantiatePeriodicTask(java.lang.Runnable,long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"instantiatePersistenceTools(OfflinePersistenceInfo)","u":"instantiatePersistenceTools(com.oracle.coherence.persistence.OfflinePersistenceInfo)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"instantiatePersistenceTools(OfflinePersistenceInfo, String)","u":"instantiatePersistenceTools(com.oracle.coherence.persistence.OfflinePersistenceInfo,java.lang.String)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"instantiatePersistenceVisitor(CachePersistenceHelper.Visitor)","u":"instantiatePersistenceVisitor(com.tangosol.persistence.CachePersistenceHelper.Visitor)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"instantiatePersistentStore(String)","u":"instantiatePersistentStore(java.lang.String)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValueParser","l":"instantiatePofValue(PofValue, int, ReadBuffer, PofContext, int, ReadBuffer.BufferInput)","u":"instantiatePofValue(com.tangosol.io.pof.reflect.PofValue,int,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy","l":"instantiateProxyPolicy(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])","u":"instantiateProxyPolicy(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"instantiateQueue()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"instantiateQueueDaemon()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateRamJournalBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateRamJournalBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"instantiateReadBuffer(int, int)","u":"instantiateReadBuffer(int,int)"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"instantiateReadBuffer(int, int)","u":"instantiateReadBuffer(int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"instantiateReadBuffer(int, int)","u":"instantiateReadBuffer(int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"instantiateReadBuffer(int, int)","u":"instantiateReadBuffer(int,int)"},{"p":"com.tangosol.util","c":"Binary","l":"instantiateReadBuffer(int, int)","u":"instantiateReadBuffer(int,int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateReadLatch(Object)","u":"instantiateReadLatch(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateReadQueue()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateReadThread()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, BinaryEntryStore, boolean, int, double)","u":"instantiateReadWriteBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.BinaryEntryStore,boolean,int,double)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, BinaryEntryStore, boolean, int, double)","u":"instantiateReadWriteBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.BinaryEntryStore,boolean,int,double)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, boolean, int, double)","u":"instantiateReadWriteBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheLoader,boolean,int,double)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, boolean, int, double)","u":"instantiateReadWriteBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheLoader,boolean,int,double)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, NonBlockingEntryStore, boolean, int, double)","u":"instantiateReadWriteBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.NonBlockingEntryStore,boolean,int,double)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateReadWriteBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, Map)","u":"instantiateReadWriteBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.util.Map)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, BinaryEntryStore, boolean, int, double)","u":"instantiateReadWriteSplittingBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.BinaryEntryStore,boolean,int,double)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, BinaryEntryStore, boolean, int, double)","u":"instantiateReadWriteSplittingBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.BinaryEntryStore,boolean,int,double)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, CacheLoader, boolean, int, double)","u":"instantiateReadWriteSplittingBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.CacheLoader,boolean,int,double)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, CacheLoader, boolean, int, double)","u":"instantiateReadWriteSplittingBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.CacheLoader,boolean,int,double)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, NonBlockingEntryStore, boolean, int, double)","u":"instantiateReadWriteSplittingBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.NonBlockingEntryStore,boolean,int,double)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"instantiateRemoveAction()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateRemoveAction()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"instantiateRemoveListener()"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"instantiateRequestHandler(LoadBalancer.Queue)","u":"instantiateRequestHandler(com.tangosol.net.LoadBalancer.Queue)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"instantiateResponseHandler(LoadBalancer.RequestHandler)","u":"instantiateResponseHandler(com.tangosol.net.LoadBalancer.RequestHandler)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"instantiateRoot(String)","u":"instantiateRoot(java.lang.String)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"instantiateSafeIterator(boolean, long)","u":"instantiateSafeIterator(boolean,long)"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"instantiateSafeIterator(boolean, long)","u":"instantiateSafeIterator(boolean,long)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateSafetyFilter(Ownership, int)","u":"instantiateSafetyFilter(com.tangosol.net.partition.Ownership,int)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"instantiateScopeResolver()"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"instantiateSerializationCache(BinaryStore, int, boolean)","u":"instantiateSerializationCache(com.tangosol.io.BinaryStore,int,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSerializationCache(BinaryStore, int, boolean)","u":"instantiateSerializationCache(com.tangosol.io.BinaryStore,int,boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"instantiateSerializationCache(BinaryStore, int, ClassLoader)","u":"instantiateSerializationCache(com.tangosol.io.BinaryStore,int,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSerializationCache(BinaryStore, int, ClassLoader)","u":"instantiateSerializationCache(com.tangosol.io.BinaryStore,int,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"instantiateSerializationMap(BinaryStore, boolean)","u":"instantiateSerializationMap(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSerializationMap(BinaryStore, boolean)","u":"instantiateSerializationMap(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSerializationMap(BinaryStore, boolean, ClassLoader, int, int, String, XmlElement)","u":"instantiateSerializationMap(com.tangosol.io.BinaryStore,boolean,java.lang.ClassLoader,int,int,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"instantiateSerializationMap(BinaryStore, ClassLoader)","u":"instantiateSerializationMap(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSerializationMap(BinaryStore, ClassLoader)","u":"instantiateSerializationMap(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"instantiateSerializationMap(ParameterResolver, BinaryStore, boolean, ClassLoader, int, int)","u":"instantiateSerializationMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.io.BinaryStore,boolean,java.lang.ClassLoader,int,int)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"instantiateSerializationPagedCache(BinaryStoreManager, int, int, boolean, boolean)","u":"instantiateSerializationPagedCache(com.tangosol.io.BinaryStoreManager,int,int,boolean,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSerializationPagedCache(BinaryStoreManager, int, int, boolean, boolean)","u":"instantiateSerializationPagedCache(com.tangosol.io.BinaryStoreManager,int,int,boolean,boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"instantiateSerializationPagedCache(BinaryStoreManager, int, int, ClassLoader)","u":"instantiateSerializationPagedCache(com.tangosol.io.BinaryStoreManager,int,int,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSerializationPagedCache(BinaryStoreManager, int, int, ClassLoader)","u":"instantiateSerializationPagedCache(com.tangosol.io.BinaryStoreManager,int,int,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"instantiateSerializer()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"instantiateSerializer(Class, Integer, Class)","u":"instantiateSerializer(java.lang.Class,java.lang.Integer,java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"instantiateSerializer(XmlElement, int, Class)","u":"instantiateSerializer(com.tangosol.run.xml.XmlElement,int,java.lang.Class)"},{"p":"com.tangosol.util","c":"LiteSet","l":"instantiateSet()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"instantiateSet()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"instantiateSet(Set, Converter, Converter)","u":"instantiateSet(java.util.Set,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSimpleOverflowMap(ObservableMap, Map, Map)","u":"instantiateSimpleOverflowMap(com.tangosol.util.ObservableMap,java.util.Map,java.util.Map)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"instantiateSimpleSerializationMap(BinaryStore, boolean)","u":"instantiateSimpleSerializationMap(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSimpleSerializationMap(BinaryStore, boolean)","u":"instantiateSimpleSerializationMap(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"instantiateSimpleSerializationMap(BinaryStore, ClassLoader)","u":"instantiateSimpleSerializationMap(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSimpleSerializationMap(BinaryStore, ClassLoader)","u":"instantiateSimpleSerializationMap(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"instantiateSizeAction()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"instantiateSortedMap(SortedMap, Converter, Converter, Converter, Converter)","u":"instantiateSortedMap(java.util.SortedMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"instantiateSortedSet(SortedSet, Converter, Converter)","u":"instantiateSortedSet(java.util.SortedSet,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"instantiateStatus()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"instantiateStatus()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"instantiateStoreBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"instantiateStoreBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"instantiateStoreBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"instantiateStoreBundler()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateStrengthComparator(Ownership)","u":"instantiateStrengthComparator(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSubclass(String, Class, ClassLoader, Object[], XmlElement)","u":"instantiateSubclass(java.lang.String,java.lang.Class,java.lang.ClassLoader,java.lang.Object[],com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"instantiateTraceStep(Filter)","u":"instantiateTraceStep(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateUnderloadedFilter(boolean)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"instantiateUnlockAction()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"instantiateUnmodifiableIterator(LongArray.Iterator)","u":"instantiateUnmodifiableIterator(com.tangosol.util.LongArray.Iterator)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"instantiateValues()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"instantiateValues()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"instantiateValuesCollection()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"instantiateValuesCollection()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateValuesCollection()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"instantiateValuesCollection()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateValuesCollection()"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"instantiateVersionCacheListener()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateVersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, NamedCache, NamedCache, boolean)","u":"instantiateVersionedBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheLoader,com.tangosol.net.NamedCache,com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateVersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheStore, boolean, int, double, NamedCache, NamedCache, boolean)","u":"instantiateVersionedBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheStore,boolean,int,double,com.tangosol.net.NamedCache,com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateVersionedBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, Map)","u":"instantiateVersionedBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.util.Map)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateVersionedNearCache(Map, NamedCache, NamedCache)","u":"instantiateVersionedNearCache(java.util.Map,com.tangosol.net.NamedCache,com.tangosol.net.NamedCache)"},{"p":"com.tangosol.util","c":"Daemon","l":"instantiateWorker()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"instantiateWrapperStore(BinaryStore)","u":"instantiateWrapperStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateWriteQueue()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateWriteThread()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"INT_ARRAY_EMPTY"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.IntAdapter","l":"IntAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"IntArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intBinaryOperator(Remote.IntBinaryOperator)","u":"intBinaryOperator(com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intConsumer(Remote.IntConsumer)","u":"intConsumer(com.tangosol.util.function.Remote.IntConsumer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.IntDecoratedObject","l":"IntDecoratedObject(Object, int)","u":"%3Cinit%3E(java.lang.Object,int)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"INTEGERLITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"INTEGERLITERAL"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcMetricsInterceptor","l":"interceptCall(ServerCall, Metadata, ServerCallHandler)","u":"interceptCall(io.grpc.ServerCall,io.grpc.Metadata,io.grpc.ServerCallHandler)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ServerLoggingInterceptor","l":"interceptCall(ServerCall, Metadata, ServerCallHandler)","u":"interceptCall(io.grpc.ServerCall,io.grpc.Metadata,io.grpc.ServerCallHandler)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InterceptorProcessor","l":"InterceptorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InterceptorsProcessor","l":"InterceptorsProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"LocalPermission","l":"INTERNAL_SERVICE"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InternalCacheSchemeProcessor","l":"InternalCacheSchemeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"internalClose(Consumer)","u":"internalClose(java.util.function.Consumer)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet","l":"InternalKeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet.InternalKeySetIterator","l":"InternalKeySetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalListener","l":"InternalListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperObservableMap.InternalListener","l":"InternalListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.InternalMapListener","l":"InternalMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap.InternalMapListener","l":"InternalMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.InternalMapListener","l":"InternalMapListener(MapListenerSupport, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.MapListenerSupport,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"interrupted()"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"intersects(Object[], Object[])","u":"intersects(java.lang.Object[],java.lang.Object[])"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"intersects(PartitionSet)","u":"intersects(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intFunction(Remote.IntFunction)","u":"intFunction(com.tangosol.util.function.Remote.IntFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intPredicate(Remote.IntPredicate)","u":"intPredicate(com.tangosol.util.function.Remote.IntPredicate)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"introduceEventDispatcher(String, EventDispatcher)","u":"introduceEventDispatcher(java.lang.String,com.tangosol.net.events.EventDispatcher)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"introduceEventDispatcher(String, EventDispatcher)","u":"introduceEventDispatcher(java.lang.String,com.tangosol.net.events.EventDispatcher)"},{"p":"com.tangosol.net","c":"Coherence.LifecycleListener","l":"introduceEventDispatcher(String, EventDispatcher)","u":"introduceEventDispatcher(java.lang.String,com.tangosol.net.events.EventDispatcher)"},{"p":"com.tangosol.net.events","c":"EventDispatcherAwareInterceptor","l":"introduceEventDispatcher(String, EventDispatcher)","u":"introduceEventDispatcher(java.lang.String,com.tangosol.net.events.EventDispatcher)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"introduceEventDispatcher(String, EventDispatcher)","u":"introduceEventDispatcher(java.lang.String,com.tangosol.net.events.EventDispatcher)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intSupplier(Remote.IntSupplier)","u":"intSupplier(com.tangosol.util.function.Remote.IntSupplier)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intToDoubleFunction(Remote.IntToDoubleFunction)","u":"intToDoubleFunction(com.tangosol.util.function.Remote.IntToDoubleFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intToLongFunction(Remote.IntToLongFunction)","u":"intToLongFunction(com.tangosol.util.function.Remote.IntToLongFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intUnaryOperator(Remote.IntUnaryOperator)","u":"intUnaryOperator(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"intValue()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"intValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"invalidate()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"invalidateFront(Object)","u":"invalidateFront(java.lang.Object)"},{"p":"com.tangosol.coherence.config.builder","c":"InvalidConfigServiceLoadBalancerBuilder","l":"InvalidConfigServiceLoadBalancerBuilder(String, XmlElement)","u":"%3Cinit%3E(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"inverse(Comparator)","u":"inverse(java.util.Comparator)"},{"p":"com.tangosol.util.comparator","c":"InverseComparator","l":"InverseComparator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.comparator","c":"InverseComparator","l":"InverseComparator(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.oracle.coherence.common.base","c":"InverseComparator","l":"InverseComparator(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"invert()"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"InvocableMapHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"InvocationObserver","l":"invocationCompleted()"},{"p":"com.tangosol.coherence.config.scheme","c":"InvocationScheme","l":"InvocationScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InvocationServiceProxyProcessor","l":"InvocationServiceProxyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"Invoke()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"invoke(CacheRequestHolder)","u":"invoke(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"invoke(Class, Object, String, Object[])","u":"invoke(java.lang.Class,java.lang.Object,java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.util","c":"ClassHelper","l":"invoke(Class, Object, String, Object[])","u":"invoke(java.lang.Class,java.lang.Object,java.lang.String,java.lang.Object[])"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"invoke(InvokeRequest)","u":"invoke(com.oracle.coherence.grpc.InvokeRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"invoke(InvokeRequest)","u":"invoke(com.oracle.coherence.grpc.InvokeRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"invoke(InvokeRequest, StreamObserver)","u":"invoke(com.oracle.coherence.grpc.InvokeRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"invoke(K, EntryProcessor, Object...)","u":"invoke(K,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"invoke(K, EntryProcessor, Object...)","u":"invoke(K,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"invoke(K, EntryProcessor, Object...)","u":"invoke(K,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"invoke(K, EntryProcessor, Object...)","u":"invoke(K,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"invoke(K, InvocableMap.EntryProcessor)","u":"invoke(K,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invoke(K, InvocableMap.EntryProcessor)","u":"invoke(K,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"invoke(K, InvocableMap.EntryProcessor)","u":"invoke(K,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"invoke(K, InvocableMap.EntryProcessor)","u":"invoke(K,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"invoke(K, InvocableMap.EntryProcessor)","u":"invoke(K,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"invoke(K, InvocableMap.EntryProcessor)","u":"invoke(K,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"invoke(MBeanAccessor.QueryBuilder.ParsedQuery, String, Object[], String[])","u":"invoke(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery,java.lang.String,java.lang.Object[],java.lang.String[])"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"Invoke(MBeanAccessor.QueryBuilder.ParsedQuery, String, Object[], String[])","u":"%3Cinit%3E(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery,java.lang.String,java.lang.Object[],java.lang.String[])"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"invoke(Object, String, Object[])","u":"invoke(java.lang.Object,java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.util","c":"ClassHelper","l":"invoke(Object, String, Object[])","u":"invoke(java.lang.Object,java.lang.String,java.lang.Object[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"invoke(Remote.Function)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"invoke(Remote.Function)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"invoke(Remote.Function, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"invoke(Remote.Function, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"invoke(Remote.Function)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"invoke(Remote.Function)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"invoke(Remote.Function, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"invoke(Remote.Function, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"invoke(Remote.Function)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"invoke(Remote.Function)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"invoke(Remote.Function, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"invoke(Remote.Function, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"invoke(Remote.Function, R>)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"invoke(Remote.Function, R>)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"invoke(Remote.Function, R>, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"invoke(Remote.Function, R>, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"invoke(Remote.Function, R>)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"invoke(Remote.Function, R>)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"invoke(Remote.Function, R>, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"invoke(Remote.Function, R>, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"invoke(Remote.Function, R>)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"invoke(Remote.Function, R>)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"invoke(Remote.Function, R>, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"invoke(Remote.Function, R>, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"invoke(String, String, Object[], String[])","u":"invoke(java.lang.String,java.lang.String,java.lang.Object[],java.lang.String[])"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"invoke(String, String, Object[], String[])","u":"invoke(java.lang.String,java.lang.String,java.lang.Object[],java.lang.String[])"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"invoke(String, String, String, ByteString, ByteString)","u":"invoke(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"invoke(TK, InvocableMap.EntryProcessor)","u":"invoke(TK,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"invoke(TK, InvocableMap.EntryProcessor)","u":"invoke(TK,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(Collection, InvocableMap.EntryProcessor, BiConsumer)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(Collection, InvocableMap.EntryProcessor, Consumer>)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.Consumer)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"invokeAll(Collection>)","u":"invokeAll(java.util.Collection)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"invokeAll(Collection>, long, TimeUnit)","u":"invokeAll(java.util.Collection,long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(Filter, InvocableMap.EntryProcessor, BiConsumer)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(Filter, InvocableMap.EntryProcessor, Consumer>)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.Consumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"invokeAll(InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(InvocableMap.EntryProcessor, BiConsumer)","u":"invokeAll(com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(InvocableMap.EntryProcessor, Consumer>)","u":"invokeAll(com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.Consumer)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"invokeAll(InvokeAllRequest, StreamObserver)","u":"invokeAll(com.oracle.coherence.grpc.InvokeAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"invokeAll(InvokeAllRequest, StreamObserver)","u":"invokeAll(com.oracle.coherence.grpc.InvokeAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"invokeAll(InvokeAllRequest, StreamObserver)","u":"invokeAll(com.oracle.coherence.grpc.InvokeAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"invokeAll(Set, EntryProcessor, Object...)","u":"invokeAll(java.util.Set,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"invokeAll(Set, EntryProcessor, Object...)","u":"invokeAll(java.util.Set,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"invokeAll(Set, EntryProcessor, Object...)","u":"invokeAll(java.util.Set,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"invokeAll(Set, EntryProcessor, Object...)","u":"invokeAll(java.util.Set,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"invokeAll(String, String, String, ByteString, ByteString)","u":"invokeAll(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"invokeAll(String, String, String, Iterable, ByteString)","u":"invokeAll(java.lang.String,java.lang.String,java.lang.String,java.lang.Iterable,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeAllAsync(NamedCache, Collection, int, InvocableMap.EntryProcessor, Executor, BiConsumer, ? super Throwable>...)","u":"invokeAllAsync(com.tangosol.net.NamedCache,java.util.Collection,int,com.tangosol.util.InvocableMap.EntryProcessor,java.util.concurrent.Executor,java.util.function.BiConsumer...)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeAllAsync(NamedCache, Collection, ToIntFunction, InvocableMap.EntryProcessor, BiConsumer, ? super Throwable>...)","u":"invokeAllAsync(com.tangosol.net.NamedCache,java.util.Collection,java.util.function.ToIntFunction,com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.BiConsumer...)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeAllAsync(NamedCache, Collection, ToIntFunction, InvocableMap.EntryProcessor, Executor, BiConsumer, ? super Throwable>...)","u":"invokeAllAsync(com.tangosol.net.NamedCache,java.util.Collection,java.util.function.ToIntFunction,com.tangosol.util.InvocableMap.EntryProcessor,java.util.concurrent.Executor,java.util.function.BiConsumer...)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeAllLocked(ConcurrentMap, Set>, InvocableMap.EntryProcessor)","u":"invokeAllLocked(com.tangosol.util.ConcurrentMap,java.util.Set,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"invokeAllWithFilter(CacheRequestHolder, StreamObserver)","u":"invokeAllWithFilter(com.oracle.coherence.grpc.CacheRequestHolder,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"invokeAllWithFilter(InvokeAllRequest, StreamObserver)","u":"invokeAllWithFilter(com.oracle.coherence.grpc.InvokeAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"invokeAllWithKeys(CacheRequestHolder, StreamObserver)","u":"invokeAllWithKeys(com.oracle.coherence.grpc.CacheRequestHolder,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"invokeAllWithKeys(InvokeAllRequest, StreamObserver)","u":"invokeAllWithKeys(com.oracle.coherence.grpc.InvokeAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"invokeAny(Collection>)","u":"invokeAny(java.util.Collection)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"invokeAny(Collection>, long, TimeUnit)","u":"invokeAny(java.util.Collection,long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeAsync(NamedCache, K, int, InvocableMap.EntryProcessor, BiConsumer...)","u":"invokeAsync(com.tangosol.net.NamedCache,K,int,com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.BiConsumer...)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeAsync(NamedCache, K, int, InvocableMap.EntryProcessor, Executor, BiConsumer...)","u":"invokeAsync(com.tangosol.net.NamedCache,K,int,com.tangosol.util.InvocableMap.EntryProcessor,java.util.concurrent.Executor,java.util.function.BiConsumer...)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeAsync(NamedCache, K, InvocableMap.EntryProcessor)","u":"invokeAsync(com.tangosol.net.NamedCache,K,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.ConditionalRemoveAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.RemoveAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.SizeAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.UnlockAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ContainsValueAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntryAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntryActionAdapter","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.GetEntryAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.InsertAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.RemoveAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeLocked(ConcurrentMap, InvocableMap.Entry, InvocableMap.EntryProcessor)","u":"invokeLocked(com.tangosol.util.ConcurrentMap,com.tangosol.util.InvocableMap.Entry,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockAction","l":"invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int)","u":"invokeNotFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.UnlockAction","l":"invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int)","u":"invokeNotFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntryAction","l":"invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int)","u":"invokeNotFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntryActionAdapter","l":"invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int)","u":"invokeNotFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.GetEntryAction","l":"invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int)","u":"invokeNotFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.InsertAction","l":"invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int)","u":"invokeNotFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"invokeOnAllKeys(Object, boolean, SegmentedHashMap.IterableEntryAction)","u":"invokeOnAllKeys(java.lang.Object,boolean,com.tangosol.util.SegmentedHashMap.IterableEntryAction)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"invokeOnKey(Object, Object, boolean, SegmentedHashMap.EntryAction)","u":"invokeOnKey(java.lang.Object,java.lang.Object,boolean,com.tangosol.util.SegmentedHashMap.EntryAction)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"invokeOperation(MBeanServer, String)","u":"invokeOperation(javax.management.MBeanServer,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"invokeStatic(Class, String, Object[])","u":"invokeStatic(java.lang.Class,java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.util","c":"ClassHelper","l":"invokeStatic(Class, String, Object[])","u":"invokeStatic(java.lang.Class,java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"IO_EXCEPTIONS_LOG_LEVEL"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"isAcceptable(EventDispatcher)","u":"isAcceptable(com.tangosol.net.events.EventDispatcher)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"isAcquiredByCurrentThread()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"isActive()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"isActive()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isActive()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"isActive()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"isActive()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"isActive()"},{"p":"com.tangosol.net","c":"Coherence","l":"isActive()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"isActive()"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"isActive()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"isActive()"},{"p":"com.tangosol.net","c":"NamedMap","l":"isActive()"},{"p":"com.tangosol.net","c":"Releasable","l":"isActive()"},{"p":"com.tangosol.net","c":"Session","l":"isActive()"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"isActive()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"isActive()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"isActive()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"isActiveBackup()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"isActiveIterator()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"isActiveIterator()"},{"p":"com.tangosol.util","c":"UUID","l":"isAddressIncluded()"},{"p":"com.tangosol.util","c":"Streamer","l":"isAllInclusive()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"isAllowAutoAdjust()"},{"p":"com.tangosol.net","c":"ActionPolicy","l":"isAllowed(Service, Action)","u":"isAllowed(com.tangosol.net.Service,com.tangosol.net.Action)"},{"p":"com.tangosol.net","c":"CompositeActionPolicy","l":"isAllowed(Service, Action)","u":"isAllowed(com.tangosol.net.Service,com.tangosol.net.Action)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"isAllowed(Service, Action)","u":"isAllowed(com.tangosol.net.Service,com.tangosol.net.Action)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"isAllowed(Service, Action)","u":"isAllowed(com.tangosol.net.Service,com.tangosol.net.Action)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ProxyQuorumPolicy","l":"isAllowed(Service, Action)","u":"isAllowed(com.tangosol.net.Service,com.tangosol.net.Action)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"isAllowed(Service, Action)","u":"isAllowed(com.tangosol.net.Service,com.tangosol.net.Action)"},{"p":"com.tangosol.util","c":"NullImplementation.NullActionPolicy","l":"isAllowed(Service, Action)","u":"isAllowed(com.tangosol.net.Service,com.tangosol.net.Action)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"isAllowInconsistencies()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"isAllowUnownedCommits()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"isAllowUnownedCommits(ParameterResolver)","u":"isAllowUnownedCommits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractScheme","l":"isAnonymous()"},{"p":"com.tangosol.coherence.config.scheme","c":"Scheme","l":"isAnonymous()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"isAnonymous()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"isAnonymous()"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"isAnyLocalAddress(InetAddress)","u":"isAnyLocalAddress(java.net.InetAddress)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.CacheLifecycleEventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryEventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryProcessorEventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.CoherenceLifecycleEventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.LifecycleEventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.ServiceEventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.SessionLifecycleEventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"isAssignableFrom(Type, Type)","u":"isAssignableFrom(java.lang.reflect.Type,java.lang.reflect.Type)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderHelper","l":"isAssignablePrimitive(Class, Class)","u":"isAssignablePrimitive(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"isAssignablePrimitive(Class, Class)","u":"isAssignablePrimitive(java.lang.Class,java.lang.Class)"},{"p":"com.oracle.coherence.cdi","c":"CdiEventObserver","l":"isAsync()"},{"p":"com.oracle.coherence.cdi","c":"CdiMapEventObserver","l":"isAsync()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener.MapEventObserver","l":"isAsync()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventObserver","l":"isAsync()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"isAsync()"},{"p":"com.tangosol.util","c":"MapListener","l":"isAsynchronous()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"isAsynchronousPageDeactivation()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"isAtom()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"isAtom()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"isAttribute()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"isAttribute()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"isAttribute()"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"isAutoAdjust(ParameterResolver)","u":"isAutoAdjust(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"isAutoStart()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"isAutoStart()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"isAutoStart()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isAvailable()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isAvailable()"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"isBackingMapPersistent(String)","u":"isBackingMapPersistent(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"isBackingMapPersistent(String)","u":"isBackingMapPersistent(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"isBackingMapPersistent(String)","u":"isBackingMapPersistent(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"isBackingMapPersistent(String)","u":"isBackingMapPersistent(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager","l":"isBackingMapPersistent(String)","u":"isBackingMapPersistent(java.lang.String)"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"isBackingMapPersistent(String, boolean)","u":"isBackingMapPersistent(java.lang.String,boolean)"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"isBackingMapSlidingExpiry(String)","u":"isBackingMapSlidingExpiry(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"isBackingMapSlidingExpiry(String)","u":"isBackingMapSlidingExpiry(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"isBackingMapSlidingExpiry(String)","u":"isBackingMapSlidingExpiry(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"isBackingMapSlidingExpiry(String)","u":"isBackingMapSlidingExpiry(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager","l":"isBackingMapSlidingExpiry(String)","u":"isBackingMapSlidingExpiry(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"isBackup()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"isBackupPartitioned(String)","u":"isBackupPartitioned(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isBackUpToDate()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isBackUpToDate()"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"isBinary()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"isBinaryMap()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"isBinaryMap()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isBinaryNamedCache()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isBinaryNamedCache(NamedCache)","u":"isBinaryNamedCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"isBinaryOnly()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies","l":"isBlackList()"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"isBlind()"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"isBlindPutAllowed()"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"isBlindRemoveAllowed()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"isBlocking()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"isBlocking()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"isBlocking()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.Dependencies","l":"isBlocking()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"isBound()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"isByMember()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"isByPartition()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"isByteArrayPrivate()"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"isByteArrayPrivate()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"isByteArrayPrivate()"},{"p":"com.tangosol.util","c":"Binary","l":"isByteArrayPrivate()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"isCacheActive(String, ClassLoader)","u":"isCacheActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"isCacheActive(String, ClassLoader)","u":"isCacheActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"isCacheActive(String, ClassLoader)","u":"isCacheActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"isCacheActive(String, ClassLoader)","u":"isCacheActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"Session","l":"isCacheActive(String, ClassLoader)","u":"isCacheActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isCacheValues()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"isCacheValues()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"isCacheValues()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"isCanceled()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"isCancelled()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"isCancelled()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"isCanonicalKeySupported(Map)","u":"isCanonicalKeySupported(java.util.Map)"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"isCanonicallyEquatable(Object)","u":"isCanonicallyEquatable(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"isChanged()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"isCheckPrimingExclusively(boolean)"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"isClient()"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"isClient()"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"isClient()"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DateAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimeAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"XmlElementAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"XmlSerializableAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"isClosed()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"isClosed()"},{"p":"com.tangosol.net","c":"Coherence","l":"isClosed()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"isClosed()"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"isClosed()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"isClosed()"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"isClosedByCurrentThread()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"isClosedByCurrentThread()"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"isClusterMember()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"isCoherent()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"isCollectStats()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"isCollectStats()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isCommentValid(String)","u":"isCommentValid(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isCommitting()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isCommitting()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"isCompacting()"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"isCompareEntry()"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"isCompareKey()"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"isCompareValue()"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"isCompatibleMethod(Method, int, Type, Type...)","u":"isCompatibleMethod(java.lang.reflect.Method,int,java.lang.reflect.Type,java.lang.reflect.Type...)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"isComplete()"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"isComplete()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"isComplete()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.SizeAction","l":"isComplete(Object)","u":"isComplete(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ContainsValueAction","l":"isComplete(Object)","u":"isComplete(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntryActionAdapter","l":"isComplete(Object)","u":"isComplete(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.IterableEntryAction","l":"isComplete(Object)","u":"isComplete(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"isCompletedExceptionally()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"isCompletedExceptionally()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"isCompound()"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"isCompound()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LeafBaseToken","l":"isCompound()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"isCompressable()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"isConditional()"},{"p":"com.tangosol.net","c":"SocketOptions","l":"isConfigured()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContainerHelper.JCacheLifecycleInterceptor","l":"isContainerContext()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContainerHelper","l":"isContainerContext(ExtensibleConfigurableCacheFactory)","u":"isContainerContext(com.tangosol.net.ExtensibleConfigurableCacheFactory)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"isContended()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"isContent()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"isContent()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"isContiguous()"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"isConverted()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"isCurrent()"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"isCurrentThread()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"isDebug()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"isDecimal(char)"},{"p":"com.tangosol.util","c":"Base","l":"isDecimal(char)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isDecorated(ReadBuffer)","u":"isDecorated(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isDecorated(ReadBuffer, int)","u":"isDecorated(com.tangosol.io.ReadBuffer,int)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"isDelegateParallel()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"isDelegateStreaming()"},{"p":"com.tangosol.util","c":"MapEvent","l":"isDelete()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"isDeleted()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isDestroyed()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"isDestroyed()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"isDestroyed()"},{"p":"com.tangosol.net","c":"NamedCollection","l":"isDestroyed()"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"isDestroyed()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"isDestroyed()"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"isDirectQueryEnabled()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"isDirty()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"isDirty()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isDiscardable()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isDiscardable()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"isDiscardable()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"isDiscarded()"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"isDisposed()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"isDisposed()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"isDisposed()"},{"p":"com.oracle.coherence.grpc","c":"SafeStreamObserver","l":"isDone()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"isDone()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"isDone()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"isDone()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"isDormant()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"isElementMatch(XmlElement)","u":"isElementMatch(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isElementMatch(XmlElement, String, String)","u":"isElementMatch(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"isEmpty()"},{"p":"com.tangosol.coherence.config.builder","c":"ListBasedAddressProviderBuilder","l":"isEmpty()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"isEmpty()"},{"p":"com.tangosol.coherence.config","c":"ParameterList","l":"isEmpty()"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"isEmpty()"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"isEmpty()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"isEmpty()"},{"p":"com.tangosol.io.pof","c":"EvolvableHolder","l":"isEmpty()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"isEmpty()"},{"p":"com.tangosol.net","c":"LoadBalancer.Queue","l":"isEmpty()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"isEmpty()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"isEmpty()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MaskedPartitionMap","l":"isEmpty()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"isEmpty()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"isEmpty()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"isEmpty()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"isEmpty()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"isEmpty()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.KeySet","l":"isEmpty()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"isEmpty()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"isEmpty()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"isEmpty()"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"isEmpty()"},{"p":"com.tangosol.util","c":"ChainedSet","l":"isEmpty()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"isEmpty()"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"isEmpty()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"isEmpty()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"isEmpty()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"Dequeue","l":"isEmpty()"},{"p":"com.tangosol.util","c":"Listeners","l":"isEmpty()"},{"p":"com.tangosol.util","c":"LiteSet","l":"isEmpty()"},{"p":"com.tangosol.util","c":"LongArray","l":"isEmpty()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"isEmpty()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"isEmpty()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"isEmpty()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"isEmpty()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SafeSortedMap.Values","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SetMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SortedBag","l":"isEmpty()"},{"p":"com.tangosol.util","c":"StringTable","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SubList","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SubSet","l":"isEmpty()"},{"p":"com.tangosol.util","c":"Tree","l":"isEmpty()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"isEmpty()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"isEmpty()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"isEmpty()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"isEmpty(Filter)","u":"isEmpty(com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"isEmpty(IsEmptyRequest)","u":"isEmpty(com.oracle.coherence.grpc.IsEmptyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"isEmpty(IsEmptyRequest)","u":"isEmpty(com.oracle.coherence.grpc.IsEmptyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"isEmpty(IsEmptyRequest, StreamObserver)","u":"isEmpty(com.oracle.coherence.grpc.IsEmptyRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"isEmpty(Map[])","u":"isEmpty(java.util.Map[])"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"isEmpty(String, String)","u":"isEmpty(java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isEmpty(XmlElement)","u":"isEmpty(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor","l":"isEmptyElement(ProcessingContext, XmlElement)","u":"isEmptyElement(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"isEmptyIsNull()"},{"p":"com.tangosol.net.management","c":"MapJsonBodyHandler","l":"isEnabled()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"isEnabled()"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"isEnabled()"},{"p":"com.tangosol.net.ssl","c":"CertificateLoader","l":"isEnabled()"},{"p":"com.tangosol.net.ssl","c":"KeyStoreLoader","l":"isEnabled()"},{"p":"com.tangosol.net.ssl","c":"PrivateKeyLoader","l":"isEnabled()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"isEnabled()"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"isEnabled(int)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isEncodingValid(String)","u":"isEncodingValid(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"isEnd()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"isEnd()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"isEnd()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"isEndOfStatement()"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"isEnteredByCurrentThread()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"isEnteredByCurrentThread()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"isEntry()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isEntryExistent()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isEntryInBack()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isEntryInFront()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isEntryInFront()"},{"p":"com.tangosol.coherence.config.builder","c":"WrapperSocketAddressProviderBuilder","l":"isEphemeral()"},{"p":"com.tangosol.util.function","c":"Remote.Predicate","l":"isEqual(Object)","u":"isEqual(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"isEraseAllSupported()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"isEraseSupported()"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"isEraseUnsupported()"},{"p":"com.tangosol.run.xml","c":"SaxParser.ValidationHandler","l":"isError()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isEventDeferred(Object)","u":"isEventDeferred(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"isEventFabricator()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"isEventFabricator()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"isEvictable()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.EvictionApprover","l":"isEvictable(ConfigurableCacheMap.Entry)","u":"isEvictable(com.tangosol.net.cache.ConfigurableCacheMap.Entry)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"isEvolvable()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"isEvolvable()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"isException()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"isExclusive()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"isExitWhenProcessingComplete()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"isExitWhenProcessingComplete()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"isExpired()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"isExpired()"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"isExpired()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.ExpirableStatus","l":"isExpired()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isExpired()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"isExpiredAt(long)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"isExpiredAt(long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"isExpiryEnabled()"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"isExpiryEnabled(ParameterResolver)","u":"isExpiryEnabled(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"isExplicitlyTyped()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"isExtendedLanguageEnabled()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"isExtendedLanguageEnabled()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"isExtendedLanguageEnabled()"},{"p":"com.tangosol.net.management","c":"Registry","l":"isExtendedMBeanName()"},{"p":"com.tangosol.util","c":"Filters","l":"isFalse(ValueExtractor)","u":"isFalse(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"isFederateApplySynthetic(ParameterResolver)","u":"isFederateApplySynthetic(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"isFederated()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"isFinishing()"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"isFirst()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"isFirst()"},{"p":"com.tangosol.net","c":"InputStreamPasswordProvider","l":"isFirstLineOnly()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isFlowControlEnabled()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"isFlushed()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InstanceProcessor","l":"isForeignNamespace(XmlElement)","u":"isForeignNamespace(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config","c":"RegExCacheMapping","l":"isForName(String)","u":"isForName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"isForName(String)","u":"isForName(java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"isForwardIndexSupported()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ContainsValueAction","l":"isFound(Object)","u":"isFound(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"isFree()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"isFrontPutBlind()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"isFrontPutBlind()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"isFull()"},{"p":"com.tangosol.util","c":"Dequeue","l":"isFull()"},{"p":"com.tangosol.util","c":"UUID","l":"isGenerated()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"isGlobalPartitioningSchemePID(int)"},{"p":"com.tangosol.util","c":"Daemon","l":"isGuarded()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"isHeldByCurrentThread()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"isHeldByCurrentThread()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"isHex(char)"},{"p":"com.tangosol.util","c":"Base","l":"isHex(char)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"isIdentifier()"},{"p":"com.tangosol.coherence.dsltools.base","c":"IdentifierBaseToken","l":"isIdentifier()"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"isIdle()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ILikeOperator","l":"isIgnoreCase()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LikeOperator","l":"isIgnoreCase()"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"isIgnoreCase()"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"isIgnored(Object)","u":"isIgnored(java.lang.Object)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"isIgnoringCase()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"isIncrementalEviction()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isInitialDistribution(Member)","u":"isInitialDistribution(com.tangosol.net.Member)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isInitialized()"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"isInnerClass(Class)","u":"isInnerClass(java.lang.Class)"},{"p":"com.tangosol.util","c":"MapEvent","l":"isInsert()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isInstanceConfigEmpty(XmlElement)","u":"isInstanceConfigEmpty(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"isInstanceOf(Object, Class)","u":"isInstanceOf(java.lang.Object,java.lang.Class)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"isInstanceOf(Object, String)","u":"isInstanceOf(java.lang.Object,java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isIntDecorated(ByteSequence)","u":"isIntDecorated(com.tangosol.util.ByteSequence)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isIntDecorated(ReadBuffer)","u":"isIntDecorated(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isInterfaceAllowed()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"isInternal()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"isInternalKeySetIteratorMutable()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"isInternalKeySetIteratorMutable()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"isInternalKeySetIteratorMutable()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"isInternalKeySetIteratorMutable()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"isInternalValueDecorated(Object, int)","u":"isInternalValueDecorated(java.lang.Object,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"isInternalValueDecorated(Object, int)","u":"isInternalValueDecorated(java.lang.Object,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"isIntrinsicPofType(Class)","u":"isIntrinsicPofType(java.lang.Class)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isIpMonitorEnabled()"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"isJCacheSynthetic(CacheEvent)","u":"isJCacheSynthetic(com.tangosol.net.cache.CacheEvent)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener.NonSyntheticEntryFilter","l":"isJCacheSynthetic(CacheEvent)","u":"isJCacheSynthetic(com.tangosol.net.cache.CacheEvent)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener.NonSyntheticEntryFilter","l":"isJCacheSynthetic(CacheEvent)","u":"isJCacheSynthetic(com.tangosol.net.cache.CacheEvent)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"isKeyComparator()"},{"p":"com.tangosol.util.comparator","c":"EntryAwareComparator","l":"isKeyComparator()"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"isKeyComparator()"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"isKeyComparator(Comparator)","u":"isKeyComparator(java.util.Comparator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"isKeyConverted()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"isKeyExcluded(Object)","u":"isKeyExcluded(java.lang.Object)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"isKeyOwned(Object)","u":"isKeyOwned(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"isKeyOwned(Object)","u":"isKeyOwned(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isLambdaAllowed()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"isLeaf()"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"isLeaf()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LeafBaseToken","l":"isLeaf()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"isLeaf()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"isLeaf()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"isLeaf()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"isLinked()"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"isLinkLocalAddress(InetAddress)","u":"isLinkLocalAddress(java.net.InetAddress)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"isLite()"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.FilterInfo","l":"isLite()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"isLiteral()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"isLiteral()"},{"p":"com.tangosol.util","c":"HealthCheck","l":"isLive()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"isLoaded()"},{"p":"com.tangosol.net","c":"MemberEvent","l":"isLocal()"},{"p":"com.tangosol.net","c":"AbstractServiceLoadBalancer","l":"isLocalMember(Member)","u":"isLocalMember(com.tangosol.net.Member)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"isLocalOnly()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isLocalPortAutoAdjust()"},{"p":"com.tangosol.net","c":"DistributedCacheService","l":"isLocalStorageEnabled()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"isLocked()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"isLocked()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"isLockingEnforced()"},{"p":"com.tangosol.util","c":"Base","l":"isLogEcho()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"isLogEnabled(int)"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"isLoopbackAddress(InetAddress)","u":"isLoopbackAddress(java.net.InetAddress)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"isLowerBoundInclusive()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"isManagementEnabled()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"isManagementEnabled()"},{"p":"com.tangosol.coherence.dslquery","c":"Statement","l":"isManagingTimeout()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder.SourceStatement","l":"isManagingTimeout()"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"isManagingTransientVersion()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"isMapActive(String, ClassLoader)","u":"isMapActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"Session","l":"isMapActive(String, ClassLoader)","u":"isMapActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicMarkableReference","l":"isMarked()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"isMarked()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"isMarked()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference","l":"isMarked()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"isMarked()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"isMarked()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"isMaster()"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"isMatch(String)","u":"isMatch(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"isMatch(String, String)","u":"isMatch(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"isMatching(QueryRecord.PartialResult)","u":"isMatching(com.tangosol.util.QueryRecord.PartialResult)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"isMatching(QueryRecord.PartialResult.Step)","u":"isMatching(com.tangosol.util.QueryRecord.PartialResult.Step)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"isMBeanRegistered(String)","u":"isMBeanRegistered(java.lang.String)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"isMBeanRegistered(String)","u":"isMBeanRegistered(java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HealthProcessor.XMLHealthCheckDependencies","l":"isMemberHealthCheck()"},{"p":"com.tangosol.util","c":"HealthCheck","l":"isMemberHealthCheck()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isMemberLeaving(Member)","u":"isMemberLeaving(com.tangosol.net.Member)"},{"p":"com.tangosol.coherence.config.unit","c":"Units","l":"isMemorySize()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"isMetadataCompatible(Properties)","u":"isMetadataCompatible(java.util.Properties)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"isMetadataCompatible(Properties, int, String, int)","u":"isMetadataCompatible(java.util.Properties,int,java.lang.String,int)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"isMetadataComplete(Properties)","u":"isMetadataComplete(java.util.Properties)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"isMetadataComplete(Properties)","u":"isMetadataComplete(java.util.Properties)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"isMethodExtractor()"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"isMethodUpdater()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"isModified()"},{"p":"com.tangosol.util","c":"SubSet","l":"isModified()"},{"p":"com.tangosol.net","c":"ServiceMonitor","l":"isMonitoring()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"isMonitoring()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"isMonitoringServices()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"isMonitorStopped()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"isMutable()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"isMutable()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"isMutable()"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"isMutator()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isNameMatch(XmlElement, String, String, String)","u":"isNameMatch(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"isNameMutable()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isNameValid(String)","u":"isNameValid(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"isNest()"},{"p":"com.tangosol.coherence.dsltools.base","c":"NestedBaseTokens","l":"isNest()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"isNest(char)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"isNested()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"isNewValueConverted()"},{"p":"com.oracle.coherence.common.base","c":"NonBlocking","l":"isNonBlockingCaller()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"isNonMemberMBean(String)","u":"isNonMemberMBean(java.lang.String)"},{"p":"com.tangosol.util","c":"Filters","l":"isNotNull(ValueExtractor)","u":"isNotNull(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.filter","c":"IsNotNullFilter","l":"IsNotNullFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"IsNotNullFilter","l":"IsNotNullFilter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"IsNotNullFilter","l":"IsNotNullFilter(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.config.expression","c":"Value","l":"isNull()"},{"p":"com.tangosol.util","c":"Filters","l":"isNull(ValueExtractor)","u":"isNull(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.filter","c":"IsNullFilter","l":"IsNullFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"IsNullFilter","l":"IsNullFilter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"IsNullFilter","l":"IsNullFilter(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"isNullFirst()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"isNullValuesAllowed()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"isNullValuesAllowed()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"isNumber()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"isNumber()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isObserved()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"isOctal(char)"},{"p":"com.tangosol.util","c":"Base","l":"isOctal(char)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"isOldValueAvailable()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheEntryEvent","l":"isOldValueAvailable()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"isOldValueConverted()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"isOnlyOwnedCommits()"},{"p":"com.tangosol.util","c":"Daemon","l":"isOnWorkerThread()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"isOpen()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"isOperator()"},{"p":"com.tangosol.coherence.dsltools.base","c":"OperatorBaseToken","l":"isOperator()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"isOptimizeMV()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"isOrdered()"},{"p":"com.tangosol.util","c":"MapIndex","l":"isOrdered()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.IndexLookupRecord","l":"isOrdered()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"isOrdered()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"isOrdered()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"isOriginalPresent()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"isOriginalPresent()"},{"p":"com.tangosol.util","c":"MapTrigger.Entry","l":"isOriginalPresent()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"isOriginalPresent()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"isOwned()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"isOwned()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"isOwnedByCaller()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isOwnedByCurrentThread()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isOwnedByCurrentThread()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"isOwner(int)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"isPageActive(int)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"isParallel()"},{"p":"com.tangosol.util.stream","c":"RemotePipeline","l":"isParallel()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"isPartial()"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"isPartial()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"isPartial()"},{"p":"com.tangosol.util","c":"MapIndex","l":"isPartial()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"isPartial()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"isPartialNameLegal(String)","u":"isPartialNameLegal(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"isPartitioned(ParameterResolver, boolean)","u":"isPartitioned(com.tangosol.config.expression.ParameterResolver,boolean)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isPartitionEndangered(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isPartitionEndangered(Ownership)","u":"isPartitionEndangered(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isPartitionStrong(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isPartitionStrong(Ownership)","u":"isPartitionStrong(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"isPassivePagedBackup()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isPatchCompatible(DataInput, int)","u":"isPatchCompatible(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isPatchCompatible(DataOutput, int)","u":"isPatchCompatible(java.io.DataOutput,int)"},{"p":"com.tangosol.io","c":"WrapperBufferInput.VersionAwareBufferInput","l":"isPatchCompatible(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput.VersionAwareBufferOutput","l":"isPatchCompatible(int)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"isPending()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"isPending()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isPreferJavaTime()"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"isPreferJavaTime()"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"isPreferJavaTime()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"isPrefixAllowed()"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"isPreLoad(ParameterResolver)","u":"isPreLoad(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"isPresent()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"isPresent()"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"isPresent()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"isPresent()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"isPresent()"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"isPresent()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"isPresent()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"isPresentOnly()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.LoadComparator","l":"isPrimary()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter","l":"isPrimary()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"isPriming()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"isPriming(MapEvent)","u":"isPriming(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"isPrimingListener(MapListener)","u":"isPrimingListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"isProcessed()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isProcessing()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isProcessing()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"isPropertyDefined(String, XmlElement)","u":"isPropertyDefined(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"isPropertyDefined(String, XmlElement)","u":"isPropertyDefined(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"isPropertyExtractor()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isPublicIdentifierValid(String)","u":"isPublicIdentifierValid(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"isPunctuation()"},{"p":"com.tangosol.coherence.dsltools.base","c":"PunctuationBaseToken","l":"isPunctuation()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"isPunctuation(char)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"isPutAllOptimized(Map)","u":"isPutAllOptimized(java.util.Map)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"isQualifiedNameLegal(String)","u":"isQualifiedNameLegal(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"isQuoteRequired(String)","u":"isQuoteRequired(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"isQuoteRequired(String, boolean)","u":"isQuoteRequired(java.lang.String,boolean)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"isReadLocked()"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"isReadOnly()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"isReadOnly()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isReadOnly()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"isReadOnly()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"isReadOnly()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"isReadOnly()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"isReadOnly()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"isReadOnly()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"isReadOnly()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"isReadOnly(ParameterResolver)","u":"isReadOnly(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"isReadThrough()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"isReadThrough()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"isReadThrough()"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"isReady()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isReady()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"isReady()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"isReady()"},{"p":"com.tangosol.net","c":"NamedMap","l":"isReady()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"isReady()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"isReady()"},{"p":"com.tangosol.util","c":"HealthCheck","l":"isReady()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"isReady(IsReadyRequest)","u":"isReady(com.oracle.coherence.grpc.IsReadyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"isReady(IsReadyRequest)","u":"isReady(com.oracle.coherence.grpc.IsReadyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"isReady(IsReadyRequest, StreamObserver)","u":"isReady(com.oracle.coherence.grpc.IsReadyRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isReceiverNackEnabled()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isReferenceEnabled()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"isReferenceEnabled()"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"isReferenceEnabled()"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"isRefinementNeeded(SimpleAssignmentStrategy.AnalysisContext, PartitionedService, PartitionedService)","u":"isRefinementNeeded(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext,com.tangosol.net.PartitionedService,com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"isReflectionAllowed(Object)","u":"isReflectionAllowed(java.lang.Object)"},{"p":"com.tangosol.coherence.config.builder","c":"ListBasedAddressProviderBuilder","l":"isRefreshable()"},{"p":"com.tangosol.net.ssl","c":"CertificateLoader","l":"isRefreshable()"},{"p":"com.tangosol.net.ssl","c":"KeyStoreLoader","l":"isRefreshable()"},{"p":"com.tangosol.net.ssl","c":"PrivateKeyLoader","l":"isRefreshable()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"isRefreshAhead()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"DefaultsProcessor","l":"isRegisterable(Class)","u":"isRegisterable(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility","l":"isRegistered(Cache, MBeanServerRegistrationUtility.ObjectNameType)","u":"isRegistered(javax.cache.Cache,com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility.ObjectNameType)"},{"p":"com.tangosol.net.management","c":"Registry","l":"isRegistered(String)","u":"isRegistered(java.lang.String)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"isRehashing()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isReleased()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"isReleased()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"isReleased()"},{"p":"com.tangosol.net","c":"Releasable","l":"isReleased()"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"isReleased()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"isReleased()"},{"p":"com.tangosol.net","c":"Member","l":"isRemoteClient()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"isReported()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isReserved()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isResolving(DataOutput)","u":"isResolving(java.io.DataOutput)"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"isRespondInOrder()"},{"p":"com.tangosol.net","c":"InvocableInOrder","l":"isRespondInOrder()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"isRetainConsumed()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"isRetainConsumed(ParameterResolver)","u":"isRetainConsumed(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"isRetainsEntries()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"isRethrowExceptions()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"isRollbackCacheStoreFailures(ParameterResolver)","u":"isRollbackCacheStoreFailures(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"isRoot()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"isRootContext()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"isRunning()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"isRunning()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"isRunning()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"isRunning()"},{"p":"com.tangosol.net","c":"WrapperService","l":"isRunning()"},{"p":"com.tangosol.util","c":"Controllable","l":"isRunning()"},{"p":"com.tangosol.util","c":"Daemon","l":"isRunning()"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceBuilder","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractLocalCachingScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"BaseGrpcScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"InvocationScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"ProxyScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteCacheScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteInvocationScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReplicatedScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"TransactionalScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.rest.server","c":"ContainerPassThroughResourceConfig","l":"isRunningInContainer()"},{"p":"com.tangosol.coherence.rest.server","c":"ContainerResourceConfig","l":"isRunningInContainer()"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"isRunningInContainer()"},{"p":"com.tangosol.util","c":"HealthCheck","l":"isSafe()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"isSanityChecking()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"isSanityChecking()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"isSanityChecking()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"isSealed(PersistentStore)","u":"isSealed(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"isSecure()"},{"p":"com.tangosol.net","c":"DatagramSocketProvider","l":"isSecure()"},{"p":"com.tangosol.net","c":"SystemDatagramSocketProvider","l":"isSecure()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"isSecure()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isSecuredProduction()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"isSelectStarQuery(String, NodeTerm)","u":"isSelectStarQuery(java.lang.String,com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"isSerial()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isSerializable(Object)","u":"isSerializable(java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isSerializerCompatible(Serializer, Serializer)","u":"isSerializerCompatible(com.tangosol.io.Serializer,com.tangosol.io.Serializer)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"isSerializerCompatible(Service, Service)","u":"isSerializerCompatible(com.tangosol.net.Service,com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"isSerializerCompatible(Service, Service)","u":"isSerializerCompatible(com.tangosol.net.Service,com.tangosol.net.Service)"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"isSet()"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"isShallowCloneable()"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"isSharedStorage()"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"isShutdown()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"isSilent()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"isSilent()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"isSilent()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"isSimpleNameLegal(String)","u":"isSimpleNameLegal(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isSimpleSequence(List)","u":"isSimpleSequence(java.util.List)"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"isSiteLocalAddress(InetAddress)","u":"isSiteLocalAddress(java.net.InetAddress)"},{"p":"com.tangosol.util","c":"Streamer","l":"isSized()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"isSkippable()"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"isSlidingExpiry(ParameterResolver)","u":"isSlidingExpiry(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.Complex","l":"isSparse()"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"isSparse()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isSpeakerEnabled()"},{"p":"com.tangosol.net","c":"Coherence","l":"isStarted()"},{"p":"com.tangosol.util","c":"HealthCheck","l":"isStarted()"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"isStartingState(S)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"isStatisticsEnabled()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"isStatisticsEnabled()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"isStatisticsEnabled()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"isStatisticsEnabled()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"isStatisticsEnabled()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"isStatisticsEnabled()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"isStatisticsEnabled()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"isStopOnError()"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"isStopping()"},{"p":"com.tangosol.util","c":"Daemon","l":"isStopping()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"isStoreAllSupported()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"isStoreByValue()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"isStoreByValue()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"isStoreByValue()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"isStoreSupported()"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"isStoreUnsupported()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"isStrict()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"isStrict()"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"isStringable()"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"isStringable()"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"isStringable()"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"isStringable()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"isStripTrailingZeros()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isStrong(Member, Member)","u":"isStrong(com.tangosol.net.Member,com.tangosol.net.Member)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"isStrong(Member, Member)","u":"isStrong(com.tangosol.net.Member,com.tangosol.net.Member)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isStrong(Member, Ownership)","u":"isStrong(com.tangosol.net.Member,com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isStrongPossible(Set, Map)","u":"isStrongPossible(java.util.Set,java.util.Map)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"isStuck()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"isStuck()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isSubclassAllowed()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"isSubjectScopingEnabled()"},{"p":"com.tangosol.net.management","c":"NotificationManager","l":"isSubscribedTo(String)","u":"isSubscribedTo(java.lang.String)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"isSubscriptionDestroyed(long)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"isSuccess()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"isSupported(OptionalFeature)","u":"isSupported(javax.cache.configuration.OptionalFeature)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"isSuspect(long)"},{"p":"com.tangosol.net","c":"Service","l":"isSuspended()"},{"p":"com.tangosol.net","c":"WrapperService","l":"isSuspended()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"isSynchronous()"},{"p":"com.tangosol.util","c":"MapListener","l":"isSynchronous()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"isSynthetic()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"isSynthetic()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"isSynthetic()"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"isSynthetic()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"isSynthetic()"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"isSynthetic()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"isSynthetic()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"isSynthetic()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"isSynthetic()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"isSynthetic()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"isSynthetic(MapEvent)","u":"isSynthetic(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"isSynthetic(MapEvent)","u":"isSynthetic(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"isSyntheticUpdate()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isSystemIdentifierValid(String)","u":"isSystemIdentifierValid(java.lang.String)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isTcmpEnabled()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isTcpRingEnabled()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"isTemporary()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"isTemporary()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"isTemporary()"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"isTerminated()"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"isTimedOut()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"isTimedOut(long)"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"isTopicActive(String, ClassLoader)","u":"isTopicActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"isTopicActive(String, ClassLoader)","u":"isTopicActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"isTopicActive(String, ClassLoader)","u":"isTopicActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"isTopicActive(String, ClassLoader)","u":"isTopicActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"Session","l":"isTopicActive(String, ClassLoader)","u":"isTopicActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"isTraceEnabled()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"isTraceEnabled()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"isTraceEnabled()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"isTraceLogging()"},{"p":"com.tangosol.util","c":"SubSet","l":"isTrackingRetained()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isTransferStrong(int, int, Member)","u":"isTransferStrong(int,int,com.tangosol.net.Member)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isTransformed()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"isTransformed()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"isTransformed()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"isTransformedEvent(MapEvent)","u":"isTransformedEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"isTransient(ParameterResolver)","u":"isTransient(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"isTranslateEvents()"},{"p":"com.tangosol.util","c":"Filters","l":"isTrue(ValueExtractor)","u":"isTrue(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"isTypeIdEncoded(int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"isUniform()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.ComplexMap","l":"isUniform()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.Complex","l":"isUniform()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.ComplexMap","l":"isUniform()"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"isUniformCollection()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"isUniformEncoded()"},{"p":"com.tangosol.util","c":"MapEvent","l":"isUpdate()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"isUpperBoundInclusive()"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"isUserInRole(String)","u":"isUserInRole(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isUserType(Class)","u":"isUserType(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"isUserType(Class)","u":"isUserType(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"isUserType(Class)","u":"isUserType(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"isUserType(Class)","u":"isUserType(java.lang.Class)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"isUserType(Class)","u":"isUserType(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isUserType(Object)","u":"isUserType(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"isUserType(Object)","u":"isUserType(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"isUserType(Object)","u":"isUserType(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"isUserType(Object)","u":"isUserType(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isUserType(String)","u":"isUserType(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"isUserType(String)","u":"isUserType(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"isUserType(String)","u":"isUserType(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"isUserType(String)","u":"isUserType(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"isUserType(String)","u":"isUserType(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"isUTC()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isValid()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isValid()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"isValidNumber()"},{"p":"com.tangosol.run.xml","c":"QNameAdapter","l":"isValidQName(String)","u":"isValidQName(java.lang.String)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"isValueChanged()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"isValueLoaded()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"isValueRemoved()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"isValuesImmutable()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"isValueUpdated()"},{"p":"com.tangosol.util","c":"MapListener","l":"isVersionAware()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"isVersionAware(MapListener)","u":"isVersionAware(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isVersionCompatible(DataInput, int)","u":"isVersionCompatible(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isVersionCompatible(DataInput, int, int, int)","u":"isVersionCompatible(java.io.DataInput,int,int,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isVersionCompatible(DataInput, int, int, int, int, int)","u":"isVersionCompatible(java.io.DataInput,int,int,int,int,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isVersionCompatible(DataOutput, int)","u":"isVersionCompatible(java.io.DataOutput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isVersionCompatible(DataOutput, int, int, int)","u":"isVersionCompatible(java.io.DataOutput,int,int,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isVersionCompatible(DataOutput, int, int, int, int, int)","u":"isVersionCompatible(java.io.DataOutput,int,int,int,int,int)"},{"p":"com.tangosol.io","c":"WrapperBufferInput.VersionAwareBufferInput","l":"isVersionCompatible(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput.VersionAwareBufferOutput","l":"isVersionCompatible(int)"},{"p":"com.tangosol.net","c":"Service","l":"isVersionCompatible(int)"},{"p":"com.tangosol.net","c":"WrapperService","l":"isVersionCompatible(int)"},{"p":"com.tangosol.io","c":"WrapperBufferInput.VersionAwareBufferInput","l":"isVersionCompatible(int, int, int)","u":"isVersionCompatible(int,int,int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput.VersionAwareBufferOutput","l":"isVersionCompatible(int, int, int)","u":"isVersionCompatible(int,int,int)"},{"p":"com.tangosol.net","c":"Service","l":"isVersionCompatible(int, int, int)","u":"isVersionCompatible(int,int,int)"},{"p":"com.tangosol.net","c":"WrapperService","l":"isVersionCompatible(int, int, int)","u":"isVersionCompatible(int,int,int)"},{"p":"com.tangosol.io","c":"WrapperBufferInput.VersionAwareBufferInput","l":"isVersionCompatible(int, int, int, int, int)","u":"isVersionCompatible(int,int,int,int,int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput.VersionAwareBufferOutput","l":"isVersionCompatible(int, int, int, int, int)","u":"isVersionCompatible(int,int,int,int,int)"},{"p":"com.tangosol.net","c":"Service","l":"isVersionCompatible(int, int, int, int, int)","u":"isVersionCompatible(int,int,int,int,int)"},{"p":"com.tangosol.net","c":"WrapperService","l":"isVersionCompatible(int, int, int, int, int)","u":"isVersionCompatible(int,int,int,int,int)"},{"p":"com.tangosol.net","c":"Service","l":"isVersionCompatible(IntPredicate)","u":"isVersionCompatible(java.util.function.IntPredicate)"},{"p":"com.tangosol.net","c":"WrapperService","l":"isVersionCompatible(IntPredicate)","u":"isVersionCompatible(java.util.function.IntPredicate)"},{"p":"com.tangosol.util","c":"Versionable","l":"isVersioningEnabled()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"isVersionUpdate()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"isVersionUpdate()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"isVersionUpdate(MapEvent)","u":"isVersionUpdate(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"isVirtualErase()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"isWaitingOnPending()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isWhitespace(char)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"isWildCardCacheName()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"isWildCardServiceName()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContainerHelper","l":"isWLSContainer()"},{"p":"com.tangosol.coherence.rest.providers","c":"EntryWriter","l":"isWriteable(Class, Type, Annotation[], MediaType)","u":"isWriteable(java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"JsonCollectionWriter","l":"isWriteable(Class, Type, Annotation[], MediaType)","u":"isWriteable(java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"ObjectWriter","l":"isWriteable(Class, Type, Annotation[], MediaType)","u":"isWriteable(java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlCollectionWriter","l":"isWriteable(Class, Type, Annotation[], MediaType)","u":"isWriteable(java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlKeysWriter","l":"isWriteable(Class, Type, Annotation[], MediaType)","u":"isWriteable(java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlMapWriter","l":"isWriteable(Class, Type, Annotation[], MediaType)","u":"isWriteable(java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"isWriteBehind()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"isWriteLocked()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"isWriteLockedByCurrentThread()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"isWriteThrough()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"isWriteThrough()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"isWriteThrough()"},{"p":"com.tangosol.net.cache","c":"CacheLoaderCacheStore.Iterable","l":"Iterable(IterableCacheLoader)","u":"%3Cinit%3E(com.tangosol.net.cache.IterableCacheLoader)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"IterableAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"iterate(PersistentStore.Visitor)","u":"iterate(com.oracle.coherence.persistence.PersistentStore.Visitor)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"iterate(PersistentStore.Visitor)","u":"iterate(com.oracle.coherence.persistence.PersistentStore.Visitor)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"iterate(PersistentStore.Visitor)","u":"iterate(com.oracle.coherence.persistence.PersistentStore.Visitor)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"iterateBinaryStores()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"iterateInternal(PersistentStore.Visitor)","u":"iterateInternal(com.oracle.coherence.persistence.PersistentStore.Visitor)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"iterateKeys()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EvictingBackupMap","l":"iterateKeys()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"iterateKeys()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"iterateKeys()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"iterateKeys()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MaskedPartitionMap","l":"iterateKeys()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"iterateKeys()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"iterateKeys()"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"iterateKeys()"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"iterateKeys()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"iterateKeys(Map[])","u":"iterateKeys(java.util.Map[])"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"iterator()"},{"p":"com.tangosol.coherence.config","c":"CacheMappingRegistry","l":"iterator()"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"iterator()"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry","l":"iterator()"},{"p":"com.tangosol.coherence.config","c":"ServiceSchemeRegistry","l":"iterator()"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"iterator()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"iterator()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEventFilteringIterable","l":"iterator()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"iterator()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"iterator()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"iterator()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"iterator()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"iterator()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"iterator()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.ValuesCollection","l":"iterator()"},{"p":"com.tangosol.net.cache","c":"LocalCache.EntrySet","l":"iterator()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet","l":"iterator()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"iterator()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ValuesCollection","l":"iterator()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"iterator()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"iterator()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryProcessorEvent","l":"iterator()"},{"p":"com.tangosol.net.events.partition","c":"TransactionEvent","l":"iterator()"},{"p":"com.tangosol.net.events.partition","c":"UnsolicitedCommitEvent","l":"iterator()"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"iterator()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"iterator()"},{"p":"com.tangosol.net.partition","c":"VersionedPartitions","l":"iterator()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.KeySet","l":"iterator()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"iterator()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"iterator()"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"ChainedMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"ChainedSet","l":"iterator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"iterator()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"iterator()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.KeySet","l":"iterator()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"iterator()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"iterator()"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"iterator()"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"LiteSet","l":"iterator()"},{"p":"com.tangosol.util","c":"LongArray","l":"iterator()"},{"p":"com.tangosol.util","c":"MapSet","l":"iterator()"},{"p":"com.tangosol.util","c":"NullImplementation.NullEnumerator","l":"iterator()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"iterator()"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"iterator()"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"iterator()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"iterator()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"iterator()"},{"p":"com.tangosol.util","c":"SafeHashMap.ValuesCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"SafeSortedMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"iterator()"},{"p":"com.tangosol.util","c":"SafeSortedMap.Values","l":"iterator()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"iterator()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ValuesCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"iterator()"},{"p":"com.tangosol.util","c":"SortedBag","l":"iterator()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"iterator()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"iterator()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"iterator()"},{"p":"com.tangosol.util","c":"SubList","l":"iterator()"},{"p":"com.tangosol.util","c":"SubSet","l":"iterator()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"iterator()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.Iterator","l":"Iterator(AbstractSparseArray.Node, int, boolean)","u":"%3Cinit%3E(com.tangosol.util.AbstractSparseArray.Node,int,boolean)"},{"p":"com.tangosol.util","c":"SimpleLongArray.Iterator","l":"Iterator(int, boolean)","u":"%3Cinit%3E(int,boolean)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"iteratorActivated(Iterator)","u":"iteratorActivated(java.util.Iterator)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"iteratorActivated(Iterator)","u":"iteratorActivated(java.util.Iterator)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"iteratorDeactivated(Iterator)","u":"iteratorDeactivated(java.util.Iterator)"},{"p":"com.tangosol.util","c":"IteratorEnumerator","l":"IteratorEnumerator(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_BIG_DECIMAL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_BIG_INTEGER"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_BINARY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_BOOLEAN"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_BOOLEAN_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_BYTE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_BYTE_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_CHAR_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_CHARACTER"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_COLLECTION"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_DATE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_DATETIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_DOUBLE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_DOUBLE_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_FLOAT"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_FLOAT_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_INT_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_INTEGER"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_LOCAL_DATE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_LOCAL_DATETIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_LOCAL_TIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_LONG"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_LONG_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_MAP"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_NULL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_OBJECT_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_OFFSET_DATETIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_OFFSET_TIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_QUAD"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_RAW_DATE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_RAW_DATETIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_RAW_DAY_TIME_INTERVAL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_RAW_TIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_RAW_TIME_INTERVAL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_RAW_YEAR_MONTH_INTERVAL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_SHORT"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_SHORT_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_SPARSE_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_STRING"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_TIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_TIMESTAMP"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_USER_TYPE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_ZONED_DATETIME"},{"p":"com.tangosol.net.security","c":"JAASIdentityAsserter","l":"JAASIdentityAsserter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.rest.io","c":"JacksonJsonMarshaller","l":"JacksonJsonMarshaller(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.rest.providers","c":"JacksonMapperProvider","l":"JacksonMapperProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.JavaPofSerializer","l":"JavaPofSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.io","c":"JaxbXmlMarshaller","l":"JaxbXmlMarshaller(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_CONFIG_BACK_SCHEME_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_CONFIG_BACK_SCHEME_SERVICE_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_CONFIG_CACHE_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_CONFIG_SCHEME_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_CONFIG_SERVICE_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_EXTEND_PROXY_SERVICE_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_EXTEND_SCHEME_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_EXTEND_SERVICE_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_LOCAL_CACHE_NAME_PATTERN"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_LOCAL_CACHE_NAME_PREFIX"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_LOCAL_SCHEME_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_LOCAL_SERVICE_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_PARTITIONED_CACHE_NAME_PATTERN"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_PARTITIONED_CACHE_NAME_PREFIX"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_PARTITIONED_SCHEME_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_PARTITIONED_SERVICE_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_REMOTE_SCHEME"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue.JCacheSyntheticKind","l":"JCACHE_SYNTHETHIC_LOADED"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue.JCacheSyntheticKind","l":"JCACHE_SYNTHETIC_CLEAR"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue.JCacheSyntheticKind","l":"JCACHE_SYNTHETIC_NONE"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue.JCacheSyntheticKind","l":"JCACHE_SYNTHETIC_UPDATE"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"JCacheContext(JCacheIdentifier, CompleteConfiguration)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.common.JCacheIdentifier,javax.cache.configuration.CompleteConfiguration)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"JCacheEntryMetaInf()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"JCacheEntryMetaInf(JCacheEntryMetaInf)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.common.JCacheEntryMetaInf)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"JCacheEntryMetaInf(long, ExpiryPolicy)","u":"%3Cinit%3E(long,javax.cache.expiry.ExpiryPolicy)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter","l":"JCacheExpiryEntryFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache","c":"JCacheExtendNamespace","l":"JCacheExtendNamespace()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"JCacheIdentifier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"JCacheIdentifier(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"JCacheIdentifier(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContainerHelper.JCacheLifecycleInterceptor","l":"JCacheLifecycleInterceptor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache","c":"JCacheNamespace","l":"JCacheNamespace()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"JE_PROPERTY_PREFIX"},{"p":"com.tangosol.net.management","c":"JmxmpServer","l":"JmxmpServer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"JmxmpServer","l":"JmxmpServer(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"JMXPartitionStats()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"JOIN"},{"p":"com.tangosol.util","c":"Binary","l":"join(Binary[])","u":"join(com.tangosol.util.Binary[])"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"join(InetAddress)","u":"join(java.net.InetAddress)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"joinGroup(SocketAddress, NetworkInterface)","u":"joinGroup(java.net.SocketAddress,java.net.NetworkInterface)"},{"p":"com.tangosol.net.management","c":"Registry","l":"JOURNAL_TYPE"},{"p":"com.tangosol.coherence.rest.providers","c":"JsonCollectionWriter","l":"JsonCollectionWriter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"JsonCollectionWriter","l":"JsonCollectionWriter(MarshallerRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.rest.io.MarshallerRegistry)"},{"p":"com.tangosol.coherence.rest.io","c":"JsonJacksonMarshaller","l":"JsonJacksonMarshaller(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap","l":"JsonMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap","l":"JsonMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"key"},{"p":"com.tangosol.net.management.annotation","c":"MetricsScope","l":"KEY"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"KEY"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_CLUSTER"},{"p":"com.oracle.coherence.grpc","c":"ErrorsHelper","l":"KEY_ERROR"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"KEY_FUNCTION_BUILDER"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_ID"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_MEMBER"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_NAME"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_NODE_ID"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_RESPONSIBILITY"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_SERVICE"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_SUBTYPE_TYPE"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_TOPIC"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_TOPIC_GROUP"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"KeyAssociatedFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"KeyAssociatedFilter(Filter, Object)","u":"%3Cinit%3E(com.tangosol.util.Filter,java.lang.Object)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.KeyConverter","l":"KeyConverter(CacheRequestHolder)","u":"%3Cinit%3E(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.coherence.rest.io","c":"KeyConverterAdapter","l":"KeyConverterAdapter(KeyConverter)","u":"%3Cinit%3E(com.tangosol.coherence.rest.KeyConverter)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"KeyExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"KeyExtractor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"KeyExtractor(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"KeyFilter(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"KeyIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.KeyIterator","l":"KeyIterator(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"KeyMask()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractBinaryStore","l":"keys()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"keys()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"keys()"},{"p":"com.tangosol.io","c":"BinaryStore","l":"keys()"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"keys()"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"keys()"},{"p":"com.tangosol.net.cache","c":"CacheLoaderCacheStore.Iterable","l":"keys()"},{"p":"com.tangosol.net.cache","c":"IterableCacheLoader","l":"keys()"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"keys()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"keys()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"keys()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"keys()"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"keys()"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"keys()"},{"p":"com.tangosol.util","c":"LongArray","l":"keys()"},{"p":"com.tangosol.util","c":"StringTable","l":"keys()"},{"p":"com.tangosol.util","c":"Tree","l":"keys()"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"keys(String)","u":"keys(java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"keys(UriInfo)","u":"keys(jakarta.ws.rs.core.UriInfo)"},{"p":"com.tangosol.util","c":"StringTable","l":"keysEquals(StringTable)","u":"keysEquals(com.tangosol.util.StringTable)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"keySet()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"keySet()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"keySet()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"keySet()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"keySet()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"keySet()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"keySet()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"keySet()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"keySet()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"keySet()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"keySet()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"keySet()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"keySet()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"keySet()"},{"p":"com.tangosol.util","c":"SetMap","l":"keySet()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"keySet()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"keySet()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"OpenHashMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"keySet(CacheRequestHolder, StreamObserver)","u":"keySet(com.oracle.coherence.grpc.CacheRequestHolder,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"keySet(Consumer)","u":"keySet(java.util.function.Consumer)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"keySet(Filter)","u":"keySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"keySet(Filter)","u":"keySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"keySet(Filter)","u":"keySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"keySet(Filter)","u":"keySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterQueryMap","l":"keySet(Filter)","u":"keySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"QueryMap","l":"keySet(Filter)","u":"keySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"keySet(Filter)","u":"keySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"keySet(Filter, Consumer)","u":"keySet(com.tangosol.util.Filter,java.util.function.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"keySet(InvocableMap)","u":"keySet(com.tangosol.util.InvocableMap)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"keySet(KeySetRequest, StreamObserver)","u":"keySet(com.oracle.coherence.grpc.KeySetRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"keySet(KeySetRequest, StreamObserver)","u":"keySet(com.oracle.coherence.grpc.KeySetRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"keySet(KeySetRequest, StreamObserver)","u":"keySet(com.oracle.coherence.grpc.KeySetRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.coherence.rest.query","c":"Query","l":"keySet(NamedCache)","u":"keySet(com.tangosol.net.NamedCache)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"keySet(String, String, String, ByteString)","u":"keySet(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"KEYSTORE_TYPE"},{"p":"com.tangosol.coherence.config.xml.processor","c":"KeystoreProcessor","l":"KeystoreProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"KeyValueArrayMap(Object[], int, Object[], int, int)","u":"%3Cinit%3E(java.lang.Object[],int,java.lang.Object[],int,int)"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"KeyValueArrayMap(Object[], Object[])","u":"%3Cinit%3E(java.lang.Object[],java.lang.Object[])"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"KeywordOPToken","l":"KeywordOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"LAMBDA_SERIALIZATION"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"LAST_ENTRY"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"last()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"last()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedSet","l":"last()"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"last()"},{"p":"com.tangosol.util","c":"SortedBag","l":"last()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"last()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"lastEntry()"},{"p":"com.tangosol.util","c":"Binary","l":"lastIndexOf(Binary)","u":"lastIndexOf(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"Binary","l":"lastIndexOf(Binary, int)","u":"lastIndexOf(com.tangosol.util.Binary,int)"},{"p":"com.tangosol.util","c":"Binary","l":"lastIndexOf(byte)"},{"p":"com.tangosol.util","c":"Binary","l":"lastIndexOf(byte, int)","u":"lastIndexOf(byte,int)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"SubList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"lastIndexOf(Object, long)","u":"lastIndexOf(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"lastIndexOf(T)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"lastIndexOf(T, long)","u":"lastIndexOf(T,long)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"lastIndexOf(V)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"lastIndexOf(V)"},{"p":"com.tangosol.util","c":"LongArray","l":"lastIndexOf(V)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"lastIndexOf(V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"lastIndexOf(V)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"lastIndexOf(V, long)","u":"lastIndexOf(V,long)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"lastIndexOf(V, long)","u":"lastIndexOf(V,long)"},{"p":"com.tangosol.util","c":"LongArray","l":"lastIndexOf(V, long)","u":"lastIndexOf(V,long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"lastIndexOf(V, long)","u":"lastIndexOf(V,long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"lastIndexOf(V, long)","u":"lastIndexOf(V,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"lastKey()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedMap","l":"lastKey()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"lastKey()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"lastKey()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"lastKey()"},{"p":"com.oracle.coherence.concurrent","c":"Latches","l":"Latches()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent","c":"Latches","l":"latchesMap()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LeafBaseToken","l":"LeafBaseToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"LeaseGranularityProcessor","l":"LeaseGranularityProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"leave(InetAddress)","u":"leave(java.net.InetAddress)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"leaveGroup(SocketAddress, NetworkInterface)","u":"leaveGroup(java.net.SocketAddress,java.net.NetworkInterface)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder.TraceCommandOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"BetweenOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ContainsOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"IdentifierOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixRightOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"KeywordOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LikeOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LiteralOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NotOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ParenOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PathOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termlanguage","c":"ColonToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termlanguage","c":"CurlyToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"left"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"LEFT"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"leftBindingPower()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"length()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"length()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"length()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"length()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"length()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"length()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"length()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"length()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"length()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"length()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"length()"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"length()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"length()"},{"p":"com.tangosol.util","c":"AbstractByteSequence.AggregateByteSequence","l":"length()"},{"p":"com.tangosol.util","c":"AbstractByteSequence.PartialByteSequence","l":"length()"},{"p":"com.tangosol.util","c":"ByteSequence","l":"length()"},{"p":"com.tangosol.util","c":"Filters","l":"less(ValueExtractor, E)","u":"less(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util","c":"Filters","l":"lessEqual(ValueExtractor, E)","u":"lessEqual(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"LessEqualsFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"LessEqualsFilter(String, E)","u":"%3Cinit%3E(java.lang.String,E)"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"LessEqualsFilter(ValueExtractor, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessEqualsOperator","l":"LessEqualsOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"LessFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"LessFilter(String, E)","u":"%3Cinit%3E(java.lang.String,E)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"LessFilter(ValueExtractor, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessOperator","l":"LessOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"LICENSE_MODE_DEVELOPMENT"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"LICENSE_MODE_EVALUATION"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"LICENSE_MODE_PRODUCTION"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"LifecycleContext()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.LifecycleEventHandler","l":"LifecycleEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.tangosol.util","c":"Filters","l":"like(ValueExtractor, String)","u":"like(com.tangosol.util.ValueExtractor,java.lang.String)"},{"p":"com.tangosol.util","c":"Filters","l":"like(ValueExtractor, String, boolean)","u":"like(com.tangosol.util.ValueExtractor,java.lang.String,boolean)"},{"p":"com.tangosol.util","c":"Filters","l":"like(ValueExtractor, String, char)","u":"like(com.tangosol.util.ValueExtractor,java.lang.String,char)"},{"p":"com.tangosol.util","c":"Filters","l":"like(ValueExtractor, String, char, boolean)","u":"like(com.tangosol.util.ValueExtractor,java.lang.String,char,boolean)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"LikeFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"LikeFilter(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"LikeFilter(String, String, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"LikeFilter(String, String, char, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,char,boolean)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"LikeFilter(ValueExtractor, String)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.lang.String)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"LikeFilter(ValueExtractor, String, char, boolean)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.lang.String,char,boolean)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LikeOperator","l":"LikeOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LikeOperator","l":"LikeOperator(String, boolean, String...)","u":"%3Cinit%3E(java.lang.String,boolean,java.lang.String...)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LikeOPToken","l":"LikeOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LikeOPToken","l":"LikeOPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"limit(long)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"limit(long)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"limit(long)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"limit(long)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"LimitFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"LimitFilter(Filter, int)","u":"%3Cinit%3E(com.tangosol.util.Filter,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"link()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"linkAfter(SafeLinkedList.Node)","u":"linkAfter(com.tangosol.util.SafeLinkedList.Node)"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"linkBefore(SafeLinkedList.Node)","u":"linkBefore(com.tangosol.util.SafeLinkedList.Node)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"LIST_NODE"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"list()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"list()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"list()"},{"p":"com.tangosol.persistence","c":"SnapshotArchiver","l":"list()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"list()"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"listArchivedSnapshots()"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"listArchivedSnapshotStores(String)","u":"listArchivedSnapshotStores(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder.ListArchiverStatement","l":"ListArchiverStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder","l":"ListArchiverStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"ListBasedAddressProviderBuilder","l":"ListBasedAddressProviderBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"LISTEN_ALL"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"LISTEN_AUTO"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"LISTEN_LOGICAL"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"LISTEN_NONE"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"LISTEN_PRESENT"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"listener()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController.Listener","l":"Listener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"listener(MapListener)","u":"listener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"listener(MapListener)","u":"listener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"Listeners","l":"listeners()"},{"p":"com.tangosol.util","c":"Listeners","l":"Listeners()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"listInternal()"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"listInternal()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"listIterator()"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"listIterator()"},{"p":"com.tangosol.util","c":"InflatableList","l":"listIterator()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"listIterator()"},{"p":"com.tangosol.util","c":"SubList","l":"listIterator()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"listIterator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"listIterator(int)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"listIterator(int)"},{"p":"com.tangosol.util","c":"InflatableList","l":"listIterator(int)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"listIterator(int)"},{"p":"com.tangosol.util","c":"SubList","l":"listIterator(int)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"listIterator(int)"},{"p":"com.tangosol.util","c":"ListMap","l":"ListMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ListMap","l":"ListMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"listOpen()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"listOpen()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"listOpen()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ListOpToken","l":"ListOpToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ListOpToken","l":"ListOpToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder.ListServicesStatement","l":"ListServicesStatement(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder","l":"ListServicesStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"listSnapshots()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"listSnapshots()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"listSnapshots()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder.ListSnapshotsStatement","l":"ListSnapshotsStatement(String, boolean)","u":"%3Cinit%3E(java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder","l":"ListSnapshotsStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"Snapshot","l":"listStores()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"listStoresInternal(String)","u":"listStoresInternal(java.lang.String)"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"listStoresInternal(String)","u":"listStoresInternal(java.lang.String)"},{"p":"com.tangosol.util","c":"ImmutableArrayList.ListView","l":"ListView()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.ListView","l":"ListView()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"LITE"},{"p":"com.tangosol.util","c":"LiteMap","l":"LiteMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"LiteMap","l":"LiteMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"LITERAL_NODE"},{"p":"com.oracle.coherence.cdi","c":"CacheAdd.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CacheGet.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CachePut.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CacheRemove.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Activated.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Activating.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Arrived.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Assigned.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Committed.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Committing.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"CommittingLocal.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"CommittingRemote.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Connecting.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Created.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Deleted.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Departed.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Departing.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Destroyed.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Disconnected.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Disposing.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Error.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Executed.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Executing.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Inserted.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Inserting.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Lite.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Lost.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Recovered.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Removed.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Removing.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Replicating.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Rollback.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Started.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Starting.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Stopped.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Stopping.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Synced.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Synchronous.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Syncing.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Truncated.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Updated.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Updating.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"Remote.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"Name.Literal","l":"Literal(String, boolean)","u":"%3Cinit%3E(java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"LiteralBaseToken(int, String)","u":"%3Cinit%3E(int,java.lang.String)"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"LiteralExpression()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"LiteralExpression(T)","u":"%3Cinit%3E(T)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"literalFloat()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LiteralOPToken","l":"LiteralOPToken(LiteralBaseToken)","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.base.LiteralBaseToken)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LiteralOPToken","l":"LiteralOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LiteralOPToken","l":"LiteralOPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.util","c":"LiteSet","l":"LiteSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"LiteSet","l":"LiteSet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"load()"},{"p":"com.tangosol.net.ssl","c":"CertificateLoader","l":"load()"},{"p":"com.tangosol.io","c":"AbstractBinaryStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"BinaryStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheBinaryEntryStore","l":"load(BinaryEntry)","u":"load(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"BinaryEntryStore","l":"load(BinaryEntry)","u":"load(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"NonBlockingEntryStore","l":"load(BinaryEntry, StoreObserver)","u":"load(com.tangosol.util.BinaryEntry,com.tangosol.net.cache.StoreObserver)"},{"p":"com.tangosol.net.cache","c":"AbstractCacheLoader","l":"load(K)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"load(K)"},{"p":"com.tangosol.net.cache","c":"CacheLoader","l":"load(K)"},{"p":"com.tangosol.net.cache","c":"CacheLoaderCacheStore","l":"load(K)"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"load(K)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"load(long, R)","u":"load(long,R)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"load(long, R)","u":"load(long,R)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"load(long, ReadBuffer)","u":"load(long,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"load(Object)","u":"load(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheLoaderCacheStore","l":"load(Object)","u":"load(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"load(Object)","u":"load(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"load(Object)","u":"load(java.lang.Object)"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"load(PasswordProvider)","u":"load(com.tangosol.net.PasswordProvider)"},{"p":"com.tangosol.net.ssl","c":"PrivateKeyLoader","l":"load(PasswordProvider)","u":"load(com.tangosol.net.PasswordProvider)"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"load(String, PasswordProvider)","u":"load(java.lang.String,com.tangosol.net.PasswordProvider)"},{"p":"com.tangosol.net.ssl","c":"EmptyKeyStoreLoader","l":"load(String, PasswordProvider)","u":"load(java.lang.String,com.tangosol.net.PasswordProvider)"},{"p":"com.tangosol.net.ssl","c":"KeyStoreLoader","l":"load(String, PasswordProvider)","u":"load(java.lang.String,com.tangosol.net.PasswordProvider)"},{"p":"com.tangosol.net.ssl","c":"KeyStoreLoader","l":"load(String, PasswordProvider, Certificate[])","u":"load(java.lang.String,com.tangosol.net.PasswordProvider,java.security.cert.Certificate[])"},{"p":"com.tangosol.net.ssl","c":"KeyStoreLoader","l":"load(String, PasswordProvider, PrivateKey, PasswordProvider, Certificate[])","u":"load(java.lang.String,com.tangosol.net.PasswordProvider,java.security.PrivateKey,com.tangosol.net.PasswordProvider,java.security.cert.Certificate[])"},{"p":"com.tangosol.net","c":"SocketOptions","l":"load(XmlElement)","u":"load(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"loadAll()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"loadAll(Collection)","u":"loadAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheLoaderCacheStore","l":"loadAll(Collection)","u":"loadAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"loadAll(Collection)","u":"loadAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"CacheLoader","l":"loadAll(Collection)","u":"loadAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"CacheLoaderCacheStore","l":"loadAll(Collection)","u":"loadAll(java.util.Collection)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheBinaryEntryStore","l":"loadAll(Set)","u":"loadAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"loadAll(Set)","u":"loadAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"BinaryEntryStore","l":"loadAll(Set>)","u":"loadAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"NonBlockingEntryStore","l":"loadAll(Set>, StoreObserver)","u":"loadAll(java.util.Set,com.tangosol.net.cache.StoreObserver)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"loadAll(Set, boolean, CompletionListener)","u":"loadAll(java.util.Set,boolean,javax.cache.integration.CompletionListener)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"loadAll(Set, boolean, CompletionListener)","u":"loadAll(java.util.Set,boolean,javax.cache.integration.CompletionListener)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"loadAll(Set, boolean, CompletionListener)","u":"loadAll(java.util.Set,boolean,javax.cache.integration.CompletionListener)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"loadAll(Set, boolean, CompletionListener)","u":"loadAll(java.util.Set,boolean,javax.cache.integration.CompletionListener)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"loadAllInternal(Set)","u":"loadAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"loadAllInternal(Set)","u":"loadAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"loadAllInternal(Set)","u":"loadAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"loadAllInternal(Set)","u":"loadAllInternal(java.util.Set)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"LoadBalancer(LoadBalancer.AddressPort, LoadBalancer.AddressPort[], Properties)","u":"%3Cinit%3E(com.tangosol.net.LoadBalancer.AddressPort,com.tangosol.net.LoadBalancer.AddressPort[],java.util.Properties)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"loadClass(String)","u":"loadClass(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"loadClass(String, ClassLoader, ClassLoader)","u":"loadClass(java.lang.String,java.lang.ClassLoader,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"loadClass(String, ClassLoader, ClassLoader)","u":"loadClass(java.lang.String,java.lang.ClassLoader,java.lang.ClassLoader)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.LoadComparator","l":"LoadComparator(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"loadConfig(String)","u":"loadConfig(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"loadConfig(String, ClassLoader)","u":"loadConfig(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"loadConfigAsResource(String, ClassLoader)","u":"loadConfigAsResource(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"loadConfigFromFile(File)","u":"loadConfigFromFile(java.io.File)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"loadConfigFromURI(String, ClassLoader)","u":"loadConfigFromURI(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"loadExtentIdsInternal(Set)","u":"loadExtentIdsInternal(java.util.Set)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadFileOrResource(String, String)","u":"loadFileOrResource(java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadFileOrResource(String, String, ClassLoader)","u":"loadFileOrResource(java.lang.String,java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadFileOrResource(String, String, ClassLoader, boolean)","u":"loadFileOrResource(java.lang.String,java.lang.String,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadFileOrResourceOrDefault(String, String, ClassLoader)","u":"loadFileOrResourceOrDefault(java.lang.String,java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"loadInternal(long, ReadBuffer)","u":"loadInternal(long,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"loadInternal(Object)","u":"loadInternal(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"loadInternal(Object)","u":"loadInternal(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"loadInternal(Object)","u":"loadInternal(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"loadInternal(Object)","u":"loadInternal(java.lang.Object)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"loadNamespaceHandlers(XmlElement)","u":"loadNamespaceHandlers(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"loadNamespaceHandlers(XmlElement)","u":"loadNamespaceHandlers(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver","l":"LoadOperationObserver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver","l":"LoadOperationObserver(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"loadResource(String, ClassLoader, ClassLoader)","u":"loadResource(java.lang.String,java.lang.ClassLoader,java.lang.ClassLoader)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadResource(String, String)","u":"loadResource(java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadResource(String, String, ClassLoader)","u":"loadResource(java.lang.String,java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadResource(URL, String, ClassLoader)","u":"loadResource(java.net.URL,java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadResourceInternal(String, String, ClassLoader, boolean, boolean, boolean)","u":"loadResourceInternal(java.lang.String,java.lang.String,java.lang.ClassLoader,boolean,boolean,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadResourceInternal(URL, String, boolean)","u":"loadResourceInternal(java.net.URL,java.lang.String,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(Class)","u":"loadXml(java.lang.Class)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(Class, String)","u":"loadXml(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(Class, String, String)","u":"loadXml(java.lang.Class,java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(InputStream)","u":"loadXml(java.io.InputStream)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(InputStream, String)","u":"loadXml(java.io.InputStream,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(String)","u":"loadXml(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(String, XmlDocument)","u":"loadXml(java.lang.String,com.tangosol.run.xml.XmlDocument)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(String, XmlDocument, boolean)","u":"loadXml(java.lang.String,com.tangosol.run.xml.XmlDocument,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(URL)","u":"loadXml(java.net.URL)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(URL, String)","u":"loadXml(java.net.URL,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"local()"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"local()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"LocalAddressProcessor","l":"LocalAddressProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"LocalAddressProviderBuilder(InetAddress, int, int)","u":"%3Cinit%3E(java.net.InetAddress,int,int)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"LocalAddressProviderBuilder(String, int, int)","u":"%3Cinit%3E(java.lang.String,int,int)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"LocalAddressProviderBuilder(String, int, int, XmlElement)","u":"%3Cinit%3E(java.lang.String,int,int,com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"LocalAtomicBoolean(AtomicBoolean)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicBoolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"LocalAtomicBoolean(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicBoolean(String)","u":"localAtomicBoolean(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicBoolean(String, boolean)","u":"localAtomicBoolean(java.lang.String,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicInteger(String)","u":"localAtomicInteger(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicInteger(String, int)","u":"localAtomicInteger(java.lang.String,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicLong(String)","u":"localAtomicLong(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicLong(String, long)","u":"localAtomicLong(java.lang.String,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"LocalAtomicMarkableReference(AtomicMarkableReference)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicMarkableReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicMarkableReference(String)","u":"localAtomicMarkableReference(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicMarkableReference(String, V, boolean)","u":"localAtomicMarkableReference(java.lang.String,V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"LocalAtomicMarkableReference(V, boolean)","u":"%3Cinit%3E(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"LocalAtomicReference(AtomicReference)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicReference(String)","u":"localAtomicReference(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicReference(String, V)","u":"localAtomicReference(java.lang.String,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"LocalAtomicReference(V)","u":"%3Cinit%3E(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"LocalAtomicStampedReference(AtomicStampedReference)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicStampedReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicStampedReference(String)","u":"localAtomicStampedReference(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicStampedReference(String, V, int)","u":"localAtomicStampedReference(java.lang.String,V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"LocalAtomicStampedReference(V, int)","u":"%3Cinit%3E(V,int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"LocalCache()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"LocalCache(CoherenceBasedCacheManager, String, LocalCacheConfiguration)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String,com.tangosol.coherence.jcache.localcache.LocalCacheConfiguration)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"LocalCache(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"LocalCache(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"LocalCache(int, int, CacheLoader)","u":"%3Cinit%3E(int,int,com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"LocalCache(int, int, double)","u":"%3Cinit%3E(int,int,double)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheConfiguration","l":"LocalCacheConfiguration()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheConfiguration","l":"LocalCacheConfiguration(CompleteConfiguration)","u":"%3Cinit%3E(javax.cache.configuration.CompleteConfiguration)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"LocalCacheValue(LocalCacheValue)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.localcache.LocalCacheValue)"},{"p":"com.oracle.coherence.concurrent","c":"Latches","l":"localCountDownLatch(String, int)","u":"localCountDownLatch(java.lang.String,int)"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"localLock(String)","u":"localLock(java.lang.String)"},{"p":"com.tangosol.net.security","c":"LocalPermission","l":"LocalPermission(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"localReadWriteLock(String)","u":"localReadWriteLock(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"LocalScheme()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphores","l":"localSemaphore(String, int)","u":"localSemaphore(java.lang.String,int)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"LOCK_ALL"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"LOCK_ALL"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"LOCK_ALL_PENDING"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"LOCK_ALL_PENDING_IDX"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"LOCK_COUNT"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"LOCK_FILE_NAME"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"lock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"lock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"lock()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"Lock()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterConcurrentMap","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterConcurrentMap","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"LockableEntry(Object, Object, int)","u":"%3Cinit%3E(java.lang.Object,java.lang.Object,int)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockAction","l":"LockAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"lockAll(ConcurrentMap, Collection, long)","u":"lockAll(com.tangosol.util.ConcurrentMap,java.util.Collection,long)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"lockAllBuckets()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"lockAllBuckets(int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"lockAllSegments(long)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"lockBucket(int)"},{"p":"com.tangosol.io","c":"FileHelper","l":"lockFile(File)","u":"lockFile(java.io.File)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"lockInternal(Object)","u":"lockInternal(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"lockInternalNoWait(Object)","u":"lockInternalNoWait(java.lang.Object)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"lockInterruptibly()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"lockInterruptibly()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"lockInterruptibly()"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"lockInterruptibly(Lock)","u":"lockInterruptibly(java.util.concurrent.locks.Lock)"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"LockOwner()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"LockOwner(Member, long)","u":"%3Cinit%3E(com.tangosol.net.Member,long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"lockRead()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"LOCKS_ALL"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"LOCKS_NONE"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"Locks()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"lockSegment(int, boolean)","u":"lockSegment(int,boolean)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"lockStorage()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"lockWrite()"},{"p":"com.tangosol.util","c":"Base","l":"LOG_ALWAYS"},{"p":"com.tangosol.util","c":"Base","l":"LOG_CONFIG"},{"p":"com.tangosol.util","c":"Base","l":"LOG_DEBUG"},{"p":"com.tangosol.util","c":"Base","l":"LOG_ERR"},{"p":"com.tangosol.util","c":"Base","l":"LOG_INFO"},{"p":"com.tangosol.util","c":"Base","l":"LOG_MAX"},{"p":"com.tangosol.util","c":"Base","l":"LOG_MIN"},{"p":"com.tangosol.util","c":"Base","l":"LOG_QUIET"},{"p":"com.tangosol.util","c":"Base","l":"LOG_WARN"},{"p":"com.tangosol.util","c":"Base","l":"log()"},{"p":"com.tangosol.util","c":"Base","l":"log(Class)","u":"log(java.lang.Class)"},{"p":"com.tangosol.coherence.rest.util","c":"RestHelper","l":"log(Exception)","u":"log(java.lang.Exception)"},{"p":"com.tangosol.util","c":"Base","l":"log(Object)","u":"log(java.lang.Object)"},{"p":"com.tangosol.util","c":"Base","l":"log(String)","u":"log(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"log(String, int)","u":"log(java.lang.String,int)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"log(String, int)","u":"log(java.lang.String,int)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"log(String, Throwable, int)","u":"log(java.lang.String,java.lang.Throwable,int)"},{"p":"com.tangosol.io.pof","c":"PofConfigLogger","l":"log(String...)","u":"log(java.lang.String...)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"log(Supplier, int)","u":"log(java.util.function.Supplier,int)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"log(Supplier, Throwable, int)","u":"log(java.util.function.Supplier,java.lang.Throwable,int)"},{"p":"com.tangosol.util","c":"Base","l":"log(Throwable)","u":"log(java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"log(Throwable, int)","u":"log(java.lang.Throwable,int)"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"logEntryRequest(BinaryEntry, Subject, boolean, int)","u":"logEntryRequest(com.tangosol.util.BinaryEntry,javax.security.auth.Subject,boolean,int)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"logException(SocketAddress, IOException)","u":"logException(java.net.SocketAddress,java.io.IOException)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"logException(Throwable, String)","u":"logException(java.lang.Throwable,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"Logger()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"LoggingPofHandler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"LoggingPofHandler(PrintWriter)","u":"%3Cinit%3E(java.io.PrintWriter)"},{"p":"com.tangosol.util","c":"Base.LoggingWriter","l":"LoggingWriter(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.security","c":"Security","l":"login(CallbackHandler)","u":"login(javax.security.auth.callback.CallbackHandler)"},{"p":"com.tangosol.net.security","c":"Security","l":"login(String, char[])","u":"login(java.lang.String,char[])"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"logMapRequest(BackingMapContext, Subject, boolean, int)","u":"logMapRequest(com.tangosol.net.BackingMapContext,javax.security.auth.Subject,boolean,int)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"logMissingIdx(Object, Object)","u":"logMissingIdx(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"logPermissionRequest(ClusterPermission, Subject, boolean)","u":"logPermissionRequest(com.tangosol.net.ClusterPermission,javax.security.auth.Subject,boolean)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"logProtocolWarning(SocketAddress, TcpDatagramSocket.Impl.ConnectionStatus, int)","u":"logProtocolWarning(java.net.SocketAddress,com.tangosol.net.TcpDatagramSocket.Impl.ConnectionStatus,int)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"logSerializationErrors(Map, String)","u":"logSerializationErrors(java.util.Map,java.lang.String)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"logStackTraces()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"LONG_ARRAY_EMPTY"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"LONG_CONVERTER_DOWN"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"LONG_CONVERTER_UP"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"LONG_MAX_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"LONG_MIN_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"LONG_SUM_FUNCTION_BUILDER"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.LongAdapter","l":"LongAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"LongArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.LongArrayCodec","l":"LongArrayCodec(Class>)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longBinaryOperator(Remote.LongBinaryOperator)","u":"longBinaryOperator(com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longConsumer(Remote.LongConsumer)","u":"longConsumer(com.tangosol.util.function.Remote.LongConsumer)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longFunction(Remote.LongFunction)","u":"longFunction(com.tangosol.util.function.Remote.LongFunction)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"LONGLITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"LONGLITERAL"},{"p":"com.tangosol.util.aggregator","c":"LongMax","l":"LongMax()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"longMax(String)","u":"longMax(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"LongMax","l":"LongMax(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"longMax(ValueExtractor)","u":"longMax(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"LongMax","l":"LongMax(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"LongMin","l":"LongMin()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"longMin(String)","u":"longMin(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"LongMin","l":"LongMin(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"longMin(ValueExtractor)","u":"longMin(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"LongMin","l":"LongMin(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longPredicate(Remote.LongPredicate)","u":"longPredicate(com.tangosol.util.function.Remote.LongPredicate)"},{"p":"com.tangosol.util.aggregator","c":"LongSum","l":"LongSum()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"longSum(String)","u":"longSum(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"LongSum","l":"LongSum(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"longSum(ValueExtractor)","u":"longSum(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"LongSum","l":"LongSum(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longSupplier(Remote.LongSupplier)","u":"longSupplier(com.tangosol.util.function.Remote.LongSupplier)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longToDoubleFunction(Remote.LongToDoubleFunction)","u":"longToDoubleFunction(com.tangosol.util.function.Remote.LongToDoubleFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longToIntFunction(Remote.LongToIntFunction)","u":"longToIntFunction(com.tangosol.util.function.Remote.LongToIntFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longUnaryOperator(Remote.LongUnaryOperator)","u":"longUnaryOperator(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"longValue()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"longValue()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"lookup(String)","u":"lookup(java.lang.String)"},{"p":"com.tangosol.net","c":"NameService","l":"lookup(String)","u":"lookup(java.lang.String)"},{"p":"com.tangosol.net","c":"NameService.LookupCallback","l":"lookup(String, Cluster, NameService.RequestContext)","u":"lookup(java.lang.String,com.tangosol.net.Cluster,com.tangosol.net.NameService.RequestContext)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"lookupIdentity(int)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"lookupIdentity(int)"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"LOST"},{"p":"com.tangosol.net.events.annotation","c":"Interceptor.Order","l":"LOW"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"lower(Object)","u":"lower(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"lowerEntry(Object)","u":"lowerEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"lowerKey(Object)","u":"lowerKey(java.lang.Object)"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_aabArray"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"m_aAdapter"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_aAddrPortDest"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"m_aAggregator"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"m_ab"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"m_ab"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_ab"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_ab"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"m_abAccum"},{"p":"com.tangosol.net","c":"LoadBalancer.SocketHandler","l":"m_abBuf"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"m_abGroup"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_acache"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"m_achBuf"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"m_achGroup"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_aClzByTypeId"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"m_aComparator"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"m_actionConditionalRemove"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_actionContainsValue"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_actionGetEntry"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_actionInsert"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"m_actionLock"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_actionRemove"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"m_actionSize"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"m_actionUnlock"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"m_address"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_addrportHost"},{"p":"com.tangosol.util","c":"PagedIterator","l":"m_advancer"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_aeBucket"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_aeBucket"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"m_aExtractor"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"m_aFilter"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"m_aggregator"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"m_aggregator"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_aggregatorRegistry"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"m_aggregatorRegistry"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"m_aggregatorRegistry"},{"p":"com.tangosol.net","c":"GuardSupport","l":"m_aGuardContext"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"m_aiOwner"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"m_anodeRecycled"},{"p":"com.tangosol.util","c":"AbstractScript","l":"m_aoArgs"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"m_aoArgs"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"m_aoData"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"m_aoItem"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"m_aoKey"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"m_aoParam"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"m_aoParam"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"m_aoValue"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_aOwners"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_aOwnershipMembers"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"m_aParallelResults"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_apprvrEvict"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"m_apprvrEvict"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_apprvrEvict"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"m_apRecovery"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"m_apRefresh"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"m_aProcessor"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"m_arguments"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_arrayExpiry"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"m_arrayRefs"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"m_arrayRefs"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"m_aRules"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_aSegment"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_aSerByTypeId"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"m_asGUIDNewest"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"m_asStackRemote"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_atomicLocks"},{"p":"com.tangosol.util","c":"SortedBag","l":"m_atomicNonce"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"m_atomicUpdaterValue"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"m_binContent"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"m_binFutureData"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_binKey"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_binValue"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_binValueOrig"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"m_bldr"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"m_bldrExtractor"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"m_buf"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"m_buf"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"m_buf"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"m_bufUnsafe"},{"p":"com.tangosol.util","c":"ExternalizableHelper.DecoratedMultiBufferReadBuffer","l":"m_bufValue"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceLoadBalancerBuilder","l":"m_builder"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"m_cAccum"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener","l":"m_cache"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_cache"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"m_cache"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"m_cache"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"m_cache"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"m_cache"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_cacheFactory"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.CacheLifecycleEventHandler","l":"m_cacheName"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryEventHandler","l":"m_cacheName"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryProcessorEventHandler","l":"m_cacheName"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener","l":"m_cacheSource"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_calculator"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"m_calculator"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_calculator"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"m_calculator"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_calculator"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_calculatorBackup"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_calculatorPrimary"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_cAverageBundleSize"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_cAverageBurstDuration"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_cAverageThreadWaitDuration"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_cAvgTouch"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"m_cb"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.Allocator","l":"m_cb"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"m_cb"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"m_cb"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"m_cb"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_cBackupActual"},{"p":"com.tangosol.util","c":"ThreadGateLite.Bar","l":"m_cBarred"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"m_cbAveragePartition"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"m_cbAverageStorage"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_cbBlock"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"m_cbFixed"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_cBlocks"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"m_cbMax"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"m_cbMax"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"m_cbMaxPartition"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"m_cbMaxStorage"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_cbPadBack"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_cbPadFront"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_cbStorageDirect"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_cbStorageIndirect"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_cBundleCountSnapshot"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_cBundleSizeSnapshot"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_cBurstDurationSnapshot"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cCacheHits"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cCacheMisses"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cCachePrunes"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cCachePrunesMillis"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cCachePuts"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_cCapacity"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"m_ccf"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"m_ccfSingleton"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"m_cContend"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_cCurUnits"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"m_cCurUnits"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"m_cDbId"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_cDefaultSoftTimeoutMillis"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_cDefaultTimeoutMillis"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_cDelay"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"m_cElements"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_cEntries"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_cEraseFailures"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_cEraseMillis"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_cEraseOps"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_cExecutionTime"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_cExpiryDelay"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_cExpiryDelayMillis"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter","l":"m_cFairShare"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_cFairShareBackup"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_cFairSharePrimary"},{"p":"com.tangosol.net","c":"GuardSupport","l":"m_cGuardable"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_chCurrent"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_cHighUnitFairShare"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_cHighUnits"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_cHighUnitsCalibrated"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cHitsMillis"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"m_client"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"m_cLimitMillis"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"m_cLineGroups"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"m_cLock"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_cLogMissingIdx"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_cLowUnitFairShare"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_cLowUnits"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_cLowUnitsCalibrated"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_cluster"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"m_clz"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"m_clz"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"m_clzBean"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_clzKey"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_clzKey"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"m_clzKey"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"m_clzKey"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"m_clzPartialClass"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_clzPartitionMap"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_clzType"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"m_clzVal"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"m_clzVal"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_clzValue"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_clzValue"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"m_clzValue"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"m_clzValue"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"m_cMaxDelayMillis"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_cMaxResults"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"m_cMaxResults"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"m_cMaxSize"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_cMaxUnits"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"m_cMaxUnits"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"m_cMillis"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"m_cMillisLastStart"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"m_cMillisMax"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"m_cMillisMin"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"m_cMillisTotal"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cMissesMillis"},{"p":"com.tangosol.util","c":"DaemonThreadFactory","l":"m_cNameSuffix"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"m_cNodes"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_coffset"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"m_col"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"m_col"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"m_colDelegate"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"m_colDelegate"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_collValues"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_colRegisteredDbs"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"m_colValues"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_colValues"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_colValues"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"m_comparator"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"m_comparator"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"m_comparator"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"m_comparator"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"m_comparator"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_comparator"},{"p":"com.tangosol.util","c":"SortedBag","l":"m_comparator"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"m_comparator_copy"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_complex"},{"p":"com.tangosol.util","c":"ExternalizableHelper.FormatAwareCompressor","l":"m_compressor"},{"p":"com.tangosol.coherence.rest","c":"DefaultRootResource","l":"m_config"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"m_configuration"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"m_contentionObserver"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"m_context"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"m_context"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"m_control"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"m_conv"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"m_convDown"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"m_convDown"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"m_converter"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"m_converterDown"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_converterFromBinary"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"m_converterKeyDown"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_converterToBinary"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"m_converterUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"m_convKey"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"m_convKey"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"m_convKeyDown"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"m_convKeyDown"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntry","l":"m_convKeyUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"m_convKeyUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"m_convKeyUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"m_convUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"m_convUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"m_convVal"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"m_convVal"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntry","l":"m_convValDown"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"m_convValDown"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"m_convValDown"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntry","l":"m_convValUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"m_convValUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"m_convValUp"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"m_count"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"m_count"},{"p":"com.tangosol.util.aggregator","c":"AbstractDoubleAggregator","l":"m_count"},{"p":"com.tangosol.util.aggregator","c":"AbstractLongAggregator","l":"m_count"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"m_countThreads"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"m_cPartitions"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"m_cPlanCompletionDelay"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_cPruneUnits"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"m_cPruneUnits"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cPutsMillis"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"m_cReads"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"m_cReadTrigger"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"m_cReconnectMillis"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_cReconnectMillis"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_cRecoveryMillis"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"m_cRecycleMax"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"m_cRecycleNodes"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_cRequests"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"m_cResults"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_cSampleMillis"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_cSegmentCapacity"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"m_cSize"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_cThreadWaitSnapshot"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"m_cThresholdMillis"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_cTimeoutMillis"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"m_ctorFromString"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"m_ctx"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"m_ctx"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_ctx"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_ctx"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"m_ctxLast"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_cUnits"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"m_current"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"m_current"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"m_currentToken"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"m_cWaitMillis"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"m_cWaitMillis"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_cWaitTime"},{"p":"com.tangosol.net","c":"LoadBalancer.ResponseHandler","l":"m_daemonRequest"},{"p":"com.tangosol.net","c":"LoadBalancer.RequestHandler","l":"m_daemonResponse"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"m_data"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"m_db"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"m_db"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"m_dbConfig"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"m_decResult"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"m_delegateSocketProvider"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"m_dependencies"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"m_dependencies"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"m_Dependencies"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_dflPruneLevel"},{"p":"com.tangosol.util.aggregator","c":"AbstractDoubleAggregator","l":"m_dflResult"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"m_dir"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_dirEnv"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_dirLock"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"m_dirParent"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_dirParent"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"m_dPreviousSizeThreshold"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"m_element"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"m_eNext"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"m_eNext"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"m_entry"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"m_entry"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"m_entry"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"m_entry"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"m_entryNew"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"m_entryOld"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_env"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"m_env"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_envConfig"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"m_envHolder"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_eraseBundler"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"m_eReason"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"m_eReason"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"m_eReason"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"m_event"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_eventQueue"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_executor"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_executor"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"m_extractor"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"m_extractor"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"m_extractor"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"m_extractor"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"m_extractor"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"m_extractor"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"m_extractor"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"m_extractor"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"m_extractor"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"m_extractor"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"m_extractor"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_extractor"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"m_extractor"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"m_fActivated"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.DeferredCacheEvent","l":"m_fActive"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"m_factory"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_factoryCacheLoader"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_factoryCacheWriter"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_factoryExpiryPolicy"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"m_fAddStorageMBeanAttributes"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_fAttribute"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"m_fBlind"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"m_fBlocking"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"m_fBreakLines"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"m_fByMember"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_fCacheValues"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"m_fCacheValues"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"m_fCircular"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"m_fClosed"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"m_fClosed"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_fClosed"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"m_fCompleted"},{"p":"com.tangosol.coherence.rest.server","c":"InjectionBinder","l":"m_fContainer"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"m_fDeepClone"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"m_fDeferredEvent"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"m_fDestroyed"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"m_fDestructive"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_fDestructive"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"m_fDisposed"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"m_fDisposed"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"m_fDynamic"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"m_fEmptyIsNull"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_fEnableConfigDiscovery"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_fEnableTypeDiscovery"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"m_fEnforceLocking"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"m_fEOF"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_fEOF"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_fEraseAllSupported"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_fEraseSupported"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"m_fEraseUnsupported"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"m_fEvolvable"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"m_fExact"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"m_fExhausted"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_fExitWhenProcessingComplete"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement","l":"m_fExtended"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_fExtendedLanguage"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_fExtendedLanguage"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"m_fFederated"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"m_fForward"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"m_fForwardIndex"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_fForwardIndex"},{"p":"com.tangosol.net.cache","c":"CachingMap.FrontMapListener","l":"m_filter"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_filter"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"m_filter"},{"p":"com.tangosol.net.management","c":"ObjectNameExcludeFilter","l":"m_filter"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"m_filter"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"m_filter"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"m_filter"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"m_filter"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"m_filter"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"m_filter"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"m_filter"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"m_filter"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"m_filter"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"m_filter"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_filterAdd"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_filterRemove"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_fImmutableValues"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_fIncrementalEvict"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"m_fInit"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"m_fInit"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"m_fInsert"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"m_fInsert"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_fInterfaceAllowed"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_fIsEnd"},{"p":"com.tangosol.net.partition","c":"PartitionedIterator","l":"m_fKeysOnly"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"m_fLazy"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_flGrowthRate"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_flGrowthRate"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_fListeners"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_flLoadFactor"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_flLoadFactor"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_flPctRecover"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"m_flThresholdPct"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_fManagementEnabled"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"m_fMutator"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventEntry","l":"m_fNewValue"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"m_fNext"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"m_fNullFirst"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"m_fOptimized"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_fOptimizeGetTime"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"m_fOptimizeMV"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_fOrdered"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"m_fParallel"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"m_fParallel"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"m_fParallel"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"m_fParallel"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_fPreferJavaTime"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"m_fPreferJavaTime"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"m_fPrefixAllowed"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"m_fPrev"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.LoadComparator","l":"m_fPrimary"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter","l":"m_fPrimary"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"m_fRandom"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"m_fReadOnly"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_fReadOnly"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_fReadThrough"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_fReferenceEnabled"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"m_fReferenceEnabled"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"m_fRefresh"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadThread","l":"m_fRefreshContext"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteThread","l":"m_fRefreshContext"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"m_fReleased"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"m_fResolve"},{"p":"com.tangosol.util","c":"SubSet","l":"m_fRetained"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"m_fReturn"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"m_fReturn"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"m_fReturn"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"m_fReturn"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_fRoundRobin"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"m_fSafe"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_fSanity"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_fSanity"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"m_fServicesStarted"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"m_fSharedStorage"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"m_fShutdown"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_fSilent"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_fSilent"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"m_fSparse"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_fSplitCollection"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"m_fStarted"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_fStatisticsEnabled"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_fStopOnError"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder.WheneverQueryPlusStatement","l":"m_fStopOnError"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_fStoreAllSupported"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_fStoreByValue"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_fStoreSupported"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"m_fStoreUnsupported"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"m_fStreaming"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"m_fStreaming"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"m_fstreamLocked"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"m_fStrict"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntrySet","l":"m_fStrict"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_fStrict"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"m_fStripTrailingZeros"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_fSubclassAllowed"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_fSynthetic"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"m_fTemporary"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"m_fTemporary"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_fTemporary"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_fTrace"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder.TraceQueryPlusStatement","l":"m_fTrace"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_fTraceEnabled"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"m_fTranslateEvents"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"m_fUseIs"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_fUserTypeBegin"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_fUserTypeEnd"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"m_fValidate"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_fWriteThrough"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"m_gateLockAll"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"m_gateMap"},{"p":"com.tangosol.net","c":"GuardSupport","l":"m_guardian"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"m_handler"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"m_head"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"m_head"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"m_holder"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_iArray"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_iArrayMarked"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"m_iFirst"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"m_iItem"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"m_iKey"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"m_iLast"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"m_iLast"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"m_impl"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"m_in"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"m_in"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"m_index"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_iNextDestination"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"m_iNextIter"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"m_info"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_infoBean"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionRecoveryAction","l":"m_infoQuorum"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"m_iOrderId"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_iPos"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"m_iPos"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_iPrevProp"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_iProp"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_iStartPos"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.SafetyFilter","l":"m_iStore"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterIterator","l":"m_iter"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"m_iter"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"m_iter"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"m_iter"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"m_iter"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"m_iter"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"m_iterAddr"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.AddressIterator","l":"m_iterAddress"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"m_iterator"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"m_iterator"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"m_iteratorInternal"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"m_iterCurrent"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_iterEvict"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"m_iterInternal"},{"p":"com.tangosol.net.cache","c":"OverflowMap.EntrySet.EntrySetIterator","l":"m_iterKeys"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.EntrySetIterator","l":"m_iterKeys"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection.ValuesIterator","l":"m_iterKeys"},{"p":"com.tangosol.util","c":"PagedIterator","l":"m_iterPage"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.AddressIterator","l":"m_iterProvider"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"m_iValue"},{"p":"com.tangosol.util","c":"MapEvent","l":"m_key"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_keyConverter"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"m_laClass"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_language"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"m_laSerializer"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"m_laVersions"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_ldtCompleted"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_ldtConnectionTimestamp"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"m_ldtEndangered"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_ldtExpiry"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_ldtLastMissedSoftTimeout"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"m_ldtLastRefresh"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"m_ldtLastReport"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_ldtLastTransfer"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_ldtLogMissingIdx"},{"p":"com.tangosol.net","c":"GuardSupport","l":"m_ldtNextCheck"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_ldtSampleStart"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_ldtSoftTimeout"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_ldtTimeout"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"m_lIndexLast"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_lineNumber"},{"p":"com.tangosol.net","c":"LoadBalancer.Queue","l":"m_list"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_listBlock"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"m_listBundle"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"m_listCache"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.EventRouter","l":"m_listener"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"m_listener"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_listenerAdd"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"m_listenerDeactivation"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_listenerDeactivation"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"m_listenerInternal"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_listenerRemove"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"m_listenersCached"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_listenerService"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_listenerSupport"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_listenerSupport"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"m_listenerSupport"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"m_listenerSupport"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"m_listenerSupport"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_listFiles"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_listHandler"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"m_listHolders"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"m_listIter"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"m_listLifecycleListener"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_listListenerConfigurations"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"m_listResultEntries"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_listStatements"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"m_listSteps"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"m_listSubSteps"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_lLastPrune"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_lNextFlush"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_loadBundler"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"m_loader"},{"p":"com.tangosol.net.cache","c":"CacheLoaderCacheStore","l":"m_loader"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_loader"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"m_loader"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"m_loader"},{"p":"com.tangosol.net.proxy","c":"DefaultProxyServiceLoadBalancer","l":"m_loadLocal"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"m_lock"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"m_lock"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_lock"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"m_lockDir"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"m_lockExclusive"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"m_lockExclusive"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_lockExclusive"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"m_lockFile"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"m_lockRead"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"m_lockShared"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"m_lockShared"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_lockShared"},{"p":"com.tangosol.util.aggregator","c":"AbstractLongAggregator","l":"m_lResult"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"m_lValue"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.PrimitiveNode","l":"m_lValue"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"m_manager"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"m_manager"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"m_managerActive"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"m_managerBackup"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"m_managerEvents"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"m_manipulator"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"m_map"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"m_map"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"m_map"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"m_map"},{"p":"com.tangosol.util","c":"MapSet","l":"m_map"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"m_map"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"m_map"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"m_map"},{"p":"com.tangosol.util","c":"SortedBag","l":"m_map"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"m_map"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"m_mapAttribute"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.SetAttributes","l":"m_mapAttributes"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"m_mapBack"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"m_mapBackingMap"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"m_mapBackingMapListeners"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"m_mapByLoader"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_mapClassNameByTypeId"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"m_mapConcurrent"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"m_mapConfigByLoader"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"m_mapDatagramSocketProvider"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"m_mapDelegate"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_mapDelegate"},{"p":"com.tangosol.io.pof","c":"EvolvableHolder","l":"m_mapEvolvable"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactoryManager","l":"m_mapFactories"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"m_mapFilters"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder.ParsedQuery","l":"m_mapFilters"},{"p":"com.tangosol.util","c":"ChainedMap","l":"m_mapFirst"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_mapForward"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"m_mapFront"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"m_mapFunctions"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.ReferenceLibrary","l":"m_mapIdentities"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_mapIndex"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_mapInverse"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"m_mapInvocable"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"m_mapKeyListeners"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_mapListener"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"m_mapListeners"},{"p":"com.tangosol.net","c":"SimpleServiceLoadBalancer","l":"m_mapLoad"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_mapLocal"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"m_mapLock"},{"p":"com.tangosol.net","c":"SimpleServiceLoadBalancer","l":"m_mapMember"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"m_mapMiss"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"m_mapNamedQueries"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"m_mapOperators"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.CapacityAwareMap","l":"m_mapOuter"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_mapOwnedPartitions"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine","l":"m_mapParsedQuery"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"m_mapper"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_mapPortableTypes"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"m_mapProperties"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"m_mapProvider"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"m_mapQuery"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngineRegistry","l":"m_mapQueryEngines"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"m_mapQuorumByRole"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"m_mapResolved"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"m_mapResults"},{"p":"com.tangosol.util","c":"ChainedMap","l":"m_mapSecond"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"m_mapServices"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"m_mapServices"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"m_mapSocketProvider"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"m_mapSSLDependencies"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"m_mapSSLDependenciesBuilder"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"m_mapStandardKeyListeners"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"m_mapStandardListeners"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"m_mapStatementBuilders"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.AbstractRecordableStep","l":"m_mapSteps"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"m_mapSuggestLast"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_mapSyncReq"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"m_mapTCPDatagramDependencies"},{"p":"com.tangosol.net.cache","c":"OverflowMap.EntrySet.EntrySetIterator","l":"m_mapTemp"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"m_mapTypeId"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_mapTypeIdByClass"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_mapTypeIdByClassName"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"m_mapVersion"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_marshallerRegistry"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"m_marshallerRegistry"},{"p":"com.tangosol.coherence.rest.providers","c":"JsonCollectionWriter","l":"m_marshallerRegistry"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlCollectionWriter","l":"m_marshallerRegistry"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlKeysWriter","l":"m_marshallerRegistry"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlMapWriter","l":"m_marshallerRegistry"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"m_mathContext"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"m_memberFrom"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"m_memberTo"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"m_methFromString"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_methodClone"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"m_methodFactory"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_methodGet"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_methodSet"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"m_nAction"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"m_nAdvanceFrequency"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"m_namedCache"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_nAverageThroughput"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"m_nBeanId"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"m_nBindingPower"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_nCalculatorType"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"m_nDataVersion"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"m_nEfficiency"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_nEvictionType"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"m_nFlags"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"m_nHash"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"m_nHash"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_nId"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"m_nId"},{"p":"com.tangosol.util","c":"MapEvent","l":"m_nId"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"m_nImplVersion"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"m_nLastSentTime"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"m_nMask"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"m_nMaskSynthetic"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"m_nMaxLoadId"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"m_nodeNext"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"m_nodePrev"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"m_nOptimizationPlan"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_nPartition"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"m_nPartition"},{"p":"com.tangosol.util","c":"MapEvent","l":"m_nPartition"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"m_nPort"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"m_nRuleMask"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"m_nSamplingInterval"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"m_nSizeIn"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"m_nSizeOut"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_nState"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_nState"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"m_nState"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"m_nState"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"m_nState"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"m_nStrategyCurrent"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"m_nStrategyTarget"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"m_nStrength"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"m_nStyle"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"m_nTarget"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"m_nThreshold"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"m_nType"},{"p":"com.tangosol.io.pof","c":"ExternalizableLitePofSerializer","l":"m_nTypeId"},{"p":"com.tangosol.io.pof","c":"ExternalizablePofSerializer","l":"m_nTypeId"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_nTypeId"},{"p":"com.tangosol.io.pof","c":"PortableObjectSerializer","l":"m_nTypeId"},{"p":"com.tangosol.io.pof","c":"PortableTypeSerializer","l":"m_nTypeId"},{"p":"com.tangosol.io.pof","c":"XmlSerializablePofSerializer","l":"m_nTypeId"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_nUnitFactor"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"m_nUnitFactor"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_nUnitFactor"},{"p":"com.tangosol.io.pof.reflect","c":"PofUserType","l":"m_nVersion"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"m_nVersion"},{"p":"com.tangosol.util","c":"MapEvent","l":"m_nVersion"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_nVersionId"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"m_object"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"m_observer"},{"p":"com.tangosol.util","c":"PagedIterator","l":"m_oCurr"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"m_of"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_of"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_of"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"m_ofbGroup"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"m_ofLimit"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_ofMarked"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"m_ofStart"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"m_ofWrite"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_oIterActive"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_oIterActive"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"m_oKey"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_oKey"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"m_oKey"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"m_oKey"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"m_oKey"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"m_oKeyUp"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"m_oLockHolder"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"m_oNext"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"m_oOrigValue"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"m_orderIdFunction"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"m_oResult"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"m_oState"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"m_out"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"m_out"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"m_out"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"m_oValue"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_oValue"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"m_oValue"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"m_oValue"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"m_oValue"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"m_oValue"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"m_oValue"},{"p":"com.tangosol.util","c":"SparseArray.ObjectNode","l":"m_oValue"},{"p":"com.tangosol.net.cache","c":"OverflowMap.HistoricCacheEvent","l":"m_oValueLatestOld"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_oValueOrig"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"m_oValueUp"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"m_oWaitHead"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter","l":"m_owners"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.SafetyFilter","l":"m_owners"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.StrengthComparator","l":"m_owners"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionRecoveryAction","l":"m_partsOrphan"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_partsOrphaned"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"m_partsUnresolved"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_partsUpdated"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_policy"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_policy"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"m_pool"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"m_pool"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"m_predicate"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"m_primingListener"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"m_processor"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_processorRegistry"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"m_processorRegistry"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"m_processorRegistry"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"m_processorRegistry"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"m_propertySet"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_propOptions"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.AddressIterator","l":"m_providerCurrent"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"m_providerFactory"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"m_query"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"m_query"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"m_query"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.SetAttributes","l":"m_query"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_queryConfig"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_queryEngineRegistry"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_queue"},{"p":"com.tangosol.net","c":"LoadBalancer.RequestHandler","l":"m_queue"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_random"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_reader"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_reader"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_reader"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"m_reader"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder","l":"m_recordType"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"m_refLoader"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"m_refs"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"m_registry"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"m_registry"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionRecoveryAction","l":"m_resolver"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"m_result"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"m_roundingMode"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"m_ruleCurrent"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"m_sActive"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_sApplicationName"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"m_sBackup"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"m_sBaseQuery"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"m_sCacheName"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"m_sCacheName"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"m_scale"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"m_sCluster"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"m_sDbName"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"m_sDbName"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_sDomainPartitions"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"m_sElement"},{"p":"com.tangosol.coherence.config.xml.processor","c":"BackingMapSchemeProcessor","l":"m_sElementName"},{"p":"com.tangosol.net","c":"AbstractServiceLoadBalancer","l":"m_service"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"m_service"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"m_service"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"m_service"},{"p":"com.tangosol.net.partition","c":"DefaultKeyAssociator","l":"m_service"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"m_service"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"m_service"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"m_service"},{"p":"com.tangosol.net","c":"WrapperService","l":"m_service"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"m_serviceDependencies"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_serviceLocator"},{"p":"com.tangosol.coherence.rest","c":"DefaultRootResource","l":"m_serviceLocator"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"m_serviceMon"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.CacheLifecycleEventHandler","l":"m_serviceName"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryEventHandler","l":"m_serviceName"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryProcessorEventHandler","l":"m_serviceName"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.ServiceEventHandler","l":"m_serviceName"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_session"},{"p":"com.tangosol.coherence.rest","c":"DefaultRootResource","l":"m_session"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"m_session"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.CacheLifecycleEventHandler","l":"m_sessionName"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryEventHandler","l":"m_sessionName"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryProcessorEventHandler","l":"m_sessionName"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"m_set"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"m_set"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"m_set"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"m_set"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"m_set"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"m_set"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"m_setEntries"},{"p":"com.tangosol.util","c":"ChainedMap","l":"m_setEntries"},{"p":"com.tangosol.util","c":"EntrySetMap","l":"m_setEntries"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_setEntries"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_setEntries"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_setEntries"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"m_setIndexLookupRecords"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_setKeyExcluded"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"m_setKeys"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"m_setKeys"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"m_setKeys"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_setKeys"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_setKeys"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_setKeys"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"m_setLeaving"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"m_setMachines"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"m_setManager"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"m_setManager"},{"p":"com.tangosol.util","c":"SubSet","l":"m_setMod"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"m_setOperators"},{"p":"com.tangosol.util","c":"SubSet","l":"m_setOrig"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_setOwenersLeaving"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_setOwnershipMembers"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"m_setOwnersLast"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"m_setPartitions"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"m_setPids"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"m_setProperties"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"m_setRacks"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"m_setSites"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"m_setTypes"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"m_sEvents"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"m_sExpr"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"m_sFilter"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_sGarFileName"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"m_sHost"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"m_signature"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"m_size"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"m_sJCacheName"},{"p":"com.tangosol.util","c":"AbstractScript","l":"m_sLanguage"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"m_sLedASTName"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"m_sLockText"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"m_sMBeanDomainName"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"m_sMediaType"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"m_sMemberKey"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"m_sMessage"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"m_sMethod"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"m_sMethod"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"m_sMethodName"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"m_sMode"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"m_sName"},{"p":"com.tangosol.io.pof","c":"PofPrincipal","l":"m_sName"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"m_sName"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_sName"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"m_sName"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"m_sName"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"m_sName"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"m_sName"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_sName"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"m_sName"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"m_sName"},{"p":"com.tangosol.util","c":"AbstractScript","l":"m_sName"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"m_sName"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"m_sName"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"m_sName"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"m_sNameCanon"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"m_sNameCanon"},{"p":"com.tangosol.util","c":"DaemonThreadFactory","l":"m_sNamePrefix"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_sNests"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_sNmsPrefix"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"m_sNmsPrefix"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_sNmsUri"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"m_sNmsUri"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"m_sNudASTName"},{"p":"com.tangosol.net","c":"LoadBalancer.ResponseHandler","l":"m_socketClient"},{"p":"com.tangosol.net","c":"LoadBalancer.ResponseHandler","l":"m_socketServer"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"m_sOperationName"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_sPunctuation"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder.ParsedQuery","l":"m_sQuery"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"m_sRuleElementName"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"m_sSchemeName"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"m_sService"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"m_sService"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"m_sSnapshot"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"m_state"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_stats"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"m_stats"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"m_stats"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"m_statsPartition"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_sTitle"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_sTitle"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"m_store"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"m_store"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_storeBundler"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"m_sTrash"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_strength"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_sUnnests"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"m_supplier"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"m_supplierOrderId"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"m_sValue"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_sXml"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"m_tail"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"m_term"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"m_test"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"m_thread"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"m_threadAwait"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_threadRunning"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"m_threadShutdown"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_threadShutdownHook"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_timeout"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_timeout"},{"p":"com.tangosol.net","c":"GuardSupport","l":"m_tlContext"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"m_token"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_tokenBuffer"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"m_tokenTable"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"m_tokenTableExtendedSQL"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"m_tokenTableForFilter"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"m_tokenTableSQL"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"m_toker"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_transformer"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"m_transformState"},{"p":"com.tangosol.util","c":"Tree","l":"m_tree"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"m_updater"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"m_updater"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"m_updater"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"m_updater"},{"p":"com.oracle.coherence.common.base","c":"SimpleHolder","l":"m_value"},{"p":"com.oracle.coherence.common.base","c":"VolatileHolder","l":"m_value"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"m_value"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"m_value"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"m_value"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"m_valueLast"},{"p":"com.tangosol.util","c":"MapEvent","l":"m_valueNew"},{"p":"com.tangosol.util","c":"MapEvent","l":"m_valueOld"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_writer"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"m_writer"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_writerNested"},{"p":"com.tangosol.net","c":"SocketOptions","l":"m_xml"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"m_xmlConfig"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_xmlConfig"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"m_xmlElement"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"m_xmlScheme"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"MACHINE_SAFE"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"MACHINE_SAFE"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"MACHINES"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.MacroExpansionProcessor","l":"MacroExpansionProcessor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.server","c":"Server","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.io.pof","c":"PofConfigLogger","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net.cache","c":"BinaryMemoryCalculator","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net","c":"CacheFactory","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net","c":"Coherence","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net","c":"Ping","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.util","c":"HealthCheckClient","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.util","c":"UID","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.util","c":"UUID","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"makeAdapter(Class, String, String, XmlElement)","u":"makeAdapter(java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"makeByteArrayPrivate()"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket.Impl","l":"makeConnection(SocketAddress)","u":"makeConnection(java.net.SocketAddress)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"makeConnection(SocketAddress)","u":"makeConnection(java.net.SocketAddress)"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket.Impl","l":"makeConnection(SocketChannel)","u":"makeConnection(java.nio.channels.SocketChannel)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"makeEntry(Map, K)","u":"makeEntry(java.util.Map,K)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"makeEntrySet(Collection>)","u":"makeEntrySet(java.util.Collection)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"makeEntrySet(Map, Collection, boolean)","u":"makeEntrySet(java.util.Map,java.util.Collection,boolean)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"makeExtractor(NodeTerm)","u":"makeExtractor(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"makeExtractor(Object, Object)","u":"makeExtractor(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"makeExtractor(Term, Term, TermWalker)","u":"makeExtractor(com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.TermWalker)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"makeFilter()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AndOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BetweenOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAllOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAnyOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"EqualsOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterEqualsOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"InOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessEqualsOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LikeOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"NotEqualsOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"OrOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"XorOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"makeFilter(Term)","u":"makeFilter(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"makeFilter(Term, List, ParameterResolver)","u":"makeFilter(com.tangosol.coherence.dsltools.termtrees.Term,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"makeFilter(Term, Object[])","u":"makeFilter(com.tangosol.coherence.dsltools.termtrees.Term,java.lang.Object[])"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"makeFilter(Term, Object[], Map)","u":"makeFilter(com.tangosol.coherence.dsltools.termtrees.Term,java.lang.Object[],java.util.Map)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"makeFilter(Term, Term, TermWalker)","u":"makeFilter(com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.TermWalker)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ComparisonOperator","l":"makeFilter(Term, Term, TermWalker)","u":"makeFilter(com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.TermWalker)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"EqualsOperator","l":"makeFilter(Term, Term, TermWalker)","u":"makeFilter(com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.TermWalker)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"makeFilterForCache(String, Term, List, ParameterResolver)","u":"makeFilterForCache(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"Base","l":"makeInteger(int)"},{"p":"com.tangosol.util","c":"Base","l":"makeLong(long)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"makeMBeanName(PartitionedService)","u":"makeMBeanName(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"makeName(String, int)","u":"makeName(java.lang.String,int)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"makeProvider(XmlElement)","u":"makeProvider(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"makeSelfLink(Thread, long, Object)","u":"makeSelfLink(java.lang.Thread,long,java.lang.Object)"},{"p":"com.tangosol.util","c":"Base","l":"makeThread(ThreadGroup, Runnable, String)","u":"makeThread(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String)"},{"p":"com.tangosol.util","c":"DaemonThreadFactory","l":"makeThread(ThreadGroup, Runnable, String)","u":"makeThread(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String)"},{"p":"com.tangosol.util","c":"ThreadFactory","l":"makeThread(ThreadGroup, Runnable, String)","u":"makeThread(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"makeTrint(long)"},{"p":"com.tangosol.net.management","c":"Registry","l":"MANAGEMENT_TYPE"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"Manager()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"Manager(ExtensibleConfigurableCacheFactory)","u":"%3Cinit%3E(com.tangosol.net.ExtensibleConfigurableCacheFactory)"},{"p":"com.tangosol.util","c":"Processors","l":"manipulate(String)","u":"manipulate(java.lang.String)"},{"p":"com.tangosol.util","c":"Processors","l":"manipulate(String, boolean)","u":"manipulate(java.lang.String,boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"MAP_FIXED_SIZES"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"MAP_OVERHEAD"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"MAP_PRIMITIVE_SIZES"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"MAP_SCHEMETYPE_BY_SCHEMENAME"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"map(DoubleUnaryOperator)","u":"map(java.util.function.DoubleUnaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"map(Function)","u":"map(java.util.function.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"map(IntUnaryOperator)","u":"map(java.util.function.IntUnaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"map(LongUnaryOperator)","u":"map(java.util.function.LongUnaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"map(Remote.DoubleUnaryOperator)","u":"map(com.tangosol.util.function.Remote.DoubleUnaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"map(Remote.Function)","u":"map(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"map(Remote.IntUnaryOperator)","u":"map(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"map(Remote.LongUnaryOperator)","u":"map(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"map(ValueExtractor)","u":"map(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"map(ValueExtractor)","u":"map(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"map(ValueExtractor)","u":"map(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"MapAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"MapArray(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"MapCacheStore(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.MapCodec","l":"MapCodec(Class>)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.common","c":"MapEntryIteratorToCacheEntryIteratorAdapter","l":"MapEntryIteratorToCacheEntryIteratorAdapter(Iterator>)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.util","c":"MapEvent","l":"MapEvent()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"MapEvent","l":"MapEvent(ObservableMap, int, K, V, V)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,K,V,V)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"MapEventFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"MapEventFilter(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"MapEventFilter(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"MapEventFilter(int, Filter)","u":"%3Cinit%3E(int,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"MapEventOutput(NamedCache, boolean)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"MapEventTransformerFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"MapEventTransformerFilter(Filter, MapEventTransformer)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.MapEventTransformer)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MapListenerProcessor","l":"MapListenerProcessor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"MapListenerProxy(NamedCacheService, StreamObserver)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.NamedCacheService,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"MapListenerSupport()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"mapMerger(BinaryOperator)","u":"mapMerger(java.util.function.BinaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"mapMerger(Remote.BinaryOperator)","u":"mapMerger(com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMulti(BiConsumer>)","u":"mapMulti(java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMulti(Remote.BiConsumer>)","u":"mapMulti(com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMultiToDouble(BiConsumer)","u":"mapMultiToDouble(java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMultiToDouble(Remote.BiConsumer)","u":"mapMultiToDouble(com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMultiToInt(BiConsumer)","u":"mapMultiToInt(java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMultiToInt(Remote.BiConsumer)","u":"mapMultiToInt(com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMultiToLong(BiConsumer)","u":"mapMultiToLong(java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMultiToLong(Remote.BiConsumer)","u":"mapMultiToLong(com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util","c":"MapNotFoundException","l":"MapNotFoundException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"MappedBufferManager()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"MappedBufferManager(int, int, File)","u":"%3Cinit%3E(int,int,java.io.File)"},{"p":"com.tangosol.io.nio","c":"MappedStoreManager","l":"MappedStoreManager(int, int, File)","u":"%3Cinit%3E(int,int,java.io.File)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"mapping(Remote.Function, RemoteCollector)","u":"mapping(com.tangosol.util.function.Remote.Function,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.tangosol.util","c":"MapSet","l":"MapSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"MapSet","l":"MapSet(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"mapToDouble(IntToDoubleFunction)","u":"mapToDouble(java.util.function.IntToDoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"mapToDouble(LongToDoubleFunction)","u":"mapToDouble(java.util.function.LongToDoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"mapToDouble(Remote.IntToDoubleFunction)","u":"mapToDouble(com.tangosol.util.function.Remote.IntToDoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"mapToDouble(Remote.LongToDoubleFunction)","u":"mapToDouble(com.tangosol.util.function.Remote.LongToDoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToDouble(Remote.ToDoubleFunction)","u":"mapToDouble(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToDouble(ToDoubleFunction)","u":"mapToDouble(java.util.function.ToDoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToDouble(ValueExtractor)","u":"mapToDouble(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"mapToInt(DoubleToIntFunction)","u":"mapToInt(java.util.function.DoubleToIntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"mapToInt(LongToIntFunction)","u":"mapToInt(java.util.function.LongToIntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"mapToInt(Remote.DoubleToIntFunction)","u":"mapToInt(com.tangosol.util.function.Remote.DoubleToIntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"mapToInt(Remote.LongToIntFunction)","u":"mapToInt(com.tangosol.util.function.Remote.LongToIntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToInt(Remote.ToIntFunction)","u":"mapToInt(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToInt(ToIntFunction)","u":"mapToInt(java.util.function.ToIntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToInt(ValueExtractor)","u":"mapToInt(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"mapToLong(DoubleToLongFunction)","u":"mapToLong(java.util.function.DoubleToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"mapToLong(IntToLongFunction)","u":"mapToLong(java.util.function.IntToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"mapToLong(Remote.DoubleToLongFunction)","u":"mapToLong(com.tangosol.util.function.Remote.DoubleToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"mapToLong(Remote.IntToLongFunction)","u":"mapToLong(com.tangosol.util.function.Remote.IntToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToLong(Remote.ToLongFunction)","u":"mapToLong(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToLong(ToLongFunction)","u":"mapToLong(java.util.function.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToLong(ValueExtractor)","u":"mapToLong(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"mapToObj(DoubleFunction)","u":"mapToObj(java.util.function.DoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"mapToObj(IntFunction)","u":"mapToObj(java.util.function.IntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"mapToObj(LongFunction)","u":"mapToObj(java.util.function.LongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"mapToObj(Remote.DoubleFunction)","u":"mapToObj(com.tangosol.util.function.Remote.DoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"mapToObj(Remote.IntFunction)","u":"mapToObj(com.tangosol.util.function.Remote.IntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"mapToObj(Remote.LongFunction)","u":"mapToObj(com.tangosol.util.function.Remote.LongFunction)"},{"p":"com.tangosol.util","c":"MapTriggerListener","l":"MapTriggerListener(MapTrigger)","u":"%3Cinit%3E(com.tangosol.util.MapTrigger)"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"MapViewBuilder(Supplier>)","u":"%3Cinit%3E(java.util.function.Supplier)"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"MARK_UNSET"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"mark()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"mark(int)"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"mark(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"mark(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"mark(int)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"mark(int)"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"mark(int)"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"mark(int)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"mark(int)"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"mark(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"mark(int)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"markConverted()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"MARKED_ALL"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"MARKED_FEW"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"MARKED_MANY"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"MARKED_NONE"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"markError()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"markPosition(int, SafeLinkedList.Node)","u":"markPosition(int,com.tangosol.util.SafeLinkedList.Node)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"markReceived()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"markSent()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"markServicesStarted()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"markStarted()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"markSuccess()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"markSupported()"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"markSupported()"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"markSupported()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"markSupported()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"markSupported()"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"markSupported()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"markSupported()"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"markSupported()"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"markSupported()"},{"p":"com.tangosol.coherence.rest.io","c":"BinaryMarshaller","l":"marshal(Binary, OutputStream, MultivaluedMap)","u":"marshal(com.tangosol.util.Binary,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"KeyConverterAdapter","l":"marshal(Object, OutputStream, MultivaluedMap)","u":"marshal(java.lang.Object,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"StaticContentMarshaller","l":"marshal(StaticContent, OutputStream, MultivaluedMap)","u":"marshal(com.tangosol.coherence.rest.util.StaticContent,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"StringMarshaller","l":"marshal(String, OutputStream, MultivaluedMap)","u":"marshal(java.lang.String,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"JacksonJsonMarshaller","l":"marshal(T, OutputStream, MultivaluedMap)","u":"marshal(T,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"JaxbXmlMarshaller","l":"marshal(T, OutputStream, MultivaluedMap)","u":"marshal(T,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"Marshaller","l":"marshal(T, OutputStream, MultivaluedMap)","u":"marshal(T,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"JaxbXmlMarshaller","l":"marshalAsFragment(T, OutputStream, MultivaluedMap)","u":"marshalAsFragment(T,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"Marshaller","l":"marshalAsFragment(T, OutputStream, MultivaluedMap)","u":"marshalAsFragment(T,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"MarshallerRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"ProxyQuorumPolicyBuilder","l":"MASK_CONNECT"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ProxyQuorumPolicy","l":"MASK_CONNECT"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"MASK_DISTRIBUTION"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"MASK_LAST"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"MASK_READ"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"MASK_RECOVER"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"MASK_RESTORE"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"MASK_WRITE"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MaskedPartitionMap","l":"MaskedPartitionMap(PartitionSet)","u":"%3Cinit%3E(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"match(int)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"match(String)","u":"match(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"match(String)","u":"match(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"match(String, boolean)","u":"match(java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"match(String, boolean)","u":"match(java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LeafBaseToken","l":"match(String, boolean)","u":"match(java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"matches(String)","u":"matches(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"matches(String, boolean)","u":"matches(java.lang.String,boolean)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"MAX"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MAX_DECIMAL128_SCALE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MAX_DECIMAL128_UNSCALED"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MAX_DECIMAL32_SCALE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MAX_DECIMAL32_UNSCALED"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MAX_DECIMAL64_SCALE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MAX_DECIMAL64_UNSCALED"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"MAX_DECO_HEADER_BYTES"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"MAX_LOCK_WAIT"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"MAX_MACRO_EXPANSIONS"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"MAX_OPEN_BLOCKS"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"MAX_PACKED_INT_SIZE"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"MAX_PACKED_LONG_SIZE"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"MAX_PARTITION_MAP_UNIT_FACTOR"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"MAX_PORT"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"MAX_SIZE_CODES"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"max()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"max()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"max()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"max(Comparator)","u":"max(java.util.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Filter, Remote.ToBigDecimalFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Filter, Remote.ToBigDecimalFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Filter, Remote.ToComparableFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Filter, Remote.ToComparableFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Filter, Remote.ToDoubleFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Filter, Remote.ToDoubleFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Filter, Remote.ToIntFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Filter, Remote.ToIntFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Filter, Remote.ToLongFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Filter, Remote.ToLongFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"max(Remote.Comparator)","u":"max(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Remote.ToBigDecimalFunction)","u":"max(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Remote.ToBigDecimalFunction)","u":"max(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"max(Remote.ToBigDecimalFunction)","u":"max(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"max(Remote.ToComparableFunction)","u":"max(com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Remote.ToComparableFunction)","u":"max(com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Remote.ToComparableFunction)","u":"max(com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Remote.ToDoubleFunction)","u":"max(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Remote.ToDoubleFunction)","u":"max(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"max(Remote.ToDoubleFunction)","u":"max(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Remote.ToIntFunction)","u":"max(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Remote.ToIntFunction)","u":"max(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"max(Remote.ToIntFunction)","u":"max(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Remote.ToLongFunction)","u":"max(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Remote.ToLongFunction)","u":"max(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"max(Remote.ToLongFunction)","u":"max(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"max(ValueExtractor)","u":"max(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"maxBy(Comparator)","u":"maxBy(java.util.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"maxBy(Filter, ValueExtractor)","u":"maxBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"maxBy(Filter, ValueExtractor)","u":"maxBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"maxBy(Remote.Comparator)","u":"maxBy(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"maxBy(Remote.Comparator)","u":"maxBy(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"maxBy(ValueExtractor)","u":"maxBy(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"maxBy(ValueExtractor)","u":"maxBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"maxBy(ValueExtractor)","u":"maxBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"maxBy(ValueExtractor)","u":"maxBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"MBEAN_NAME"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics","l":"MBEAN_PREFIX"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics","l":"MBEAN_TYPE"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"MBeanAccessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"MBeanAccessor(MBeanServerProxy)","u":"%3Cinit%3E(com.tangosol.net.management.MBeanServerProxy)"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"MBeanConnector()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"MBeanHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanReference","l":"MBeanReference(ObjectName, MBeanServer)","u":"%3Cinit%3E(javax.management.ObjectName,javax.management.MBeanServer)"},{"p":"com.tangosol.coherence.config.unit","c":"Megabytes","l":"Megabytes(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.config.unit","c":"Megabytes","l":"Megabytes(MemorySize)","u":"%3Cinit%3E(com.oracle.coherence.common.util.MemorySize)"},{"p":"com.tangosol.coherence.config.unit","c":"Megabytes","l":"Megabytes(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"MEMBER"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"MEMBER_IDENTITY_LIMIT"},{"p":"com.tangosol.net","c":"MemberEvent","l":"MEMBER_JOINED"},{"p":"com.tangosol.net","c":"MemberEvent","l":"MEMBER_LEAVING"},{"p":"com.tangosol.net","c":"MemberEvent","l":"MEMBER_LEFT"},{"p":"com.tangosol.net","c":"InvocationObserver","l":"memberCompleted(Member, Object)","u":"memberCompleted(com.tangosol.net.Member,java.lang.Object)"},{"p":"com.tangosol.net","c":"MemberEvent","l":"MemberEvent(Object, int, Member)","u":"%3Cinit%3E(java.lang.Object,int,com.tangosol.net.Member)"},{"p":"com.tangosol.net","c":"InvocationObserver","l":"memberFailed(Member, Throwable)","u":"memberFailed(com.tangosol.net.Member,java.lang.Throwable)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"MEMBERID_COMPARATOR"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ServiceListener","l":"memberJoined(MemberEvent)","u":"memberJoined(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net.cache","c":"NearCache.BackServiceListener","l":"memberJoined(MemberEvent)","u":"memberJoined(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener","l":"memberJoined(MemberEvent)","u":"memberJoined(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net","c":"MemberListener","l":"memberJoined(MemberEvent)","u":"memberJoined(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy.MembershipListener","l":"memberJoined(MemberEvent)","u":"memberJoined(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ServiceListener","l":"memberLeaving(MemberEvent)","u":"memberLeaving(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net.cache","c":"NearCache.BackServiceListener","l":"memberLeaving(MemberEvent)","u":"memberLeaving(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener","l":"memberLeaving(MemberEvent)","u":"memberLeaving(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net","c":"MemberListener","l":"memberLeaving(MemberEvent)","u":"memberLeaving(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy.MembershipListener","l":"memberLeaving(MemberEvent)","u":"memberLeaving(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net","c":"InvocationObserver","l":"memberLeft(Member)","u":"memberLeft(com.tangosol.net.Member)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ServiceListener","l":"memberLeft(MemberEvent)","u":"memberLeft(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net.cache","c":"NearCache.BackServiceListener","l":"memberLeft(MemberEvent)","u":"memberLeft(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener","l":"memberLeft(MemberEvent)","u":"memberLeft(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net","c":"MemberListener","l":"memberLeft(MemberEvent)","u":"memberLeft(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy.MembershipListener","l":"memberLeft(MemberEvent)","u":"memberLeft(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MemberListenerProcessor","l":"MemberListenerProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy.MembershipListener","l":"MembershipListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"MembershipQuorumPolicy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Binary","l":"memchr(byte[], int, int, byte)","u":"memchr(byte[],int,int,byte)"},{"p":"com.tangosol.util","c":"Binary","l":"memchr(byte[], int, int, byte, boolean)","u":"memchr(byte[],int,int,byte,boolean)"},{"p":"com.tangosol.util","c":"Binary","l":"memcmp(byte[], int, int, byte[], int, int)","u":"memcmp(byte[],int,int,byte[],int,int)"},{"p":"com.tangosol.util","c":"Binary","l":"memcpy(byte[], int, byte[], int, int)","u":"memcpy(byte[],int,byte[],int,int)"},{"p":"com.tangosol.util","c":"Binary","l":"memmem(byte[], int, int, byte[], int, int)","u":"memmem(byte[],int,int,byte[],int,int)"},{"p":"com.tangosol.util","c":"Binary","l":"memmem(byte[], int, int, byte[], int, int, boolean)","u":"memmem(byte[],int,int,byte[],int,int,boolean)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MemorySizeProcessor","l":"MemorySizeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"merge()"},{"p":"com.tangosol.util","c":"InvocableMap","l":"merge(K, V, BiFunction)","u":"merge(K,V,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"merge(K, V, BiFunction)","u":"merge(K,V,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"merge(K, V, BiFunction)","u":"merge(K,V,java.util.function.BiFunction)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"merge(K, V, Remote.BiFunction)","u":"merge(K,V,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"merge(K, V, Remote.BiFunction)","u":"merge(K,V,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"merge(Object, Object, BiFunction)","u":"merge(java.lang.Object,java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"merge(Object, Object, BiFunction)","u":"merge(java.lang.Object,java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"merge(Object, Object, BiFunction)","u":"merge(java.lang.Object,java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"merge(QueryRecord.PartialResult)","u":"merge(com.tangosol.util.QueryRecord.PartialResult)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"merge(QueryRecord.PartialResult.Step)","u":"merge(com.tangosol.util.QueryRecord.PartialResult.Step)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"merge(TK, TV, BiFunction)","u":"merge(TK,TV,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"merge(TK, TV, BiFunction)","u":"merge(TK,TV,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"merge(TK, TV, Remote.BiFunction)","u":"merge(TK,TV,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"merge(TK, TV, Remote.BiFunction)","u":"merge(TK,TV,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"merge(TopNAggregator.PartialResult)","u":"merge(com.tangosol.util.aggregator.TopNAggregator.PartialResult)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"merge(ValueExtractor[], ValueExtractor[])","u":"merge(com.tangosol.util.ValueExtractor[],com.tangosol.util.ValueExtractor[])"},{"p":"com.tangosol.util","c":"Base","l":"mergeArray(T[], T[])","u":"mergeArray(T[],T[])"},{"p":"com.tangosol.util","c":"Base","l":"mergeBooleanArray(boolean[], boolean[])","u":"mergeBooleanArray(boolean[],boolean[])"},{"p":"com.tangosol.util","c":"Base","l":"mergeByteArray(byte[], byte[])","u":"mergeByteArray(byte[],byte[])"},{"p":"com.tangosol.util","c":"Base","l":"mergeCharArray(char[], char[])","u":"mergeCharArray(char[],char[])"},{"p":"com.tangosol.util","c":"Base","l":"mergeDoubleArray(double[], double[])","u":"mergeDoubleArray(double[],double[])"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"mergeEvents(MapEvent, MapEvent)","u":"mergeEvents(com.tangosol.util.MapEvent,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"mergeEvents(MapEvent, MapEvent)","u":"mergeEvents(com.tangosol.util.MapEvent,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"mergeFilter(Filter)","u":"mergeFilter(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"Base","l":"mergeFloatArray(float[], float[])","u":"mergeFloatArray(float[],float[])"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"mergeIncludes(String, XmlElement, ClassLoader)","u":"mergeIncludes(java.lang.String,com.tangosol.run.xml.XmlElement,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"Base","l":"mergeIntArray(int[], int[])","u":"mergeIntArray(int[],int[])"},{"p":"com.tangosol.util","c":"Base","l":"mergeLongArray(long[], long[])","u":"mergeLongArray(long[],long[])"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"mergeResults(Collection)","u":"mergeResults(java.util.Collection)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"mergeSchema(XmlElement, XmlElement)","u":"mergeSchema(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.Notification","l":"Message"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MessageDeliveryModeProcessor","l":"MessageDeliveryModeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"META_EXTENT"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"META_FILENAME"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"META_IMPL_VERSION"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"META_PARTITION_COUNT"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"META_SERVICE_VERSION"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"META_STORAGE_FORMAT"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"META_STORAGE_VERSION"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"METHOD_CALL_FUNCTION_BUILDER"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"METHOD_SUFFIX"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"METHOD_SUFFIX"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"MethodInvocationProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"MethodInvocationProcessor(Remote.Supplier, String, boolean, Object...)","u":"%3Cinit%3E(com.tangosol.util.function.Remote.Supplier,java.lang.String,boolean,java.lang.Object...)"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"MethodInvocationProcessor(String, boolean, Object...)","u":"%3Cinit%3E(java.lang.String,boolean,java.lang.Object...)"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"METHODS"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"MGR_CONTEXT"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"MGR_CONTEXT"},{"p":"com.tangosol.coherence.config.unit","c":"Millis","l":"Millis(Duration)","u":"%3Cinit%3E(com.oracle.coherence.common.util.Duration)"},{"p":"com.tangosol.coherence.config.unit","c":"Millis","l":"Millis(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MillisProcessor","l":"MillisProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"MIN_BLOCK"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MIN_DECIMAL128_SCALE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MIN_DECIMAL32_SCALE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MIN_DECIMAL64_SCALE"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"MIN_ENTRY"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"MIN_FREE"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"MIN_PORT"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"MIN_REQUEUE_DELAY"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"MIN_SEGMENT_CAPACITY"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"MIN_SNAPSHOT_REFRESH"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"MIN_SPLIT"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"min()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"min()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"min()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"min(Comparator)","u":"min(java.util.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Filter, Remote.ToBigDecimalFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Filter, Remote.ToBigDecimalFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Filter, Remote.ToComparableFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Filter, Remote.ToComparableFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Filter, Remote.ToDoubleFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Filter, Remote.ToDoubleFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Filter, Remote.ToIntFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Filter, Remote.ToIntFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Filter, Remote.ToLongFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Filter, Remote.ToLongFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"min(Remote.Comparator)","u":"min(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Remote.ToBigDecimalFunction)","u":"min(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Remote.ToBigDecimalFunction)","u":"min(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"min(Remote.ToBigDecimalFunction)","u":"min(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"min(Remote.ToComparableFunction)","u":"min(com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Remote.ToComparableFunction)","u":"min(com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Remote.ToComparableFunction)","u":"min(com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Remote.ToDoubleFunction)","u":"min(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Remote.ToDoubleFunction)","u":"min(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"min(Remote.ToDoubleFunction)","u":"min(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Remote.ToIntFunction)","u":"min(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Remote.ToIntFunction)","u":"min(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"min(Remote.ToIntFunction)","u":"min(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Remote.ToLongFunction)","u":"min(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Remote.ToLongFunction)","u":"min(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"min(Remote.ToLongFunction)","u":"min(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"min(ValueExtractor)","u":"min(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"min(VersionedPartitions, VersionedPartitions)","u":"min(com.tangosol.net.partition.VersionedPartitions,com.tangosol.net.partition.VersionedPartitions)"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"minBy(Comparator)","u":"minBy(java.util.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"minBy(Filter, ValueExtractor)","u":"minBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"minBy(Filter, ValueExtractor)","u":"minBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"minBy(Remote.Comparator)","u":"minBy(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"minBy(Remote.Comparator)","u":"minBy(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"minBy(ValueExtractor)","u":"minBy(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"minBy(ValueExtractor)","u":"minBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"minBy(ValueExtractor)","u":"minBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"minBy(ValueExtractor)","u":"minBy(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"MirroringAssignmentStrategy(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Hasher","l":"mod(int, int)","u":"mod(int,int)"},{"p":"com.tangosol.util","c":"Base","l":"mod(int, int)","u":"mod(int,int)"},{"p":"com.oracle.coherence.common.base","c":"Hasher","l":"mod(long, long)","u":"mod(long,long)"},{"p":"com.tangosol.util","c":"Base","l":"mod(long, long)","u":"mod(long,long)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"MODE_DEBUG"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"modified(long, ExpiryPolicy)","u":"modified(long,javax.cache.expiry.ExpiryPolicy)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"monitorServices(long)"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"monitorServices(long)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"MONTH_NAME"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent.Process","l":"MOST_RECENT"},{"p":"com.tangosol.io","c":"FileHelper","l":"moveDir(File, File)","u":"moveDir(java.io.File,java.io.File)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"moveExtent(long, long)","u":"moveExtent(long,long)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"moveExtent(long, long)","u":"moveExtent(long,long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"moveExtent(long, long)","u":"moveExtent(long,long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"moveExtentInternal(long, long)","u":"moveExtentInternal(long,long)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"moveExtents(PersistentStore, long, long)","u":"moveExtents(com.oracle.coherence.persistence.PersistentStore,long,long)"},{"p":"com.tangosol.io","c":"FileHelper","l":"moveFile(File, File)","u":"moveFile(java.io.File,java.io.File)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"moveOffset(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"moveOffset(int)"},{"p":"com.oracle.coherence.mp.metrics","c":"MpMetricsRegistryAdapter","l":"MpMetricsRegistryAdapter(MetricRegistry, MetricRegistry)","u":"%3Cinit%3E(org.eclipse.microprofile.metrics.MetricRegistry,org.eclipse.microprofile.metrics.MetricRegistry)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"MSG_NO_PENDING"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"MSG_NO_RESULT"},{"p":"com.tangosol.util","c":"Extractors","l":"multi(String...)","u":"multi(java.lang.String...)"},{"p":"com.tangosol.util","c":"Extractors","l":"multi(ValueExtractor...)","u":"multi(com.tangosol.util.ValueExtractor...)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"MultiBufferInput()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"MultiBufferInput(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"MultiBufferOutput(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"MultiBufferReadBuffer(ReadBuffer[])","u":"%3Cinit%3E(com.tangosol.io.ReadBuffer[])"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"MultiBufferWriteBuffer(MultiBufferWriteBuffer.WriteBufferPool)","u":"%3Cinit%3E(com.tangosol.io.MultiBufferWriteBuffer.WriteBufferPool)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"MultiBufferWriteBuffer(MultiBufferWriteBuffer.WriteBufferPool, int)","u":"%3Cinit%3E(com.tangosol.io.MultiBufferWriteBuffer.WriteBufferPool,int)"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"MultiByteArrayInputStream(byte[][])","u":"%3Cinit%3E(byte[][])"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"MultiByteArrayInputStream(byte[][], boolean)","u":"%3Cinit%3E(byte[][],boolean)"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"MultiByteArrayOutputStream(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"MultiByteArrayOutputStream(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"MultiExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"MultiExtractor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"MultiExtractor(ValueExtractor[])","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor[])"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"MultiIterator(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"MultiplexingMapListener","l":"MultiplexingMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"MultiplexingSerializer(Serializer...)","u":"%3Cinit%3E(com.tangosol.io.Serializer...)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"MultiplicationOperator","l":"MultiplicationOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Processors","l":"multiply(PropertyManipulator, N, boolean)","u":"multiply(com.tangosol.util.processor.PropertyManipulator,N,boolean)"},{"p":"com.tangosol.util","c":"Processors","l":"multiply(String, N, boolean)","u":"multiply(java.lang.String,N,boolean)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"MutableLong()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"MutableLong(long)","u":"%3Cinit%3E(long)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE","l":"myValueOf(String)","u":"myValueOf(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"NAME"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"NAME"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"NAME"},{"p":"com.tangosol.net.security","c":"SecurityProvider","l":"NAME"},{"p":"com.tangosol.net","c":"NameService","l":"NAME_DEFAULT"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"Name()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"Name(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"named(String)","u":"named(java.lang.String)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"named(String)","u":"named(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"NamedCacheServiceGrpcImpl()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"NamedCacheServiceGrpcImpl(NamedCacheService)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.NamedCacheService)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"NamedCacheServiceGrpcImpl(NamedCacheService.Dependencies)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.NamedCacheService.Dependencies)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"NamedCacheServiceImpl(NamedCacheService.Dependencies)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.NamedCacheService.Dependencies)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"NamedEventInterceptor(EventInterceptor)","u":"%3Cinit%3E(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"NamedEventInterceptor(EventInterceptor, NamedEventInterceptor)","u":"%3Cinit%3E(com.tangosol.net.events.EventInterceptor,com.tangosol.net.events.NamedEventInterceptor)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"NamedEventInterceptor(String, EventInterceptor)","u":"%3Cinit%3E(java.lang.String,com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"NamedEventInterceptor(String, EventInterceptor, RegistrationBehavior)","u":"%3Cinit%3E(java.lang.String,com.tangosol.net.events.EventInterceptor,com.tangosol.util.RegistrationBehavior)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"NamedEventInterceptor(String, EventInterceptor, String, String, Interceptor.Order, RegistrationBehavior)","u":"%3Cinit%3E(java.lang.String,com.tangosol.net.events.EventInterceptor,java.lang.String,java.lang.String,com.tangosol.net.events.annotation.Interceptor.Order,com.tangosol.util.RegistrationBehavior)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"NamedEventInterceptor(String, EventInterceptor, String, String, Interceptor.Order, RegistrationBehavior, Set)","u":"%3Cinit%3E(java.lang.String,com.tangosol.net.events.EventInterceptor,java.lang.String,java.lang.String,com.tangosol.net.events.annotation.Interceptor.Order,com.tangosol.util.RegistrationBehavior,java.util.Set)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"NamedEventInterceptorBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.config","c":"NamedQuery","l":"NamedQuery(String, String, String, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,int)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"NamedQueryResource(NamedCache, NamedQuery, int)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.coherence.rest.config.NamedQuery,int)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedResourceBuilder","l":"NamedResourceBuilder(ParameterizedBuilder, String)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder,java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"NamedTopicProducer","l":"NamedTopicProducer(BeanManager)","u":"%3Cinit%3E(jakarta.enterprise.inject.spi.BeanManager)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies","l":"NameListDependencies(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"NaturalAssociator","l":"NaturalAssociator()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"NaturalCloner","l":"NaturalCloner()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"NaturalComparator","l":"NaturalComparator()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"NaturalHasher","l":"NaturalHasher()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"naturalOrder()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"navigableKeySet()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofPath","l":"navigate(PofValue)","u":"navigate(com.tangosol.io.pof.reflect.PofValue)"},{"p":"com.tangosol.io.pof.reflect","c":"PofNavigator","l":"navigate(PofValue)","u":"navigate(com.tangosol.io.pof.reflect.PofValue)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"NearCache(Map, NamedCache)","u":"%3Cinit%3E(java.util.Map,com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"NearCache(Map, NamedCache, int)","u":"%3Cinit%3E(java.util.Map,com.tangosol.net.NamedCache,int)"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"NearScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"negate()"},{"p":"com.tangosol.util.function","c":"Remote.BiPredicate","l":"negate()"},{"p":"com.tangosol.util.function","c":"Remote.DoublePredicate","l":"negate()"},{"p":"com.tangosol.util.function","c":"Remote.IntPredicate","l":"negate()"},{"p":"com.tangosol.util.function","c":"Remote.LongPredicate","l":"negate()"},{"p":"com.tangosol.util.function","c":"Remote.Predicate","l":"negate()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"negativeNumber(Number)","u":"negativeNumber(java.lang.Number)"},{"p":"com.tangosol.coherence.dsltools.base","c":"NestedBaseTokens","l":"NestedBaseTokens(char, char, BaseToken[])","u":"%3Cinit%3E(char,char,com.tangosol.coherence.dsltools.base.BaseToken[])"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NestingOPToken","l":"NestingOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NestingOPToken","l":"NestingOPToken(String, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"Filters","l":"never()"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"NeverFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"newAST(String, String)","u":"newAST(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"newAST(String, String, Term)","u":"newAST(java.lang.String,java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"newAST(String, String, Term, Term)","u":"newAST(java.lang.String,java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"newAST(String, String, Term, Term, Term)","u":"newAST(java.lang.String,java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"newAST(String, Term)","u":"newAST(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.util","c":"Unsafe","l":"newBinary(byte[], int, int)","u":"newBinary(byte[],int,int)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"newCondition()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"newCondition()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"newCondition()"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"newEngine(ByteBufAllocator)","u":"newEngine(io.netty.buffer.ByteBufAllocator)"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"newEngine(ByteBufAllocator, String, int)","u":"newEngine(io.netty.buffer.ByteBufAllocator,java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"newIdentifier(String)","u":"newIdentifier(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"newInstance()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance()"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"newInstance(Class, Object[])","u":"newInstance(java.lang.Class,java.lang.Object[])"},{"p":"com.tangosol.util","c":"ClassHelper","l":"newInstance(Class, Object[])","u":"newInstance(java.lang.Class,java.lang.Object[])"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.AbstractCodec","l":"newInstance(Class)","u":"newInstance(java.lang.Class)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor","l":"newInstance(DefaultDaemonPoolDependencies)","u":"newInstance(com.tangosol.internal.util.DefaultDaemonPoolDependencies)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"newInstance(NamedCacheService.Dependencies)","u":"newInstance(com.oracle.coherence.grpc.proxy.NamedCacheService.Dependencies)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DependenciesHelper","l":"newInstance(PrintWriter, InputStream, CoherenceQueryLanguage, String[])","u":"newInstance(java.io.PrintWriter,java.io.InputStream,com.tangosol.coherence.dslquery.CoherenceQueryLanguage,java.lang.String[])"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(String)","u":"newInstance(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(String, ClassLoader)","u":"newInstance(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(XmlElement)","u":"newInstance(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(XmlElement, ClassLoader)","u":"newInstance(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(XmlElement, ClassLoader, String)","u":"newInstance(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader,java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(XmlElement, ClassLoader, String, String)","u":"newInstance(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(XmlElement, ClassLoader, String, String, Context)","u":"newInstance(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader,java.lang.String,java.lang.String,com.tangosol.application.Context)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(XmlElement, ClassLoader, String, String, Context, ParameterResolver)","u":"newInstance(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader,java.lang.String,java.lang.String,com.tangosol.application.Context,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"newLiteral(String, int)","u":"newLiteral(java.lang.String,int)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AddressProviderBuilderProcessor","l":"newLocalAddressProviderBuilder(XmlElement)","u":"newLocalAddressProviderBuilder(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"newParameterListFromMap(Map)","u":"newParameterListFromMap(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"newSpan(String)","u":"newSpan(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"newSpan(String, ReadWriteBackingMap.Entry)","u":"newSpan(java.lang.String,com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"newSpan(String, Set)","u":"newSpan(java.lang.String,java.util.Set)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"newTerm(String)","u":"newTerm(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"newTerm(String, Term)","u":"newTerm(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"newTerm(String, Term, Term)","u":"newTerm(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"newTerm(String, Term, Term, Term)","u":"newTerm(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"newTerm(String, Term, Term, Term, Term)","u":"newTerm(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"newTerm(String, Term, Term, Term, Term, Term)","u":"newTerm(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"newTerm(String, Term[])","u":"newTerm(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term[])"},{"p":"com.tangosol.util","c":"DaemonThreadFactory","l":"newThread(Runnable)","u":"newThread(java.lang.Runnable)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"next()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"next()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"next()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term.TermIterator","l":"next()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEventFilteringIterator","l":"next()"},{"p":"com.tangosol.coherence.jcache.common","c":"MapEntryIteratorToCacheEntryIteratorAdapter","l":"next()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache.EntryIterator","l":"next()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache.EntryIterator","l":"next()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"next()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"next()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.EntrySet.EntrySetIterator","l":"next()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"next()"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"next()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.EntrySetIterator","l":"next()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection.ValuesIterator","l":"next()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"next()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"next()"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"next()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterIterator","l":"next()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"next()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"next()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"next()"},{"p":"com.tangosol.util","c":"DeltaSet.DeltaIterator","l":"next()"},{"p":"com.tangosol.util","c":"Dequeue","l":"next()"},{"p":"com.tangosol.util","c":"EnumerationIterator","l":"next()"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"next()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"next()"},{"p":"com.tangosol.util","c":"IteratorEnumerator","l":"next()"},{"p":"com.tangosol.util","c":"LongArray.Iterator","l":"next()"},{"p":"com.tangosol.util","c":"NullImplementation.NullEnumerator","l":"next()"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet.EntrySetIterator","l":"next()"},{"p":"com.tangosol.util","c":"PagedIterator","l":"next()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"next()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"next()"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"next()"},{"p":"com.tangosol.util","c":"SimpleLongArray.Iterator","l":"next()"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"next()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"next()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"next(int)"},{"p":"com.tangosol.util","c":"Dequeue","l":"next(int)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"nextChar()"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"nextElement()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"nextElement()"},{"p":"com.tangosol.util","c":"Dequeue","l":"nextElement()"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"nextElement()"},{"p":"com.tangosol.util","c":"IteratorEnumerator","l":"nextElement()"},{"p":"com.tangosol.util","c":"NullImplementation.NullEnumerator","l":"nextElement()"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"nextElement()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"nextEntry()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"nextEntry(boolean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"nextEntrySetPage(PageRequest, StreamObserver)","u":"nextEntrySetPage(com.oracle.coherence.grpc.PageRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"nextEntrySetPage(PageRequest, StreamObserver)","u":"nextEntrySetPage(com.oracle.coherence.grpc.PageRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"nextEntrySetPage(PageRequest, StreamObserver)","u":"nextEntrySetPage(com.oracle.coherence.grpc.PageRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"nextIndex()"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"nextIndex()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"nextIndex()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"nextIndex()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"nextIndex()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"nextIndex()"},{"p":"com.tangosol.net.events","c":"Event","l":"nextInterceptor()"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"nextIterable(PartitionedFilter)","u":"nextIterable(com.tangosol.util.filter.PartitionedFilter)"},{"p":"com.tangosol.net.partition","c":"PartitionedIterator","l":"nextIterable(PartitionedFilter)","u":"nextIterable(com.tangosol.util.filter.PartitionedFilter)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"nextKey(ByteBuffer)","u":"nextKey(java.nio.ByteBuffer)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"nextKeySetPage(PageRequest, StreamObserver)","u":"nextKeySetPage(com.oracle.coherence.grpc.PageRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"nextKeySetPage(PageRequest, StreamObserver)","u":"nextKeySetPage(com.oracle.coherence.grpc.PageRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"nextKeySetPage(PageRequest, StreamObserver)","u":"nextKeySetPage(com.oracle.coherence.grpc.PageRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"nextNode()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"nextPage()"},{"p":"com.tangosol.util","c":"PagedIterator.Advancer","l":"nextPage()"},{"p":"com.tangosol.net.partition","c":"VersionedPartitions.Iterator","l":"nextPartition()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.Iterator","l":"nextPrimitive()"},{"p":"com.tangosol.net.partition","c":"VersionedPartitions.VersionedIterator","l":"nextVersion()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"NIL"},{"p":"com.tangosol.io.pof.reflect","c":"PofSparseArray.NilPofValue","l":"NilPofValue(PofValue, PofContext, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.pof.PofContext,int,int,int)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"NioFileManagerBuilder","l":"NioFileManagerBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"NO_BINARY"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"NO_BINARY"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"NO_BINARY"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"NO_BYTES"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"NO_BYTES"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"NO_LISTENERS"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"NO_LONGS"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"NO_REFRESH"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"NO_STRINGS"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"NO_STRINGS"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"NO_VALUE"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"NO_VALUE"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"NO_VALUE"},{"p":"com.tangosol.util","c":"MapIndex","l":"NO_VALUE"},{"p":"com.tangosol.util","c":"MapSet","l":"NO_VALUE"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"NO_VALUE"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"NO_VALUE"},{"p":"com.tangosol.util","c":"SortedBag","l":"NO_VALUE"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"NODE_ID"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"NODE_SAFE"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"NODE_SAFE"},{"p":"com.tangosol.net.management","c":"Registry","l":"NODE_TYPE"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"Node()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"RecyclingLinkedList.Node","l":"Node()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"Node()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"RecyclingLinkedList.Node","l":"Node(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"Node(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"nodeList()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"nodeList(String)","u":"nodeList(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"nodeList(String, boolean)","u":"nodeList(java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term, Term)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term, Term, Term)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term, Term, Term, Term)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term, Term, Term, Term, Term)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term, Term[])","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term[])"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term[])","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term[])"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term[], Term)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term[],com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.net.cache","c":"CacheEvent.TransformationState","l":"NON_TRANSFORMABLE"},{"p":"com.oracle.coherence.common.base","c":"NonBlocking","l":"NonBlocking()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"NonBlockingEntryStoreWrapper(NonBlockingEntryStore)","u":"%3Cinit%3E(com.tangosol.net.cache.NonBlockingEntryStore)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"NonBlockingFiniteStateMachine(String, Model, S, DaemonPoolDependencies, boolean, NonBlockingFiniteStateMachine.TaskDependencies)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.fsm.Model,S,com.tangosol.internal.util.DaemonPoolDependencies,boolean,com.tangosol.util.fsm.NonBlockingFiniteStateMachine.TaskDependencies)"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket","l":"NonBlockingTcpDatagramSocket()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket","l":"NonBlockingTcpDatagramSocket(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket","l":"NonBlockingTcpDatagramSocket(int, InetAddress)","u":"%3Cinit%3E(int,java.net.InetAddress)"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket","l":"NonBlockingTcpDatagramSocket(NonBlockingTcpDatagramSocket.Impl)","u":"%3Cinit%3E(com.tangosol.net.NonBlockingTcpDatagramSocket.Impl)"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket","l":"NonBlockingTcpDatagramSocket(SocketAddress)","u":"%3Cinit%3E(java.net.SocketAddress)"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket","l":"NonBlockingTcpDatagramSocket(SocketProvider)","u":"%3Cinit%3E(com.oracle.coherence.common.net.SocketProvider)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"NONE"},{"p":"com.tangosol.net","c":"AsyncNamedMap.Option","l":"NONE"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"NONE"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"NONE"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"NONE_ALLOWED"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"none()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"none()"},{"p":"com.tangosol.net.topic","c":"Subscriber.ChannelOwnershipListeners","l":"none()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"noneMatch(DoublePredicate)","u":"noneMatch(java.util.function.DoublePredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"noneMatch(IntPredicate)","u":"noneMatch(java.util.function.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"noneMatch(LongPredicate)","u":"noneMatch(java.util.function.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"noneMatch(Predicate)","u":"noneMatch(java.util.function.Predicate)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"noneMatch(Remote.DoublePredicate)","u":"noneMatch(com.tangosol.util.function.Remote.DoublePredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"noneMatch(Remote.IntPredicate)","u":"noneMatch(com.tangosol.util.function.Remote.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"noneMatch(Remote.LongPredicate)","u":"noneMatch(com.tangosol.util.function.Remote.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"noneMatch(Remote.Predicate)","u":"noneMatch(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"NonSyntheticEntryFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener.NonSyntheticEntryFilter","l":"NonSyntheticEntryFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener.NonSyntheticEntryFilter","l":"NonSyntheticEntryFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"NOPARAMS"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"NOPARAMS"},{"p":"com.oracle.coherence.cdi.events","c":"Backlog.Type","l":"NORMAL"},{"p":"com.tangosol.util","c":"LongArray","l":"NOT_FOUND"},{"p":"com.tangosol.util","c":"Filters","l":"not(Filter)","u":"not(com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"notePos()"},{"p":"com.tangosol.util","c":"Filters","l":"notEqual(ValueExtractor, E)","u":"notEqual(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util.filter","c":"NotEqualsFilter","l":"NotEqualsFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"NotEqualsFilter","l":"NotEqualsFilter(String, E)","u":"%3Cinit%3E(java.lang.String,E)"},{"p":"com.tangosol.util.filter","c":"NotEqualsFilter","l":"NotEqualsFilter(ValueExtractor, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"NotEqualsOperator","l":"NotEqualsOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"NotFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"NotFilter(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.fsm","c":"Instruction","l":"NOTHING"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"NOTHING_TO_COMMIT"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResultStatus","l":"NothingToCommit"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.Notification","l":"Notification(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"NOTIFY_LOST"},{"p":"com.oracle.coherence.cdi","c":"CdiEventObserver","l":"notify(E)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventObserver","l":"notify(E)"},{"p":"com.oracle.coherence.cdi","c":"CdiMapEventObserver","l":"notify(MapEvent)","u":"notify(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener.MapEventObserver","l":"notify(MapEvent)","u":"notify(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"notifyCanceled(Throwable)","u":"notifyCanceled(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.Task","l":"notifyCanceled(Throwable)","u":"notifyCanceled(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"notifyCollector(Object, boolean)","u":"notifyCollector(java.lang.Object,boolean)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"notifyShutdown()"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"notifyStopping()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NotOPToken","l":"NotOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NotOPToken","l":"NotOPToken(String, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter","l":"NotOwnedFilter(Ownership)","u":"%3Cinit%3E(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.net","c":"LoadBalancer.AddressPort","l":"nPort"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder.CommandsOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder.ExtendedLanguageCommandOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder.HelpCommandOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder.SanityCheckCommandOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder.ServicesCommandOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder.SetTimeoutOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder.TraceCommandOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder.WheneverCommandOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLArchiveSnapshotOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLCreateSnapshotOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLForceRecoveryOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListArchivedSnapshotsOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListArchiverOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListServicesOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListSnapshotsOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRecoverSnapshotOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRemoveSnapshotOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLResumeServiceOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRetrieveSnapshotOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLSuspendServiceOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLValidateSnapshotOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLBackupOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLCreateCacheOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLCreateIndexOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDeleteOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDropCacheOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDropIndexOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLExplainOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLInsertOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLRestoreOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLSelectOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLSourceOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLTruncateCacheOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLUpdateOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"IdentifierOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"KeywordOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ListOpToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LiteralOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NotOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ParenOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PrefixOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.termlanguage","c":"CurlyToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"NULL"},{"p":"com.tangosol.net","c":"ClusterDependencies.ServiceProvider","l":"NULL_IMPLEMENTATION"},{"p":"com.tangosol.net.topic","c":"Subscriber.Option","l":"NULL_OPTION"},{"p":"com.tangosol.coherence.dslquery","c":"StatementResult","l":"NULL_RESULT"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"NULL_TYPE"},{"p":"com.tangosol.util","c":"SafeSortedMap.Null","l":"Null()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullActionPolicy","l":"NullActionPolicy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullAddressProvider","l":"NullAddressProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"NullCacheStore()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullCollector","l":"NullCollector()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullContinuation","l":"NullContinuation()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullDeltaCompressor","l":"NullDeltaCompressor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullEntryProcessor","l":"NullEntryProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullFilter","l":"NullFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"PasswordProvider","l":"NullImplementation"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.NullImplementationBuilder","l":"NullImplementationBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"NULLLITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"NULLLITERAL"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"NullLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"NullMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMemberIdentityProvider","l":"NullMemberIdentityProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"NullObservableMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Option","l":"nullOption()"},{"p":"com.tangosol.config.expression","c":"NullParameterResolver","l":"NullParameterResolver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPartitionAssignmentStrategy","l":"NullPartitionAssignmentStrategy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"NullPersistenceEnvironment()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"NullPersistenceManager()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"NullPersistentStore()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"NullResourceRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"NullSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"nullsFirst(Remote.Comparator)","u":"nullsFirst(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"nullsLast(Remote.Comparator)","u":"nullsLast(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"NullValueExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"NumberIncrementor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"NumberIncrementor(String, N, boolean)","u":"%3Cinit%3E(java.lang.String,N,boolean)"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"NumberIncrementor(ValueManipulator, N, boolean)","u":"%3Cinit%3E(com.tangosol.util.ValueManipulator,N,boolean)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"NumberIncrementorFactory","l":"NumberIncrementorFactory(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"NumberMultiplier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"NumberMultiplier(String, N, boolean)","u":"%3Cinit%3E(java.lang.String,N,boolean)"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"NumberMultiplier(ValueManipulator, N, boolean)","u":"%3Cinit%3E(com.tangosol.util.ValueManipulator,N,boolean)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"NumberMultiplierFactory","l":"NumberMultiplierFactory(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.util.function","c":"Remote","l":"objDoubleConsumer(Remote.ObjDoubleConsumer)","u":"objDoubleConsumer(com.tangosol.util.function.Remote.ObjDoubleConsumer)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"OBJECT_ARRAY_EMPTY"},{"p":"com.tangosol.net.management","c":"ObjectNameExcludeFilter","l":"ObjectNameExcludeFilter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.management","c":"ObjectNameExcludeFilter","l":"ObjectNameExcludeFilter(String[])","u":"%3Cinit%3E(java.lang.String[])"},{"p":"com.tangosol.util","c":"SparseArray.ObjectNode","l":"ObjectNode(long, V)","u":"%3Cinit%3E(long,V)"},{"p":"com.oracle.coherence.common.base","c":"Objects","l":"Objects()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"ObjectWriter","l":"ObjectWriter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"ObjectWriter","l":"ObjectWriter(MarshallerRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.rest.io.MarshallerRegistry)"},{"p":"com.tangosol.util.function","c":"Remote","l":"objIntConsumer(Remote.ObjIntConsumer)","u":"objIntConsumer(com.tangosol.util.function.Remote.ObjIntConsumer)"},{"p":"com.tangosol.util.function","c":"Remote","l":"objLongConsumer(Remote.ObjLongConsumer)","u":"objLongConsumer(com.tangosol.util.function.Remote.ObjLongConsumer)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"ObservableHashMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"ObservableHashMap(int, float, float)","u":"%3Cinit%3E(int,float,float)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"ObservableSplittingBackingCache(BackingMapManager, String)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManager,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"ObservableSplittingBackingMap(BackingMapManager, String)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManager,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"ObservableSplittingBackingMap(PartitionAwareBackingMap)","u":"%3Cinit%3E(com.tangosol.net.partition.PartitionAwareBackingMap)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"octalValue(char)"},{"p":"com.tangosol.util","c":"Base","l":"octalValue(char)"},{"p":"com.oracle.coherence.cdi.events","c":"Backlog.Literal","l":"of(Backlog.Type)","u":"of(com.oracle.coherence.cdi.events.Backlog.Type)"},{"p":"com.oracle.coherence.cdi","c":"View.Literal","l":"of(boolean)"},{"p":"com.oracle.coherence.cdi","c":"ChainedExtractor.Extractors.Literal","l":"of(ChainedExtractor...)","u":"of(com.oracle.coherence.cdi.ChainedExtractor...)"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Literal","l":"of(Class, int...)","u":"of(java.lang.Class,int...)"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Literal","l":"of(Class, String)","u":"of(java.lang.Class,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"Processor.Literal","l":"of(Class)","u":"of(java.lang.Class)"},{"p":"com.oracle.coherence.concurrent.cdi","c":"Count.Literal","l":"of(int)"},{"p":"com.oracle.coherence.concurrent.cdi","c":"Permits.Literal","l":"of(int)"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Literal","l":"of(int...)"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Extractors.Literal","l":"of(PofExtractor...)","u":"of(com.oracle.coherence.cdi.PofExtractor...)"},{"p":"com.oracle.coherence.cdi","c":"PropertyExtractor.Extractors.Literal","l":"of(PropertyExtractor...)","u":"of(com.oracle.coherence.cdi.PropertyExtractor...)"},{"p":"com.tangosol.util.stream","c":"RemoteCollector","l":"of(Remote.Supplier, Remote.BiConsumer, Remote.BinaryOperator, Remote.Function, Collector.Characteristics...)","u":"of(com.tangosol.util.function.Remote.Supplier,com.tangosol.util.function.Remote.BiConsumer,com.tangosol.util.function.Remote.BinaryOperator,com.tangosol.util.function.Remote.Function,java.util.stream.Collector.Characteristics...)"},{"p":"com.tangosol.util.stream","c":"RemoteCollector","l":"of(Remote.Supplier, Remote.BiConsumer, Remote.BinaryOperator, Collector.Characteristics...)","u":"of(com.tangosol.util.function.Remote.Supplier,com.tangosol.util.function.Remote.BiConsumer,com.tangosol.util.function.Remote.BinaryOperator,java.util.stream.Collector.Characteristics...)"},{"p":"com.oracle.coherence.cdi","c":"ConfigUri.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"CacheName.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"MapName.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"ParticipantName.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"ScopeName.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"ServiceName.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"Name.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"PropertyExtractor.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"Scope.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"SerializerFormat.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"SessionName.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"SubscriberGroup.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"WhereFilter.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"ChainedExtractor.Literal","l":"of(String...)","u":"of(java.lang.String...)"},{"p":"com.tangosol.net.topic","c":"Subscriber.ChannelOwnershipListeners","l":"of(Subscriber.ChannelOwnershipListener...)","u":"of(com.tangosol.net.topic.Subscriber.ChannelOwnershipListener...)"},{"p":"com.tangosol.util.stream","c":"RemoteCollector","l":"of(Supplier, BiConsumer, BinaryOperator, Function, Collector.Characteristics...)","u":"of(java.util.function.Supplier,java.util.function.BiConsumer,java.util.function.BinaryOperator,java.util.function.Function,java.util.stream.Collector.Characteristics...)"},{"p":"com.tangosol.util.stream","c":"RemoteCollector","l":"of(Supplier, BiConsumer, BinaryOperator, Collector.Characteristics...)","u":"of(java.util.function.Supplier,java.util.function.BiConsumer,java.util.function.BinaryOperator,java.util.stream.Collector.Characteristics...)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"of(ValueExtractor)","u":"of(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"of(ValueExtractor)","u":"of(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"OFF_HEAP"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"OFFSET_HASH"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"OFFSET_KEY"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"OFFSET_VALUE"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.OffsetLengthSubstringExpansionProcessor","l":"OffsetLengthSubstringExpansionProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"OldDateAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"ON_HEAP"},{"p":"com.tangosol.util.fsm","c":"LifecycleAwareEvent","l":"onAccept(ExecutionContext)","u":"onAccept(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"onAccept(ExecutionContext)","u":"onAccept(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.SubsequentEvent","l":"onAccept(ExecutionContext)","u":"onAccept(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"onAccept(SelectionKey)","u":"onAccept(java.nio.channels.SelectionKey)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"onAdd()"},{"p":"com.tangosol.util","c":"ObservableHashMap.Entry","l":"onAdd()"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"onAdd()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"onBackEvent(MapEvent)","u":"onBackEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"onBeforeClosing()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"onBeforeClosing()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"onBeforeClosing()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"onBeforeClosing()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"onBeforeClosing()"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onBoolean(int, boolean)","u":"onBoolean(int,boolean)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onBoolean(int, boolean)","u":"onBoolean(int,boolean)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onBoolean(int, boolean)","u":"onBoolean(int,boolean)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onBoolean(int, boolean)","u":"onBoolean(int,boolean)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onBoolean(int, boolean)","u":"onBoolean(int,boolean)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onBoolean(int, boolean)","u":"onBoolean(int,boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onBoolean(int, boolean)","u":"onBoolean(int,boolean)"},{"p":"com.tangosol.net.topic","c":"Subscriber.ChannelOwnershipListener","l":"onChannelsAssigned(Set)","u":"onChannelsAssigned(java.util.Set)"},{"p":"com.tangosol.net.topic","c":"Subscriber.ChannelOwnershipListener","l":"onChannelsLost(Set)","u":"onChannelsLost(java.util.Set)"},{"p":"com.tangosol.net.topic","c":"Subscriber.ChannelOwnershipListener","l":"onChannelsRevoked(Set)","u":"onChannelsRevoked(java.util.Set)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onChar(int, char)","u":"onChar(int,char)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onChar(int, char)","u":"onChar(int,char)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onChar(int, char)","u":"onChar(int,char)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onChar(int, char)","u":"onChar(int,char)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onChar(int, char)","u":"onChar(int,char)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onChar(int, char)","u":"onChar(int,char)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onChar(int, char)","u":"onChar(int,char)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onCharString(int, String)","u":"onCharString(int,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onCharString(int, String)","u":"onCharString(int,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onCharString(int, String)","u":"onCharString(int,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onCharString(int, String)","u":"onCharString(int,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onCharString(int, String)","u":"onCharString(int,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onCharString(int, String)","u":"onCharString(int,java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onCharString(int, String)","u":"onCharString(int,java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"onClose(Runnable)","u":"onClose(java.lang.Runnable)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"onClose(Runnable)","u":"onClose(java.lang.Runnable)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"onComplete()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver","l":"onComplete()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.StoreOperationObserver","l":"onComplete()"},{"p":"com.tangosol.net.cache","c":"StoreObserver","l":"onComplete()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"onComplete()"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"onComplete()"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"onComplete()"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"onComplete()"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"onComplete()"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"onComplete()"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"onCompleted()"},{"p":"com.oracle.coherence.grpc","c":"SafeStreamObserver","l":"onCompleted()"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket.Impl","l":"onConnectionHeader(TcpDatagramSocket.Impl.ConnectionStatus, SocketChannel)","u":"onConnectionHeader(com.tangosol.net.TcpDatagramSocket.Impl.ConnectionStatus,java.nio.channels.SocketChannel)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"onConnectionHeader(TcpDatagramSocket.Impl.ConnectionStatus, SocketChannel)","u":"onConnectionHeader(com.tangosol.net.TcpDatagramSocket.Impl.ConnectionStatus,java.nio.channels.SocketChannel)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.ContentionObserver","l":"onContend(Object, SegmentedConcurrentMap.LockableEntry)","u":"onContend(java.lang.Object,com.tangosol.util.SegmentedConcurrentMap.LockableEntry)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onDate(int, int, int, int)","u":"onDate(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onDate(int, int, int, int)","u":"onDate(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onDate(int, int, int, int)","u":"onDate(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onDate(int, int, int, int)","u":"onDate(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onDate(int, int, int, int)","u":"onDate(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onDate(int, int, int, int)","u":"onDate(int,int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onDate(int, int, int, int)","u":"onDate(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, boolean)","u":"onDateTime(int,int,int,int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, boolean)","u":"onDateTime(int,int,int,int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, boolean)","u":"onDateTime(int,int,int,int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, boolean)","u":"onDateTime(int,int,int,int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, boolean)","u":"onDateTime(int,int,int,int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, boolean)","u":"onDateTime(int,int,int,int,int,int,int,int,boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, boolean)","u":"onDateTime(int,int,int,int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, int, int)","u":"onDateTime(int,int,int,int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, int, int)","u":"onDateTime(int,int,int,int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, int, int)","u":"onDateTime(int,int,int,int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, int, int)","u":"onDateTime(int,int,int,int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, int, int)","u":"onDateTime(int,int,int,int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, int, int)","u":"onDateTime(int,int,int,int,int,int,int,int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, int, int)","u":"onDateTime(int,int,int,int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onDayTimeInterval(int, int, int, int, int, int)","u":"onDayTimeInterval(int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onDayTimeInterval(int, int, int, int, int, int)","u":"onDayTimeInterval(int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onDayTimeInterval(int, int, int, int, int, int)","u":"onDayTimeInterval(int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onDayTimeInterval(int, int, int, int, int, int)","u":"onDayTimeInterval(int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onDayTimeInterval(int, int, int, int, int, int)","u":"onDayTimeInterval(int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onDayTimeInterval(int, int, int, int, int, int)","u":"onDayTimeInterval(int,int,int,int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onDayTimeInterval(int, int, int, int, int, int)","u":"onDayTimeInterval(int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onDecimal128(int, BigDecimal)","u":"onDecimal128(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onDecimal128(int, BigDecimal)","u":"onDecimal128(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onDecimal128(int, BigDecimal)","u":"onDecimal128(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onDecimal128(int, BigDecimal)","u":"onDecimal128(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onDecimal128(int, BigDecimal)","u":"onDecimal128(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onDecimal128(int, BigDecimal)","u":"onDecimal128(int,java.math.BigDecimal)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onDecimal128(int, BigDecimal)","u":"onDecimal128(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onDecimal32(int, BigDecimal)","u":"onDecimal32(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onDecimal32(int, BigDecimal)","u":"onDecimal32(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onDecimal32(int, BigDecimal)","u":"onDecimal32(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onDecimal32(int, BigDecimal)","u":"onDecimal32(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onDecimal32(int, BigDecimal)","u":"onDecimal32(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onDecimal32(int, BigDecimal)","u":"onDecimal32(int,java.math.BigDecimal)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onDecimal32(int, BigDecimal)","u":"onDecimal32(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onDecimal64(int, BigDecimal)","u":"onDecimal64(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onDecimal64(int, BigDecimal)","u":"onDecimal64(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onDecimal64(int, BigDecimal)","u":"onDecimal64(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onDecimal64(int, BigDecimal)","u":"onDecimal64(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onDecimal64(int, BigDecimal)","u":"onDecimal64(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onDecimal64(int, BigDecimal)","u":"onDecimal64(int,java.math.BigDecimal)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onDecimal64(int, BigDecimal)","u":"onDecimal64(int,java.math.BigDecimal)"},{"p":"com.tangosol.coherence.jcache","c":"JCacheExtendNamespace","l":"onEndNamespace(ProcessingContext, XmlElement, String, URI)","u":"onEndNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.coherence.jcache","c":"JCacheNamespace","l":"onEndNamespace(ProcessingContext, XmlElement, String, URI)","u":"onEndNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"onEndNamespace(ProcessingContext, XmlElement, String, URI)","u":"onEndNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.config.xml","c":"NamespaceHandler","l":"onEndNamespace(ProcessingContext, XmlElement, String, URI)","u":"onEndNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.util.fsm","c":"StateEntryAction","l":"onEnterState(S, S, Event, ExecutionContext)","u":"onEnterState(S,S,com.tangosol.util.fsm.Event,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onEraseAllFailure(Set, Exception)","u":"onEraseAllFailure(java.util.Set,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onEraseFailure(Object, Exception)","u":"onEraseFailure(java.lang.Object,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver","l":"onError(BinaryEntry, Exception)","u":"onError(com.tangosol.util.BinaryEntry,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.StoreOperationObserver","l":"onError(BinaryEntry, Exception)","u":"onError(com.tangosol.util.BinaryEntry,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"StoreObserver","l":"onError(BinaryEntry, Exception)","u":"onError(com.tangosol.util.BinaryEntry,java.lang.Exception)"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"onError(SSLContextDependencies, Throwable)","u":"onError(com.tangosol.internal.net.ssl.SSLContextDependencies,java.lang.Throwable)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"onError(Throwable)","u":"onError(java.lang.Throwable)"},{"p":"com.oracle.coherence.grpc","c":"SafeStreamObserver","l":"onError(Throwable)","u":"onError(java.lang.Throwable)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"onEvent(CacheLifecycleEvent)","u":"onEvent(com.tangosol.net.events.partition.cache.CacheLifecycleEvent)"},{"p":"com.tangosol.net","c":"Coherence.LifecycleListener","l":"onEvent(CoherenceLifecycleEvent)","u":"onEvent(com.tangosol.net.events.CoherenceLifecycleEvent)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener.Builder","l":"onEvent(Consumer)","u":"onEvent(java.util.function.Consumer)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"onEvent(E)"},{"p":"com.tangosol.net.events","c":"EventInterceptor","l":"onEvent(E)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"onEvent(E)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContainerHelper.JCacheLifecycleInterceptor","l":"onEvent(LifecycleEvent)","u":"onEvent(com.tangosol.net.events.application.LifecycleEvent)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"onException(Exception)","u":"onException(java.lang.Exception)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"onException(Exception)","u":"onException(java.lang.Exception)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"onException(T)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"onException(T)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"onException(T)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"onException(Throwable)","u":"onException(java.lang.Throwable)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"onException(Throwable)","u":"onException(java.lang.Throwable)"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"onException(Throwable)","u":"onException(java.lang.Throwable)"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"onException(Throwable)","u":"onException(java.lang.Throwable)"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"onException(Throwable)","u":"onException(java.lang.Throwable)"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"onException(Throwable)","u":"onException(java.lang.Throwable)"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"onException(Throwable)","u":"onException(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"onException(Throwable, Runnable)","u":"onException(java.lang.Throwable,java.lang.Runnable)"},{"p":"com.tangosol.util.fsm","c":"StateExitAction","l":"onExitState(S, Event, ExecutionContext)","u":"onExitState(S,com.tangosol.util.fsm.Event,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"onFilterRequest(MapListenerRequest, MapTrigger)","u":"onFilterRequest(com.oracle.coherence.grpc.MapListenerRequest,com.tangosol.util.MapTrigger)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onFloat128(int, RawQuad)","u":"onFloat128(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onFloat128(int, RawQuad)","u":"onFloat128(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onFloat128(int, RawQuad)","u":"onFloat128(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onFloat128(int, RawQuad)","u":"onFloat128(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onFloat128(int, RawQuad)","u":"onFloat128(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onFloat128(int, RawQuad)","u":"onFloat128(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onFloat128(int, RawQuad)","u":"onFloat128(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onFloat32(int, float)","u":"onFloat32(int,float)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onFloat32(int, float)","u":"onFloat32(int,float)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onFloat32(int, float)","u":"onFloat32(int,float)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onFloat32(int, float)","u":"onFloat32(int,float)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onFloat32(int, float)","u":"onFloat32(int,float)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onFloat32(int, float)","u":"onFloat32(int,float)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onFloat32(int, float)","u":"onFloat32(int,float)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onFloat64(int, double)","u":"onFloat64(int,double)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onFloat64(int, double)","u":"onFloat64(int,double)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onFloat64(int, double)","u":"onFloat64(int,double)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onFloat64(int, double)","u":"onFloat64(int,double)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onFloat64(int, double)","u":"onFloat64(int,double)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onFloat64(int, double)","u":"onFloat64(int,double)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onFloat64(int, double)","u":"onFloat64(int,double)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"onFrontEvent(MapEvent)","u":"onFrontEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"onFrontEvent(MapEvent)","u":"onFrontEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net","c":"ServiceFailurePolicy","l":"onGuardableRecovery(Guardable, Service)","u":"onGuardableRecovery(com.tangosol.net.Guardable,com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"ServiceFailurePolicy","l":"onGuardableTerminate(Guardable, Service)","u":"onGuardableTerminate(com.tangosol.net.Guardable,com.tangosol.net.Service)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onIdentityReference(int, int)","u":"onIdentityReference(int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onIdentityReference(int, int)","u":"onIdentityReference(int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onIdentityReference(int, int)","u":"onIdentityReference(int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onIdentityReference(int, int)","u":"onIdentityReference(int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onIdentityReference(int, int)","u":"onIdentityReference(int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onIdentityReference(int, int)","u":"onIdentityReference(int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onIdentityReference(int, int)","u":"onIdentityReference(int,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener.Builder","l":"onInsert(Consumer)","u":"onInsert(java.util.function.Consumer)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener","l":"onInserted(T)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onInt128(int, BigInteger)","u":"onInt128(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onInt128(int, BigInteger)","u":"onInt128(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onInt128(int, BigInteger)","u":"onInt128(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onInt128(int, BigInteger)","u":"onInt128(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onInt128(int, BigInteger)","u":"onInt128(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onInt128(int, BigInteger)","u":"onInt128(int,java.math.BigInteger)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onInt128(int, BigInteger)","u":"onInt128(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onInt16(int, short)","u":"onInt16(int,short)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onInt16(int, short)","u":"onInt16(int,short)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onInt16(int, short)","u":"onInt16(int,short)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onInt16(int, short)","u":"onInt16(int,short)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onInt16(int, short)","u":"onInt16(int,short)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onInt16(int, short)","u":"onInt16(int,short)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onInt16(int, short)","u":"onInt16(int,short)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onInt32(int, int)","u":"onInt32(int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onInt32(int, int)","u":"onInt32(int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onInt32(int, int)","u":"onInt32(int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onInt32(int, int)","u":"onInt32(int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onInt32(int, int)","u":"onInt32(int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onInt32(int, int)","u":"onInt32(int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onInt32(int, int)","u":"onInt32(int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onInt64(int, long)","u":"onInt64(int,long)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onInt64(int, long)","u":"onInt64(int,long)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onInt64(int, long)","u":"onInt64(int,long)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onInt64(int, long)","u":"onInt64(int,long)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onInt64(int, long)","u":"onInt64(int,long)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onInt64(int, long)","u":"onInt64(int,long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onInt64(int, long)","u":"onInt64(int,long)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"onKeyRequest(MapListenerRequest, MapTrigger)","u":"onKeyRequest(com.oracle.coherence.grpc.MapListenerRequest,com.tangosol.util.MapTrigger)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onLoadAllFailure(Collection, Exception)","u":"onLoadAllFailure(java.util.Collection,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onLoadAllFailure(Collection, Exception, boolean)","u":"onLoadAllFailure(java.util.Collection,java.lang.Exception,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onLoadFailure(Object, Exception)","u":"onLoadFailure(java.lang.Object,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onLoadFailure(Object, Exception, boolean)","u":"onLoadFailure(java.lang.Object,java.lang.Exception,boolean)"},{"p":"com.tangosol.net.cache","c":"CachingMap.PrimingListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"CachingMap.SimpleListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.BackMapListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.FrontMapListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.FrontMapListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperPrimingListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapTriggerListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.AddListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.InternalMapListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.RemoveListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.EventRouter","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MultiplexingMapListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"WrapperObservableMap.InternalListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"onMappingAdded()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"onMappingAdded(Object, int)","u":"onMappingAdded(java.lang.Object,int)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"onMappingRemoved()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"onMappingRemoved(Object)","u":"onMappingRemoved(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalListener","l":"onModify(MapEvent)","u":"onModify(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver","l":"onNext(BinaryEntry)","u":"onNext(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.StoreOperationObserver","l":"onNext(BinaryEntry)","u":"onNext(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"StoreObserver","l":"onNext(BinaryEntry)","u":"onNext(com.tangosol.util.BinaryEntry)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"onNext(MapListenerRequest)","u":"onNext(com.oracle.coherence.grpc.MapListenerRequest)"},{"p":"com.oracle.coherence.grpc","c":"SafeStreamObserver","l":"onNext(T)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onNullReference(int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onNullReference(int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onNullReference(int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onNullReference(int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onNullReference(int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onNullReference(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onNullReference(int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onOctet(int, int)","u":"onOctet(int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onOctet(int, int)","u":"onOctet(int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onOctet(int, int)","u":"onOctet(int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onOctet(int, int)","u":"onOctet(int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onOctet(int, int)","u":"onOctet(int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onOctet(int, int)","u":"onOctet(int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onOctet(int, int)","u":"onOctet(int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onOctetString(int, Binary)","u":"onOctetString(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onOctetString(int, Binary)","u":"onOctetString(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onOctetString(int, Binary)","u":"onOctetString(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onOctetString(int, Binary)","u":"onOctetString(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onOctetString(int, Binary)","u":"onOctetString(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onOctetString(int, Binary)","u":"onOctetString(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onOctetString(int, Binary)","u":"onOctetString(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.partition","c":"PartitionListener","l":"onPartitionEvent(PartitionEvent)","u":"onPartitionEvent(com.tangosol.net.partition.PartitionEvent)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"EnumProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MemberListenerProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MemorySizeProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MillisProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PartitionListenerProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProviderBuilderProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PersistenceProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ResourceBuilderProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SerializerBuilderProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SerializerFactoryProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceFailurePolicyProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SimpleBuilderProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SpecificInstanceProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"StorageAccessAuthorizerBuilderProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.fsm","c":"LifecycleAwareEvent","l":"onProcessed(ExecutionContext)","u":"onProcessed(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"onProcessed(ExecutionContext)","u":"onProcessed(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.SubsequentEvent","l":"onProcessed(ExecutionContext)","u":"onProcessed(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"LifecycleAwareEvent","l":"onProcessing(ExecutionContext)","u":"onProcessing(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"onProcessing(ExecutionContext)","u":"onProcessing(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.SubsequentEvent","l":"onProcessing(ExecutionContext)","u":"onProcessing(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"onRead(SelectionKey, ByteBuffer)","u":"onRead(java.nio.channels.SelectionKey,java.nio.ByteBuffer)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"onRecovery()"},{"p":"com.tangosol.util","c":"ResourceRegistry.ResourceLifecycleObserver","l":"onRelease(R)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"onReleased(AbstractPersistenceManager)","u":"onReleased(com.tangosol.persistence.AbstractPersistenceManager)"},{"p":"com.tangosol.util","c":"ObservableHashMap.Entry","l":"onRemove()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener.Builder","l":"onRemove(Consumer)","u":"onRemove(java.util.function.Consumer)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener","l":"onRemoved(T)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"onResult(Map.Entry)","u":"onResult(java.util.Map.Entry)"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"onResult(Map.Entry)","u":"onResult(java.util.Map.Entry)"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"onResult(Map.Entry)","u":"onResult(java.util.Map.Entry)"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"onResult(Map.Entry)","u":"onResult(java.util.Map.Entry)"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"onResult(Map.Entry)","u":"onResult(java.util.Map.Entry)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"onResult(P)"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"onResult(P)"},{"p":"com.tangosol.net","c":"ServiceFailurePolicy","l":"onServiceFailed(Cluster)","u":"onServiceFailed(com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.xml","c":"CacheConfigNamespaceHandler","l":"onStartNamespace(ProcessingContext, XmlElement, String, URI)","u":"onStartNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.coherence.config.xml","c":"OperationalConfigNamespaceHandler","l":"onStartNamespace(ProcessingContext, XmlElement, String, URI)","u":"onStartNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"onStartNamespace(ProcessingContext, XmlElement, String, URI)","u":"onStartNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.config.xml","c":"NamespaceHandler","l":"onStartNamespace(ProcessingContext, XmlElement, String, URI)","u":"onStartNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onStoreAllFailure(Set, Exception)","u":"onStoreAllFailure(java.util.Set,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onStoreAllFailure(Set, Exception, boolean)","u":"onStoreAllFailure(java.util.Set,java.lang.Exception,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onStoreFailure(ReadWriteBackingMap.Entry, Exception)","u":"onStoreFailure(com.tangosol.net.cache.ReadWriteBackingMap.Entry,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onStoreFailure(ReadWriteBackingMap.Entry, Exception, boolean)","u":"onStoreFailure(com.tangosol.net.cache.ReadWriteBackingMap.Entry,java.lang.Exception,boolean)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"onTerminate()"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onTime(int, int, int, int, int, boolean)","u":"onTime(int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onTime(int, int, int, int, int, boolean)","u":"onTime(int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onTime(int, int, int, int, int, boolean)","u":"onTime(int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onTime(int, int, int, int, int, boolean)","u":"onTime(int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onTime(int, int, int, int, int, boolean)","u":"onTime(int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onTime(int, int, int, int, int, boolean)","u":"onTime(int,int,int,int,int,boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onTime(int, int, int, int, int, boolean)","u":"onTime(int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onTime(int, int, int, int, int, int, int)","u":"onTime(int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onTime(int, int, int, int, int, int, int)","u":"onTime(int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onTime(int, int, int, int, int, int, int)","u":"onTime(int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onTime(int, int, int, int, int, int, int)","u":"onTime(int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onTime(int, int, int, int, int, int, int)","u":"onTime(int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onTime(int, int, int, int, int, int, int)","u":"onTime(int,int,int,int,int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onTime(int, int, int, int, int, int, int)","u":"onTime(int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onTimeInterval(int, int, int, int, int)","u":"onTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onTimeInterval(int, int, int, int, int)","u":"onTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onTimeInterval(int, int, int, int, int)","u":"onTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onTimeInterval(int, int, int, int, int)","u":"onTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onTimeInterval(int, int, int, int, int)","u":"onTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onTimeInterval(int, int, int, int, int)","u":"onTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onTimeInterval(int, int, int, int, int)","u":"onTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachineListener","l":"onTransition(S, S)","u":"onTransition(S,S)"},{"p":"com.tangosol.util.fsm","c":"TransitionAction","l":"onTransition(String, S, S, Event, ExecutionContext)","u":"onTransition(java.lang.String,S,S,com.tangosol.util.fsm.Event,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.ContentionObserver","l":"onUncontend(Object, SegmentedConcurrentMap.LockableEntry)","u":"onUncontend(java.lang.Object,com.tangosol.util.SegmentedConcurrentMap.LockableEntry)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"onUnknownAttribute(XmlAttribute)","u":"onUnknownAttribute(com.tangosol.run.xml.XmlAttribute)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"onUnknownElement(XmlElement)","u":"onUnknownElement(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener.Builder","l":"onUpdate(BiConsumer)","u":"onUpdate(java.util.function.BiConsumer)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener.Builder","l":"onUpdate(Consumer)","u":"onUpdate(java.util.function.Consumer)"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"onUpdate(SSLContextDependencies)","u":"onUpdate(com.tangosol.internal.net.ssl.SSLContextDependencies)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener","l":"onUpdated(T, T)","u":"onUpdated(T,T)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.Complex","l":"onValue(int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.ComplexMap","l":"onValue(int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onYearMonthInterval(int, int, int)","u":"onYearMonthInterval(int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onYearMonthInterval(int, int, int)","u":"onYearMonthInterval(int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onYearMonthInterval(int, int, int)","u":"onYearMonthInterval(int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onYearMonthInterval(int, int, int)","u":"onYearMonthInterval(int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onYearMonthInterval(int, int, int)","u":"onYearMonthInterval(int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onYearMonthInterval(int, int, int)","u":"onYearMonthInterval(int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onYearMonthInterval(int, int, int)","u":"onYearMonthInterval(int,int,int)"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"OP_APPEND"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"OP_EXTRACT"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"OP_TERM"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"open()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"open()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"open(PersistentStore)","u":"open(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"open(String, PersistentStore)","u":"open(java.lang.String,com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"open(String, PersistentStore)","u":"open(java.lang.String,com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"open(String, PersistentStore, Collector)","u":"open(java.lang.String,com.oracle.coherence.persistence.PersistentStore,com.oracle.coherence.common.base.Collector)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"open(String, PersistentStore, Collector)","u":"open(java.lang.String,com.oracle.coherence.persistence.PersistentStore,com.oracle.coherence.common.base.Collector)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"open(String, PersistentStore)","u":"open(java.lang.String,com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"open(String, PersistentStore, Collector)","u":"open(java.lang.String,com.oracle.coherence.persistence.PersistentStore,com.oracle.coherence.common.base.Collector)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openActive()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"openActive()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"openActive()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openActiveInternal()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openBackup()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"openBackup()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openBackupInternal()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"openBlock(int)"},{"p":"com.tangosol.net","c":"SocketProvider","l":"openDatagramChannel()"},{"p":"com.tangosol.net","c":"DatagramSocketProvider","l":"openDatagramSocket()"},{"p":"com.tangosol.net","c":"SocketProvider","l":"openDatagramSocket()"},{"p":"com.tangosol.net","c":"SystemDatagramSocketProvider","l":"openDatagramSocket()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"openDatagramSocket()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openEvents()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"openEvents()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openEventsInternal()"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"OpenHashMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"OpenHashMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"OpenHashMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"OpenHashSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"OpenHashSet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"OpenHashSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"openInternal()"},{"p":"com.tangosol.net.management","c":"OpenMBeanHelper","l":"OpenMBeanHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"DatagramSocketProvider","l":"openMulticastSocket()"},{"p":"com.tangosol.net","c":"SocketProvider","l":"openMulticastSocket()"},{"p":"com.tangosol.net","c":"SystemDatagramSocketProvider","l":"openMulticastSocket()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"openMulticastSocket()"},{"p":"com.tangosol.net","c":"SocketProvider","l":"openServerSocket()"},{"p":"com.tangosol.net","c":"SocketProvider","l":"openServerSocketChannel()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openSnapshot(String)","u":"openSnapshot(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"openSnapshot(String)","u":"openSnapshot(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"openSnapshot(String)","u":"openSnapshot(java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openSnapshotInternal(File, String)","u":"openSnapshotInternal(java.io.File,java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProvider","l":"openSocket()"},{"p":"com.tangosol.net","c":"SocketProvider","l":"openSocketChannel()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.OpenTask","l":"OpenTask(PersistentStore, Collector)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistentStore,com.oracle.coherence.common.base.Collector)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.Operation","l":"Operation(long, ReadBuffer)","u":"%3Cinit%3E(long,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.coherence.config.xml","c":"OperationalConfigNamespaceHandler","l":"OperationalConfigNamespaceHandler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"OperationalDefaultsPreprocessor","l":"OperationalDefaultsPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"OperationBundlingProcessor","l":"OperationBundlingProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.base","c":"OperatorBaseToken","l":"OperatorBaseToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPException","l":"OPException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPException","l":"OPException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"OPParser(OPScanner)","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.precedence.OPScanner)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"OPParser(Reader, TokenTable, Set)","u":"%3Cinit%3E(java.io.Reader,com.tangosol.coherence.dsltools.precedence.TokenTable,java.util.Set)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"OPParser(String, TokenTable, Set)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.precedence.TokenTable,java.util.Set)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"OPScanner(TokenTable, Set)","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.precedence.TokenTable,java.util.Set)"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"OPT_BY_MEMBER"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"OPT_BY_PARTITION"},{"p":"com.tangosol.net.partition","c":"PartitionedIterator","l":"OPT_ENTRIES"},{"p":"com.tangosol.net.partition","c":"PartitionedIterator","l":"OPT_KEYS"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"OPT_RANDOMIZED"},{"p":"com.tangosol.coherence.config.scheme","c":"OptimisticScheme","l":"OptimisticScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"optimizeFilterOrder(Map, Set)","u":"optimizeFilterOrder(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"optimizeFilterOrder(Map, Set)","u":"optimizeFilterOrder(java.util.Map,java.util.Set)"},{"p":"com.tangosol.io.pof","c":"OptionalDoubleSerializer","l":"OptionalDoubleSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"OptionalIntSerializer","l":"OptionalIntSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"OptionalLongSerializer","l":"OptionalLongSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"OptionalSerializer","l":"OptionalSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"OPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"OPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"OPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"OPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"OPToken(String, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"OPToken(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"Filter","l":"or(Filter)","u":"or(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.function","c":"Remote.BiPredicate","l":"or(Remote.BiPredicate)","u":"or(com.tangosol.util.function.Remote.BiPredicate)"},{"p":"com.tangosol.util.function","c":"Remote.DoublePredicate","l":"or(Remote.DoublePredicate)","u":"or(com.tangosol.util.function.Remote.DoublePredicate)"},{"p":"com.tangosol.util.function","c":"Remote.IntPredicate","l":"or(Remote.IntPredicate)","u":"or(com.tangosol.util.function.Remote.IntPredicate)"},{"p":"com.tangosol.util.function","c":"Remote.LongPredicate","l":"or(Remote.LongPredicate)","u":"or(com.tangosol.util.function.Remote.LongPredicate)"},{"p":"com.tangosol.util.function","c":"Remote.Predicate","l":"or(Remote.Predicate)","u":"or(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.net.events.annotation","c":"Interceptor","l":"order()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"OrderBy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"OrderBy(IntSupplier)","u":"%3Cinit%3E(java.util.function.IntSupplier)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"OrderById()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"OrderById(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"OrderByNone()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByRoundRobin","l":"OrderByRoundRobin()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"OrderByThread()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"OrderByValue()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"OrderByValue(ToIntFunction)","u":"%3Cinit%3E(java.util.function.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"Indexed","l":"ordered()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"ORDINAL_PROPERTY"},{"p":"com.tangosol.util.filter","c":"OrFilter","l":"OrFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"OrFilter","l":"OrFilter(Filter, Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"OrOperator","l":"OrOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"ORPHANED"},{"p":"com.tangosol.util","c":"Base","l":"out()"},{"p":"com.tangosol.util","c":"Base","l":"out(Class)","u":"out(java.lang.Class)"},{"p":"com.tangosol.util","c":"Base","l":"out(Object)","u":"out(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"out(String)","u":"out(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"out(String)","u":"out(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"out(String, Throwable)","u":"out(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"out(Supplier)","u":"out(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"out(Supplier, Throwable)","u":"out(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"out(Throwable)","u":"out(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"Base","l":"out(Throwable)","u":"out(java.lang.Throwable)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"OverflowMap(ObservableMap, Map)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,java.util.Map)"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"OverflowScheme()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"override(long)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"overrideElement(XmlElement, XmlElement)","u":"overrideElement(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"overrideElement(XmlElement, XmlElement, String)","u":"overrideElement(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"Ownership()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"Ownership(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"Ownership(Ownership)","u":"%3Cinit%3E(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"PACKED_INT_SIZE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"PACKED_LONG_SIZE"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"PackedDataInputStream(InputStream)","u":"%3Cinit%3E(java.io.InputStream)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"PackedDataOutputStream(OutputStream)","u":"%3Cinit%3E(java.io.OutputStream)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"pad(long, long)","u":"pad(long,long)"},{"p":"com.tangosol.util","c":"Base","l":"pad(long, long)","u":"pad(long,long)"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"padMemorySize(int)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"page(String, String, String, ByteString)","u":"page(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.tangosol.net.management","c":"Registry","l":"PAGED_TOPIC_TYPE"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"PagedBinaryStore(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"PagedExternalScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"PagedIterator","l":"PagedIterator(PagedIterator.Advancer)","u":"%3Cinit%3E(com.tangosol.util.PagedIterator.Advancer)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"PagedTopicScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PagedTopicSchemeProcessor","l":"PagedTopicSchemeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PagedTopicSchemeProcessor","l":"PagedTopicSchemeProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicStorageScheme","l":"PagedTopicStorageScheme(CachingScheme, PagedTopicScheme)","u":"%3Cinit%3E(com.tangosol.coherence.config.scheme.CachingScheme,com.tangosol.coherence.config.scheme.PagedTopicScheme)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"PARALLEL"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"parallel()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"parallel()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"parallel()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"parallel()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator.Parallel","l":"Parallel()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator.Parallel","l":"Parallel()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator.Parallel","l":"Parallel(InvocableMap.EntryAggregator[])","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryAggregator[])"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"parallel(InvocableMap.EntryAggregator)","u":"parallel(com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator.Parallel","l":"Parallel(ValueExtractor, InvocableMap.EntryAggregator, Filter)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.InvocableMap.EntryAggregator,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"parallelStream()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"PARAMETER_PREFIX"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"PARAMETER_SUFFIX"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"Parameter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"Parameter(String, Class, Expression)","u":"%3Cinit%3E(java.lang.String,java.lang.Class,com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"Parameter(String, Class, Object)","u":"%3Cinit%3E(java.lang.String,java.lang.Class,java.lang.Object)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"Parameter(String, Expression)","u":"%3Cinit%3E(java.lang.String,com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"Parameter(String, Object)","u":"%3Cinit%3E(java.lang.String,java.lang.Object)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderHelper","l":"ParameterizedBuilderHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"ParameterMacroExpression()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"ParameterMacroExpression(String, Class)","u":"%3Cinit%3E(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpressionParser","l":"ParameterMacroExpressionParser()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ParamTypeProcessor","l":"ParamTypeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ParenOPToken","l":"ParenOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ParenOPToken","l":"ParenOPToken(String, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"parent"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"park(long)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"park(Object)","u":"park(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"parkNanos(Object, long)","u":"parkNanos(java.lang.Object,long)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"parse()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValueParser","l":"parse(ReadBuffer, PofContext)","u":"parse(com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parse(ReadBuffer.BufferInput)","u":"parse(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpressionParser","l":"parse(String, Class)","u":"parse(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.config.expression","c":"ExpressionParser","l":"parse(String, Class)","u":"parse(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"parse(String, CoherenceQueryLanguage)","u":"parse(java.lang.String,com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"parseAction(String)","u":"parseAction(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseArray(ReadBuffer.BufferInput, int)","u":"parseArray(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"parseAttribute(String, int)","u":"parseAttribute(java.lang.String,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseBandwidth(String)","u":"parseBandwidth(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"parseBandwidth(String)","u":"parseBandwidth(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseBandwidth(String, int)","u":"parseBandwidth(java.lang.String,int)"},{"p":"com.tangosol.util","c":"Base","l":"parseBandwidth(String, int)","u":"parseBandwidth(java.lang.String,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseCollection(ReadBuffer.BufferInput, int)","u":"parseCollection(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseComment(XmlElement)","u":"parseComment(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseComment(XmlElement, boolean)","u":"parseComment(com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseDelimitedString(String, char)","u":"parseDelimitedString(java.lang.String,char)"},{"p":"com.tangosol.util","c":"Base","l":"parseDelimitedString(String, char)","u":"parseDelimitedString(java.lang.String,char)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseDoctype(XmlDocument)","u":"parseDoctype(com.tangosol.run.xml.XmlDocument)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseDocument(XmlDocument)","u":"parseDocument(com.tangosol.run.xml.XmlDocument)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder.ParsedQuery","l":"ParsedQuery()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine.ParsedQuery","l":"ParsedQuery(String, Map)","u":"%3Cinit%3E(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder.ParsedQuery","l":"ParsedQuery(String, Map>)","u":"%3Cinit%3E(java.lang.String,java.util.Map)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseElement(XmlElement)","u":"parseElement(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseHex(char)"},{"p":"com.tangosol.util","c":"Base","l":"parseHex(char)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseHex(String)","u":"parseHex(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"parseHex(String)","u":"parseHex(java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"parseIndexDescription(String)","u":"parseIndexDescription(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"parseInitParams(XmlElement)","u":"parseInitParams(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"parseInitParams(XmlElement, XmlHelper.ParameterResolver)","u":"parseInitParams(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlHelper.ParameterResolver)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseMap(ReadBuffer.BufferInput, int)","u":"parseMap(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseMemorySize(String)","u":"parseMemorySize(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"parseMemorySize(String)","u":"parseMemorySize(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseMemorySize(String, int)","u":"parseMemorySize(java.lang.String,int)"},{"p":"com.tangosol.util","c":"Base","l":"parseMemorySize(String, int)","u":"parseMemorySize(java.lang.String,int)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseMisc(XmlElement)","u":"parseMisc(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"parseNumber(String)","u":"parseNumber(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"parseParamTypes(XmlElement)","u":"parseParamTypes(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parsePercentage(String)","u":"parsePercentage(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"parsePercentage(String)","u":"parsePercentage(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parsePi(XmlElement)","u":"parsePi(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parsePi(XmlElement, boolean)","u":"parsePi(com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine","l":"parseQueryString(String)","u":"parseQueryString(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseSparseArray(ReadBuffer.BufferInput, int)","u":"parseSparseArray(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"parseTarget(String)","u":"parseTarget(java.lang.String)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"parseThreadExtension(Daemon)","u":"parseThreadExtension(com.tangosol.util.Daemon)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseTime(String)","u":"parseTime(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"parseTime(String)","u":"parseTime(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseTime(String, int)","u":"parseTime(java.lang.String,int)"},{"p":"com.tangosol.util","c":"Base","l":"parseTime(String, int)","u":"parseTime(java.lang.String,int)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"parseTime(XmlElement, String, long)","u":"parseTime(com.tangosol.run.xml.XmlElement,java.lang.String,long)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseTimeNanos(String)","u":"parseTimeNanos(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"parseTimeNanos(String)","u":"parseTimeNanos(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseTimeNanos(String, int)","u":"parseTimeNanos(java.lang.String,int)"},{"p":"com.tangosol.util","c":"Base","l":"parseTimeNanos(String, int)","u":"parseTimeNanos(java.lang.String,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseUniformArray(ReadBuffer.BufferInput, int)","u":"parseUniformArray(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseUniformCollection(ReadBuffer.BufferInput, int)","u":"parseUniformCollection(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseUniformKeysMap(ReadBuffer.BufferInput, int)","u":"parseUniformKeysMap(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseUniformMap(ReadBuffer.BufferInput, int)","u":"parseUniformMap(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseUniformSparseArray(ReadBuffer.BufferInput, int)","u":"parseUniformSparseArray(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValueParser","l":"parseUniformValue(PofValue, int, ReadBuffer, PofContext, int)","u":"parseUniformValue(com.tangosol.io.pof.reflect.PofValue,int,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseUniformValue(ReadBuffer.BufferInput, int, int)","u":"parseUniformValue(com.tangosol.io.ReadBuffer.BufferInput,int,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseUserType(ReadBuffer.BufferInput, int, int)","u":"parseUserType(com.tangosol.io.ReadBuffer.BufferInput,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValueParser","l":"parseValue(PofValue, ReadBuffer, PofContext, int)","u":"parseValue(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseValue(ReadBuffer.BufferInput, int)","u":"parseValue(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"parseXml(InputSource)","u":"parseXml(org.xml.sax.InputSource)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"parseXml(InputSource, XmlElement)","u":"parseXml(org.xml.sax.InputSource,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"parseXml(InputStream)","u":"parseXml(java.io.InputStream)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseXml(InputStream)","u":"parseXml(java.io.InputStream)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseXml(InputStream, String)","u":"parseXml(java.io.InputStream,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"parseXml(Reader)","u":"parseXml(java.io.Reader)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseXml(Reader)","u":"parseXml(java.io.Reader)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"parseXml(String)","u":"parseXml(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseXml(String)","u":"parseXml(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseXml(String, XmlDocument)","u":"parseXml(java.lang.String,com.tangosol.run.xml.XmlDocument)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"parseXml(String, XmlElement)","u":"parseXml(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseXmlDecl(XmlDocument)","u":"parseXmlDecl(com.tangosol.run.xml.XmlDocument)"},{"p":"com.tangosol.util","c":"AbstractByteSequence.PartialByteSequence","l":"PartialByteSequence(ByteSequence, int, int)","u":"%3Cinit%3E(com.tangosol.util.ByteSequence,int,int)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject.PartialClassLoader","l":"PartialClassLoader(ClassLoader)","u":"%3Cinit%3E(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"PartialObject()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"PartialObject(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"PartialResult()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"PartialResult()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"PartialResult(Comparator, int)","u":"%3Cinit%3E(java.util.Comparator,int)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"PartialResult(PartitionSet)","u":"%3Cinit%3E(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"PartialResult(QueryContext, PartitionSet)","u":"%3Cinit%3E(com.tangosol.util.QueryContext,com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"PartialResult(QueryRecord.PartialResult)","u":"%3Cinit%3E(com.tangosol.util.QueryRecord.PartialResult)"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_ASSIGNED"},{"p":"com.tangosol.net.management","c":"Registry","l":"PARTITION_ASSIGNMENT_TYPE"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_LOST"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_RECEIVE_BEGIN"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_RECEIVE_COMMIT"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_RECOVERED"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_TRANSMIT_BEGIN"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_TRANSMIT_COMMIT"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_TRANSMIT_ROLLBACK"},{"p":"com.tangosol.coherence.config.builder","c":"PartitionAssignmentStrategyBuilder","l":"PartitionAssignmentStrategyBuilder(ParameterizedBuilder, XmlElement)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.builder","c":"PartitionAssignmentStrategyBuilder","l":"PartitionAssignmentStrategyBuilder(String, XmlElement)","u":"%3Cinit%3E(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PartitionAssignmentStrategyProcessor","l":"PartitionAssignmentStrategyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"PARTITIONED_CACHE_STATISTICS_REFRESHTIME_SYSTEM_PROPERTY"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"PartitionedBackingMapManager(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"%3Cinit%3E(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager","l":"PartitionedBackingMapManager(ExtensibleConfigurableCacheFactory, MapBuilder.Dependencies, ParameterResolver, MapBuilder)","u":"%3Cinit%3E(com.tangosol.net.ExtensibleConfigurableCacheFactory,com.tangosol.coherence.config.builder.MapBuilder.Dependencies,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"PartitionedCache(CoherenceBasedCacheManager, String, PartitionedCacheConfiguration)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String,com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheConfiguration)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheBinaryEntryStore","l":"PartitionedCacheBinaryEntryStore(String, BackingMapManagerContext, ClassLoader)","u":"%3Cinit%3E(java.lang.String,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfiguration","l":"PartitionedCacheConfiguration()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfiguration","l":"PartitionedCacheConfiguration(CompleteConfiguration)","u":"%3Cinit%3E(javax.cache.configuration.CompleteConfiguration)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfigurationMapListener","l":"PartitionedCacheConfigurationMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"PartitionedCacheQuorumPolicy(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[], AddressProvider)","u":"%3Cinit%3E(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[],com.tangosol.net.AddressProvider)"},{"p":"com.tangosol.coherence.config.builder","c":"PartitionedCacheQuorumPolicyBuilder","l":"PartitionedCacheQuorumPolicyBuilder(AddressProviderBuilder, XmlElement)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.AddressProviderBuilder,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"PartitionedCacheStatisticsAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"PartitionedCacheStatisticsAggregator(JCacheIdentifier, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.common.JCacheIdentifier,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"PartitionedCacheStatisticsClear()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"PartitionedCacheStatisticsClear(JCacheIdentifier, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.common.JCacheIdentifier,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"PartitionedFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"PartitionedFilter(Filter, PartitionSet)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.PartitionedIterator","l":"PartitionedIterator(Map[])","u":"%3Cinit%3E(java.util.Map[])"},{"p":"com.tangosol.net.partition","c":"PartitionedIterator","l":"PartitionedIterator(NamedCache, Filter, PartitionSet, int)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Filter,com.tangosol.net.partition.PartitionSet,int)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"PartitionedJCacheStatistics()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"PartitionedJCacheStatistics(PartitionedCache)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.partitionedcache.PartitionedCache)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"partitionedPutAll(CacheRequestHolder, Map)","u":"partitionedPutAll(com.oracle.coherence.grpc.CacheRequestHolder,java.util.Map)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PartitionedQuorumPolicyProcessor","l":"PartitionedQuorumPolicyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PartitionEvent(PartitionedService, int, PartitionSet, Member, Member)","u":"%3Cinit%3E(com.tangosol.net.PartitionedService,int,com.tangosol.net.partition.PartitionSet,com.tangosol.net.Member,com.tangosol.net.Member)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PartitionListenerProcessor","l":"PartitionListenerProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionRecoveryAction","l":"PartitionRecoveryAction(PartitionSet, GUIDHelper.GUIDResolver, QuorumInfo)","u":"%3Cinit%3E(com.tangosol.net.partition.PartitionSet,com.tangosol.persistence.GUIDHelper.GUIDResolver,com.tangosol.net.internal.QuorumInfo)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"PartitionSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"PartitionSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"PartitionSet(int, Collection)","u":"%3Cinit%3E(int,java.util.Collection)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"PartitionSet(int, int...)","u":"%3Cinit%3E(int,int...)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"PartitionSet(PartitionSet)","u":"%3Cinit%3E(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"PartitionSplittingBackingMap(BackingMapManager, String)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManager,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"PartitionStatistics()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"PartitionStatistics(int, long)","u":"%3Cinit%3E(int,long)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"PassThroughCache(CoherenceBasedCacheManager, String, PassThroughCacheConfiguration)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String,com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheConfiguration)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"PassThroughCacheConfiguration()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"PassThroughCacheConfiguration(CompleteConfiguration)","u":"%3Cinit%3E(javax.cache.configuration.CompleteConfiguration)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"PassThroughCacheConfiguration(PassThroughCacheConfiguration)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheConfiguration)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheEntryEvent","l":"PassThroughCacheEntryEvent(Cache, EventType, MapEvent)","u":"%3Cinit%3E(javax.cache.Cache,javax.cache.event.EventType,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"PassThroughFilterAdapter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"PassThroughFilterAdapter(Factory>)","u":"%3Cinit%3E(javax.cache.configuration.Factory)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughListenerRegistration","l":"PassThroughListenerRegistration(CacheEntryListenerConfiguration, MapListener, MapEventFilter)","u":"%3Cinit%3E(javax.cache.configuration.CacheEntryListenerConfiguration,com.tangosol.util.MapListener,com.tangosol.util.filter.MapEventFilter)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughMapListenerAdapter","l":"PassThroughMapListenerAdapter(Cache, CacheEntryListener)","u":"%3Cinit%3E(javax.cache.Cache,javax.cache.event.CacheEntryListener)"},{"p":"com.tangosol.coherence.rest.server","c":"PassThroughResourceConfig","l":"PassThroughResourceConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest","c":"PassThroughRootResource","l":"PassThroughRootResource()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProviderBuilderProcessor","l":"PasswordProviderBuilderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProvidersProcessor","l":"PasswordProvidersProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordURLProcessor","l":"PasswordURLProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"HealthCheck","l":"PATH_HEALTHZ"},{"p":"com.tangosol.util","c":"HealthCheck","l":"PATH_LIVE"},{"p":"com.tangosol.util","c":"HealthCheck","l":"PATH_READY"},{"p":"com.tangosol.util","c":"HealthCheck","l":"PATH_SAFE"},{"p":"com.tangosol.util","c":"HealthCheck","l":"PATH_STARTED"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Literal","l":"path()"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor","l":"path()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PathOPToken","l":"PathOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PathOPToken","l":"PathOPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"peek()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"peek()"},{"p":"com.tangosol.util","c":"SimpleStack","l":"peek()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"peek(Consumer)","u":"peek(java.util.function.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"peek(DoubleConsumer)","u":"peek(java.util.function.DoubleConsumer)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"peek(InetAddress)","u":"peek(java.net.InetAddress)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"peek(int)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"peek(int, int)","u":"peek(int,int)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"peek(IntConsumer)","u":"peek(java.util.function.IntConsumer)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"peek(long)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"peek(LongConsumer)","u":"peek(java.util.function.LongConsumer)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"peek(Object)","u":"peek(java.lang.Object)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"peek(Remote.Consumer)","u":"peek(com.tangosol.util.function.Remote.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"peek(Remote.DoubleConsumer)","u":"peek(com.tangosol.util.function.Remote.DoubleConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"peek(Remote.IntConsumer)","u":"peek(com.tangosol.util.function.Remote.IntConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"peek(Remote.LongConsumer)","u":"peek(com.tangosol.util.function.Remote.LongConsumer)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"peek(String)","u":"peek(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"peek2()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"peekAll(Collection)","u":"peekAll(java.util.Collection)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"peekData(DatagramPacket)","u":"peekData(java.net.DatagramPacket)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"peekNext()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"peekNext2AsStrings()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"peekNextAsString()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"PeekOPToken(String, int, OPToken...)","u":"%3Cinit%3E(java.lang.String,int,com.tangosol.coherence.dsltools.precedence.OPToken...)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"PeekOPToken(String, int, String, OPToken...)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken...)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"PeekOPToken(String, int, String, String, OPToken...)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken...)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"PeekOPToken(String, OPToken...)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken...)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"PeekOPToken(String, String, OPToken...)","u":"%3Cinit%3E(java.lang.String,java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken...)"},{"p":"com.tangosol.util","c":"TaskDaemon.PeriodicTask","l":"PeriodicTask(Runnable, long)","u":"%3Cinit%3E(java.lang.Runnable,long)"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"PermissionInfo()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"PermissionInfo(ClusterPermission, String, SignedObject, Subject)","u":"%3Cinit%3E(com.tangosol.net.ClusterPermission,java.lang.String,java.security.SignedObject,javax.security.auth.Subject)"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"PermitAcquirer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"PermitAcquirer(Member, long)","u":"%3Cinit%3E(com.tangosol.net.Member,long)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"PERSISTENCE_COORDINATOR"},{"p":"com.tangosol.net.management","c":"Registry","l":"PERSISTENCE_SNAPSHOT_TYPE"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"PERSISTENCE_VERSION"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"PersistenceEnvironmentInfo(String, File, File, File, File, File)","u":"%3Cinit%3E(java.lang.String,java.io.File,java.io.File,java.io.File,java.io.File,java.io.File)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"PersistenceEnvironmentParamBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor","l":"PersistenceEnvironmentProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PersistenceEnvironmentsProcessor","l":"PersistenceEnvironmentsProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PersistenceProcessor","l":"PersistenceProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"Ping","l":"Ping()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.stream","c":"BaseRemoteStream","l":"pipeline()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"plainPutAll(AsyncNamedCache, Map, long)","u":"plainPutAll(com.tangosol.net.AsyncNamedCache,java.util.Map,long)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"PLAN_ALL_LISTENER"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"PLAN_KEY_LISTENER"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"PLAN_NO_LISTENERS"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"PLAN_NO_OPTIMIZE"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"PLAN_NONE"},{"p":"com.tangosol.io.pof","c":"PofAnnotationSerializer","l":"PofAnnotationSerializer(int, Class)","u":"%3Cinit%3E(int,java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofAnnotationSerializer","l":"PofAnnotationSerializer(int, Class, boolean)","u":"%3Cinit%3E(int,java.lang.Class,boolean)"},{"p":"com.tangosol.io.pof.reflect","c":"PofArray","l":"PofArray(PofValue, ReadBuffer, PofContext, int, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"PofBufferReader()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"PofBufferReader(ReadBuffer.BufferInput, PofContext)","u":"%3Cinit%3E(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"PofBufferWriter(WriteBuffer.BufferOutput, PofContext)","u":"%3Cinit%3E(com.tangosol.io.WriteBuffer.BufferOutput,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"PofBufferWriter(WritingPofHandler, PofContext)","u":"%3Cinit%3E(com.tangosol.io.pof.WritingPofHandler,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof.reflect","c":"PofCollection","l":"PofCollection(PofValue, ReadBuffer, PofContext, int, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"PofConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofConfigLogger","l":"PofConfigLogger()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"PofDeltaCompressor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"PofExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"PofExtractor(Class, int)","u":"%3Cinit%3E(java.lang.Class,int)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"PofExtractor(Class, int, String)","u":"%3Cinit%3E(java.lang.Class,int,java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"PofExtractor(Class, PofNavigator)","u":"%3Cinit%3E(java.lang.Class,com.tangosol.io.pof.reflect.PofNavigator)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"PofExtractor(Class, PofNavigator, int)","u":"%3Cinit%3E(java.lang.Class,com.tangosol.io.pof.reflect.PofNavigator,int)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"PofExtractor(Class, PofNavigator, int, String)","u":"%3Cinit%3E(java.lang.Class,com.tangosol.io.pof.reflect.PofNavigator,int,java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"PofExtractor(Class, PofNavigator, String)","u":"%3Cinit%3E(java.lang.Class,com.tangosol.io.pof.reflect.PofNavigator,java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.PofExtractorsSupplier","l":"PofExtractorsSupplier()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.PofExtractorSupplier","l":"PofExtractorSupplier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"PofHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"PofInputStream(PofReader)","u":"%3Cinit%3E(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof.reflect","c":"PofNavigationException","l":"PofNavigationException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof.reflect","c":"PofNavigationException","l":"PofNavigationException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof.reflect","c":"PofNavigationException","l":"PofNavigationException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.io.pof.reflect","c":"PofNavigationException","l":"PofNavigationException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"PofOutputStream(PofWriter)","u":"%3Cinit%3E(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"PofParser(PofHandler)","u":"%3Cinit%3E(com.tangosol.io.pof.PofHandler)"},{"p":"com.tangosol.io.pof","c":"PofPrincipal","l":"PofPrincipal(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof.reflect","c":"PofReflectionHelper","l":"PofReflectionHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"PofSerializerPreprocessor","l":"PofSerializerPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof.reflect","c":"PofSparseArray","l":"PofSparseArray(PofValue, ReadBuffer, PofContext, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofUniformArray","l":"PofUniformArray(PofValue, ReadBuffer, PofContext, int, int, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofUniformCollection","l":"PofUniformCollection(PofValue, ReadBuffer, PofContext, int, int, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofUniformSparseArray","l":"PofUniformSparseArray(PofValue, ReadBuffer, PofContext, int, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int,int)"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"PofUpdater()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"PofUpdater(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"PofUpdater(PofNavigator)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofNavigator)"},{"p":"com.tangosol.io.pof.reflect","c":"PofUserType","l":"PofUserType(PofValue, ReadBuffer, PofContext, int, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValueParser","l":"PofValueParser()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"Registry","l":"POINT_TO_POINT_TYPE"},{"p":"com.oracle.coherence.common.base","c":"Pollable","l":"poll()"},{"p":"com.oracle.coherence.common.base","c":"Pollable","l":"poll(long, TimeUnit)","u":"poll(long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"pollFirst()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"pollFirstEntry()"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"pollLast()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"pollLastEntry()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"pop()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.Complex","l":"pop()"},{"p":"com.tangosol.util","c":"SimpleStack","l":"pop()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"popCacheContext()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"popStream()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AndOperator","l":"populateFilterArray(Filter[], Filter...)","u":"populateFilterArray(com.tangosol.util.Filter[],com.tangosol.util.Filter...)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"OrOperator","l":"populateFilterArray(Filter[], Filter...)","u":"populateFilterArray(com.tangosol.util.Filter[],com.tangosol.util.Filter...)"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"PortableException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"PortableException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"PortableException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"PortableException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.io.pof","c":"PortableObjectSerializer","l":"PortableObjectSerializer(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io.pof","c":"PortableTypeSerializer","l":"PortableTypeSerializer(int, Class)","u":"%3Cinit%3E(int,java.lang.Class)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController.Listener","l":"postStart(Context)","u":"postStart(com.tangosol.application.Context)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController.Listener","l":"postStop(Context)","u":"postStop(com.tangosol.application.Context)"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"potentialStreamClosedException(NullPointerException)","u":"potentialStreamClosedException(java.lang.NullPointerException)"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"potentialStreamClosedException(NullPointerException)","u":"potentialStreamClosedException(java.lang.NullPointerException)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"POWER_0"},{"p":"com.tangosol.util","c":"Base","l":"POWER_0"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"POWER_G"},{"p":"com.tangosol.util","c":"Base","l":"POWER_G"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"POWER_K"},{"p":"com.tangosol.util","c":"Base","l":"POWER_K"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"POWER_M"},{"p":"com.tangosol.util","c":"Base","l":"POWER_M"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"POWER_T"},{"p":"com.tangosol.util","c":"Base","l":"POWER_T"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_ASSIGNMENT"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_BITWISE"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_EXPONENT"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_IDENTIFIER"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_KEYWORD"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_LOGICAL"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_LOGICAL_BITWISE"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_PARENTHESES"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_PRODUCT"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_RELATIONAL"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_SUM"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_UNARY"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_UNARY_POST"},{"p":"com.tangosol.util","c":"Filters","l":"predicate(Remote.Predicate)","u":"predicate(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.util.function","c":"Remote","l":"predicate(Remote.Predicate)","u":"predicate(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.util","c":"Filters","l":"predicate(ValueExtractor, Remote.Predicate)","u":"predicate(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"PredicateFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"PredicateFilter(Predicate)","u":"%3Cinit%3E(java.util.function.Predicate)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"PredicateFilter(String, Predicate)","u":"%3Cinit%3E(java.lang.String,java.util.function.Predicate)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"PredicateFilter(ValueExtractor, Predicate)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.function.Predicate)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PrefixOPToken","l":"PrefixOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PrefixOPToken","l":"PrefixOPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.util","c":"Processors","l":"preload()"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"PreloadRequest()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"prepare()"},{"p":"com.tangosol.coherence.rest.query","c":"CoherenceQueryLanguageEngine","l":"prepareQuery(String, Map)","u":"prepareQuery(java.lang.String,java.util.Map)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngine","l":"prepareQuery(String, Map)","u":"prepareQuery(java.lang.String,java.util.Map)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"prepareStatement(NodeTerm, ExecutionContext, List, ParameterResolver)","u":"prepareStatement(com.tangosol.coherence.dsltools.termtrees.NodeTerm,com.tangosol.coherence.dslquery.ExecutionContext,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"prepareStatus(Object, OverflowMap.Status)","u":"prepareStatus(java.lang.Object,com.tangosol.net.cache.OverflowMap.Status)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"prepareUpdate(Map, Map)","u":"prepareUpdate(java.util.Map,java.util.Map)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"prepareUpdate(Map, Map)","u":"prepareUpdate(java.util.Map,java.util.Map)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"CacheDefaultsPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"DefaultsCreationPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"ExtendPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"OperationalDefaultsPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"PofSerializerPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SchemeRefPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SystemPropertyPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"TCPAcceptorPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"TransactionalPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"ViewSchemePreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DocumentElementPreprocessor.ElementPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DocumentElementPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DocumentPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"PRESENT_ONLY"},{"p":"com.tangosol.util","c":"Filters","l":"present()"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"PresentFilter()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController.Listener","l":"preStart(Context)","u":"preStart(com.tangosol.application.Context)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController.Listener","l":"preStop(Context)","u":"preStop(com.tangosol.application.Context)"},{"p":"com.tangosol.util","c":"Dequeue","l":"prev(int)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"previous()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"previous()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"previous()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"previous()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"previousIndex()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"previousIndex()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"previousIndex()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"previousIndex()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"previousPage()"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"PRIMARY"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"PRIME_MODULO"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"primeDistribution(Member, Member)","u":"primeDistribution(com.tangosol.net.Member,com.tangosol.net.Member)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"primeDistribution(SimpleAssignmentStrategy.AnalysisContext)","u":"primeDistribution(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"PRIMING"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"PRIMING"},{"p":"com.tangosol.net.partition","c":"VersionAwareMapListener","l":"PRIMING"},{"p":"com.tangosol.net.cache","c":"CachingMap.PrimingListener","l":"PrimingListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"PrimitiveArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.PrimitiveNode","l":"PrimitiveNode(long, long)","u":"%3Cinit%3E(long,long)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"PrimitiveSparseArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"PrimitiveSparseArray(PrimitiveSparseArray)","u":"%3Cinit%3E(com.tangosol.util.PrimitiveSparseArray)"},{"p":"com.tangosol.io.pof","c":"PrincipalPofSerializer","l":"PrincipalPofSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"print()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"print()"},{"p":"com.tangosol.util","c":"Tree","l":"print()"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(boolean)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(char)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(char[])"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(double)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(float)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(int)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(long)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(Object)","u":"print(java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"print(PrintWriter, String)","u":"print(java.io.PrintWriter,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"FormattedMapStatementResult","l":"print(PrintWriter, String)","u":"print(java.io.PrintWriter,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"StatementResult","l":"print(PrintWriter, String)","u":"print(java.io.PrintWriter,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"print(String)","u":"print(java.lang.String)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(String)","u":"print(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"printCommaSeparatedCollection(PrintWriter, Collection)","u":"printCommaSeparatedCollection(java.io.PrintWriter,java.util.Collection)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"println()"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println()"},{"p":"com.tangosol.util","c":"Base.LoggingWriter","l":"println()"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(boolean)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(char)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(char[])"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(double)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(float)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(int)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(long)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(Object)","u":"println(java.lang.Object)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"println(String)","u":"println(java.lang.String)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(String)","u":"println(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"printObject(PrintWriter, Object, boolean, boolean)","u":"printObject(java.io.PrintWriter,java.lang.Object,boolean,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"printResults(PrintWriter, String, Object, boolean)","u":"printResults(java.io.PrintWriter,java.lang.String,java.lang.Object,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"printResultsCollection(PrintWriter, Collection, boolean)","u":"printResultsCollection(java.io.PrintWriter,java.util.Collection,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"printResultsMap(PrintWriter, Map, boolean)","u":"printResultsMap(java.io.PrintWriter,java.util.Map,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"FormattedMapStatementResult","l":"printResultsObjectMap(PrintWriter, Map, boolean)","u":"printResultsObjectMap(java.io.PrintWriter,java.util.Map,boolean)"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"printStackTrace(PrintStream)","u":"printStackTrace(java.io.PrintStream)"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"printStackTrace(PrintWriter)","u":"printStackTrace(java.io.PrintWriter)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"printStackTrace(Throwable)","u":"printStackTrace(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"Base","l":"printStackTrace(Throwable)","u":"printStackTrace(java.lang.Throwable)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"printStringOrObject(PrintWriter, Object)","u":"printStringOrObject(java.io.PrintWriter,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"printStringOrObject(PrintWriter, Object, boolean)","u":"printStringOrObject(java.io.PrintWriter,java.lang.Object,boolean)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"PRIORITY"},{"p":"com.tangosol.util","c":"Processors","l":"priority(InvocableMap.EntryProcessor)","u":"priority(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"PriorityAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"PriorityAggregator(InvocableMap.StreamingAggregator)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.StreamingAggregator)"},{"p":"com.tangosol.util.comparator","c":"PriorityComparator","l":"PriorityComparator(Function, int)","u":"%3Cinit%3E(java.util.function.Function,int)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"PriorityFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"PriorityFilter(IndexAwareFilter)","u":"%3Cinit%3E(com.tangosol.util.filter.IndexAwareFilter)"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"PriorityProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"PriorityProcessor(InvocableMap.EntryProcessor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore.Token","l":"proceed(Boolean)","u":"proceed(java.lang.Boolean)"},{"p":"com.oracle.coherence.common.base","c":"Continuation","l":"proceed(R)"},{"p":"com.tangosol.util","c":"NullImplementation.NullContinuation","l":"proceed(R)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment.DefaultFailureContinuation","l":"proceed(Throwable)","u":"proceed(java.lang.Throwable)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor.EmptyElementBehavior","l":"PROCESS"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler","l":"process(BinaryEntry)","u":"process(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"process(boolean, BinaryEntry)","u":"process(boolean,com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"process(boolean, Object)","u":"process(boolean,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"process(boolean, Object, Object)","u":"process(boolean,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"process(Event)","u":"process(com.tangosol.util.fsm.Event)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"process(Event)","u":"process(com.tangosol.util.fsm.Event)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util","c":"NullImplementation.NullEntryProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"TouchProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util","c":"InvocableMap.EntryProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"AbstractEvolvableProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"ScriptProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"process(MapTrigger.Entry)","u":"process(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.util","c":"MapTrigger","l":"process(MapTrigger.Entry)","u":"process(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"process(Object)","u":"process(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"process(Object)","u":"process(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler","l":"process(Object)","u":"process(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalAverage","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMax","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMin","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalSum","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMax","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMin","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMax","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMin","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleSum","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"LongMax","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"LongMin","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"LongSum","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler","l":"process(Object, Object)","u":"process(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"AbstractSQLSnapshotOPToken","l":"process(OPScanner, String, String)","u":"process(com.tangosol.coherence.dsltools.precedence.OPScanner,java.lang.String,java.lang.String)"},{"p":"com.tangosol.config.xml","c":"AttributeProcessor","l":"process(ProcessingContext, XmlAttribute)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlAttribute)"},{"p":"com.tangosol.config.xml","c":"SimpleAttributeProcessor","l":"process(ProcessingContext, XmlAttribute)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlAttribute)"},{"p":"com.oracle.coherence.cdi.server","c":"BeanProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AcceptorDependenciesProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AddressProviderBuilderProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AsyncBackupProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AuthorizedHostsProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"BackingMapSchemeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"BufferTypeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CacheMappingProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CacheServiceProxyProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CachingSchemeMappingProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CachingSchemesProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CompositeSchemeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ConfigurationProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CustomizableBinaryStoreManagerBuilderProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CustomizableBuilderProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"DaemonPoolProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"DefaultsProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"DeltaCompressorProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ElementCalculatorProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"EvictionPolicyProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ExecutorProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"GlobalSocketProviderProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HealthProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HttpAcceptorDependenciesProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitiatorDependenciesProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamsProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InstanceProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InterceptorsProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InternalCacheSchemeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InvocationServiceProxyProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"KeystoreProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"LeaseGranularityProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"LocalAddressProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MapListenerProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MessageDeliveryModeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"NoOpElementProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"OperationBundlingProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PagedTopicSchemeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ParamTypeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PartitionAssignmentStrategyProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PartitionedQuorumPolicyProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProvidersProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordURLProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PersistenceEnvironmentsProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ProviderProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ProxyQuorumPolicyProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ReadLocatorProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ResourcesProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SchemesProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ScopeNameProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SerializersProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceBuilderProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceLoadBalancerProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SocketOptionsProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SocketProviderProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SocketProvidersProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLHostnameVerifierProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLManagerProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLNameListProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"StorageAccessAuthorizersProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"StorageProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SubscriberGroupProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SubscriberGroupsProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TcpAcceptorProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TcpInitiatorProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TopicMappingProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TopicSchemeMappingProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TransformerProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"UnitCalculatorProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"UnsupportedFeatureProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ValueStorageSchemeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"WrapperStreamFactoryListProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ElementProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"SimpleElementProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"LoadBalancer.SocketHandler","l":"process(Socket, Socket)","u":"process(java.net.Socket,java.net.Socket)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"process(String)","u":"process(java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"process(String)","u":"process(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.DefaultDelimiterExpansionProcessor","l":"process(String, ParameterResolver, int)","u":"process(java.lang.String,com.tangosol.config.expression.ParameterResolver,int)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.MacroExpansionProcessor","l":"process(String, ParameterResolver, int)","u":"process(java.lang.String,com.tangosol.config.expression.ParameterResolver,int)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.OffsetLengthSubstringExpansionProcessor","l":"process(String, ParameterResolver, int)","u":"process(java.lang.String,com.tangosol.config.expression.ParameterResolver,int)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.SpaceDefaultDelimiterExpansionProcessor","l":"process(String, ParameterResolver, int)","u":"process(java.lang.String,com.tangosol.config.expression.ParameterResolver,int)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"process(String, String)","u":"process(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"process(UriInfo, String)","u":"process(jakarta.ws.rs.core.UriInfo,java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor","l":"process(XmlDocumentReference, XmlDocumentReference...)","u":"process(com.tangosol.run.xml.XmlDocumentReference,com.tangosol.run.xml.XmlDocumentReference...)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CacheConfigOverrideProcessor","l":"process(XmlElement, XmlElement)","u":"process(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"OverrideProcessor","l":"process(XmlElement, XmlElement)","u":"process(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"processAll(boolean, Collection)","u":"processAll(boolean,java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"processAll(boolean, Map)","u":"processAll(boolean,java.util.Map)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"processAll(boolean, Set)","u":"processAll(boolean,java.util.Set)"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler","l":"processAll(Collection)","u":"processAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler","l":"processAll(Map)","u":"processAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler","l":"processAll(Set)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"processAll(Set)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util","c":"InvocableMap.EntryProcessor","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"AbstractEvolvableProcessor","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"AbstractProcessor","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"processBackEvent(OverflowMap.Status, MapEvent)","u":"processBackEvent(com.tangosol.net.cache.OverflowMap.Status,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"processDeferredEvents()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"processDeferredEvents(boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.InternalMapListener","l":"processDeletedEntry(Object, Object)","u":"processDeletedEntry(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processDocument(String)","u":"processDocument(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processDocument(String)","u":"processDocument(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processDocument(XmlElement)","u":"processDocument(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processDocument(XmlElement)","u":"processDocument(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processDocumentAt(String)","u":"processDocumentAt(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processDocumentAt(String)","u":"processDocumentAt(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processDocumentAt(URI)","u":"processDocumentAt(java.net.URI)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processDocumentAt(URI)","u":"processDocumentAt(java.net.URI)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processElement(String)","u":"processElement(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processElement(String)","u":"processElement(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processElement(XmlElement)","u":"processElement(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processElement(XmlElement)","u":"processElement(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processElementsOf(XmlElement)","u":"processElementsOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processElementsOf(XmlElement)","u":"processElementsOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"processEntry(InvocableMap.Entry)","u":"processEntry(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"processEntry(InvocableMap.Entry)","u":"processEntry(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"processEntry(InvocableMap.Entry, Map, boolean, boolean)","u":"processEntry(com.tangosol.util.InvocableMap.Entry,java.util.Map,boolean,boolean)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"processEntry(InvocableMap.Entry, V, boolean, boolean)","u":"processEntry(com.tangosol.util.InvocableMap.Entry,V,boolean,boolean)"},{"p":"com.tangosol.util.fsm","c":"Instruction.ProcessEvent","l":"ProcessEvent(Event)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"processEvent(OverflowMap.Status, MapEvent)","u":"processEvent(com.tangosol.net.cache.OverflowMap.Status,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.ProcessEventLater","l":"ProcessEventLater(Event)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.ProcessEventLater","l":"ProcessEventLater(Event, long, TimeUnit)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event,long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"processExpiries(K, CoherenceCacheEventEventDispatcher)","u":"processExpiries(K,com.tangosol.coherence.jcache.common.CoherenceCacheEventEventDispatcher)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"processExpiries(K, V, CoherenceCacheEventEventDispatcher)","u":"processExpiries(K,V,com.tangosol.coherence.jcache.common.CoherenceCacheEventEventDispatcher)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"processFile(String)","u":"processFile(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processForeignElementsOf(XmlElement)","u":"processForeignElementsOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processForeignElementsOf(XmlElement)","u":"processForeignElementsOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"processFrontEvent(OverflowMap.Status, MapEvent)","u":"processFrontEvent(com.tangosol.net.cache.OverflowMap.Status,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"processFrontEvent(SimpleOverflowMap.Status, MapEvent)","u":"processFrontEvent(com.tangosol.net.cache.SimpleOverflowMap.Status,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"processLater(Event)","u":"processLater(com.tangosol.util.fsm.Event)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"processLater(Event, long, TimeUnit)","u":"processLater(com.tangosol.util.fsm.Event,long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processOnlyElementOf(XmlElement)","u":"processOnlyElementOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processOnlyElementOf(XmlElement)","u":"processOnlyElementOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorRegistry","l":"PROCESSOR_REQUEST_REGEX"},{"p":"com.tangosol.coherence.rest.config","c":"ProcessorConfig","l":"ProcessorConfig(String, Class)","u":"%3Cinit%3E(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorRegistry","l":"ProcessorRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorRegistry","l":"ProcessorRegistry(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"Processors","l":"Processors()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ElementProcessorHelper","l":"processParameterizedBuilder(ProcessingContext, XmlElement)","u":"processParameterizedBuilder(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"processPending(Binary, Binary)","u":"processPending(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"processRegisteredMacroExpansions(String, ParameterResolver, int)","u":"processRegisteredMacroExpansions(java.lang.String,com.tangosol.config.expression.ParameterResolver,int)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"processRegistrations()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processRemainingElementOf(XmlElement)","u":"processRemainingElementOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processRemainingElementOf(XmlElement)","u":"processRemainingElementOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processRemainingElementsOf(XmlElement)","u":"processRemainingElementsOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processRemainingElementsOf(XmlElement)","u":"processRemainingElementsOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SystemPropertyPreprocessor","l":"processValueMacro(XmlElement)","u":"processValueMacro(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SystemPropertyPreprocessor","l":"processValueMacro(XmlElement, ParameterResolver)","u":"processValueMacro(com.tangosol.run.xml.XmlElement,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"PRODUCT"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"PROP_CHANNEL_COUNT"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics","l":"PROP_CONNECTION_TTL"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"PROP_CREDENTIALS"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"PROP_CREDENTIALS"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"PROP_GLOBAL_PROVIDER"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_HTTP_TIMEOUT"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_MACHINE"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_MEMBER"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_RACK"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_RETRY_PERIOD"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_RETRY_TIMEOUT"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_ROLE"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_SITE"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_SOCKET_PROVIDER"},{"p":"com.tangosol.net","c":"Coherence","l":"PROP_START_TIMEOUT"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"PROP_TLS_CA"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"PROP_TLS_CA"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"PROP_TLS_CERT"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"PROP_TLS_CERT"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"PROP_TLS_CLIENT_AUTH"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"PROP_TLS_KEY"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"PROP_TLS_KEY"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"PROP_TLS_KEYPASS"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"PROP_TLS_KEYPASS"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"PROP_TLS_KEYPASS_URI"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"PROP_TLS_KEYPASS_URI"},{"p":"com.tangosol.config.expression","c":"PropertiesParameterResolver","l":"PropertiesParameterResolver(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.net","c":"MemberIdentityProvider","l":"PROPERTY"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"PROPERTY_CONFIG"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"PROPERTY_CONFIG"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"PROPERTY_CONFIG"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"PropertyAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"PropertyManipulator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"PropertyManipulator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"PropertyManipulator(String, boolean)","u":"%3Cinit%3E(java.lang.String,boolean)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"PropertyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"PropertyProcessor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"PropertyProcessor(String, boolean)","u":"%3Cinit%3E(java.lang.String,boolean)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"PropertyProcessor(ValueManipulator)","u":"%3Cinit%3E(com.tangosol.util.ValueManipulator)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"PropertySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"PropertySet(PropertySpec...)","u":"%3Cinit%3E(com.tangosol.coherence.rest.util.PropertySpec...)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"PropertySet(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"PropertySpec()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"PropertySpec(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"PropertySpec(String, PropertySet)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"PROTOCOL_MAGIC"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"provider()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.ProviderBuilder","l":"ProviderBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ProviderProcessor","l":"ProviderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"SessionProvider.Providers","l":"Providers()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceLoadBalancerProcessor","l":"PROXY"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceLoadBalancerProcessor","l":"PROXY_SCHEME"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ProxyQuorumPolicy","l":"ProxyQuorumPolicy(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])","u":"%3Cinit%3E(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])"},{"p":"com.tangosol.coherence.config.builder","c":"ProxyQuorumPolicyBuilder","l":"ProxyQuorumPolicyBuilder(int, XmlElement)","u":"%3Cinit%3E(int,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ProxyQuorumPolicyProcessor","l":"ProxyQuorumPolicyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"ProxyScheme","l":"ProxyScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"ProxyServiceLoadBalancerBuilder","l":"ProxyServiceLoadBalancerBuilder(ParameterizedBuilder, XmlElement)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"prune()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"prune()"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"publish(V)"},{"p":"com.tangosol.coherence.dsltools.base","c":"PunctuationBaseToken","l":"PunctuationBaseToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PunctuationOPToken","l":"PunctuationOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"purgeChildrenNamespace(XmlElement)","u":"purgeChildrenNamespace(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"purgeNamespace(XmlElement)","u":"purgeNamespace(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"SimpleStack","l":"push(Object)","u":"push(java.lang.Object)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"pushCacheContext(String)","u":"pushCacheContext(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"pushStream(BaseTokenStream)","u":"pushStream(com.tangosol.coherence.dsltools.base.BaseTokenStream)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"put(CacheRequestHolder)","u":"put(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.util","c":"Tree","l":"put(Comparable, Object)","u":"put(java.lang.Comparable,java.lang.Object)"},{"p":"com.tangosol.util","c":"Processors","l":"put(Filter, V)","u":"put(com.tangosol.util.Filter,V)"},{"p":"com.tangosol.util","c":"Processors","l":"put(Filter, V, boolean)","u":"put(com.tangosol.util.Filter,V,boolean)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"put(HttpHeaders, InputStream)","u":"put(jakarta.ws.rs.core.HttpHeaders,java.io.InputStream)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"put(K, V_FRONT)","u":"put(K,V_FRONT)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"put(K, V_FRONT, long)","u":"put(K,V_FRONT,long)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.net.cache","c":"CacheMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"SetMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"put(K, V, boolean, long)","u":"put(K,V,boolean,long)"},{"p":"com.tangosol.net","c":"AsyncNamedCache","l":"put(K, V, long)","u":"put(K,V,long)"},{"p":"com.tangosol.net.cache","c":"CacheMap","l":"put(K, V, long)","u":"put(K,V,long)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"put(K, V, long)","u":"put(K,V,long)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"put(K, V, long)","u":"put(K,V,long)"},{"p":"com.tangosol.net","c":"NamedCache","l":"put(K, V, long)","u":"put(K,V,long)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofHelper.ReadableEntrySetMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EvictingBackupMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"put(Object, Object, boolean, long)","u":"put(java.lang.Object,java.lang.Object,boolean,long)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"put(Object, Object, long)","u":"put(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"put(Object, Object, long)","u":"put(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"put(Object, Object, long)","u":"put(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"put(Object, Object, long)","u":"put(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"put(Object, Object, long)","u":"put(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"put(Object, Object, long)","u":"put(java.lang.Object,java.lang.Object,long)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"put(PutRequest)","u":"put(com.oracle.coherence.grpc.PutRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"put(PutRequest)","u":"put(com.oracle.coherence.grpc.PutRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"put(PutRequest, StreamObserver)","u":"put(com.oracle.coherence.grpc.PutRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap","l":"put(String, Object)","u":"put(java.lang.String,java.lang.Object)"},{"p":"com.tangosol.util","c":"StringTable","l":"put(String, Object)","u":"put(java.lang.String,java.lang.Object)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"put(String, String, String, ByteString, ByteString)","u":"put(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"put(String, String, String, ByteString, ByteString, long)","u":"put(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"put(TK, TV)","u":"put(TK,TV)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheMap","l":"put(TK, TV, long)","u":"put(TK,TV,long)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"PUTALL_THRESHOLD"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"putAll(CacheRequestHolder)","u":"putAll(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.util","c":"Processors","l":"putAll(Filter, Map)","u":"putAll(com.tangosol.util.Filter,java.util.Map)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"SetMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"putAll(Map, boolean, boolean)","u":"putAll(java.util.Map,boolean,boolean)"},{"p":"com.tangosol.net","c":"AsyncNamedCache","l":"putAll(Map, long)","u":"putAll(java.util.Map,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"putAll(PutAllRequest)","u":"putAll(com.oracle.coherence.grpc.PutAllRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"putAll(PutAllRequest)","u":"putAll(com.oracle.coherence.grpc.PutAllRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"putAll(PutAllRequest, StreamObserver)","u":"putAll(com.oracle.coherence.grpc.PutAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"putAll(String, String, String, Iterable)","u":"putAll(java.lang.String,java.lang.String,java.lang.String,java.lang.Iterable)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"putAll(String, String, String, Iterable, long)","u":"putAll(java.lang.String,java.lang.String,java.lang.String,java.lang.Iterable,long)"},{"p":"com.tangosol.util","c":"StringTable","l":"putAll(StringTable)","u":"putAll(com.tangosol.util.StringTable)"},{"p":"com.tangosol.util","c":"Tree","l":"putAll(Tree)","u":"putAll(com.tangosol.util.Tree)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.CapacityAwareMap","l":"putAllInternal(Map, Map)","u":"putAllInternal(java.util.Map,java.util.Map)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"putAllInternal(Map, Map)","u":"putAllInternal(java.util.Map,java.util.Map)"},{"p":"com.tangosol.util","c":"Dequeue","l":"putBackElement(Object)","u":"putBackElement(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.PutBundler","l":"PutBundler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"putCacheToConfigurationMapping(JCacheIdentifier, CoherenceBasedCompleteConfiguration)","u":"putCacheToConfigurationMapping(com.tangosol.coherence.jcache.common.JCacheIdentifier,com.tangosol.coherence.jcache.CoherenceBasedCompleteConfiguration)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"putIfAbsent(CacheRequestHolder)","u":"putIfAbsent(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"putIfAbsent(Object, Object)","u":"putIfAbsent(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"putIfAbsent(Object, Object)","u":"putIfAbsent(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"putIfAbsent(Object, Object)","u":"putIfAbsent(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"putIfAbsent(Object, Object)","u":"putIfAbsent(java.lang.Object,java.lang.Object)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"putIfAbsent(PutIfAbsentRequest)","u":"putIfAbsent(com.oracle.coherence.grpc.PutIfAbsentRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"putIfAbsent(PutIfAbsentRequest)","u":"putIfAbsent(com.oracle.coherence.grpc.PutIfAbsentRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"putIfAbsent(PutIfAbsentRequest, StreamObserver)","u":"putIfAbsent(com.oracle.coherence.grpc.PutIfAbsentRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"putIfAbsent(String, String, String, ByteString, ByteString)","u":"putIfAbsent(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"putIfAbsent(TK, TV)","u":"putIfAbsent(TK,TV)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"putIfAbsent(TK, TV)","u":"putIfAbsent(TK,TV)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.CapacityAwareMap","l":"putInternal(Map, Object, Object)","u":"putInternal(java.util.Map,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"putInternal(Map, Object, Object)","u":"putInternal(java.util.Map,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"putInternal(Object)","u":"putInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"putInternal(Object, Object)","u":"putInternal(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"putInternal(Object, Object, boolean)","u":"putInternal(java.lang.Object,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"putInternal(Object, Object, boolean, long)","u":"putInternal(java.lang.Object,java.lang.Object,boolean,long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"putInternal(Object, Object, long)","u":"putInternal(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"putOne(Map, Object, Object, boolean)","u":"putOne(java.util.Map,java.lang.Object,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"putOne(Map, Object, Object, boolean)","u":"putOne(java.util.Map,java.lang.Object,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"putToInternalCache(Object, Object)","u":"putToInternalCache(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"putToInternalCache(Object, Object, long)","u":"putToInternalCache(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"putToInternalCache(ReadWriteBackingMap.Entry)","u":"putToInternalCache(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"putToInternalMap(Object, Object, long)","u":"putToInternalMap(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.run.xml","c":"QNameAdapter","l":"QNameAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"QualifiedName(QualifiedName, String)","u":"%3Cinit%3E(com.tangosol.run.xml.QualifiedName,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"QualifiedName(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"QualifiedName(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"QualifiedName(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"InvocationService","l":"query(Invocable, Set)","u":"query(com.tangosol.net.Invocable,java.util.Set)"},{"p":"com.tangosol.net","c":"WrapperInvocationService","l":"query(Invocable, Set)","u":"query(com.tangosol.net.Invocable,java.util.Set)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"query(Map, Filter, boolean, boolean, Comparator)","u":"query(java.util.Map,com.tangosol.util.Filter,boolean,boolean,java.util.Comparator)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"query(Map, Map, Filter, boolean, boolean, Comparator)","u":"query(java.util.Map,java.util.Map,com.tangosol.util.Filter,boolean,boolean,java.util.Comparator)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"query(String)","u":"query(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"QueryBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"QueryConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.config","c":"QueryEngineConfig","l":"QueryEngineConfig(String, Class)","u":"%3Cinit%3E(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngineRegistry","l":"QueryEngineRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngineRegistry","l":"QueryEngineRegistry(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryException","l":"QueryException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryException","l":"QueryException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryException","l":"QueryException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.net.management","c":"MBeanHelper.QueryExpFilter","l":"QueryExpFilter(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"queryKeys(MBeanAccessor.QueryBuilder.ParsedQuery)","u":"queryKeys(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"queryNames(ObjectName, Filter)","u":"queryNames(javax.management.ObjectName,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"queryNames(ObjectName, Filter)","u":"queryNames(javax.management.ObjectName,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"queryNames(String, Filter)","u":"queryNames(java.lang.String,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"queryNames(String, Filter)","u":"queryNames(java.lang.String,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"QueryPlus(QueryPlus.Dependencies)","u":"%3Cinit%3E(com.tangosol.coherence.dslquery.QueryPlus.Dependencies)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"QueryRecorder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"QueryRecorder(QueryRecorder.RecordType)","u":"%3Cinit%3E(com.tangosol.util.aggregator.QueryRecorder.RecordType)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder.QueryRecorderStatement","l":"QueryRecorderStatement(String, Filter, QueryRecorder.RecordType)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.Filter,com.tangosol.util.aggregator.QueryRecorder.RecordType)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder","l":"QueryRecorderStatementBuilder(QueryRecorder.RecordType)","u":"%3Cinit%3E(com.tangosol.util.aggregator.QueryRecorder.RecordType)"},{"p":"com.tangosol.net","c":"LoadBalancer.Queue","l":"Queue()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"QueueDaemon()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"quiesceThenStop()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener","l":"QuorumListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"QuorumRule(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"QuorumRule(int, int, float)","u":"%3Cinit%3E(int,int,float)"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"QuorumRule(String, int, int, float, XmlElement)","u":"%3Cinit%3E(java.lang.String,int,int,float,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"QuorumRule(String, int, int, XmlElement)","u":"%3Cinit%3E(java.lang.String,int,int,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"quote(String)","u":"quote(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"quote(String)","u":"quote(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"quote(String, boolean)","u":"quote(java.lang.String,boolean)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"quoteCanonical(String)","u":"quoteCanonical(java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"RACK_SAFE"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"RACK_SAFE"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"RAMJOURNAL"},{"p":"com.tangosol.coherence.config.scheme","c":"RamJournalScheme","l":"RamJournalScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"RANDOM"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"RANDOM"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"RANDOM_BACKUP"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"randomize(Collection)","u":"randomize(java.util.Collection)"},{"p":"com.tangosol.util","c":"Base","l":"randomize(Collection)","u":"randomize(java.util.Collection)"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"randomize(int[])"},{"p":"com.tangosol.util","c":"Base","l":"randomize(int[])"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"randomize(long[])"},{"p":"com.tangosol.util","c":"Base","l":"randomize(long[])"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"randomize(Object[])","u":"randomize(java.lang.Object[])"},{"p":"com.tangosol.util","c":"Base","l":"randomize(Object[])","u":"randomize(java.lang.Object[])"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"Randoms()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"rangeCheck(int)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"RawDate(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"RawDateTime(RawDate, RawTime)","u":"%3Cinit%3E(com.tangosol.io.pof.RawDate,com.tangosol.io.pof.RawTime)"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"RawDayTimeInterval(int, int, int, int, int)","u":"%3Cinit%3E(int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"RawQuad(BigInteger, int)","u":"%3Cinit%3E(java.math.BigInteger,int)"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"RawQuad(Binary)","u":"%3Cinit%3E(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"RawQuad(double)","u":"%3Cinit%3E(double)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"RawTime(int, int, int, int, boolean)","u":"%3Cinit%3E(int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"RawTime(int, int, int, int, int, int)","u":"%3Cinit%3E(int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"RawTimeInterval(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"RawYearMonthInterval","l":"RawYearMonthInterval(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"READ"},{"p":"com.tangosol.net","c":"CacheService.CacheAction","l":"READ"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"read()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"read()"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"read()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"read()"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"read()"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"read()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"read()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"read()"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"read()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"read()"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"read()"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"read()"},{"p":"com.tangosol.net","c":"CompressionFilter.InflaterInputShell","l":"read()"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"read()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"read(byte[])"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"read(byte[])"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"read(byte[])"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"read(byte[])"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"read(byte[])"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"read(char[])"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"read(char[])"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"read(char[], int, int)","u":"read(char[],int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"read(char[], int, int)","u":"read(char[],int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"read(CharBuffer)","u":"read(java.nio.CharBuffer)"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"read(DataInput)","u":"read(java.io.DataInput)"},{"p":"com.tangosol.util","c":"Base","l":"read(DataInput)","u":"read(java.io.DataInput)"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"read(DataInputStream)","u":"read(java.io.DataInputStream)"},{"p":"com.tangosol.util","c":"Base","l":"read(DataInputStream)","u":"read(java.io.DataInputStream)"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"read(File)","u":"read(java.io.File)"},{"p":"com.tangosol.util","c":"Base","l":"read(File)","u":"read(java.io.File)"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"read(InputStream)","u":"read(java.io.InputStream)"},{"p":"com.tangosol.util","c":"Base","l":"read(InputStream)","u":"read(java.io.InputStream)"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"read(InputStream, byte[])","u":"read(java.io.InputStream,byte[])"},{"p":"com.tangosol.util","c":"Base","l":"read(InputStream, byte[])","u":"read(java.io.InputStream,byte[])"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"read(Reader)","u":"read(java.io.Reader)"},{"p":"com.tangosol.util","c":"Base","l":"read(Reader)","u":"read(java.io.Reader)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"read(String, InputStream)","u":"read(java.lang.String,java.io.InputStream)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"read(String, InputStream)","u":"read(java.lang.String,java.io.InputStream)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"read(String, ReadBuffer.BufferInput)","u":"read(java.lang.String,com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"read(String, ReadBuffer.BufferInput)","u":"read(java.lang.String,com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"read(String, ReadBuffer.BufferInput)","u":"read(java.lang.String,com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"read(URL)","u":"read(java.net.URL)"},{"p":"com.tangosol.util","c":"Base","l":"read(URL)","u":"read(java.net.URL)"},{"p":"com.tangosol.io.pof","c":"PofHelper.ReadableEntrySetMap","l":"ReadableEntrySetMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"readArray(DataInput, int)","u":"readArray(java.io.DataInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readArray(int, IntFunction)","u":"readArray(int,java.util.function.IntFunction)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readArray(int, IntFunction)","u":"readArray(int,java.util.function.IntFunction)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsBigDecimal(ReadBuffer.BufferInput, int)","u":"readAsBigDecimal(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsBigInteger(ReadBuffer.BufferInput, int)","u":"readAsBigInteger(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsChar(ReadBuffer.BufferInput, int)","u":"readAsChar(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsDouble(ReadBuffer.BufferInput, int)","u":"readAsDouble(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsFloat(ReadBuffer.BufferInput, int)","u":"readAsFloat(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsInt(ReadBuffer.BufferInput, int)","u":"readAsInt(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsLong(ReadBuffer.BufferInput, int)","u":"readAsLong(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readAsObject(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readAsObjectArray(int, Object[])","u":"readAsObjectArray(int,java.lang.Object[])"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsQuad(ReadBuffer.BufferInput, int)","u":"readAsQuad(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readAsTypedObjectArray(int, IntFunction)","u":"readAsTypedObjectArray(int,java.util.function.IntFunction)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readAsUniformObject(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readBigDecimal(DataInput)","u":"readBigDecimal(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readBigDecimal(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readBigDecimal(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readBigDecimal(ReadBuffer.BufferInput, int)","u":"readBigDecimal(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readBigInteger(DataInput)","u":"readBigInteger(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readBigInteger(DataInput)","u":"readBigInteger(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readBigInteger(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readBigInteger(int)"},{"p":"com.tangosol.util","c":"Binary","l":"readBinary(DataInput)","u":"readBinary(java.io.DataInput)"},{"p":"com.tangosol.util","c":"Binary","l":"readBinary(DataInputStream)","u":"readBinary(java.io.DataInputStream)"},{"p":"com.tangosol.util","c":"Binary","l":"readBinary(File)","u":"readBinary(java.io.File)"},{"p":"com.tangosol.util","c":"Binary","l":"readBinary(FileChannel, long, int, byte[])","u":"readBinary(java.nio.channels.FileChannel,long,int,byte[])"},{"p":"com.tangosol.util","c":"Binary","l":"readBinary(InputStream)","u":"readBinary(java.io.InputStream)"},{"p":"com.tangosol.util","c":"Binary","l":"readBinary(InputStream, int)","u":"readBinary(java.io.InputStream,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readBinary(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readBinary(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readBinary(ReadBuffer.BufferInput)","u":"readBinary(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.util","c":"Binary","l":"readBinary(URL)","u":"readBinary(java.net.URL)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readBoolean()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readBoolean()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readBoolean()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readBoolean()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readBoolean()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readBoolean(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readBoolean(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readBooleanArray(DataInput)","u":"readBooleanArray(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readBooleanArray(DataInput, int)","u":"readBooleanArray(java.io.DataInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readBooleanArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readBooleanArray(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readBuffer(int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readBuffer(int)"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readBuffer(int)"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"readBuffer(int)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"readByte()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readByte()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readByte()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readByte()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readByte()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readByte()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readByte()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readByte()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readByte(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readByte(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readByteArray(DataInput)","u":"readByteArray(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readByteArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readByteArray(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readChar()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readChar()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readChar()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readChar()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readChar()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readChar()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readChar()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readChar(DataInput)","u":"readChar(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readChar(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readChar(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readCharArray(DataInput)","u":"readCharArray(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readCharArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readCharArray(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readCharArray(Utf8Reader, int)","u":"readCharArray(com.tangosol.io.Utf8Reader,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readCollection(DataInput, Collection, ClassLoader)","u":"readCollection(java.io.DataInput,java.util.Collection,java.lang.ClassLoader)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readCollection(int, C)","u":"readCollection(int,C)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readCollection(int, C)","u":"readCollection(int,C)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readDate(DataInput)","u":"readDate(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readDate(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readDate(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readDouble()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readDouble()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readDouble()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readDouble()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readDouble()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readDouble()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readDouble()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readDouble(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readDouble(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readDoubleArray(DataInput)","u":"readDoubleArray(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readDoubleArray(DataInput, int)","u":"readDoubleArray(java.io.DataInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readDoubleArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readDoubleArray(int)"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"readElements(XmlElement)","u":"readElements(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"readElements(XmlElement)","u":"readElements(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"readElements(XmlElement)","u":"readElements(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"readElements(XmlElement)","u":"readElements(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"readElements(XmlElement)","u":"readElements(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicMarkableReference","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicStampedReference","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.CacheStatisticsExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.config.expression","c":"NullParameterResolver","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.io","c":"ExternalizableLite","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"EvolvableHolder","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Publisher.FailOnFull","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CompleteOnEmpty","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigDecimalAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigIntegerAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BooleanAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ByteAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.CharAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DateAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DoubleAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.FloatAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.IntAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.LongAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ShortAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.StringAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimeAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"XmlElementAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"XmlSerializableAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"AbstractScript","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"Binary","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"CompositeKey","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"EntryExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"FragmentExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"ScriptValueExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"Fragment","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"LiteMap","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"LiteSet","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"MapSet","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"NullFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullEntryProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"TouchProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"UID","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"UUID","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"readExternal(ObjectInput)","u":"readExternal(java.io.ObjectInput)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"readExternal(ObjectInput)","u":"readExternal(java.io.ObjectInput)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"readExternal(ObjectInput)","u":"readExternal(java.io.ObjectInput)"},{"p":"com.tangosol.util","c":"Binary","l":"readExternal(ObjectInput)","u":"readExternal(java.io.ObjectInput)"},{"p":"com.tangosol.util","c":"LiteSet","l":"readExternal(ObjectInput)","u":"readExternal(java.io.ObjectInput)"},{"p":"com.tangosol.util","c":"MapSet","l":"readExternal(ObjectInput)","u":"readExternal(java.io.ObjectInput)"},{"p":"com.tangosol.util","c":"UUID","l":"readExternal(ObjectInput)","u":"readExternal(java.io.ObjectInput)"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.CacheStatisticsExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.config.expression","c":"NullParameterResolver","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"PortableObject","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net","c":"RequestPolicyException","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Publisher.FailOnFull","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CompleteOnEmpty","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"AbstractScript","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"CompositeKey","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"EntryExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"FragmentExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"ScriptValueExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"Fragment","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"MapEvent","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"NullFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"NullImplementation.NullEntryProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"TouchProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"UID","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"UUID","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readExternalizableLite(DataInput)","u":"readExternalizableLite(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readExternalizableLite(DataInput, ClassLoader)","u":"readExternalizableLite(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readFloat()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readFloat()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readFloat()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readFloat()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readFloat()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readFloat()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readFloat()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readFloat(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readFloat(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readFloatArray(DataInput)","u":"readFloatArray(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readFloatArray(DataInput, int)","u":"readFloatArray(java.io.DataInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readFloatArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readFloatArray(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readFully(byte[])"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readFully(byte[])"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readFully(byte[])"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readFully(byte[])"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readFully(byte[])"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readFully(byte[], int, int)","u":"readFully(byte[],int,int)"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readFully(byte[], int, int)","u":"readFully(byte[],int,int)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readFully(byte[], int, int)","u":"readFully(byte[],int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readFully(byte[], int, int)","u":"readFully(byte[],int,int)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readFully(byte[], int, int)","u":"readFully(byte[],int,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"readHeader()"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"ReadHeavyLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"ReadHeavyLongArray(LongArray)","u":"%3Cinit%3E(com.tangosol.util.LongArray)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"readInt()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readInt()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readInt()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readInt()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readInt()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readInt()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readInt()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readInt()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readInt(DataInput)","u":"readInt(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readInt(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readInt(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readInt(ReadBuffer.BufferInput)","u":"readInt(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readIntArray(DataInput)","u":"readIntArray(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readIntArray(DataInput, int)","u":"readIntArray(java.io.DataInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readIntArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readIntArray(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readIntArray2d(DataInput)","u":"readIntArray2d(java.io.DataInput)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"readKey()"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"readLargeArray(DataInput, int)","u":"readLargeArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeBooleanArray(DataInput, int)","u":"readLargeBooleanArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeByteArray(DataInput, int)","u":"readLargeByteArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeCharArray(Utf8Reader, int)","u":"readLargeCharArray(com.tangosol.io.Utf8Reader,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeDoubleArray(DataInput, int)","u":"readLargeDoubleArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeFloatArray(DataInput, int)","u":"readLargeFloatArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeIntArray(DataInput, int)","u":"readLargeIntArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeLongArray(DataInput, int)","u":"readLargeLongArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeObjectArray(DataInput, int)","u":"readLargeObjectArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeStringArray(DataInput, int)","u":"readLargeStringArray(java.io.DataInput,int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"ReadLatch(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readLine()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readLine()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readLine()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readLine()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readLine()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readLocalDate(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readLocalDate(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readLocalDate(ReadBuffer.BufferInput)","u":"readLocalDate(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readLocalDateTime(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readLocalDateTime(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readLocalDateTime(ReadBuffer.BufferInput)","u":"readLocalDateTime(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readLocalTime(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readLocalTime(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readLocalTime(ReadBuffer.BufferInput)","u":"readLocalTime(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"ReadLocatorBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ReadLocatorProcessor","l":"ReadLocatorProcessor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"readLock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"ReadLock(RemoteReadWriteLock)","u":"%3Cinit%3E(com.oracle.coherence.concurrent.locks.RemoteReadWriteLock)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"readLong()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readLong()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readLong()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readLong()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readLong()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readLong()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readLong()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readLong()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLong(DataInput)","u":"readLong(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readLong(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readLong(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLong(ReadBuffer.BufferInput)","u":"readLong(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLongArray(DataInput)","u":"readLongArray(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLongArray(DataInput, int)","u":"readLongArray(java.io.DataInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readLongArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readLongArray(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readLongArray(int, LongArray)","u":"readLongArray(int,com.tangosol.util.LongArray)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readLongArray(int, LongArray)","u":"readLongArray(int,com.tangosol.util.LongArray)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readMap(DataInput, Map, ClassLoader)","u":"readMap(java.io.DataInput,java.util.Map,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readMap(DataInput, Map, int, ClassLoader)","u":"readMap(java.io.DataInput,java.util.Map,int,java.lang.ClassLoader)"},{"p":"com.tangosol.net.management","c":"MapJsonBodyHandler","l":"readMap(InputStream)","u":"readMap(java.io.InputStream)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readMap(int, M)","u":"readMap(int,M)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readMap(int, M)","u":"readMap(int,M)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"readMetadata(File)","u":"readMetadata(java.io.File)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"readMetadata(File)","u":"readMetadata(java.io.File)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"readNestedCommaSeparatedList(NestedBaseTokens)","u":"readNestedCommaSeparatedList(com.tangosol.coherence.dsltools.base.NestedBaseTokens)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readObject()"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"readObject()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readObject(DataInput)","u":"readObject(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readObject(DataInput, ClassLoader)","u":"readObject(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readObject(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readObject(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readObjectArray(DataInput)","u":"readObjectArray(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readObjectArray(DataInput, int)","u":"readObjectArray(java.io.DataInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readObjectArray(int, Object[])","u":"readObjectArray(int,java.lang.Object[])"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readObjectArray(int, Object[])","u":"readObjectArray(int,java.lang.Object[])"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readOffsetDateTime(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readOffsetDateTime(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readOffsetDateTime(ReadBuffer.BufferInput)","u":"readOffsetDateTime(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readOffsetTime(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readOffsetTime(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readOffsetTime(ReadBuffer.BufferInput)","u":"readOffsetTime(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.DeferredCacheEvent","l":"readOldValue()"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"ReadonlyNamedCache(Map, String, boolean)","u":"%3Cinit%3E(java.util.Map,java.lang.String,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"ReadonlyNamedCache(NamedCache, boolean)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"readPackedInt()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readPackedInt()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readPackedInt()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readPackedInt()"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"readPackedInt()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"readPackedInt(ByteSequence, int)","u":"readPackedInt(com.tangosol.util.ByteSequence,int)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"readPackedLong()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readPackedLong()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readPackedLong()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readPackedLong()"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"readPackedLong()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readQuad(ReadBuffer.BufferInput)","u":"readQuad(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"ReadQueue()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"readQuorum(PersistentStore)","u":"readQuorum(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"readQuorumRaw(PersistentStore)","u":"readQuorumRaw(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRawDate(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRawDate(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readRawDate(ReadBuffer.BufferInput)","u":"readRawDate(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRawDateTime(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRawDateTime(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRawDayTimeInterval(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRawDayTimeInterval(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRawQuad(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRawQuad(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRawTime(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRawTime(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readRawTime(ReadBuffer.BufferInput)","u":"readRawTime(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRawTimeInterval(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRawTimeInterval(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRawYearMonthInterval(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRawYearMonthInterval(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRemainder()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"readRemainder()"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRemainder()"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"readResolve()"},{"p":"com.tangosol.io","c":"SerializationSupport","l":"readResolve()"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"readResolve()"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"Reads()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readSafeUTF()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readSafeUTF()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readSafeUTF()"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"readSafeUTF()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readSafeUTF(DataInput)","u":"readSafeUTF(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readSafeUTF(ReadBuffer.BufferInput)","u":"readSafeUTF(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readSerializable(DataInput)","u":"readSerializable(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readSerializable(DataInput, ClassLoader)","u":"readSerializable(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"readSerializationHeader(ReadBuffer.BufferInput)","u":"readSerializationHeader(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readShort()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readShort()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readShort()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readShort()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readShort()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readShort()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readShort()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readShort(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readShort(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readShortArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readShortArray(int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readString(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readString(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readStringArray(DataInput)","u":"readStringArray(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readStringArray(DataInput, int)","u":"readStringArray(java.io.DataInput,int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadThread","l":"ReadThread()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readTime(DataInput)","u":"readTime(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readTimestamp(DataInput)","u":"readTimestamp(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readTrint(DataInput)","u":"readTrint(java.io.DataInput)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readUnsignedByte()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readUnsignedByte()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readUnsignedByte()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readUnsignedByte()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readUnsignedByte()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"readUnsignedByte(ByteSequence, int)","u":"readUnsignedByte(com.tangosol.util.ByteSequence,int)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"readUnsignedShort()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readUnsignedShort()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readUnsignedShort()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readUnsignedShort()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readUnsignedShort()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readUnsignedShort()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readUnsignedShort()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readUnsignedShort()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readUnsignedTrint(DataInput)","u":"readUnsignedTrint(java.io.DataInput)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readUTF()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readUTF()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readUTF()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readUTF()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readUTF()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readUTF()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readUTF(DataInput)","u":"readUTF(java.io.DataInput)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readUTF(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"readValue()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, BinaryEntryStore, boolean, int, double)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.BinaryEntryStore,boolean,int,double)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, boolean, int, double)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheLoader,boolean,int,double)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, NonBlockingEntryStore, boolean, int, double)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.NonBlockingEntryStore,boolean,int,double)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"ReadWriteBackingMapScheme()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"readWriteLocksMap()"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"ReadWriteMap(CacheStore, boolean)","u":"%3Cinit%3E(com.tangosol.net.cache.CacheStore,boolean)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, BinaryEntryStore, boolean, int, double)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.BinaryEntryStore,boolean,int,double)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, CacheLoader, boolean, int, double)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.CacheLoader,boolean,int,double)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, NonBlockingEntryStore, boolean, int, double)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.NonBlockingEntryStore,boolean,int,double)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"readXml(XmlElement)","u":"readXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"readXml(XmlElement)","u":"readXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readXmlBean(DataInput, ClassLoader)","u":"readXmlBean(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readXmlSerializable(DataInput)","u":"readXmlSerializable(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readXmlSerializable(DataInput, ClassLoader)","u":"readXmlSerializable(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"ready()"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"ready()"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"ready(String, String)","u":"ready(java.lang.String,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readZonedDateTime(int)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"realize()"},{"p":"com.tangosol.util","c":"Builder","l":"realize()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery","c":"StatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder","c":"SubscriberGroupBuilder","l":"realize(NamedTopic, ParameterResolver)","u":"realize(com.tangosol.net.topic.NamedTopic,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"realize(Object, Serializer)","u":"realize(java.lang.Object,com.tangosol.io.Serializer)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AsyncStoreManagerBuilder","l":"realize(ParameterResolver, ClassLoader, boolean)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"realize(ParameterResolver, ClassLoader, boolean)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BinaryStoreManagerBuilder","l":"realize(ParameterResolver, ClassLoader, boolean)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"CustomStoreManagerBuilder","l":"realize(ParameterResolver, ClassLoader, boolean)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"NioFileManagerBuilder","l":"realize(ParameterResolver, ClassLoader, boolean)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,boolean)"},{"p":"com.oracle.coherence.cdi.server","c":"BeanBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.ActionPolicyParameterizedBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.NullImplementationBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ClusterQuorumPolicyBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"CustomAddressProviderBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"DaemonPoolBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ElementCalculatorBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"EvictionPolicyBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"FactoryBasedAddressProviderBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"InetAddressRangeFilterBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"InvalidConfigServiceLoadBalancerBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ListBasedAddressProviderBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedResourceBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"PartitionAssignmentStrategyBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"PartitionedCacheQuorumPolicyBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ProxyQuorumPolicyBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ProxyServiceLoadBalancerBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceFailurePolicyBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceLoadBalancerBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.ProviderBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"UnitCalculatorBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"WrapperSocketAddressProviderBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"realize(ParameterResolver, MapBuilder.Dependencies)","u":"realize(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.dslquery","c":"ChainedExtractorBuilder","l":"realize(String, int, String)","u":"realize(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"ExtractorBuilder","l":"realize(String, int, String)","u":"realize(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"ReflectionExtractorBuilder","l":"realize(String, int, String)","u":"realize(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"UniversalExtractorBuilder","l":"realize(String, int, String)","u":"realize(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedCollectionBuilder","l":"realize(ValueTypeAssertion, ParameterResolver, MapBuilder.Dependencies)","u":"realize(com.tangosol.net.ValueTypeAssertion,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"realize(ValueTypeAssertion, ParameterResolver, MapBuilder.Dependencies)","u":"realize(com.tangosol.net.ValueTypeAssertion,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.builder","c":"BackingMapManagerBuilder","l":"realizeBackingMapManager(ConfigurableCacheFactory)","u":"realizeBackingMapManager(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"realizeBackingMapManager(ConfigurableCacheFactory)","u":"realizeBackingMapManager(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"realizeBackingMapManager(ConfigurableCacheFactory)","u":"realizeBackingMapManager(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"realizeBackingMapManager(ConfigurableCacheFactory)","u":"realizeBackingMapManager(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.coherence.config.scheme","c":"ViewScheme","l":"realizeBackingMapManager(ConfigurableCacheFactory)","u":"realizeBackingMapManager(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"realizeBackingMapManager(ConfigurableCacheFactory)","u":"realizeBackingMapManager(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedCacheBuilder","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"CustomScheme","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicStorageScheme","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"TransactionalScheme","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"realizeLocal(ParameterResolver, MapBuilder.Dependencies)","u":"realizeLocal(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"CustomScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"FlashJournalScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicStorageScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"RamJournalScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"realizeProvider()"},{"p":"com.oracle.coherence.cdi.server","c":"BeanBuilder","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"ElementCalculatorBuilder","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"EvictionPolicyBuilder","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilder.ReflectionSupport","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"UnitCalculatorBuilder","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedCollectionBuilder","l":"realizes(Class)","u":"realizes(java.lang.Class)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"realizes(Class)","u":"realizes(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderHelper","l":"realizes(ParameterizedBuilder, Class, ParameterResolver, ClassLoader)","u":"realizes(com.tangosol.coherence.config.builder.ParameterizedBuilder,java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceBuilder","l":"realizeService(ParameterResolver, ClassLoader, Cluster)","u":"realizeService(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"realizeService(ParameterResolver, ClassLoader, Cluster)","u":"realizeService(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.scheme","c":"CustomScheme","l":"realizeService(ParameterResolver, ClassLoader, Cluster)","u":"realizeService(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteCacheScheme","l":"realizeService(ParameterResolver, ClassLoader, Cluster)","u":"realizeService(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteInvocationScheme","l":"realizeService(ParameterResolver, ClassLoader, Cluster)","u":"realizeService(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.scheme","c":"TransactionalScheme","l":"realizeService(ParameterResolver, ClassLoader, Cluster)","u":"realizeService(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.scheme","c":"ViewScheme","l":"realizeService(ParameterResolver, ClassLoader, Cluster)","u":"realizeService(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.net.Cluster)"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_AGGREGATE"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_CLEAR"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_ENTRYSET"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_GET"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_INDEX_ADD"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_INDEX_REMOVE"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_INTERCEPTOR_ADD"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_INTERCEPTOR_REMOVE"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_INVOKE"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_KEYSET"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_LISTENER_ADD"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_LISTENER_REMOVE"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_PUT"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_REMOVE"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_TRIGGER_ADD"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_TRIGGER_REMOVE"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_UNKNOWN"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_VALUES"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"reasonToString(int)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"receive()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"receive(DatagramPacket)","u":"receive(java.net.DatagramPacket)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"receive(DatagramPacket)","u":"receive(java.net.DatagramPacket)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"receive(int)"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.TraceStep","l":"recordDuration(long)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.TraceStep","l":"recordDuration(long)"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.ExplainStep","l":"recordEfficiency(int)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.ExplainStep","l":"recordEfficiency(int)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"recordEndTime()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.RecordableStep","l":"recordExtractor(ValueExtractor)","u":"recordExtractor(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.AbstractRecordableStep","l":"recordExtractor(ValueExtractor)","u":"recordExtractor(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.TraceStep","l":"recordPostFilterKeys(int)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.TraceStep","l":"recordPostFilterKeys(int)"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.RecordableStep","l":"recordPreFilterKeys(int)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.AbstractRecordableStep","l":"recordPreFilterKeys(int)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"recordRequest(long, long)","u":"recordRequest(long,long)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"recordStartTime()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"RECOVER"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"RECOVER_BEGIN"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"RECOVER_DISALLOWED"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"RECOVER_END"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"RECOVER_SNAPSHOT_BEGIN"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"RECOVER_SNAPSHOT_END"},{"p":"com.tangosol.net","c":"Guardable","l":"recover()"},{"p":"com.tangosol.util","c":"Daemon","l":"recover()"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"RECOVERED"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"recoverSnapshot(String)","u":"recoverSnapshot(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder.RecoverSnapshotStatement","l":"RecoverSnapshotStatement(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder","l":"RecoverSnapshotStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"recycleBlock(BinaryMap.Block)","u":"recycleBlock(com.tangosol.io.nio.BinaryMap.Block)"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"recycleNode(RecyclingLinkedList.Node)","u":"recycleNode(com.tangosol.util.RecyclingLinkedList.Node)"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"RecyclingLinkedList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"RecyclingLinkedList(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"RecyclingLinkedList(Collection, int)","u":"%3Cinit%3E(java.util.Collection,int)"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"RecyclingLinkedList(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"reduce(BinaryOperator)","u":"reduce(java.util.function.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"reduce(double, DoubleBinaryOperator)","u":"reduce(double,java.util.function.DoubleBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"reduce(double, Remote.DoubleBinaryOperator)","u":"reduce(double,com.tangosol.util.function.Remote.DoubleBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"reduce(DoubleBinaryOperator)","u":"reduce(java.util.function.DoubleBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"reduce(int, IntBinaryOperator)","u":"reduce(int,java.util.function.IntBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"reduce(int, Remote.IntBinaryOperator)","u":"reduce(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"reduce(IntBinaryOperator)","u":"reduce(java.util.function.IntBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"reduce(long, LongBinaryOperator)","u":"reduce(long,java.util.function.LongBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"reduce(long, Remote.LongBinaryOperator)","u":"reduce(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"reduce(LongBinaryOperator)","u":"reduce(java.util.function.LongBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"reduce(Remote.BinaryOperator)","u":"reduce(com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"reduce(Remote.DoubleBinaryOperator)","u":"reduce(com.tangosol.util.function.Remote.DoubleBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"reduce(Remote.IntBinaryOperator)","u":"reduce(com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"reduce(Remote.LongBinaryOperator)","u":"reduce(com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.tangosol.util","c":"Aggregators","l":"reduce(String)","u":"reduce(java.lang.String)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"reduce(T, BinaryOperator)","u":"reduce(T,java.util.function.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"reduce(T, Remote.BinaryOperator)","u":"reduce(T,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"reduce(U, BiFunction, BinaryOperator)","u":"reduce(U,java.util.function.BiFunction,java.util.function.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"reduce(U, Remote.BiFunction, Remote.BinaryOperator)","u":"reduce(U,com.tangosol.util.function.Remote.BiFunction,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util","c":"Aggregators","l":"reduce(ValueExtractor)","u":"reduce(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"reducePermits(int)"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"ReducerAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"ReducerAggregator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"ReducerAggregator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"reducing(Remote.BinaryOperator)","u":"reducing(com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"reducing(T, Remote.BinaryOperator)","u":"reducing(T,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"reducing(U, Remote.BiFunction, Remote.BinaryOperator)","u":"reducing(U,com.tangosol.util.function.Remote.BiFunction,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"reducing(U, Remote.Function, Remote.BinaryOperator)","u":"reducing(U,com.tangosol.util.function.Remote.Function,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.coherence.jcache.common","c":"ReferenceInternalConverter","l":"ReferenceInternalConverter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.ReferenceLibrary","l":"ReferenceLibrary()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"REFLECT_ALLOW_ALL"},{"p":"com.tangosol.util","c":"ClassHelper","l":"REFLECT_FILTER_PROPERTY"},{"p":"com.tangosol.util","c":"ClassHelper","l":"REFLECT_FILTER_SEPARATOR"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"ReflectionExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"ReflectionExtractor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"ReflectionExtractor(String, Object[])","u":"%3Cinit%3E(java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"ReflectionExtractor(String, Object[], int)","u":"%3Cinit%3E(java.lang.String,java.lang.Object[],int)"},{"p":"com.tangosol.coherence.dslquery","c":"ReflectionExtractorBuilder","l":"ReflectionExtractorBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"ReflectionHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"ReflectionUpdater()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"ReflectionUpdater(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"REFRESH_DEFAULT"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"RefreshableAddressProvider(AddressProvider)","u":"%3Cinit%3E(com.tangosol.net.AddressProvider)"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"RefreshableAddressProvider(AddressProvider, long)","u":"%3Cinit%3E(com.tangosol.net.AddressProvider,long)"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"RefreshableSslContext(SSLContextDependencies, boolean)","u":"%3Cinit%3E(com.tangosol.internal.net.ssl.SSLContextDependencies,boolean)"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"refreshAddressList()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"refreshIterator()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.RefreshThread","l":"RefreshThread(long)","u":"%3Cinit%3E(long)"},{"p":"com.oracle.coherence.cdi","c":"Name.Literal","l":"regex()"},{"p":"com.oracle.coherence.cdi","c":"Name","l":"regex()"},{"p":"com.tangosol.util","c":"Filters","l":"regex(ValueExtractor, String)","u":"regex(com.tangosol.util.ValueExtractor,java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"RegExCacheMapping","l":"RegExCacheMapping(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util.filter","c":"RegexFilter","l":"RegexFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"RegexFilter","l":"RegexFilter(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util.filter","c":"RegexFilter","l":"RegexFilter(ValueExtractor, String)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.lang.String)"},{"p":"com.tangosol.util","c":"Binary","l":"regionMatches(int, Binary, int, int)","u":"regionMatches(int,com.tangosol.util.Binary,int,int)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"register()"},{"p":"com.tangosol.net.cache","c":"CachingMap.FrontMapListener","l":"register()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.Task","l":"register()"},{"p":"com.tangosol.coherence.config","c":"CacheMappingRegistry","l":"register(CacheMapping)","u":"register(com.tangosol.coherence.config.CacheMapping)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"register(CacheService, String, String, Map)","u":"register(com.tangosol.net.CacheService,java.lang.String,java.lang.String,java.util.Map)"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorRegistry","l":"register(Collection)","u":"register(java.util.Collection)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorRegistry","l":"register(Collection)","u":"register(java.util.Collection)"},{"p":"com.tangosol.net.management","c":"Registry","l":"register(HealthCheck)","u":"register(com.tangosol.util.HealthCheck)"},{"p":"com.oracle.coherence.mp.metrics","c":"CdiMetricsRegistryAdapter","l":"register(MBeanMetric)","u":"register(com.tangosol.net.metrics.MBeanMetric)"},{"p":"com.oracle.coherence.mp.metrics","c":"MpMetricsRegistryAdapter","l":"register(MBeanMetric)","u":"register(com.tangosol.net.metrics.MBeanMetric)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"register(NamedCache, String)","u":"register(com.tangosol.net.NamedCache,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.ExternalSerializer","l":"register(Object)","u":"register(java.lang.Object)"},{"p":"com.tangosol.coherence.config","c":"ResourceMappingRegistry","l":"register(ResourceMapping)","u":"register(com.tangosol.coherence.config.ResourceMapping)"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry","l":"register(ResourceMapping)","u":"register(com.tangosol.coherence.config.ResourceMapping)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics","l":"register(ServerCall)","u":"register(io.grpc.ServerCall)"},{"p":"com.tangosol.coherence.config","c":"ServiceSchemeRegistry","l":"register(ServiceScheme)","u":"register(com.tangosol.coherence.config.scheme.ServiceScheme)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.SafePofSerializer","l":"register(String)","u":"register(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorRegistry","l":"register(String, AggregatorFactory)","u":"register(java.lang.String,com.tangosol.coherence.rest.util.aggregator.AggregatorFactory)"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorRegistry","l":"register(String, Class)","u":"register(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorRegistry","l":"register(String, Class)","u":"register(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.net.management","c":"Registry","l":"register(String, Object)","u":"register(java.lang.String,java.lang.Object)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorRegistry","l":"register(String, ProcessorFactory)","u":"register(java.lang.String,com.tangosol.coherence.rest.util.processor.ProcessorFactory)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"registerAttributeType(Class)","u":"registerAttributeType(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"registerAttributeType(Class)","u":"registerAttributeType(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"registerAttributeType(String, Class)","u":"registerAttributeType(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"registerBackEvent(MapEvent)","u":"registerBackEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"registerBackingMapManager(BackingMapManager)","u":"registerBackingMapManager(com.tangosol.net.BackingMapManager)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"registerBackingMapManager(BackingMapManager)","u":"registerBackingMapManager(com.tangosol.net.BackingMapManager)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"registerBackServiceListener()"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry","l":"registerBuilder(Class, ParameterizedBuilder)","u":"registerBuilder(java.lang.Class,com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"registerBuilder(Class, ParameterizedBuilder)","u":"registerBuilder(java.lang.Class,com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry","l":"registerBuilder(Class, String, ParameterizedBuilder)","u":"registerBuilder(java.lang.Class,java.lang.String,com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"registerBuilder(Class, String, ParameterizedBuilder)","u":"registerBuilder(java.lang.Class,java.lang.String,com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"registerCacheEntryListener(CacheEntryListenerConfiguration)","u":"registerCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"registerCacheEntryListener(CacheEntryListenerConfiguration)","u":"registerCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"registerCacheEntryListener(CacheEntryListenerConfiguration)","u":"registerCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"registerCacheEntryListener(CacheEntryListenerConfiguration)","u":"registerCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerCacheMBean(CacheService, String, String, Map)","u":"registerCacheMBean(com.tangosol.net.CacheService,java.lang.String,java.lang.String,java.util.Map)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerCacheMBean(NamedCache, String)","u":"registerCacheMBean(com.tangosol.net.NamedCache,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility","l":"registerCacheObject(AbstractCoherenceBasedCache, MBeanServerRegistrationUtility.ObjectNameType)","u":"registerCacheObject(com.tangosol.coherence.jcache.AbstractCoherenceBasedCache,com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility.ObjectNameType)"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerCachePrune(long)"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"registerContainerRequestFilters()"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"registerContainerResponseFilters()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"registerDeactivationListener()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"registerDeactivationListener()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"registerElementType(Class)","u":"registerElementType(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"registerElementType(Class)","u":"registerElementType(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"registerElementType(String, Class)","u":"registerElementType(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.net.events","c":"EventDispatcherRegistry","l":"registerEventDispatcher(EventDispatcher)","u":"registerEventDispatcher(com.tangosol.net.events.EventDispatcher)"},{"p":"com.tangosol.net.events","c":"InterceptorRegistry","l":"registerEventInterceptor(EventInterceptor)","u":"registerEventInterceptor(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.events","c":"InterceptorRegistry","l":"registerEventInterceptor(EventInterceptor, RegistrationBehavior)","u":"registerEventInterceptor(com.tangosol.net.events.EventInterceptor,com.tangosol.util.RegistrationBehavior)"},{"p":"com.tangosol.net.events","c":"InterceptorRegistry","l":"registerEventInterceptor(String, EventInterceptor, RegistrationBehavior)","u":"registerEventInterceptor(java.lang.String,com.tangosol.net.events.EventInterceptor,com.tangosol.util.RegistrationBehavior)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"registerExpiry(long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"registerExpiry(Object, long)","u":"registerExpiry(java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"registerFrontEvent(MapEvent)","u":"registerFrontEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"registerFrontEvent(MapEvent)","u":"registerFrontEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"registerFrontListener()"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"registerGUIDs(Member, String[])","u":"registerGUIDs(com.tangosol.net.Member,java.lang.String[])"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerHit()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerHit(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerHits(int, long)","u":"registerHits(int,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerHits(int, long)","u":"registerHits(int,long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerHits(int, long)","u":"registerHits(int,long)"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerHits(int, long)","u":"registerHits(int,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerHitsCompleted(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerHitsCompleted(long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerHitsCompleted(long)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"registerIdentity(int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"registerIdentity(int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"registerIdentity(int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"registerIdentity(int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"registerIdentity(int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"registerIdentity(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"registerIdentity(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"registerIdentity(int, Object)","u":"registerIdentity(int,java.lang.Object)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"registerIdentity(int, Object)","u":"registerIdentity(int,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"registerIdentity(Object)","u":"registerIdentity(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"registerIdentity(Object)","u":"registerIdentity(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"registerIdentity(Object)","u":"registerIdentity(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerIncrementalCachePrune(long)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"registerIndex(PersistentStore, long, Binary, Binary, Object)","u":"registerIndex(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,com.tangosol.util.Binary,java.lang.Object)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"registerInterceptor(XmlElement, String, String)","u":"registerInterceptor(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"registerKey(Object, Binary, Binary)","u":"registerKey(java.lang.Object,com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"registerKey(Object, Binary, Binary)","u":"registerKey(java.lang.Object,com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"registerKey(Object, Binary, Binary, int)","u":"registerKey(java.lang.Object,com.tangosol.util.Binary,com.tangosol.util.Binary,int)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"registerListener()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"registerListener(Object)","u":"registerListener(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"registerListener(PersistentStore, long, Binary, long, boolean, Object)","u":"registerListener(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,long,boolean,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"registerListeners(Set)","u":"registerListeners(java.util.Set)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListenerManager","l":"registerListeners(String, String, String, String)","u":"registerListeners(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"registerLock(PersistentStore, long, Binary, long, long, Object)","u":"registerLock(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,long,long,java.lang.Object)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"registerMarshaller(Class, MediaType, Class)","u":"registerMarshaller(java.lang.Class,jakarta.ws.rs.core.MediaType,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"registerMarshaller(Class, MediaType, Marshaller)","u":"registerMarshaller(java.lang.Class,jakarta.ws.rs.core.MediaType,com.tangosol.coherence.rest.io.Marshaller)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"registerMarshaller(Class, String, Class)","u":"registerMarshaller(java.lang.Class,java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"registerMarshaller(Class, String, Marshaller)","u":"registerMarshaller(java.lang.Class,java.lang.String,com.tangosol.coherence.rest.io.Marshaller)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"registerMBean()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"registerMBean()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"registerMBean(Registry)","u":"registerMBean(com.tangosol.net.management.Registry)"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerMiss()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerMiss(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerMisses(int, long)","u":"registerMisses(int,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerMisses(int, long)","u":"registerMisses(int,long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerMisses(int, long)","u":"registerMisses(int,long)"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerMisses(int, long)","u":"registerMisses(int,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerMissesCompleted(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerMissesCompleted(long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerMissesCompleted(long)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerPagedTopicMBean(PagedTopicService, String)","u":"registerPagedTopicMBean(com.tangosol.net.PagedTopicService,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"registerPortableType(Class)","u":"registerPortableType(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"registerPortableTypes(Class...)","u":"registerPortableTypes(java.lang.Class...)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"registerProcessor(Class)","u":"registerProcessor(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"registerProcessor(Class, AttributeProcessor)","u":"registerProcessor(java.lang.Class,com.tangosol.config.xml.AttributeProcessor)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"registerProcessor(Class, AttributeProcessor)","u":"registerProcessor(java.lang.Class,com.tangosol.config.xml.AttributeProcessor)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"registerProcessor(Class, ElementProcessor)","u":"registerProcessor(java.lang.Class,com.tangosol.config.xml.ElementProcessor)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"registerProcessor(Class, ElementProcessor)","u":"registerProcessor(java.lang.Class,com.tangosol.config.xml.ElementProcessor)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"registerProcessor(String, AttributeProcessor)","u":"registerProcessor(java.lang.String,com.tangosol.config.xml.AttributeProcessor)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"registerProcessor(String, ElementProcessor)","u":"registerProcessor(java.lang.String,com.tangosol.config.xml.ElementProcessor)"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"registerProviders()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerPut(long)"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerPuts(int, long)","u":"registerPuts(int,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerPuts(long, long)","u":"registerPuts(long,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerPuts(long, long)","u":"registerPuts(long,long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerPuts(long, long)","u":"registerPuts(long,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerPutsCompleted(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerPutsCompleted(long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerPutsCompleted(long)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngineRegistry","l":"registerQueryEngine(String, Class)","u":"registerQueryEngine(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngineRegistry","l":"registerQueryEngine(String, QueryEngine)","u":"registerQueryEngine(java.lang.String,com.tangosol.coherence.rest.query.QueryEngine)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerQueryMBeans(String, String, String, Registry)","u":"registerQueryMBeans(java.lang.String,java.lang.String,java.lang.String,com.tangosol.net.management.Registry)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.ReferenceLibrary","l":"registerReference(Object)","u":"registerReference(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerRemove()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerRemove()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerRemove()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerRemoveCompleted(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerRemoveCompleted(long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerRemoveCompleted(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerRemoves(long, long)","u":"registerRemoves(long,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerRemoves(long, long)","u":"registerRemoves(long,long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerRemoves(long, long)","u":"registerRemoves(long,long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"registerResource(Class, Builder, RegistrationBehavior, ResourceRegistry.ResourceLifecycleObserver)","u":"registerResource(java.lang.Class,com.tangosol.util.Builder,com.tangosol.util.RegistrationBehavior,com.tangosol.util.ResourceRegistry.ResourceLifecycleObserver)"},{"p":"com.tangosol.util","c":"ResourceRegistry","l":"registerResource(Class, Builder, RegistrationBehavior, ResourceRegistry.ResourceLifecycleObserver)","u":"registerResource(java.lang.Class,com.tangosol.util.Builder,com.tangosol.util.RegistrationBehavior,com.tangosol.util.ResourceRegistry.ResourceLifecycleObserver)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"registerResource(Class, Builder, RegistrationBehavior, ResourceRegistry.ResourceLifecycleObserver)","u":"registerResource(java.lang.Class,com.tangosol.util.Builder,com.tangosol.util.RegistrationBehavior,com.tangosol.util.ResourceRegistry.ResourceLifecycleObserver)"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"registerResource(Class, R)","u":"registerResource(java.lang.Class,R)"},{"p":"com.tangosol.util","c":"ResourceRegistry","l":"registerResource(Class, R)","u":"registerResource(java.lang.Class,R)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"registerResource(Class, R)","u":"registerResource(java.lang.Class,R)"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"registerResource(Class, String, Builder, RegistrationBehavior, ResourceRegistry.ResourceLifecycleObserver)","u":"registerResource(java.lang.Class,java.lang.String,com.tangosol.util.Builder,com.tangosol.util.RegistrationBehavior,com.tangosol.util.ResourceRegistry.ResourceLifecycleObserver)"},{"p":"com.tangosol.util","c":"ResourceRegistry","l":"registerResource(Class, String, Builder, RegistrationBehavior, ResourceRegistry.ResourceLifecycleObserver)","u":"registerResource(java.lang.Class,java.lang.String,com.tangosol.util.Builder,com.tangosol.util.RegistrationBehavior,com.tangosol.util.ResourceRegistry.ResourceLifecycleObserver)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"registerResource(Class, String, Builder, RegistrationBehavior, ResourceRegistry.ResourceLifecycleObserver)","u":"registerResource(java.lang.Class,java.lang.String,com.tangosol.util.Builder,com.tangosol.util.RegistrationBehavior,com.tangosol.util.ResourceRegistry.ResourceLifecycleObserver)"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"registerResource(Class, String, R)","u":"registerResource(java.lang.Class,java.lang.String,R)"},{"p":"com.tangosol.util","c":"ResourceRegistry","l":"registerResource(Class, String, R)","u":"registerResource(java.lang.Class,java.lang.String,R)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"registerResource(Class, String, R)","u":"registerResource(java.lang.Class,java.lang.String,R)"},{"p":"com.tangosol.net","c":"Cluster","l":"registerResource(String, Disposable)","u":"registerResource(java.lang.String,com.oracle.coherence.common.base.Disposable)"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"registerResourceFilterFactories()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"registerResources(ResourceRegistry)","u":"registerResources(com.tangosol.util.ResourceRegistry)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"registerResources(ResourceRegistry)","u":"registerResources(com.tangosol.util.ResourceRegistry)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"registerResources(ResourceRegistry, RegistrationBehavior)","u":"registerResources(com.tangosol.util.ResourceRegistry,com.tangosol.util.RegistrationBehavior)"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"registerRootResource()"},{"p":"com.tangosol.coherence.rest.server","c":"PassThroughResourceConfig","l":"registerRootResource()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"registerServiceListener()"},{"p":"com.tangosol.net","c":"ServiceMonitor","l":"registerServices(Map)","u":"registerServices(java.util.Map)"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"registerServices(Map)","u":"registerServices(java.util.Map)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerSubscriberGroupMBean(PagedTopicService, PagedTopicSubscription)","u":"registerSubscriberGroupMBean(com.tangosol.net.PagedTopicService,com.tangosol.internal.net.topic.impl.paged.model.PagedTopicSubscription)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerSubscriberMBean(PagedTopicSubscriber)","u":"registerSubscriberMBean(com.tangosol.internal.net.topic.impl.paged.PagedTopicSubscriber)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"registerTrigger(PersistentStore, long, Binary, Object)","u":"registerTrigger(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"registerUserType(int, Class, PofSerializer)","u":"registerUserType(int,java.lang.Class,com.tangosol.io.pof.PofSerializer)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerViewMBean(CacheService, ContinuousQueryCache)","u":"registerViewMBean(com.tangosol.net.CacheService,com.tangosol.net.cache.ContinuousQueryCache)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerViewMBean(ContinuousQueryCache)","u":"registerViewMBean(com.tangosol.net.cache.ContinuousQueryCache)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryKey","l":"RegistryKey(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryKey","l":"RegistryKey(Class, String)","u":"%3Cinit%3E(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryKey","l":"RegistryKey(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryKey","l":"RegistryKey(Class, String)","u":"%3Cinit%3E(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryValue","l":"RegistryValue(Object, ResourceRegistry.ResourceLifecycleObserver)","u":"%3Cinit%3E(java.lang.Object,com.tangosol.util.ResourceRegistry.ResourceLifecycleObserver)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryValue","l":"RegistryValue(ParameterizedBuilder)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"rehash(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"rehashAll()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"rehashBegin()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"rehashComplete()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"rehashNext()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"reject(Throwable)","u":"reject(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"reject(Throwable)","u":"reject(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"reject(Throwable)","u":"reject(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"reject(Throwable)","u":"reject(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"reject(Throwable)","u":"reject(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"SocketAddressProvider","l":"reject(Throwable)","u":"reject(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"NullImplementation.NullAddressProvider","l":"reject(Throwable)","u":"reject(java.lang.Throwable)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"rejectChange()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResultStatus","l":"Rejected"},{"p":"com.tangosol.net","c":"LoadBalancer.ResponseHandler","l":"relayResponse(Socket, Socket)","u":"relayResponse(java.net.Socket,java.net.Socket)"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"release()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"release()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"release()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"release()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"release()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"release()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"release()"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"release()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"release()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"release()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"release()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"release()"},{"p":"com.tangosol.net","c":"Releasable","l":"release()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"release()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"release()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"release()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"release()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"release()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"release()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"release()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"release()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"release()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"release(BinaryStore)","u":"release(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"release(BinaryStore)","u":"release(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"release(boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"release(CacheLoader)","u":"release(com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"release(CacheLoader)","u":"release(com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"release(ClassLoader, URI)","u":"release(java.lang.ClassLoader,java.net.URI)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"release(ConfigurableCacheFactory)","u":"release(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"release(ConfigurableCacheFactory)","u":"release(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"release(ConfigurableCacheFactory)","u":"release(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"release(int)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"release(int)"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"release(int)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"release(Map, Map)","u":"release(java.util.Map,java.util.Map)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"release(Map, Map)","u":"release(java.util.Map,java.util.Map)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.Allocator","l":"release(WriteBuffer)","u":"release(com.tangosol.io.WriteBuffer)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.WriteBufferPool","l":"release(WriteBuffer)","u":"release(com.tangosol.io.WriteBuffer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.Stats","l":"release(WriteBuffer)","u":"release(com.tangosol.io.WriteBuffer)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"releaseAll(ClassLoader)","u":"releaseAll(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"releaseAll(ClassLoader)","u":"releaseAll(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"releaseAll(ClassLoader)","u":"releaseAll(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"AbstractBackingMapManager","l":"releaseBackingMap(String, Map)","u":"releaseBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"releaseBackingMap(String, Map)","u":"releaseBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"releaseBackingMap(String, Map)","u":"releaseBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"releaseBackingMap(String, Map)","u":"releaseBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"releaseBackingMap(String, Map)","u":"releaseBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager","l":"releaseBackingMap(String, Map)","u":"releaseBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"releaseBackupMap(String, Map, Map)","u":"releaseBackupMap(java.lang.String,java.util.Map,java.util.Map)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"releaseBuffer(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"releaseBuffers()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"releaseCache(NamedCache)","u":"releaseCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"CacheService","l":"releaseCache(NamedCache)","u":"releaseCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"releaseCache(NamedCache)","u":"releaseCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"releaseCache(NamedCache)","u":"releaseCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"releaseCache(NamedCache)","u":"releaseCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"releaseCache(NamedCache, boolean)","u":"releaseCache(com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"releaseCache(NamedCache, boolean)","u":"releaseCache(com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"releaseCache(NamedCache)","u":"releaseCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"releaseCache(String)","u":"releaseCache(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"releaseClosedStatus(Object)","u":"releaseClosedStatus(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"releaseIndexMap()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"releaseInternal()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"releaseIterator(Iterator)","u":"releaseIterator(java.util.Iterator)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"releaseListeners()"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"releaseSession(Session)","u":"releaseSession(com.tangosol.net.Session)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"releaseSession(Session)","u":"releaseSession(com.tangosol.net.Session)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"releaseThread()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"releaseThread()"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"releaseThread()"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"releaseThread()"},{"p":"com.tangosol.net","c":"TopicService","l":"releaseTopic(NamedTopic)","u":"releaseTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"releaseTopic(NamedTopic)","u":"releaseTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"releaseTopic(NamedTopic)","u":"releaseTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"releaseTopic(NamedTopic)","u":"releaseTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"remainingTimeoutMillis()"},{"p":"com.tangosol.util.function","c":"Remote","l":"Remote()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"RemoteAtomicBoolean(NamedMap, String)","u":"%3Cinit%3E(com.tangosol.net.NamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicBoolean(String)","u":"remoteAtomicBoolean(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicBoolean(String, boolean)","u":"remoteAtomicBoolean(java.lang.String,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"RemoteAtomicInteger(NamedMap, String)","u":"%3Cinit%3E(com.tangosol.net.NamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicInteger(String)","u":"remoteAtomicInteger(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicInteger(String, int)","u":"remoteAtomicInteger(java.lang.String,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicLong(String)","u":"remoteAtomicLong(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicLong(String, long)","u":"remoteAtomicLong(java.lang.String,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"RemoteAtomicMarkableReference(NamedMap>, String)","u":"%3Cinit%3E(com.tangosol.net.NamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicMarkableReference(String)","u":"remoteAtomicMarkableReference(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicMarkableReference(String, V, boolean)","u":"remoteAtomicMarkableReference(java.lang.String,V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"RemoteAtomicReference(NamedMap>, String)","u":"%3Cinit%3E(com.tangosol.net.NamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicReference(String)","u":"remoteAtomicReference(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicReference(String, V)","u":"remoteAtomicReference(java.lang.String,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"RemoteAtomicStampedReference(NamedMap>, String)","u":"%3Cinit%3E(com.tangosol.net.NamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicStampedReference(String)","u":"remoteAtomicStampedReference(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicStampedReference(String, V, int)","u":"remoteAtomicStampedReference(java.lang.String,V,int)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"RemoteCache(CoherenceBasedCacheManager, String, RemoteCacheConfiguration)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String,com.tangosol.coherence.jcache.remotecache.RemoteCacheConfiguration)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCacheConfiguration","l":"RemoteCacheConfiguration()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCacheConfiguration","l":"RemoteCacheConfiguration(CompleteConfiguration)","u":"%3Cinit%3E(javax.cache.configuration.CompleteConfiguration)"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteCacheScheme","l":"RemoteCacheScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"RemoteCollectors()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent","c":"Latches","l":"remoteCountDownLatch(String, int)","u":"remoteCountDownLatch(java.lang.String,int)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"RemoteCountDownLatch(String, int, NamedMap)","u":"%3Cinit%3E(java.lang.String,int,com.tangosol.net.NamedMap)"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteInvocationScheme","l":"RemoteInvocationScheme()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"remoteLock(String)","u":"remoteLock(java.lang.String)"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"RemoteMember(InetAddress, int)","u":"%3Cinit%3E(java.net.InetAddress,int)"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"remoteReadWriteLock(String)","u":"remoteReadWriteLock(java.lang.String)"},{"p":"com.oracle.coherence.concurrent","c":"Semaphores","l":"remoteSemaphore(String, int)","u":"remoteSemaphore(java.lang.String,int)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"RemoteSemaphore(String, int, NamedMap)","u":"%3Cinit%3E(java.lang.String,int,com.tangosol.net.NamedMap)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"REMOVE_ARCHIVED_SNAPSHOT_BEGIN"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"REMOVE_ARCHIVED_SNAPSHOT_END"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"REMOVE_SNAPSHOT_BEGIN"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"REMOVE_SNAPSHOT_END"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term.TermIterator","l":"remove()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEventFilteringIterator","l":"remove()"},{"p":"com.tangosol.coherence.jcache.common","c":"MapEntryIteratorToCacheEntryIteratorAdapter","l":"remove()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache.EntryIterator","l":"remove()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache.EntryIterator","l":"remove()"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"remove()"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"remove()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"remove()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"remove()"},{"p":"com.tangosol.net","c":"LoadBalancer.Queue","l":"remove()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"remove()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.EntrySet.EntrySetIterator","l":"remove()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"remove()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.EntrySetIterator","l":"remove()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection.ValuesIterator","l":"remove()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"remove()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"remove()"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"remove()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterIterator","l":"remove()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"remove()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"remove()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"remove()"},{"p":"com.tangosol.util","c":"DeltaSet.DeltaIterator","l":"remove()"},{"p":"com.tangosol.util","c":"Dequeue","l":"remove()"},{"p":"com.tangosol.util","c":"EnumerationIterator","l":"remove()"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"remove()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"remove()"},{"p":"com.tangosol.util","c":"IteratorEnumerator","l":"remove()"},{"p":"com.tangosol.util","c":"LongArray.Iterator","l":"remove()"},{"p":"com.tangosol.util","c":"NullImplementation.NullEnumerator","l":"remove()"},{"p":"com.tangosol.util","c":"PagedIterator","l":"remove()"},{"p":"com.tangosol.util","c":"Processors","l":"remove()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"remove()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"remove()"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"remove()"},{"p":"com.tangosol.util","c":"SimpleLongArray.Iterator","l":"remove()"},{"p":"com.tangosol.util","c":"Streamer","l":"remove()"},{"p":"com.tangosol.util","c":"SubSet.SubSetIterator","l":"remove()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"remove()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"remove()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"remove(AbstractSparseArray.Node)","u":"remove(com.tangosol.util.AbstractSparseArray.Node)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"remove(boolean)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"remove(boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"remove(boolean)"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"remove(boolean)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"remove(boolean)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"remove(boolean)"},{"p":"com.tangosol.util","c":"Processors","l":"remove(boolean)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"remove(boolean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"remove(CacheRequestHolder)","u":"remove(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.util","c":"Tree","l":"remove(Comparable)","u":"remove(java.lang.Comparable)"},{"p":"com.tangosol.util","c":"Listeners","l":"remove(EventListener)","u":"remove(java.util.EventListener)"},{"p":"com.tangosol.util","c":"Processors","l":"remove(Filter)","u":"remove(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"Processors","l":"remove(Filter, boolean)","u":"remove(com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"remove(Guardable)","u":"remove(com.tangosol.net.Guardable)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"remove(int)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"remove(int)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"remove(int)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"remove(int)"},{"p":"com.tangosol.util","c":"InflatableList","l":"remove(int)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"remove(int)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"remove(int)"},{"p":"com.tangosol.util","c":"SubList","l":"remove(int)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"remove(int)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"remove(K)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"remove(K)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"remove(K)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"remove(K)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"remove(K)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"remove(K, V)","u":"remove(K,V)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"remove(K, V)","u":"remove(K,V)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"remove(K, V)","u":"remove(K,V)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"remove(K, V)","u":"remove(K,V)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"remove(K, V)","u":"remove(K,V)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"remove(long)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.tangosol.util","c":"LongArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.oracle.coherence.mp.metrics","c":"CdiMetricsRegistryAdapter","l":"remove(MBeanMetric.Identifier)","u":"remove(com.tangosol.net.metrics.MBeanMetric.Identifier)"},{"p":"com.oracle.coherence.mp.metrics","c":"MpMetricsRegistryAdapter","l":"remove(MBeanMetric.Identifier)","u":"remove(com.tangosol.net.metrics.MBeanMetric.Identifier)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.EntrySet.EntrySetIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet.InternalKeySetIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EvictingBackupMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.AddressIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionedIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.PartitionedIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.KeySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.KeyIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.EntrySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.KeySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"DeltaSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"LiteSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"MapSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"PagedIterator.Advancer","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet.EntrySetIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet.EntrySetIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SetMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SortedBag","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SubList","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SubSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"remove(PartitionSet)","u":"remove(com.tangosol.net.partition.PartitionSet)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"remove(RemoveRequest)","u":"remove(com.oracle.coherence.grpc.RemoveRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"remove(RemoveRequest)","u":"remove(com.oracle.coherence.grpc.RemoveRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"remove(RemoveRequest, StreamObserver)","u":"remove(com.oracle.coherence.grpc.RemoveRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SnapshotArchiver","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"com.tangosol.util","c":"StringTable","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"remove(String, String, String, ByteString)","u":"remove(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"remove(String, String, String, ByteString, ByteString)","u":"remove(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"remove(T)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"remove(T)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"remove(T, boolean)","u":"remove(T,boolean)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"remove(T, boolean)","u":"remove(T,boolean)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.RemoveAction","l":"RemoveAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.RemoveAction","l":"RemoveAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"removeAll()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"removeAll()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"removeAll()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"removeAll()"},{"p":"com.tangosol.util","c":"Listeners","l":"removeAll()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.KeySet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.KeySet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"MapSet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"LiteSet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubList","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubSet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAll(Collection, boolean)","u":"removeAll(java.util.Collection,boolean)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAll(Collection, boolean)","u":"removeAll(java.util.Collection,boolean)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAll(Filter)","u":"removeAll(com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAll(Filter)","u":"removeAll(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"removeAll(Filter)","u":"removeAll(com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAll(Filter, boolean)","u":"removeAll(com.tangosol.util.Filter,boolean)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAll(Filter, boolean)","u":"removeAll(com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"removeAll(Set)","u":"removeAll(java.util.Set)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"removeAll(Set)","u":"removeAll(java.util.Set)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"removeAll(Set)","u":"removeAll(java.util.Set)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"removeAll(Set)","u":"removeAll(java.util.Set)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAll(Stream)","u":"removeAll(java.util.stream.Stream)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAll(Stream)","u":"removeAll(java.util.stream.Stream)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAll(Stream, boolean)","u":"removeAll(java.util.stream.Stream,boolean)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAll(Stream, boolean)","u":"removeAll(java.util.stream.Stream,boolean)"},{"p":"com.tangosol.util","c":"StringTable","l":"removeAll(StringTable)","u":"removeAll(com.tangosol.util.StringTable)"},{"p":"com.tangosol.util","c":"Tree","l":"removeAll(Tree)","u":"removeAll(com.tangosol.util.Tree)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAllById(Collection)","u":"removeAllById(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAllById(Collection)","u":"removeAllById(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAllById(Collection, boolean)","u":"removeAllById(java.util.Collection,boolean)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAllById(Collection, boolean)","u":"removeAllById(java.util.Collection,boolean)"},{"p":"com.tangosol.util","c":"Dequeue","l":"removeAllElements()"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"removeArchivedSnapshot(String)","u":"removeArchivedSnapshot(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.RemoveBundler","l":"RemoveBundler()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeById(ID)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeById(ID)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeById(ID, boolean)","u":"removeById(ID,boolean)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeById(ID, boolean)","u":"removeById(ID,boolean)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"removeCacheToConfigurationMapping(JCacheIdentifier)","u":"removeCacheToConfigurationMapping(com.tangosol.coherence.jcache.common.JCacheIdentifier)"},{"p":"com.oracle.coherence.concurrent","c":"Latches","l":"removeCountDownLatch(String)","u":"removeCountDownLatch(java.lang.String)"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent.Type","l":"REMOVED"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"REMOVED"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"REMOVED"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"REMOVED"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"removeElement(XmlElement, String)","u":"removeElement(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"removeEmptyElements(XmlElement)","u":"removeEmptyElements(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"removeEntryInternal(SafeHashMap.Entry)","u":"removeEntryInternal(com.tangosol.util.SafeHashMap.Entry)"},{"p":"com.tangosol.util.filter","c":"GreaterEqualsFilter","l":"removeEqualKeys(SortedMap>, Set)","u":"removeEqualKeys(java.util.SortedMap,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"removeEqualKeys(SortedMap>, Set)","u":"removeEqualKeys(java.util.SortedMap,java.util.Set)"},{"p":"com.tangosol.net.events","c":"EventDispatcher","l":"removeEventInterceptor(EventInterceptor)","u":"removeEventInterceptor(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.events","c":"EventDispatcher","l":"removeEventInterceptor(String)","u":"removeEventInterceptor(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"removeEvicted(LocalCache.Entry)","u":"removeEvicted(com.tangosol.net.cache.LocalCache.Entry)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"removeExpired(LocalCache.Entry, boolean)","u":"removeExpired(com.tangosol.net.cache.LocalCache.Entry,boolean)"},{"p":"com.tangosol.io","c":"FileHelper","l":"removeExtension(String)","u":"removeExtension(java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"removeFilterMapListener(String, String, String, ByteString, long, boolean, boolean, ByteString)","u":"removeFilterMapListener(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,long,boolean,boolean,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"removeFirst()"},{"p":"com.tangosol.util","c":"SortedBag","l":"removeFirst()"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"removeForwardEntry(Object)","u":"removeForwardEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"removeForwardEntry(Object)","u":"removeForwardEntry(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"removeFromWriteQueue(Object)","u":"removeFromWriteQueue(java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"removeFunction(String)","u":"removeFunction(java.lang.String)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"removeIf(Predicate)","u":"removeIf(java.util.function.Predicate)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"removeIfExpired(LocalCache.Entry)","u":"removeIfExpired(com.tangosol.net.cache.LocalCache.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"removeImmediate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"removeIndex(CacheRequestHolder)","u":"removeIndex(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"removeIndex(RemoveIndexRequest)","u":"removeIndex(com.oracle.coherence.grpc.RemoveIndexRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"removeIndex(RemoveIndexRequest)","u":"removeIndex(com.oracle.coherence.grpc.RemoveIndexRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"removeIndex(RemoveIndexRequest, StreamObserver)","u":"removeIndex(com.oracle.coherence.grpc.RemoveIndexRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"removeIndex(String, String, String, ByteString)","u":"removeIndex(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"removeIndex(ValueExtractor, ObservableMap, Map)","u":"removeIndex(com.tangosol.util.ValueExtractor,com.tangosol.util.ObservableMap,java.util.Map)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"removeIndex(ValueExtractor)","u":"removeIndex(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"removeIndex(ValueExtractor)","u":"removeIndex(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"removeIndex(ValueExtractor)","u":"removeIndex(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"removeIndex(ValueExtractor)","u":"removeIndex(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterQueryMap","l":"removeIndex(ValueExtractor)","u":"removeIndex(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"QueryMap","l":"removeIndex(ValueExtractor)","u":"removeIndex(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"Coherence","l":"removeInstance(String)","u":"removeInstance(java.lang.String)"},{"p":"com.tangosol.net","c":"Coherence","l":"removeInstance(String, ClassLoader)","u":"removeInstance(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"removeIntDecoration(Binary)","u":"removeIntDecoration(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"removeIntDecoration(ReadBuffer)","u":"removeIntDecoration(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"removeInternal(Object, boolean)","u":"removeInternal(java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"removeInternal(Object, boolean, boolean)","u":"removeInternal(java.lang.Object,boolean,boolean)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"removeInternal(Object, SegmentedHashMap.EntryAction, Object)","u":"removeInternal(java.lang.Object,com.tangosol.util.SegmentedHashMap.EntryAction,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"removeInternal(String)","u":"removeInternal(java.lang.String)"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"removeInternal(String)","u":"removeInternal(java.lang.String)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"removeInternalValueDecoration(Object, int)","u":"removeInternalValueDecoration(java.lang.Object,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"removeInternalValueDecoration(Object, int)","u":"removeInternalValueDecoration(java.lang.Object,int)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"removeInverseMapping(Map, Object, Object)","u":"removeInverseMapping(java.util.Map,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"removeInverseMapping(Object, Object)","u":"removeInverseMapping(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"removeInverseMapping(Object, Object, Collection)","u":"removeInverseMapping(java.lang.Object,java.lang.Object,java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"removeKeyHolder()"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"removeKeyMapListener(String, String, String, ByteString, boolean, ByteString)","u":"removeKeyMapListener(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,boolean,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"SortedBag","l":"removeLast()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"removeLifecycleListener(LifecycleListener)","u":"removeLifecycleListener(com.tangosol.application.LifecycleListener)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.RemoveListener","l":"RemoveListener()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"removeListener(AbstractRepositoryBase.Listener)","u":"removeListener(com.oracle.coherence.repository.AbstractRepositoryBase.Listener)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"removeListener(Filter, AbstractRepositoryBase.Listener)","u":"removeListener(com.tangosol.util.Filter,com.oracle.coherence.repository.AbstractRepositoryBase.Listener)"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"removeListener(FiniteStateMachineListener)","u":"removeListener(com.tangosol.util.fsm.FiniteStateMachineListener)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"removeListener(FiniteStateMachineListener)","u":"removeListener(com.tangosol.util.fsm.FiniteStateMachineListener)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"removeListener(ID, AbstractRepositoryBase.Listener)","u":"removeListener(ID,com.oracle.coherence.repository.AbstractRepositoryBase.Listener)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeListener(MapListener, Filter)","u":"removeListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeListener(MapListener, Object)","u":"removeListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeListener(MapListener, Set)","u":"removeListener(com.tangosol.util.MapListener,java.util.Set)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeListenerState(Map, Object, MapListener)","u":"removeListenerState(java.util.Map,java.lang.Object,com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeListenerWithCheck(MapListener, Filter)","u":"removeListenerWithCheck(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeListenerWithCheck(MapListener, Object)","u":"removeListenerWithCheck(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeListenerWithCheck(MapListener, Set)","u":"removeListenerWithCheck(com.tangosol.util.MapListener,java.util.Set)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"removeMap(int)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"removeMapListener(MapListener, Object)","u":"removeMapListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"removeMapListener(MapListener, Object)","u":"removeMapListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"removeMapListener(MapListener, Object)","u":"removeMapListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"removeMapListener(MapListener, Object)","u":"removeMapListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"removeMapListener(MapListener, Object)","u":"removeMapListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"removeMapListener(MapListener, Object)","u":"removeMapListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"removeMapListener(MapListener, Object)","u":"removeMapListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"removeMapListener(MapListener, K)","u":"removeMapListener(com.tangosol.util.MapListener,K)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ObservableMap","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"ObservableMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"removeMapListener(MapListener, K)","u":"removeMapListener(com.tangosol.util.MapListener,K)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"removeMapListener(MapListener, K)","u":"removeMapListener(com.tangosol.util.MapListener,K)"},{"p":"com.tangosol.util","c":"ObservableMap","l":"removeMapListener(MapListener, K)","u":"removeMapListener(com.tangosol.util.MapListener,K)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"removeMapListener(MapListener, K)","u":"removeMapListener(com.tangosol.util.MapListener,K)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"removeMapListener(MapListener, TK)","u":"removeMapListener(com.tangosol.util.MapListener,TK)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"removeMapping(CacheRequestHolder)","u":"removeMapping(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"removeMapping(RemoveMappingRequest)","u":"removeMapping(com.oracle.coherence.grpc.RemoveMappingRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"removeMapping(RemoveMappingRequest)","u":"removeMapping(com.oracle.coherence.grpc.RemoveMappingRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"removeMapping(RemoveMappingRequest, StreamObserver)","u":"removeMapping(com.oracle.coherence.grpc.RemoveMappingRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net","c":"Service","l":"removeMemberListener(MemberListener)","u":"removeMemberListener(com.tangosol.net.MemberListener)"},{"p":"com.tangosol.net","c":"WrapperService","l":"removeMemberListener(MemberListener)","u":"removeMemberListener(com.tangosol.net.MemberListener)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"removeNext(int)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean.SilentEmitter","l":"removeNotificationListener(NotificationListener)","u":"removeNotificationListener(javax.management.NotificationListener)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean.SilentEmitter","l":"removeNotificationListener(NotificationListener, NotificationFilter, Object)","u":"removeNotificationListener(javax.management.NotificationListener,javax.management.NotificationFilter,java.lang.Object)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"removeNotificationListener(String, NotificationListener)","u":"removeNotificationListener(java.lang.String,javax.management.NotificationListener)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"removeNotificationListener(String, NotificationListener)","u":"removeNotificationListener(java.lang.String,javax.management.NotificationListener)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"removeNotificationListener(String, NotificationListener, NotificationFilter, Object)","u":"removeNotificationListener(java.lang.String,javax.management.NotificationListener,javax.management.NotificationFilter,java.lang.Object)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"removeNotificationListener(String, NotificationListener, NotificationFilter, Object)","u":"removeNotificationListener(java.lang.String,javax.management.NotificationListener,javax.management.NotificationFilter,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"removeNoWait()"},{"p":"com.tangosol.net","c":"LoadBalancer.Queue","l":"removeNoWait()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"removePartitionListener(PartitionListener)","u":"removePartitionListener(com.tangosol.net.partition.PartitionListener)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"removePrimitive(long)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeSafeListener(Map, Object, MapListener)","u":"removeSafeListener(java.util.Map,java.lang.Object,com.tangosol.util.MapListener)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"removeScope(String)","u":"removeScope(java.lang.String)"},{"p":"com.tangosol.net","c":"WrapperService","l":"removeServiceListener(ServiceListener)","u":"removeServiceListener(com.tangosol.util.ServiceListener)"},{"p":"com.tangosol.util","c":"Service","l":"removeServiceListener(ServiceListener)","u":"removeServiceListener(com.tangosol.util.ServiceListener)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"removeSnapshot(String)","u":"removeSnapshot(java.lang.String)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"removeSnapshot(String)","u":"removeSnapshot(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"removeSnapshot(String)","u":"removeSnapshot(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"removeSnapshot(String)","u":"removeSnapshot(java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"removeSnapshotInternal(File, String)","u":"removeSnapshotInternal(java.io.File,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder.RemoveSnapshotStatement","l":"RemoveSnapshotStatement(String, String, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder","l":"RemoveSnapshotStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"removeStatementBuilder(String)","u":"removeStatementBuilder(java.lang.String)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"removeSubscriptionListener(PagedTopicSubscription.Listener)","u":"removeSubscriptionListener(com.tangosol.internal.net.topic.impl.paged.model.PagedTopicSubscription.Listener)"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"REMOVING"},{"p":"com.tangosol.util.fsm","c":"Render","l":"Render()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"repl()"},{"p":"com.tangosol.util","c":"RegistrationBehavior","l":"REPLACE"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"replace(AbstractSparseArray.Node, AbstractSparseArray.Node)","u":"replace(com.tangosol.util.AbstractSparseArray.Node,com.tangosol.util.AbstractSparseArray.Node)"},{"p":"com.tangosol.util","c":"Binary","l":"replace(Binary, Binary)","u":"replace(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"Binary","l":"replace(byte, byte)","u":"replace(byte,byte)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"replace(CacheRequestHolder)","u":"replace(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"replace(Object)","u":"replace(java.lang.Object)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"replace(Object, Object)","u":"replace(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"replace(Object, Object)","u":"replace(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"replace(Object, Object)","u":"replace(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"replace(Object, Object)","u":"replace(java.lang.Object,java.lang.Object)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"replace(Object, Object, Object)","u":"replace(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"replace(Object, Object, Object)","u":"replace(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"replace(Object, Object, Object)","u":"replace(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"replace(Object, Object, Object)","u":"replace(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"replace(ReadWriteBackingMap.Entry)","u":"replace(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"replace(ReplaceRequest)","u":"replace(com.oracle.coherence.grpc.ReplaceRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"replace(ReplaceRequest)","u":"replace(com.oracle.coherence.grpc.ReplaceRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"replace(ReplaceRequest, StreamObserver)","u":"replace(com.oracle.coherence.grpc.ReplaceRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"replace(String, String, String)","u":"replace(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"replace(String, String, String)","u":"replace(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"replace(String, String, String, ByteString, ByteString)","u":"replace(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"replace(String, String, String, ByteString, ByteString, ByteString)","u":"replace(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"replace(TK, TV)","u":"replace(TK,TV)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"replace(TK, TV)","u":"replace(TK,TV)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"replace(TK, TV, TV)","u":"replace(TK,TV,TV)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"replace(TK, TV, TV)","u":"replace(TK,TV,TV)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"replaceAll(BiFunction)","u":"replaceAll(java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"replaceAll(BiFunction)","u":"replaceAll(java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"replaceAll(BiFunction)","u":"replaceAll(java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"replaceAll(BiFunction)","u":"replaceAll(java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"replaceAll(BiFunction)","u":"replaceAll(java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"replaceAll(BiFunction)","u":"replaceAll(java.util.function.BiFunction)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"replaceAll(Collection, Remote.BiFunction)","u":"replaceAll(java.util.Collection,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"replaceAll(Collection, Remote.BiFunction)","u":"replaceAll(java.util.Collection,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"replaceAll(Filter, Remote.BiFunction)","u":"replaceAll(com.tangosol.util.Filter,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"replaceAll(Filter, Remote.BiFunction)","u":"replaceAll(com.tangosol.util.Filter,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"replaceAll(Remote.BiFunction)","u":"replaceAll(com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"replaceAll(Remote.BiFunction)","u":"replaceAll(com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"replaceAll(UnaryOperator)","u":"replaceAll(java.util.function.UnaryOperator)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"replaceAttributes(XmlElement)","u":"replaceAttributes(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"replaceDateMacros(String)","u":"replaceDateMacros(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"replaceElement(XmlElement, XmlElement)","u":"replaceElement(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"replaceMapping(CacheRequestHolder)","u":"replaceMapping(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"replaceMapping(ReplaceMappingRequest)","u":"replaceMapping(com.oracle.coherence.grpc.ReplaceMappingRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"replaceMapping(ReplaceMappingRequest)","u":"replaceMapping(com.oracle.coherence.grpc.ReplaceMappingRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"replaceMapping(ReplaceMappingRequest, StreamObserver)","u":"replaceMapping(com.oracle.coherence.grpc.ReplaceMappingRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.util","c":"Binary","l":"replaceRegion(int, int, Binary)","u":"replaceRegion(int,int,com.tangosol.util.Binary)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"replaceSystemProperties(XmlElement, String)","u":"replaceSystemProperties(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReplicatedScheme","l":"ReplicatedScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"report(QueryRecord)","u":"report(com.tangosol.util.QueryRecord)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"report(String)","u":"report(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"report(String, int, String, Throwable, String)","u":"report(java.lang.String,int,java.lang.String,java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"reportConversionError(XmlValue, String, String, RuntimeException)","u":"reportConversionError(com.tangosol.run.xml.XmlValue,java.lang.String,java.lang.String,java.lang.RuntimeException)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"reportDisallowedAction(int, List)","u":"reportDisallowedAction(int,java.util.List)"},{"p":"com.tangosol.net.management","c":"Registry","l":"REPORTER_TYPE"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"reportFooter(List)","u":"reportFooter(java.util.List)"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"reportFooterItem(int, String)","u":"reportFooterItem(int,java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"reportIncompatibleSerializers(NamedCache, String, Serializer)","u":"reportIncompatibleSerializers(com.tangosol.net.NamedCache,java.lang.String,com.tangosol.io.Serializer)"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"reportIndexLookupRecord(int, QueryRecord.PartialResult.IndexLookupRecord, List)","u":"reportIndexLookupRecord(int,com.tangosol.util.QueryRecord.PartialResult.IndexLookupRecord,java.util.List)"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"reportIndexLookUps(List, List)","u":"reportIndexLookUps(java.util.List,java.util.List)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"reportLastOwnership(PartitionSet, QuorumInfo)","u":"reportLastOwnership(com.tangosol.net.partition.PartitionSet,com.tangosol.net.internal.QuorumInfo)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"reportMissingPartition(Object, int)","u":"reportMissingPartition(java.lang.Object,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"reportOutOfMemory(int)"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"reportResult(QueryRecord.PartialResult, QueryRecorder.RecordType, List, boolean, List)","u":"reportResult(com.tangosol.util.QueryRecord.PartialResult,com.tangosol.util.aggregator.QueryRecorder.RecordType,java.util.List,boolean,java.util.List)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"reportScheduledDistributions(boolean)"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"reportScheduledDistributions(boolean)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"reportStarted()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"reportStarted(Collection)","u":"reportStarted(java.util.Collection)"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"reportStep(QueryRecord.PartialResult.Step, QueryRecorder.RecordType, List, int, List)","u":"reportStep(com.tangosol.util.QueryRecord.PartialResult.Step,com.tangosol.util.aggregator.QueryRecorder.RecordType,java.util.List,int,java.util.List)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"reportUnsupported(String)","u":"reportUnsupported(java.lang.String)"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"requestCapacity(int)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.EvictionPolicy","l":"requestEviction(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalEvictionPolicy","l":"requestEviction(int)"},{"p":"com.tangosol.net.cache","c":"SerializationCache.InternalEvictionPolicy","l":"requestEviction(int)"},{"p":"com.tangosol.net","c":"LoadBalancer.RequestHandler","l":"RequestHandler(LoadBalancer.Queue)","u":"%3Cinit%3E(com.tangosol.net.LoadBalancer.Queue)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"RequestHolder(Req, String, Serializer, Service, Executor)","u":"%3Cinit%3E(Req,java.lang.String,com.tangosol.io.Serializer,com.tangosol.net.Service,java.util.concurrent.Executor)"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"RequestIncompleteException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"RequestIncompleteException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"RequestIncompleteException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"RequestIncompleteException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"RequestPolicyException","l":"RequestPolicyException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"RequestPolicyException","l":"RequestPolicyException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"RequestPolicyException","l":"RequestPolicyException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.net","c":"RequestPolicyException","l":"RequestPolicyException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"requestReservation()"},{"p":"com.tangosol.net","c":"RequestTimeoutException","l":"RequestTimeoutException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"RequestTimeoutException","l":"RequestTimeoutException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"RequestTimeoutException","l":"RequestTimeoutException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.net","c":"RequestTimeoutException","l":"RequestTimeoutException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"requeue(ReadWriteBackingMap.WriteQueue, int, ReadWriteBackingMap.Entry)","u":"requeue(com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue,int,com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"requiresDeepClone()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"RESERVED_META_EXTENTS"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"reset()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"reset()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"reset()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"reset()"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"reset()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"reset()"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"reset()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"reset()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"reset()"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"reset()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"reset()"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"reset()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"reset()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"reset()"},{"p":"com.tangosol.net","c":"DatagramPacketOutputStream","l":"reset()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"reset()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"reset()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"reset()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"reset()"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"reset()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"reset()"},{"p":"com.tangosol.util","c":"SubSet","l":"reset()"},{"p":"com.tangosol.net","c":"PasswordProvider","l":"reset(char[]...)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"reset(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.IdentityHolder","l":"reset(PofBufferReader, int, Object)","u":"reset(com.tangosol.io.pof.PofBufferReader,int,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"resetCacheRefs()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"resetFrontMap()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"resetHitStatistics()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"resetHitStatistics()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"resetHitStatistics()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"resetHitStatistics()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"resetInvalidationStrategy()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"resetRange(int, int)","u":"resetRange(int,int)"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"resetRange(int, int)","u":"resetRange(int,int)"},{"p":"com.tangosol.util","c":"SubSet","l":"resetState(Set, Set, boolean)","u":"resetState(java.util.Set,java.util.Set,boolean)"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"resetStatistics()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"resetStatistics()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"resetStatistics()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"resetStatistics()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"resetStatistics()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"resetStatistics()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"resetTokenString()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"resetTouchCount()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"resetTransients()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"resizeArray(T[], int)","u":"resizeArray(T[],int)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"RESIZING"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"RESIZING"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"ResolvableParameterList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"ResolvableParameterList(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"ResolvableParameterList(ParameterList)","u":"%3Cinit%3E(com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"resolve()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"resolve()"},{"p":"com.tangosol.util","c":"SubSet","l":"resolve()"},{"p":"com.tangosol.net","c":"NameService.Resolvable","l":"resolve(NameService.RequestContext)","u":"resolve(com.tangosol.net.NameService.RequestContext)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener.FilterProducer","l":"resolve(Set)","u":"resolve(java.util.Set)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener.MapEventTransformerProducer","l":"resolve(Set)","u":"resolve(java.util.Set)"},{"p":"com.oracle.coherence.cdi","c":"FilterProducer","l":"resolve(Set)","u":"resolve(java.util.Set)"},{"p":"com.oracle.coherence.cdi","c":"MapEventTransformerProducer","l":"resolve(Set)","u":"resolve(java.util.Set)"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"NullParameterResolver","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ParameterResolver","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"PropertiesParameterResolver","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"SystemEnvironmentParameterResolver","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"SystemPropertyParameterResolver","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"SystemPropertyParameterResolver","l":"resolve(String, Class)","u":"resolve(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"resolveAddress()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"resolveAddress(String, int)","u":"resolveAddress(java.lang.String,int)"},{"p":"com.tangosol.net","c":"ConfigurableLocalAddressProvider","l":"resolveAddress(String, int)","u":"resolveAddress(java.lang.String,int)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"resolveBackingMapScheme(DefaultConfigurableCacheFactory.CacheInfo, XmlElement)","u":"resolveBackingMapScheme(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"ResolvingObjectInputStream","l":"resolveClass(ObjectStreamClass)","u":"resolveClass(java.io.ObjectStreamClass)"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"resolveClass(String)","u":"resolveClass(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"resolveFilter(AnnotatedMapListener.FilterProducer)","u":"resolveFilter(com.oracle.coherence.cdi.events.AnnotatedMapListener.FilterProducer)"},{"p":"com.tangosol.coherence.rest.util","c":"RestHelper","l":"resolveMaxResults(int, int, int)","u":"resolveMaxResults(int,int,int)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"resolveNewest(Collection, int)","u":"resolveNewest(java.util.Collection,int)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"resolveNewest(Map, Set, int)","u":"resolveNewest(java.util.Map,java.util.Set,int)"},{"p":"com.tangosol.run.xml","c":"XmlHelper.ParameterResolver","l":"resolveParameter(String, String)","u":"resolveParameter(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine","l":"resolveParameterType(String)","u":"resolveParameterType(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"resolveSchemaSources(List)","u":"resolveSchemaSources(java.util.List)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"resolveScheme(DefaultConfigurableCacheFactory.CacheInfo)","u":"resolveScheme(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"resolveScheme(XmlElement, DefaultConfigurableCacheFactory.CacheInfo, boolean, boolean)","u":"resolveScheme(com.tangosol.run.xml.XmlElement,com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,boolean,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"resolveScheme(XmlElement, XmlElement, DefaultConfigurableCacheFactory.CacheInfo, boolean, boolean, boolean)","u":"resolveScheme(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement,com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,boolean,boolean,boolean)"},{"p":"com.tangosol.net","c":"ScopeResolver","l":"resolveScopeName(String, ClassLoader, String)","u":"resolveScopeName(java.lang.String,java.lang.ClassLoader,java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"resolveSerializer(XmlElement)","u":"resolveSerializer(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"resolveSocketProvider(XmlElement)","u":"resolveSocketProvider(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"resolveTransformer(AnnotatedMapListener.MapEventTransformerProducer)","u":"resolveTransformer(com.oracle.coherence.cdi.events.AnnotatedMapListener.MapEventTransformerProducer)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackupMapConfig","l":"resolveType(ParameterResolver, MapBuilder)","u":"resolveType(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"resolveType(ParameterResolver, MapBuilder)","u":"resolveType(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"resolveURI(String)","u":"resolveURI(java.lang.String)"},{"p":"com.tangosol.net","c":"ScopeResolver","l":"resolveURI(String)","u":"resolveURI(java.lang.String)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"resolveURL(String, ClassLoader)","u":"resolveURL(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"ResolvingObjectInputStream","l":"ResolvingObjectInputStream(InputStream, ClassLoader)","u":"%3Cinit%3E(java.io.InputStream,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"ResolvingObjectOutputStream","l":"ResolvingObjectOutputStream(OutputStream)","u":"%3Cinit%3E(java.io.OutputStream)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ResourceBuilderProcessor","l":"ResourceBuilderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"ResourceConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"ResourceMapping(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.ResourceRefExpression","l":"ResourceRefExpression(Expression, ParameterizedBuilderRegistry)","u":"%3Cinit%3E(com.tangosol.config.expression.Expression,com.tangosol.coherence.config.builder.ParameterizedBuilderRegistry)"},{"p":"com.tangosol.util","c":"ResourceResolverHelper","l":"resourceResolverFrom(Class, String, T)","u":"resourceResolverFrom(java.lang.Class,java.lang.String,T)"},{"p":"com.tangosol.util","c":"ResourceResolverHelper","l":"resourceResolverFrom(Class, T)","u":"resourceResolverFrom(java.lang.Class,T)"},{"p":"com.tangosol.util","c":"ResourceResolverHelper","l":"resourceResolverFrom(MapBuilder.Dependencies)","u":"resourceResolverFrom(com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.util","c":"ResourceResolverHelper","l":"resourceResolverFrom(ParameterResolver, ParameterResolver)","u":"resourceResolverFrom(com.tangosol.config.expression.ParameterResolver,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"ResourceResolverHelper","l":"resourceResolverFrom(ResourceResolver...)","u":"resourceResolverFrom(com.tangosol.util.ResourceResolver...)"},{"p":"com.tangosol.util","c":"ResourceResolverHelper","l":"ResourceResolverHelper()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Resources","l":"Resources()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ResourcesProcessor","l":"ResourcesProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"LoadBalancer.ResponseHandler","l":"ResponseHandler(LoadBalancer.RequestHandler)","u":"%3Cinit%3E(com.tangosol.net.LoadBalancer.RequestHandler)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"ResponseHandlers()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"RestConfig(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.rest.util","c":"RestHelper","l":"RestHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"RESTORE"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionedAction","l":"RESTORE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder.RestoreStatement","l":"RestoreStatement(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder","l":"RestoreStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"RestrictedCollection(Collection, Class)","u":"%3Cinit%3E(java.util.Collection,java.lang.Class)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"RestrictedEntry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"RestrictedEntrySet(Set, Class, Class)","u":"%3Cinit%3E(java.util.Set,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"RestrictedIterator(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"RestrictedList(List, Class)","u":"%3Cinit%3E(java.util.List,java.lang.Class)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"RestrictedListIterator(ListIterator, Class)","u":"%3Cinit%3E(java.util.ListIterator,java.lang.Class)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"RestrictedMap(Map, Class, Class)","u":"%3Cinit%3E(java.util.Map,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSet","l":"RestrictedSet(Set, Class)","u":"%3Cinit%3E(java.util.Set,java.lang.Class)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedMap","l":"RestrictedSortedMap(Map, Class, Class)","u":"%3Cinit%3E(java.util.Map,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedSet","l":"RestrictedSortedSet(SortedSet, Class)","u":"%3Cinit%3E(java.util.SortedSet,java.lang.Class)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"RestrictedStringAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"resume()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"resumeService(Cluster, String)","u":"resumeService(com.tangosol.net.Cluster,java.lang.String)"},{"p":"com.tangosol.net","c":"Cluster","l":"resumeService(String)","u":"resumeService(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder.ResumeServiceStatement","l":"ResumeServiceStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder","l":"ResumeServiceStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"retain(int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"retain(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"retain(int, int)","u":"retain(int,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"retain(int, int)","u":"retain(int,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"retain(int, int)","u":"retain(int,int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"retain(int, int)","u":"retain(int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"retain(int, int)","u":"retain(int,int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"retain(int, int)","u":"retain(int,int)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"retain(PartitionSet)","u":"retain(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"MapSet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"LiteSet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubList","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubSet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"StringTable","l":"retainAll(StringTable)","u":"retainAll(com.tangosol.util.StringTable)"},{"p":"com.tangosol.util","c":"Tree","l":"retainAll(Tree)","u":"retainAll(com.tangosol.util.Tree)"},{"p":"com.tangosol.util","c":"SubSet","l":"retainAllInternal(Collection, Collection, Set)","u":"retainAllInternal(java.util.Collection,java.util.Collection,java.util.Set)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"RETAINS_ENTRIES"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"RETRIEVE_ARCHIVED_SNAPSHOT_BEGIN"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"RETRIEVE_ARCHIVED_SNAPSHOT_END"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"retrieve(Snapshot, PersistenceEnvironment)","u":"retrieve(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"SnapshotArchiver","l":"retrieve(Snapshot, PersistenceEnvironment)","u":"retrieve(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"retrieveArchivedSnapshot(String)","u":"retrieveArchivedSnapshot(java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"retrieveInternal(Snapshot, PersistenceManager)","u":"retrieveInternal(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"retrieveInternal(Snapshot, PersistenceManager)","u":"retrieveInternal(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement","l":"RetrieveSnapshotStatement(String, String, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder","l":"RetrieveSnapshotStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"RETURNED"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet.Entry","l":"reuse(Object, Object)","u":"reuse(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"Binary","l":"reverse()"},{"p":"com.tangosol.util.comparator","c":"PriorityComparator","l":"reversed()"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"reversed()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"LongArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"reverseOrder()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"right"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"RIGHT"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"RMI_COMMAND_LINE_ARG"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"RMI_CONNECTION_PORT_ADJUST_PROPERTY"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"RMI_CONNECTION_PORT_PROPERTY"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"RMI_CUSTOM_AUTHENTICATOR_PROPERTY"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"RMI_HOST_PROPERTY"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"RMI_REGISTRY_PORT_PROPERTY"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"rnd()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"ROLE_ALL"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"ROLLBACK"},{"p":"com.tangosol.util","c":"TransactionMap","l":"rollback()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"rollbackTransactionCollection(Collection)","u":"rollbackTransactionCollection(java.util.Collection)"},{"p":"com.tangosol.util.fsm","c":"RollbackTransitionException","l":"RollbackTransitionException(Enum, Enum, String)","u":"%3Cinit%3E(java.lang.Enum,java.lang.Enum,java.lang.String)"},{"p":"com.tangosol.util.fsm","c":"RollbackTransitionException","l":"RollbackTransitionException(Enum, Enum, Throwable)","u":"%3Cinit%3E(java.lang.Enum,java.lang.Enum,java.lang.Throwable)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"ROOT_LAMBDA_CLASS"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"rotate(AbstractSparseArray.Node, boolean)","u":"rotate(com.tangosol.util.AbstractSparseArray.Node,boolean)"},{"p":"com.tangosol.util","c":"BitHelper","l":"rotateLeft(byte, int)","u":"rotateLeft(byte,int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"rotateLeft(int, int)","u":"rotateLeft(int,int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"rotateLeft(long, int)","u":"rotateLeft(long,int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"rotateRight(byte, int)","u":"rotateRight(byte,int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"rotateRight(int, int)","u":"rotateRight(int,int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"rotateRight(long, int)","u":"rotateRight(long,int)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"roundRobin()"},{"p":"com.tangosol.net","c":"InetAddressHelper.RoutableFilter","l":"RoutableFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"RoutingBinaryEntry(BinaryEntry)","u":"%3Cinit%3E(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"RoutingMapTriggerEntry(BinaryEntry)","u":"%3Cinit%3E(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"RoutingMapTriggerEntry(MapTrigger.Entry)","u":"%3Cinit%3E(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool.TracingRunnable","l":"run()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"run()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"run()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"run()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadThread","l":"run()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteThread","l":"run()"},{"p":"com.tangosol.net","c":"Invocable","l":"run()"},{"p":"com.tangosol.net","c":"LoadBalancer.RequestHandler","l":"run()"},{"p":"com.tangosol.net","c":"LoadBalancer.ResponseHandler","l":"run()"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"run()"},{"p":"com.tangosol.net","c":"LoadBalancer.SocketHandler","l":"run()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.RefreshThread","l":"run()"},{"p":"com.tangosol.net.security","c":"DoAsAction","l":"run()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.EraseOperation","l":"run()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.StoreOperation","l":"run()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.BatchTasks","l":"run()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.Task","l":"run()"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"run()"},{"p":"com.tangosol.util","c":"Daemon","l":"run()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.Task","l":"run()"},{"p":"com.tangosol.util","c":"TaskDaemon.PeriodicTask","l":"run()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"run()"},{"p":"com.tangosol.net","c":"NonBlockingInvocable","l":"run(Continuation)","u":"run(com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"run(Runnable)","u":"run(java.lang.Runnable)"},{"p":"com.tangosol.net.security","c":"Security","l":"runAs(Subject, PrivilegedAction)","u":"runAs(javax.security.auth.Subject,java.security.PrivilegedAction)"},{"p":"com.tangosol.net.security","c":"Security","l":"runAs(Subject, PrivilegedExceptionAction)","u":"runAs(javax.security.auth.Subject,java.security.PrivilegedExceptionAction)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"runAsync(CompletionStage)","u":"runAsync(java.util.concurrent.CompletionStage)"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"runCanceled(boolean)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"runCanceled(boolean)"},{"p":"com.tangosol.net","c":"PriorityTask","l":"runCanceled(boolean)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.Task","l":"runCanceled(boolean)"},{"p":"com.tangosol.util.function","c":"Remote","l":"runnable(Remote.Runnable)","u":"runnable(com.tangosol.util.function.Remote.Runnable)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"runTask(Runnable)","u":"runTask(java.lang.Runnable)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"s_atomicLogTime"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"s_cSignal"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"s_mapClassAdapters"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"s_mapClassNames"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"s_mapPartialClasses"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"s_mapPartialClassLoaders"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"s_mapPartialConstructors"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"s_mapPrimitiveNames"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"s_streamfactory"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"s_tloTimeout"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"safe(Comparator)","u":"safe(java.util.Comparator)"},{"p":"com.tangosol.util","c":"SafeClock","l":"SafeClock(long)","u":"%3Cinit%3E(long)"},{"p":"com.tangosol.util","c":"SafeClock","l":"SafeClock(long, long)","u":"%3Cinit%3E(long,long)"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"safeClose(Closeable)","u":"safeClose(java.io.Closeable)"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"safeClose(Closeable)","u":"safeClose(java.io.Closeable)"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"safeClose(Closeable)","u":"safeClose(java.io.Closeable)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"SafeComparator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"SafeComparator(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"SafeComparator(Comparator, boolean)","u":"%3Cinit%3E(java.util.Comparator,boolean)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"SafeConfigurablePofContext()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"SafeConfigurablePofContext(Serializer, ClassLoader)","u":"%3Cinit%3E(com.tangosol.io.Serializer,java.lang.ClassLoader)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"SafeConfigurablePofContext(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"SafeConfigurablePofContext(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"SafeHashMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"SafeHashMap(int, float, float)","u":"%3Cinit%3E(int,float,float)"},{"p":"com.tangosol.util","c":"SafeHashSet","l":"SafeHashSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeHashSet","l":"SafeHashSet(int, float, float)","u":"%3Cinit%3E(int,float,float)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"SafeIterator(LongArray, boolean, long)","u":"%3Cinit%3E(com.tangosol.util.LongArray,boolean,long)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"SafeLinkedList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"SafeLinkedList(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"SafeLongArray","l":"SafeLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeLongArray","l":"SafeLongArray(LongArray)","u":"%3Cinit%3E(com.tangosol.util.LongArray)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"SafePersistenceEnvironment(PersistenceEnvironment)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"SafePersistenceEnvironment(PersistenceEnvironment, Continuation)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistenceEnvironment,com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"SafePersistenceEnvironment(PersistenceEnvironment, SafePersistenceWrappers.FailureContinuationFactory)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistenceEnvironment,com.tangosol.persistence.SafePersistenceWrappers.FailureContinuationFactory)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"SafePersistenceManager(PersistenceManager)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"SafePersistenceManager(PersistenceManager, Continuation)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistenceManager,com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"SafePersistenceManager(PersistenceManager, SafePersistenceWrappers.FailureContinuationFactory)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistenceManager,com.tangosol.persistence.SafePersistenceWrappers.FailureContinuationFactory)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers","l":"SafePersistenceWrappers()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"SafePersistentStore(PersistentStore)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"SafePersistentStore(PersistentStore, Continuation)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistentStore,com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"SafePersistentStore(PersistentStore, SafePersistenceWrappers.FailureContinuationFactory)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistentStore,com.tangosol.persistence.SafePersistenceWrappers.FailureContinuationFactory)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.SafePofSerializer","l":"SafePofSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"SafeSortedMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"SafeSortedMap(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"SafeSortedMap(SortedMap)","u":"%3Cinit%3E(java.util.SortedMap)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.SafetyFilter","l":"SafetyFilter(Ownership, int)","u":"%3Cinit%3E(com.tangosol.net.partition.Ownership,int)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"safeUnquote(String)","u":"safeUnquote(java.lang.String)"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"SamplingEventTransformer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"SamplingEventTransformer(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder.AbstractStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder.BackupStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder.CreateIndexStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder.DeleteStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder.DropCacheStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder.DropIndexStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder.QueryRecorderStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery","c":"Statement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder.TruncateCacheStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder.SanityCheckCommandOPToken","l":"SanityCheckCommandOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder.SanityCheckQueryPlusStatement","l":"SanityCheckQueryPlusStatement(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder","l":"SanityCheckStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"UID","l":"save(DataOutput)","u":"save(java.io.DataOutput)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"save(T)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"save(T)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"saveAll(Collection)","u":"saveAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"saveAll(Collection)","u":"saveAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"saveAll(Stream)","u":"saveAll(java.util.stream.Stream)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"saveAll(Stream)","u":"saveAll(java.util.stream.Stream)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"SaxParser()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"SaxParser(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"SCALAR_SIMPLETYPES"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"SCALAR_TYPES"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"scale()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"scan()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"scan(Reader)","u":"scan(java.io.Reader)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"scan(String)","u":"scan(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"scanIdentifier()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"scanLiteral()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"scanNest(char)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"scanOperator()"},{"p":"com.tangosol.net","c":"PriorityTask","l":"SCHEDULE_FIRST"},{"p":"com.tangosol.net","c":"PriorityTask","l":"SCHEDULE_IMMEDIATE"},{"p":"com.tangosol.net","c":"PriorityTask","l":"SCHEDULE_STANDARD"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"schedule(Remote.Callable, long, TimeUnit)","u":"schedule(com.tangosol.util.function.Remote.Callable,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"schedule(Remote.Runnable, long, TimeUnit)","u":"schedule(com.tangosol.util.function.Remote.Runnable,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"schedule(Runnable, long)","u":"schedule(java.lang.Runnable,long)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"scheduleAtFixedRate(Remote.Runnable, long, long, TimeUnit)","u":"scheduleAtFixedRate(com.tangosol.util.function.Remote.Runnable,long,long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"scheduleExpiry()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"scheduleNextAnalysis(long)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"schedulePeriodicTask(Runnable, long, long)","u":"schedulePeriodicTask(java.lang.Runnable,long,long)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"scheduleRegistration(SocketChannel, TcpDatagramSocket.Impl.ConnectionStatus)","u":"scheduleRegistration(java.nio.channels.SocketChannel,com.tangosol.net.TcpDatagramSocket.Impl.ConnectionStatus)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"scheduleTask(Runnable, long)","u":"scheduleTask(java.lang.Runnable,long)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"scheduleWithFixedDelay(Remote.Runnable, long, long, TimeUnit)","u":"scheduleWithFixedDelay(com.tangosol.util.function.Remote.Runnable,long,long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"scheduleWork()"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"SCHEME"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_CLASS"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_CLASS"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_DISK"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_DISK"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_DISTRIBUTED"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_DISTRIBUTED"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_EXTERNAL"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_EXTERNAL"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_EXTERNAL_PAGED"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_EXTERNAL_PAGED"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_FLASHJOURNAL"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_FLASHJOURNAL"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_INVOCATION"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_INVOCATION"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_LOCAL"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_LOCAL"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_NEAR"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_NEAR"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_OPTIMISTIC"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_OPTIMISTIC"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_OVERFLOW"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_OVERFLOW"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_PAGED_TOPIC"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_PROXY"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_PROXY"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_RAMJOURNAL"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_RAMJOURNAL"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_READ_WRITE_BACKING"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_READ_WRITE_BACKING"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_REF"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_REF"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_REMOTE_CACHE"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_REMOTE_CACHE"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_REMOTE_INVOCATION"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_REMOTE_INVOCATION"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_REPLICATED"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_REPLICATED"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_TRANSACTIONAL"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_TRANSACTIONAL"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_UNKNOWN"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_UNKNOWN"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_VERSIONED_BACKING"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_VERSIONED_BACKING"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_VERSIONED_NEAR"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_VERSIONED_NEAR"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry.SchemeMappingKey","l":"SchemeMappingKey(Class, String)","u":"%3Cinit%3E(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry","l":"SchemeMappingRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.SchemeRefExpression","l":"SchemeRefExpression(Expression, ServiceSchemeRegistry)","u":"%3Cinit%3E(com.tangosol.config.expression.Expression,com.tangosol.coherence.config.ServiceSchemeRegistry)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SchemeRefPreprocessor","l":"SchemeRefPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SchemesProcessor","l":"SchemesProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"ScopedCacheFactoryBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"ScopedCacheFactoryBuilder(ScopeResolver)","u":"%3Cinit%3E(com.tangosol.net.ScopeResolver)"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"ScopedParameterResolver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"ScopedParameterResolver(ParameterResolver)","u":"%3Cinit%3E(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ScopeNameProcessor","l":"ScopeNameProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"script(String, String, int, Object...)","u":"script(java.lang.String,java.lang.String,int,java.lang.Object...)"},{"p":"com.tangosol.util","c":"Aggregators","l":"script(String, String, Object...)","u":"script(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.util","c":"Extractors","l":"script(String, String, Object...)","u":"script(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.util","c":"Filters","l":"script(String, String, Object...)","u":"script(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.util","c":"Processors","l":"script(String, String, Object...)","u":"script(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"ScriptAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"ScriptAggregator(String, String, int, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.String,int,java.lang.Object...)"},{"p":"com.tangosol.util","c":"ScriptException","l":"ScriptException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"ScriptException","l":"ScriptException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.util.filter","c":"ScriptFilter","l":"ScriptFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ScriptFilter","l":"ScriptFilter(String, String, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.util.processor","c":"ScriptProcessor","l":"ScriptProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"ScriptProcessor","l":"ScriptProcessor(String, String, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.util.extractor","c":"ScriptValueExtractor","l":"ScriptValueExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ScriptValueExtractor","l":"ScriptValueExtractor(String, String, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"SDP"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"seal(PersistentStore, PartitionedService, Object)","u":"seal(com.oracle.coherence.persistence.PersistentStore,com.tangosol.net.PartitionedService,java.lang.Object)"},{"p":"com.tangosol.coherence.config.unit","c":"Seconds","l":"Seconds(Duration)","u":"%3Cinit%3E(com.oracle.coherence.common.util.Duration)"},{"p":"com.tangosol.coherence.config.unit","c":"Seconds","l":"Seconds(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.config.unit","c":"Seconds","l":"Seconds(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.security","c":"Security","l":"Security()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityExceptionMapper","l":"SecurityExceptionMapper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter","l":"SecurityFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"SecurityHelper","l":"SecurityHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seek(int, Instant)","u":"seek(int,java.time.Instant)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seek(int, Position)","u":"seek(int,com.tangosol.net.topic.Position)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seek(Map)","u":"seek(java.util.Map)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seekAndCommit(int, Instant)","u":"seekAndCommit(int,java.time.Instant)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seekAndCommit(int, Position)","u":"seekAndCommit(int,com.tangosol.net.topic.Position)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seekAndCommit(Map)","u":"seekAndCommit(java.util.Map)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seekToHead(int...)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seekToTail(int...)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seekToTailAndCommit(int...)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"SEGMENT_COUNT"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"SEGMENT_LOCK_MAX_SPIN"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Segment","l":"Segment()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"SegmentedConcurrentMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"SegmentedConcurrentMap(int, float, float)","u":"%3Cinit%3E(int,float,float)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"SegmentedConcurrentMap(int, float, float, SegmentedConcurrentMap.ContentionObserver)","u":"%3Cinit%3E(int,float,float,com.tangosol.util.SegmentedConcurrentMap.ContentionObserver)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"SegmentedConcurrentMap(SegmentedConcurrentMap.ContentionObserver)","u":"%3Cinit%3E(com.tangosol.util.SegmentedConcurrentMap.ContentionObserver)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"SegmentedHashMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"SegmentedHashMap(int, float, float)","u":"%3Cinit%3E(int,float,float)"},{"p":"com.tangosol.util","c":"SegmentedHashSet","l":"SegmentedHashSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashSet","l":"SegmentedHashSet(int, float, float)","u":"%3Cinit%3E(int,float,float)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"select(long)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"select(Selector)","u":"select(java.nio.channels.Selector)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"select(Selector, long)","u":"select(java.nio.channels.Selector,long)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"SelectStatement(String, Filter, InvocableMap.EntryAggregator, boolean)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"SelectStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphores","l":"Semaphores()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphores","l":"semaphoresMap()"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"SemiLiteEventTransformer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket.Impl","l":"send(DatagramPacket)","u":"send(java.net.DatagramPacket)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"send(DatagramPacket)","u":"send(java.net.DatagramPacket)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"send(DatagramPacket)","u":"send(java.net.DatagramPacket)"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"send(V)"},{"p":"com.tangosol.io","c":"FileHelper","l":"separatorsToUnix(String)","u":"separatorsToUnix(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"SeppukuMapListener","l":"SeppukuMapListener(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.coherence.dsltools.base","c":"SequenceBaseToken","l":"SequenceBaseToken(BaseToken[])","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.base.BaseToken[])"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"sequential()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"sequential()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"sequential()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"sequential()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"SERIAL"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"SerializableAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicMarkableReference","l":"SerializableAtomicMarkableReference()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicMarkableReference","l":"SerializableAtomicMarkableReference(V, boolean)","u":"%3Cinit%3E(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicStampedReference","l":"SerializableAtomicStampedReference()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicStampedReference","l":"SerializableAtomicStampedReference(V, int)","u":"%3Cinit%3E(V,int)"},{"p":"com.tangosol.io.pof","c":"SerializableSerializer","l":"SerializableSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"SerializationCache(BinaryStore, int)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,int)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"SerializationCache(BinaryStore, int, boolean)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,int,boolean)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"SerializationCache(BinaryStore, int, ClassLoader)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,int,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"SerializationMap(BinaryStore)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"SerializationMap(BinaryStore, boolean)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"SerializationMap(BinaryStore, ClassLoader)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"SerializationPagedCache(BinaryStoreManager, int, int)","u":"%3Cinit%3E(com.tangosol.io.BinaryStoreManager,int,int)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"SerializationPagedCache(BinaryStoreManager, int, int, boolean, boolean)","u":"%3Cinit%3E(com.tangosol.io.BinaryStoreManager,int,int,boolean,boolean)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"SerializationPagedCache(BinaryStoreManager, int, int, ClassLoader)","u":"%3Cinit%3E(com.tangosol.io.BinaryStoreManager,int,int,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"ExternalizableLiteSerializer","l":"serialize(DataOutput, T)","u":"serialize(java.io.DataOutput,T)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean.Serializer","l":"serialize(PofWriter, AtomicBoolean)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.concurrent.atomic.AtomicBoolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger.Serializer","l":"serialize(PofWriter, AtomicInteger)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.concurrent.atomic.AtomicInteger)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong.Serializer","l":"serialize(PofWriter, AtomicLong)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.concurrent.atomic.AtomicLong)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference.Serializer","l":"serialize(PofWriter, AtomicMarkableReference)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.concurrent.atomic.AtomicMarkableReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference.Serializer","l":"serialize(PofWriter, AtomicReference)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.concurrent.atomic.AtomicReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference.Serializer","l":"serialize(PofWriter, AtomicStampedReference)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.concurrent.atomic.AtomicStampedReference)"},{"p":"com.tangosol.io.pof","c":"InetAddressSerializer","l":"serialize(PofWriter, InetAddress)","u":"serialize(com.tangosol.io.pof.PofWriter,java.net.InetAddress)"},{"p":"com.tangosol.io.pof","c":"InetSocketAddressSerializer","l":"serialize(PofWriter, InetSocketAddress)","u":"serialize(com.tangosol.io.pof.PofWriter,java.net.InetSocketAddress)"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap.Serializer","l":"serialize(PofWriter, JsonMap)","u":"serialize(com.tangosol.io.pof.PofWriter,com.tangosol.coherence.rest.util.JsonMap)"},{"p":"com.tangosol.io.pof","c":"EnumPofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"ExternalizableLitePofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"ExternalizablePofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofAnnotationSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PortableObjectSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PrincipalPofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.ExternalSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.SafePofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SerializableSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SubjectPofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"ThrowablePofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"XmlSerializablePofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"OptionalSerializer","l":"serialize(PofWriter, Optional)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.Optional)"},{"p":"com.tangosol.io.pof","c":"OptionalDoubleSerializer","l":"serialize(PofWriter, OptionalDouble)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.OptionalDouble)"},{"p":"com.tangosol.io.pof","c":"OptionalIntSerializer","l":"serialize(PofWriter, OptionalInt)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.OptionalInt)"},{"p":"com.tangosol.io.pof","c":"OptionalLongSerializer","l":"serialize(PofWriter, OptionalLong)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.OptionalLong)"},{"p":"com.tangosol.io.pof","c":"PofSerializer","l":"serialize(PofWriter, T)","u":"serialize(com.tangosol.io.pof.PofWriter,T)"},{"p":"com.tangosol.io.pof","c":"PortableTypeSerializer","l":"serialize(PofWriter, T)","u":"serialize(com.tangosol.io.pof.PofWriter,T)"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"serialize(WriteBuffer.BufferOutput, Object)","u":"serialize(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"serialize(WriteBuffer.BufferOutput, Object)","u":"serialize(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"serialize(WriteBuffer.BufferOutput, Object)","u":"serialize(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"serialize(WriteBuffer.BufferOutput, Object)","u":"serialize(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object)"},{"p":"com.tangosol.io","c":"Serializer","l":"serialize(WriteBuffer.BufferOutput, Object)","u":"serialize(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"serialize(WriteBuffer.BufferOutput, Object)","u":"serialize(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object)"},{"p":"com.tangosol.io","c":"ExternalizableType","l":"serializer()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean.Serializer","l":"Serializer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger.Serializer","l":"Serializer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong.Serializer","l":"Serializer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference.Serializer","l":"Serializer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference.Serializer","l":"Serializer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference.Serializer","l":"Serializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap.Serializer","l":"Serializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SerializerBuilderProcessor","l":"SerializerBuilderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SerializerFactoryProcessor","l":"SerializerFactoryProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SerializersProcessor","l":"SerializersProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"SerializingInternalConverter","l":"SerializingInternalConverter(Serializer)","u":"%3Cinit%3E(com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.cdi.server","c":"Server","l":"Server()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.server","c":"ServerCoherenceProducer","l":"ServerCoherenceProducer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"ServerLoggingInterceptor","l":"ServerLoggingInterceptor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"SERVICE"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"SERVICE_NAME"},{"p":"com.tangosol.net.management","c":"Registry","l":"SERVICE_NAME"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"SERVICE_STARTED"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"SERVICE_STARTING"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"SERVICE_STOPPED"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"SERVICE_STOPPING"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"SERVICE_TYPE"},{"p":"com.tangosol.net.management","c":"Registry","l":"SERVICE_TYPE"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceBuilderProcessor","l":"ServiceBuilderProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"ServiceEvent(Service, int)","u":"%3Cinit%3E(com.tangosol.util.Service,int)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.ServiceEventHandler","l":"ServiceEventHandler(EventObserverSupport.EventObserver, Class)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver,java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceFailurePolicyBuilder","l":"ServiceFailurePolicyBuilder(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceFailurePolicyBuilder","l":"ServiceFailurePolicyBuilder(ParameterizedBuilder, XmlElement)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceFailurePolicyBuilder","l":"ServiceFailurePolicyBuilder(String, XmlElement)","u":"%3Cinit%3E(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceFailurePolicyProcessor","l":"ServiceFailurePolicyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ServiceListener","l":"ServiceListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceLoadBalancerBuilder","l":"ServiceLoadBalancerBuilder(ParameterizedBuilder, XmlElement)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceLoadBalancerProcessor","l":"ServiceLoadBalancerProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"ServiceSchemeRegistry","l":"ServiceSchemeRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder.ServicesCommandOPToken","l":"ServicesCommandOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder.ServicesQueryPlusStatement","l":"ServicesQueryPlusStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder","l":"ServicesStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ServiceListener","l":"serviceStarted(ServiceEvent)","u":"serviceStarted(com.tangosol.util.ServiceEvent)"},{"p":"com.tangosol.util","c":"ServiceListener","l":"serviceStarting(ServiceEvent)","u":"serviceStarting(com.tangosol.util.ServiceEvent)"},{"p":"com.tangosol.util","c":"ServiceListener","l":"serviceStopped(ServiceEvent)","u":"serviceStopped(com.tangosol.util.ServiceEvent)"},{"p":"com.tangosol.net","c":"ServiceStoppedException","l":"ServiceStoppedException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ServiceStoppedException","l":"ServiceStoppedException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"ServiceStoppedException","l":"ServiceStoppedException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.net","c":"ServiceStoppedException","l":"ServiceStoppedException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"ServiceListener","l":"serviceStopping(ServiceEvent)","u":"serviceStopping(com.tangosol.util.ServiceEvent)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"SESSION_NAME"},{"p":"com.oracle.coherence.concurrent","c":"Latches","l":"SESSION_NAME"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"SESSION_NAME"},{"p":"com.oracle.coherence.concurrent","c":"Semaphores","l":"SESSION_NAME"},{"p":"com.oracle.coherence.concurrent","c":"Latches","l":"session()"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"session()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphores","l":"session()"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"sessionContext()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.SessionLifecycleEventHandler","l":"SessionLifecycleEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.oracle.coherence.cdi","c":"SessionProducer","l":"SessionProducer(BeanManager)","u":"%3Cinit%3E(jakarta.enterprise.inject.spi.BeanManager)"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"sessionProvider()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"sessionProvider()"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"SET_OVERHEAD"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicBoolean","l":"set(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"set(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"set(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean","l":"set(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"set(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"set(boolean)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"set(E)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"set(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"set(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"set(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"set(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"set(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"set(int)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"set(int, E)","u":"set(int,E)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"set(int, Object)","u":"set(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"set(int, Object)","u":"set(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableList","l":"set(int, Object)","u":"set(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"set(int, Object)","u":"set(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"set(int, Object)","u":"set(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"set(int, T)","u":"set(int,T)"},{"p":"com.tangosol.util","c":"SubList","l":"set(int, T)","u":"set(int,T)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"set(InvocableMap.Entry, R)","u":"set(com.tangosol.util.InvocableMap.Entry,R)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"set(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"set(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"set(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"set(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"set(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"set(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"set(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"set(long, Object)","u":"set(long,java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"set(long, T)","u":"set(long,T)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"set(long, V)","u":"set(long,V)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"set(long, V)","u":"set(long,V)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"set(long, V)","u":"set(long,V)"},{"p":"com.tangosol.util","c":"LongArray","l":"set(long, V)","u":"set(long,V)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"set(long, V)","u":"set(long,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"set(long, V)","u":"set(long,V)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"set(Object)","u":"set(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"set(Object)","u":"set(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"set(Object)","u":"set(java.lang.Object)"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"set(Object)","u":"set(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.IdentityHolder","l":"set(PofBufferReader, int)","u":"set(com.tangosol.io.pof.PofBufferReader,int)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterHolder","l":"set(T)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"set(T)"},{"p":"com.oracle.coherence.common.base","c":"Holder","l":"set(V)"},{"p":"com.oracle.coherence.common.base","c":"SimpleHolder","l":"set(V)"},{"p":"com.oracle.coherence.common.base","c":"VolatileHolder","l":"set(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"set(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"set(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"set(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"set(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"set(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"set(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicMarkableReference","l":"set(V, boolean)","u":"set(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"set(V, boolean)","u":"set(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"set(V, boolean)","u":"set(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference","l":"set(V, boolean)","u":"set(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"set(V, boolean)","u":"set(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"set(V, boolean)","u":"set(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicStampedReference","l":"set(V, int)","u":"set(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"set(V, int)","u":"set(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"set(V, int)","u":"set(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference","l":"set(V, int)","u":"set(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"set(V, int)","u":"set(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"set(V, int)","u":"set(V,int)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"set(XmlBean, Object)","u":"set(com.tangosol.run.xml.XmlBean,java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"setAccessTime(long)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder","l":"setAction(String)","u":"setAction(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"setActiveDirectory(String)","u":"setActiveDirectory(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"setAddress(InetAddress)","u":"setAddress(java.net.InetAddress)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"setAdvanceFrequency(int)"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"setAdvanceFrequency(int)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"setAllowAutoAdjust(boolean)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HealthProcessor.XMLHealthCheckDependencies","l":"setAllowEndangered(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setAllowUnownedCommits(Expression)","u":"setAllowUnownedCommits(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"setAnalysisDelay(long)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setApplicationName(String)","u":"setApplicationName(java.lang.String)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DefaultTaskDependencies","l":"setAssociatedKey(Object)","u":"setAssociatedKey(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"setAssociatedService(PartitionedService)","u":"setAssociatedService(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setAsynchronousPageDeactivation(boolean)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AsyncStoreManagerBuilder","l":"setAsyncLimit(Expression)","u":"setAsyncLimit(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setAttribute(boolean)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"setAttribute(String, String, Object)","u":"setAttribute(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"setAttribute(String, String, Object)","u":"setAttribute(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"setAttribute(String, XmlValue)","u":"setAttribute(java.lang.String,com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"setAttribute(String, XmlValue)","u":"setAttribute(java.lang.String,com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.SetAttributes","l":"SetAttributes()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.SetAttributes","l":"SetAttributes(MBeanAccessor.QueryBuilder.ParsedQuery, Map)","u":"%3Cinit%3E(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery,java.util.Map)"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"setAuthenticationScheme(String)","u":"setAuthenticationScheme(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"setAutoAdjust(Expression)","u":"setAutoAdjust(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"setAutoStart(boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setBackEvent(MapEvent)","u":"setBackEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"setBackingMap(String, Map)","u":"setBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"setBackingMap(String, Map)","u":"setBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"CacheService","l":"setBackingMapManager(BackingMapManager)","u":"setBackingMapManager(com.tangosol.net.BackingMapManager)"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"setBackingMapManager(BackingMapManager)","u":"setBackingMapManager(com.tangosol.net.BackingMapManager)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"setBackingMapScheme(BackingMapScheme)","u":"setBackingMapScheme(com.tangosol.coherence.config.scheme.BackingMapScheme)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReplicatedScheme","l":"setBackingMapScheme(BackingMapScheme)","u":"setBackingMapScheme(com.tangosol.coherence.config.scheme.BackingMapScheme)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setBackMapListener(MapListener)","u":"setBackMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCompositeScheme","l":"setBackScheme(CachingScheme)","u":"setBackScheme(com.tangosol.coherence.config.scheme.CachingScheme)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"setBackup(boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"setBackupDirectory(String)","u":"setBackupDirectory(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"setBackupMapConfig(BackupMapConfig)","u":"setBackupMapConfig(com.tangosol.coherence.config.scheme.BackupMapConfig)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"setBackupSchemeName(Expression)","u":"setBackupSchemeName(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"setBackupStrength(SimpleAssignmentStrategy.BackupStrength)","u":"setBackupStrength(com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setBackUpToDate(boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"setBackUpToDate(boolean)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"setBatchSize(int)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setBinary(Binary)","u":"setBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setBinary(Binary)","u":"setBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"setBinaryMap(boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"setBinaryMap(boolean)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"setBinaryStore(BinaryStore)","u":"setBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"setBinaryStore(BinaryStore)","u":"setBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setBinaryStore(BinaryStore)","u":"setBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"setBinaryStore(BinaryStore)","u":"setBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setBinaryStore(BinaryStore)","u":"setBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"setBinaryStore(BinaryStore)","u":"setBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"setBinaryStore(BinaryStore)","u":"setBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AsyncStoreManagerBuilder","l":"setBinaryStoreManagerBuilder(BinaryStoreManagerBuilder)","u":"setBinaryStoreManagerBuilder(com.tangosol.coherence.config.builder.storemanager.BinaryStoreManagerBuilder)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BinaryStoreManagerBuilderCustomization","l":"setBinaryStoreManagerBuilder(BinaryStoreManagerBuilder)","u":"setBinaryStoreManagerBuilder(com.tangosol.coherence.config.builder.storemanager.BinaryStoreManagerBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"setBinaryStoreManagerBuilder(BinaryStoreManagerBuilder)","u":"setBinaryStoreManagerBuilder(com.tangosol.coherence.config.builder.storemanager.BinaryStoreManagerBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"setBinaryStoreManagerBuilder(BinaryStoreManagerBuilder)","u":"setBinaryStoreManagerBuilder(com.tangosol.coherence.config.builder.storemanager.BinaryStoreManagerBuilder)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"setBindingPower(int)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"setBlind(boolean)"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"setBlocking(boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setBoolean(boolean)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setBoolean(boolean)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"setBottomAnchor(Object)","u":"setBottomAnchor(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setBucketCount(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setBucketLevel(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setBucketOffset(int, int)","u":"setBucketOffset(int,int)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"setBuffer(ByteBuffer)","u":"setBuffer(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setBuffer(ByteBuffer)","u":"setBuffer(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setBufferManager(ByteBufferManager)","u":"setBufferManager(com.tangosol.io.nio.ByteBufferManager)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder","l":"setBuilder(ParameterizedBuilder)","u":"setBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.ProviderBuilder","l":"setBuilder(ParameterizedBuilder)","u":"setBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"setBundleManager(BundleManager)","u":"setBundleManager(com.tangosol.coherence.config.scheme.BundleManager)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"setBundleManager(BundleManager)","u":"setBundleManager(com.tangosol.coherence.config.scheme.BundleManager)"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteCacheScheme","l":"setBundleManager(BundleManager)","u":"setBundleManager(com.tangosol.coherence.config.scheme.BundleManager)"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"setCache(String)","u":"setCache(java.lang.String)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"setCacheConfiguration(ClassLoader, XmlElement)","u":"setCacheConfiguration(java.lang.ClassLoader,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"setCacheConfiguration(ClassLoader, XmlElement)","u":"setCacheConfiguration(java.lang.ClassLoader,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"setCacheConfiguration(String, ClassLoader, XmlElement)","u":"setCacheConfiguration(java.lang.String,java.lang.ClassLoader,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"setCacheConfiguration(String, ClassLoader, XmlElement)","u":"setCacheConfiguration(java.lang.String,java.lang.ClassLoader,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"setCacheConfiguration(String, ClassLoader, XmlElement)","u":"setCacheConfiguration(java.lang.String,java.lang.ClassLoader,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"setCacheEntry(ConfigurableCacheMap.Entry)","u":"setCacheEntry(com.tangosol.net.cache.ConfigurableCacheMap.Entry)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setCacheFactory(ConfigurableCacheFactory)","u":"setCacheFactory(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setCacheFactoryBuilder(CacheFactoryBuilder)","u":"setCacheFactoryBuilder(com.tangosol.net.CacheFactoryBuilder)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setCacheFactoryBuilderConfig(XmlElement)","u":"setCacheFactoryBuilderConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setCacheLoader(CacheLoader)","u":"setCacheLoader(com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setCacheLoaderFactory(Factory>)","u":"setCacheLoaderFactory(javax.cache.configuration.Factory)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setCacheLoaderFactory(Factory>)","u":"setCacheLoaderFactory(javax.cache.configuration.Factory)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"setCacheMappingRegistry(CacheMappingRegistry)","u":"setCacheMappingRegistry(com.tangosol.coherence.config.CacheMappingRegistry)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"setCacheName(String)","u":"setCacheName(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"setCacheName(String)","u":"setCacheName(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setCacheName(String)","u":"setCacheName(java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"setCaches(LongArray)","u":"setCaches(com.tangosol.util.LongArray)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setCacheStoreScheme(CacheStoreScheme)","u":"setCacheStoreScheme(com.tangosol.coherence.config.scheme.CacheStoreScheme)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setCacheStoreScheme(CacheStoreScheme)","u":"setCacheStoreScheme(com.tangosol.coherence.config.scheme.CacheStoreScheme)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setCacheStoreTimeout(Expression)","u":"setCacheStoreTimeout(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setCacheStoreTimeoutMillis(long)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"setCacheValues(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setCacheWriterFactory(Factory>)","u":"setCacheWriterFactory(javax.cache.configuration.Factory)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setCacheWriterFactory(Factory>)","u":"setCacheWriterFactory(javax.cache.configuration.Factory)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"setCapacity(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setChannelCount(Expression)","u":"setChannelCount(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setCipherSuitesNameList(SSLSocketProviderDependenciesBuilder.NameListDependencies)","u":"setCipherSuitesNameList(com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder.NameListDependencies)"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"setCircular(boolean)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"setClassLoader(ClassLoader)","u":"setClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"setClassLoader(ClassLoader)","u":"setClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"setClassLoader(ClassLoader)","u":"setClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"setClassLoader(ClassLoader)","u":"setClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"setClassLoader(ClassLoader)","u":"setClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"setClassLoader(ClassLoader)","u":"setClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"setClassLoader(ClassLoader)","u":"setClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"setClassName(Expression)","u":"setClassName(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setClientAuth(String)","u":"setClientAuth(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setCluster(Cluster)","u":"setCluster(com.tangosol.net.Cluster)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"setClusterQuorumMap(Map)","u":"setClusterQuorumMap(java.util.Map)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setCoherenceQueryLanguage(CoherenceQueryLanguage)","u":"setCoherenceQueryLanguage(com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"setCollectStats(boolean)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"FormattedMapStatementResult","l":"setColumnHeaders(String[])","u":"setColumnHeaders(java.lang.String[])"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"setComment(String)","u":"setComment(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"setComment(String)","u":"setComment(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"setComparator(Comparator)","u":"setComparator(java.util.Comparator)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"setCompletedTime(long)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"setConcurrency(int)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"setConditionalRemoveAction(SegmentedConcurrentMap.ConditionalRemoveAction)","u":"setConditionalRemoveAction(com.tangosol.util.SegmentedConcurrentMap.ConditionalRemoveAction)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"ConfigurableSerializerFactory","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"CompressionFilter","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProviderFactory","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.persistence","c":"ConfigurableSnapshotArchiverFactory","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlConfigurable","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"setConfigClassLoader(ClassLoader)","u":"setConfigClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"setConfigClassLoader(ClassLoader)","u":"setConfigClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setConfigurableCacheFactory(ConfigurableCacheFactory)","u":"setConfigurableCacheFactory(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"ServiceMonitor","l":"setConfigurableCacheFactory(ConfigurableCacheFactory)","u":"setConfigurableCacheFactory(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"setConfigurableCacheFactory(ConfigurableCacheFactory)","u":"setConfigurableCacheFactory(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"setConfigurableCacheFactory(ConfigurableCacheFactory, String, ClassLoader, boolean)","u":"setConfigurableCacheFactory(com.tangosol.net.ConfigurableCacheFactory,java.lang.String,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"setConfigurableCacheFactory(ConfigurableCacheFactory, String, ClassLoader, boolean)","u":"setConfigurableCacheFactory(com.tangosol.net.ConfigurableCacheFactory,java.lang.String,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setConfigurableCacheFactoryConfig(XmlElement)","u":"setConfigurableCacheFactoryConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl.DefaultDependencies","l":"setConfigurableCacheFactorySupplier(Function)","u":"setConfigurableCacheFactorySupplier(java.util.function.Function)"},{"p":"com.tangosol.util","c":"Daemon","l":"setConfiguredName(String)","u":"setConfiguredName(java.lang.String)"},{"p":"com.tangosol.util","c":"Daemon","l":"setConfiguredPriority(int)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"setConstructorParameterList(ParameterList)","u":"setConstructorParameterList(com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"setContainsValueAction(SegmentedHashMap.ContainsValueAction)","u":"setContainsValueAction(com.tangosol.util.SegmentedHashMap.ContainsValueAction)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"setContentionObserver(SegmentedConcurrentMap.ContentionObserver)","u":"setContentionObserver(com.tangosol.util.SegmentedConcurrentMap.ContentionObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"setContext(Context)","u":"setContext(com.tangosol.application.Context)"},{"p":"com.tangosol.net","c":"Guardable","l":"setContext(Guardian.GuardContext)","u":"setContext(com.tangosol.net.Guardian.GuardContext)"},{"p":"com.tangosol.util","c":"Daemon","l":"setContext(Guardian.GuardContext)","u":"setContext(com.tangosol.net.Guardian.GuardContext)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"ClassLoaderAware","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"WrapperService","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"SerializerAware","l":"setContextSerializer(Serializer)","u":"setContextSerializer(com.tangosol.io.Serializer)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"setCookie(Object)","u":"setCookie(java.lang.Object)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"setCurrentRule(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule)","u":"setCurrentRule(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"setCustomBuilder(ParameterizedBuilder)","u":"setCustomBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"setCustomBuilder(ParameterizedBuilder)","u":"setCustomBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"setCustomBuilder(ParameterizedBuilder)","u":"setCustomBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"BuilderCustomization","l":"setCustomBuilder(ParameterizedBuilder)","u":"setCustomBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"DefaultBuilderCustomization","l":"setCustomBuilder(ParameterizedBuilder)","u":"setCustomBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractStoreManagerBuilder","l":"setCustomBuilder(ParameterizedBuilder)","u":"setCustomBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractLocalCachingScheme","l":"setCustomBuilder(ParameterizedBuilder)","u":"setCustomBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"setCustomEnvironment(ParameterizedBuilder>)","u":"setCustomEnvironment(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"setDaemonCountMax(int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"setDaemonCountMax(int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"setDaemonCountMax(int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"setDaemonCountMin(int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"setDaemonCountMin(int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"setDaemonCountMin(int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"setDaemonPool(DaemonPool)","u":"setDaemonPool(com.tangosol.internal.util.DaemonPool)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"setDaemonPool(DaemonPool)","u":"setDaemonPool(com.tangosol.internal.util.DaemonPool)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"setDaemonPool(DaemonPool)","u":"setDaemonPool(com.tangosol.internal.util.DaemonPool)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"setDaemonPool(DaemonPool)","u":"setDaemonPool(com.tangosol.internal.util.DaemonPool)"},{"p":"com.tangosol.io","c":"AbstractEvolvable","l":"setDataVersion(int)"},{"p":"com.tangosol.io","c":"Evolvable","l":"setDataVersion(int)"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"setDataVersion(int)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setDate(Date)","u":"setDate(java.sql.Date)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setDate(Date)","u":"setDate(java.sql.Date)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setDateTime(Timestamp)","u":"setDateTime(java.sql.Timestamp)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setDateTime(Timestamp)","u":"setDateTime(java.sql.Timestamp)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setDebug(boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setDecimal(BigDecimal)","u":"setDecimal(java.math.BigDecimal)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setDecimal(BigDecimal)","u":"setDecimal(java.math.BigDecimal)"},{"p":"com.tangosol.util","c":"CacheCollator","l":"setDecomposition(int)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"setDecorations(long, ReadBuffer)","u":"setDecorations(long,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"setDefaultMarshaller(MediaType, Class)","u":"setDefaultMarshaller(jakarta.ws.rs.core.MediaType,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"setDefaultMarshaller(String, Class)","u":"setDefaultMarshaller(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"setDefaultMarshallers(Map)","u":"setDefaultMarshallers(java.util.Map)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"setDefaultNamespaceHandler(NamespaceHandler)","u":"setDefaultNamespaceHandler(com.tangosol.config.xml.NamespaceHandler)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"setDefaultParameterResolver(ParameterResolver)","u":"setDefaultParameterResolver(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder","c":"FactoryBasedAddressProviderBuilder","l":"setDeferredException(ConfigurationException)","u":"setDeferredException(com.tangosol.config.ConfigurationException)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"setDelayMillis(Expression)","u":"setDelayMillis(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"setDelayMillis(long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"setDelayMillis(long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"setDelaySeconds(int)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"setDelegate(LongArray)","u":"setDelegate(com.tangosol.util.LongArray)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setDelegate(SocketProviderBuilder)","u":"setDelegate(com.tangosol.coherence.config.builder.SocketProviderBuilder)"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"setDelegateSocketProvider(SocketProvider)","u":"setDelegateSocketProvider(com.oracle.coherence.common.net.SocketProvider)"},{"p":"com.tangosol.net","c":"Cluster","l":"setDependencies(ClusterDependencies)","u":"setDependencies(com.tangosol.net.ClusterDependencies)"},{"p":"com.tangosol.net","c":"MemberIdentityProvider","l":"setDependencies(ClusterDependencies)","u":"setDependencies(com.tangosol.net.ClusterDependencies)"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"setDependencies(ClusterDependencies)","u":"setDependencies(com.tangosol.net.ClusterDependencies)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"setDependencies(DaemonPoolDependencies)","u":"setDependencies(com.tangosol.internal.util.DaemonPoolDependencies)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"setDependencies(GrpcAcceptorDependencies)","u":"setDependencies(com.tangosol.internal.net.service.peer.acceptor.GrpcAcceptorDependencies)"},{"p":"com.tangosol.net","c":"Service","l":"setDependencies(ServiceDependencies)","u":"setDependencies(com.tangosol.net.ServiceDependencies)"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"setDependencies(ServiceDependencies)","u":"setDependencies(com.tangosol.net.ServiceDependencies)"},{"p":"com.tangosol.net","c":"WrapperService","l":"setDependencies(ServiceDependencies)","u":"setDependencies(com.tangosol.net.ServiceDependencies)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.DependenciesAware","l":"setDependencies(SSLSocketProvider.Dependencies, ManagerDependencies, ManagerDependencies)","u":"setDependencies(com.oracle.coherence.common.net.SSLSocketProvider.Dependencies,com.tangosol.internal.net.ssl.ManagerDependencies,com.tangosol.internal.net.ssl.ManagerDependencies)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"setDirectory(Expression)","u":"setDirectory(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"NioFileManagerBuilder","l":"setDirectory(Expression)","u":"setDirectory(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"setDirectory(Expression)","u":"setDirectory(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.io.nio","c":"MappedStoreManager","l":"setDirectory(File)","u":"setDirectory(java.io.File)"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"setDirectQuery(DirectQuery)","u":"setDirectQuery(com.tangosol.coherence.rest.config.DirectQuery)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"setDirectStorageSize(long)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"setDirty()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"setDocumentComment(String)","u":"setDocumentComment(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"setDocumentComment(String)","u":"setDocumentComment(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"setDocumentPreprocessor(DocumentPreprocessor)","u":"setDocumentPreprocessor(com.tangosol.config.xml.DocumentPreprocessor)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setDomainPartitions(String[])","u":"setDomainPartitions(java.lang.String[])"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"setDormant(boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setDouble(double)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setDouble(double)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"setDtdName(String)","u":"setDtdName(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"setDtdName(String)","u":"setDtdName(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"setDtdUri(String)","u":"setDtdUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"setDtdUri(String)","u":"setDtdUri(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setElementCalculatorBuilder(ElementCalculatorBuilder)","u":"setElementCalculatorBuilder(com.tangosol.coherence.config.builder.ElementCalculatorBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"ElementCalculatorBuilder","l":"setElementCalculatorType(Expression)","u":"setElementCalculatorType(com.tangosol.config.expression.Expression)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"setEnabled(boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"setEncoding(String)","u":"setEncoding(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"setEncoding(String)","u":"setEncoding(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setEntryInBack(boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setEntryInFront(boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"setEntryInFront(boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"WrapperSocketAddressProviderBuilder","l":"setEphemeral(boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"setEraseAllSupported(boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"setEraseSupported(boolean)"},{"p":"com.tangosol.util","c":"Base","l":"setErr(PrintWriter)","u":"setErr(java.io.PrintWriter)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"setError()"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"setEventInterceptorBuilders(List)","u":"setEventInterceptorBuilders(java.util.List)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"setEventInterceptorBuilders(List)","u":"setEventInterceptorBuilders(java.util.List)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"setEventInterceptorBuilders(List)","u":"setEventInterceptorBuilders(java.util.List)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setEventInterceptorBuilders(List)","u":"setEventInterceptorBuilders(java.util.List)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"setEventsDirectory(String)","u":"setEventsDirectory(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"setEvictable(boolean)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setEvictionApprover(ConfigurableCacheMap.EvictionApprover)","u":"setEvictionApprover(com.tangosol.net.cache.ConfigurableCacheMap.EvictionApprover)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"setEvictionApprover(ConfigurableCacheMap.EvictionApprover)","u":"setEvictionApprover(com.tangosol.net.cache.ConfigurableCacheMap.EvictionApprover)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setEvictionApprover(ConfigurableCacheMap.EvictionApprover)","u":"setEvictionApprover(com.tangosol.net.cache.ConfigurableCacheMap.EvictionApprover)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setEvictionApprover(ConfigurableCacheMap.EvictionApprover)","u":"setEvictionApprover(com.tangosol.net.cache.ConfigurableCacheMap.EvictionApprover)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"setEvictionApprover(ConfigurableCacheMap.EvictionApprover)","u":"setEvictionApprover(com.tangosol.net.cache.ConfigurableCacheMap.EvictionApprover)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy)","u":"setEvictionPolicy(com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy)","u":"setEvictionPolicy(com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy)","u":"setEvictionPolicy(com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy)","u":"setEvictionPolicy(com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy)","u":"setEvictionPolicy(com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"setEvictionPolicyBuilder(EvictionPolicyBuilder)","u":"setEvictionPolicyBuilder(com.tangosol.coherence.config.builder.EvictionPolicyBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setEvictionPolicyBuilder(EvictionPolicyBuilder)","u":"setEvictionPolicyBuilder(com.tangosol.coherence.config.builder.EvictionPolicyBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"EvictionPolicyBuilder","l":"setEvictionType(Expression)","u":"setEvictionType(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setEvictionType(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"setEvolvable(boolean)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"setExecutionTimeoutMillis(long)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DefaultTaskDependencies","l":"setExecutionTimeoutMillis(long)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"setExecutor(Executor)","u":"setExecutor(java.util.concurrent.Executor)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setExecutor(ParameterizedBuilder)","u":"setExecutor(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setExitWhenProcessingComplete(boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"setExpired(boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.ExpirableStatus","l":"setExpiry(long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setExpiry(long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setExpiryArray(LongArray)","u":"setExpiryArray(com.tangosol.util.LongArray)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"setExpiryDelay(Expression)","u":"setExpiryDelay(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"setExpiryDelay(Expression)","u":"setExpiryDelay(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"setExpiryDelay(Expression)","u":"setExpiryDelay(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setExpiryDelay(Expression)","u":"setExpiryDelay(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"setExpiryDelay(Expression)","u":"setExpiryDelay(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setExpiryDelay(Expression)","u":"setExpiryDelay(com.tangosol.config.expression.Expression)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setExpiryDelay(int)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"setExpiryDelay(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setExpiryDelay(int)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setExpiryDelay(int)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setExpiryDelay(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"setExpiryDelay(int)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setExpiryEnabled(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"setExpiryEnabled(Expression)","u":"setExpiryEnabled(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.Entry","l":"setExpiryMillis(long)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"setExpiryMillis(long)"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"setExpiryMillis(long)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"setExpiryMillis(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"setExpiryMillis(long)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setExpiryPolicyFactory(Factory)","u":"setExpiryPolicyFactory(javax.cache.configuration.Factory)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setExpiryPolicyFactory(Factory)","u":"setExpiryPolicyFactory(javax.cache.configuration.Factory)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"setExpiryTime(long)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"setExpiryTime(long)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"setExpressionParser(ExpressionParser)","u":"setExpressionParser(com.tangosol.config.expression.ExpressionParser)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setExtendedLanguage(boolean)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setExtendedLanguage(boolean)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"setExtractorBuilder(ExtractorBuilder)","u":"setExtractorBuilder(com.tangosol.coherence.dslquery.ExtractorBuilder)"},{"p":"com.tangosol.net","c":"SocketProvider","l":"setFactory(SocketProviderFactory)","u":"setFactory(com.tangosol.net.SocketProviderFactory)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"setFactoryClassName(Expression)","u":"setFactoryClassName(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"setFactoryMethodName(Expression)","u":"setFactoryMethodName(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"setFactoryMethodParameters(ParameterList)","u":"setFactoryMethodParameters(com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"setFederateApplySynthetic(Expression)","u":"setFederateApplySynthetic(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"setFederated(boolean)"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"setFile(RandomAccessFile)","u":"setFile(java.io.RandomAccessFile)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setFiles(List)","u":"setFiles(java.util.List)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"setFilter(Filter)","u":"setFilter(com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"setFilterBuilder(ParameterizedBuilder)","u":"setFilterBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.util","c":"Listeners","l":"setFilters(Filter[])","u":"setFilters(com.tangosol.util.Filter[])"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"setFinishing(boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setFlushTime(long)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setFreeBlockOffset(int, int)","u":"setFreeBlockOffset(int,int)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setFrontEvent(MapEvent)","u":"setFrontEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"setFrontEvent(MapEvent)","u":"setFrontEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setFrontMapListener(MapListener)","u":"setFrontMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"setFrontMapListener(MapListener)","u":"setFrontMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setFrontPutBlind(boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"setFrontPutBlind(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCompositeScheme","l":"setFrontScheme(CachingScheme)","u":"setFrontScheme(com.tangosol.coherence.config.scheme.CachingScheme)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"setFunctor(String)","u":"setFunctor(java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractEvolvable","l":"setFutureData(Binary)","u":"setFutureData(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"Evolvable","l":"setFutureData(Binary)","u":"setFutureData(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"setFutureData(Binary)","u":"setFutureData(com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setGarFileName(String)","u":"setGarFileName(java.lang.String)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"setGetEntryAction(SegmentedHashMap.GetEntryAction)","u":"setGetEntryAction(com.tangosol.util.SegmentedHashMap.GetEntryAction)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"setGlobalSocketProvider(SocketProviderBuilder)","u":"setGlobalSocketProvider(com.tangosol.coherence.config.builder.SocketProviderBuilder)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"setGlobalSocketProviderBuilder(SocketProviderBuilder)","u":"setGlobalSocketProviderBuilder(com.tangosol.coherence.config.builder.SocketProviderBuilder)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setGrowthCount(int)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"setGrowthThreshold(int)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"setGuardableCount(int)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"setGuardContexts(GuardSupport.Context[])","u":"setGuardContexts(com.tangosol.net.GuardSupport.Context[])"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadThread","l":"setGuardPolicy(Guardian, long, float)","u":"setGuardPolicy(com.tangosol.net.Guardian,long,float)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteThread","l":"setGuardPolicy(Guardian, long, float)","u":"setGuardPolicy(com.tangosol.net.Guardian,long,float)"},{"p":"com.tangosol.util","c":"Daemon","l":"setGuardPolicy(Guardian, long, float)","u":"setGuardPolicy(com.tangosol.net.Guardian,long,float)"},{"p":"com.tangosol.util","c":"Daemon","l":"setGuardRegisterAction(Runnable)","u":"setGuardRegisterAction(java.lang.Runnable)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"setHashCode(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setHighUnits(Expression)","u":"setHighUnits(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"setHighUnits(Expression)","u":"setHighUnits(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"setHighUnits(Expression)","u":"setHighUnits(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"setHighUnits(Expression)","u":"setHighUnits(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setHighUnits(Expression)","u":"setHighUnits(com.tangosol.config.expression.Expression)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setHighUnits(int)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"setHighUnits(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setHighUnits(int)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setHighUnits(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"setHighUnits(int)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setHostnameVerifierBuilder(ParameterizedBuilder)","u":"setHostnameVerifierBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setIdentityManager(DefaultManagerDependencies)","u":"setIdentityManager(com.tangosol.internal.net.ssl.DefaultManagerDependencies)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"setIdleTimeout(long)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"setIgnoreCase(boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setIncrementalEviction(boolean)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"setIndexFileName(String)","u":"setIndexFileName(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractNioManagerBuilder","l":"setInitialSize(Expression)","u":"setInitialSize(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"setInitialSize(Expression)","u":"setInitialSize(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"setInitParams(ResolvableParameterList)","u":"setInitParams(com.tangosol.coherence.config.ResolvableParameterList)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"setInnerScheme(CachingScheme)","u":"setInnerScheme(com.tangosol.coherence.config.scheme.CachingScheme)"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"setInputStream(InputStream)","u":"setInputStream(java.io.InputStream)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"setInsertAction(SegmentedHashMap.InsertAction)","u":"setInsertAction(com.tangosol.util.SegmentedHashMap.InsertAction)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setInt(int)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setInt(int)"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent","l":"setInterceptor(EventInterceptor)","u":"setInterceptor(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"setInternal(boolean)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"setInternal(boolean)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"setInternalMap(Map)","u":"setInternalMap(java.util.Map)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setInternalMap(ObservableMap)","u":"setInternalMap(com.tangosol.util.ObservableMap)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setInternalScheme(CachingScheme)","u":"setInternalScheme(com.tangosol.coherence.config.scheme.CachingScheme)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setInternalValue(Object)","u":"setInternalValue(java.lang.Object)"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"setInvalidationStrategy(Expression)","u":"setInvalidationStrategy(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setKey(Binary)","u":"setKey(com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"setKey(K)"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"setKey(K)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"setKey(K)"},{"p":"com.tangosol.run.xml","c":"Identifiable","l":"setKey(Key)","u":"setKey(com.tangosol.run.xml.Key)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"setKeyClass(Class)","u":"setKeyClass(java.lang.Class)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"setKeyClassName(String)","u":"setKeyClassName(java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"setKeyConverterClass(Class)","u":"setKeyConverterClass(java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"setKeyHolder()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setKeyMask(LocalCache.KeyMask)","u":"setKeyMask(com.tangosol.net.cache.LocalCache.KeyMask)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"setLastAnalysisContext(SimpleAssignmentStrategy.AnalysisContext)","u":"setLastAnalysisContext(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setLastBlockOffset(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"setLastOwnershipMembers(Set)","u":"setLastOwnershipMembers(java.util.Set)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"setLedASTName(String)","u":"setLedASTName(java.lang.String)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"setLength(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"setLength(int)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"setLink(BaseTokenStream)","u":"setLink(com.tangosol.coherence.dsltools.base.BaseTokenStream)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"setListenBacklog(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"setListenerBuilder(ParameterizedBuilder)","u":"setListenerBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"setLocalOnly(boolean)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"setLockAction(SegmentedConcurrentMap.LockAction)","u":"setLockAction(com.tangosol.util.SegmentedConcurrentMap.LockAction)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setLockDelaySeconds(int)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"setLockingEnforced(boolean)"},{"p":"com.tangosol.util","c":"Base","l":"setLog(PrintWriter)","u":"setLog(java.io.PrintWriter)"},{"p":"com.tangosol.util","c":"Base","l":"setLogEcho(boolean)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setLoggingConfig(XmlElement)","u":"setLoggingConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"setLoggingLevel(int)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setLoggingLevel(Integer)","u":"setLoggingLevel(java.lang.Integer)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setLong(long)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setLong(long)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"setLowUnits(Expression)","u":"setLowUnits(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setLowUnits(Expression)","u":"setLowUnits(com.tangosol.config.expression.Expression)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setLowUnits(int)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"setLowUnits(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setLowUnits(int)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setLowUnits(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"setLowUnits(int)"},{"p":"com.tangosol.net","c":"Cluster","l":"setManagement(Registry)","u":"setManagement(com.tangosol.net.management.Registry)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setManagementConfig(XmlElement)","u":"setManagementConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"setManagementEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setManagementEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setManagementEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"setManagementEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"setManagementEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"setManagementEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"setManagementEnabled(boolean)"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"setMap(Map)","u":"setMap(java.util.Map)"},{"p":"com.tangosol.util","c":"SetMap","l":"SetMap(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.util","c":"SetMap","l":"SetMap(Set, Function)","u":"%3Cinit%3E(java.util.Set,java.util.function.Function)"},{"p":"com.tangosol.util","c":"SetMap","l":"SetMap(Set, Function, Supplier>)","u":"%3Cinit%3E(java.util.Set,java.util.function.Function,java.util.function.Supplier)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"setMarkInternal(int)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"setMarshallerMap(Map)","u":"setMarshallerMap(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"setMaster()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"setMathContext(MathContext)","u":"setMathContext(java.math.MathContext)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"setMaxCapacity(int)"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"setMaxCapacity(int)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractNioManagerBuilder","l":"setMaximumSize(Expression)","u":"setMaximumSize(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"setMaximumSize(Expression)","u":"setMaximumSize(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setMaxLoadFactor(double)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"setMaxResults(int)"},{"p":"com.tangosol.coherence.config.builder","c":"DaemonPoolBuilder","l":"setMaxThreadCount(Expression)","u":"setMaxThreadCount(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.management","c":"MBeanHelper.QueryExpFilter","l":"setMBeanServer(MBeanServer)","u":"setMBeanServer(javax.management.MBeanServer)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HealthProcessor.XMLHealthCheckDependencies","l":"setMemberHealthCheck(boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"setMemberLocatorType(Expression)","u":"setMemberLocatorType(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"setMinCapacity(int)"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"setMinCapacity(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setMinLoadFactor(double)"},{"p":"com.tangosol.coherence.config.builder","c":"DaemonPoolBuilder","l":"setMinThreadCount(Expression)","u":"setMinThreadCount(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"setMissCache(Map)","u":"setMissCache(java.util.Map)"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"setMissCacheScheme(LocalScheme)","u":"setMissCacheScheme(com.tangosol.coherence.config.scheme.LocalScheme)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setMissCacheScheme(LocalScheme)","u":"setMissCacheScheme(com.tangosol.coherence.config.scheme.LocalScheme)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"setMissedSoftTimeout(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"setModificationTime(long)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setModulo(int)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setMutable(boolean)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"setMutable(boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.ProviderBuilder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"setNamedCacheName(String)","u":"setNamedCacheName(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"setNamespacePrefix(String)","u":"setNamespacePrefix(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"setNamespacePrefix(String)","u":"setNamespacePrefix(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NestingOPToken","l":"setNest(NestedBaseTokens)","u":"setNest(com.tangosol.coherence.dsltools.base.NestedBaseTokens)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"setNesting(String, String)","u":"setNesting(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"setNewValue(V)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"setNewValue(V)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"setNext(SegmentedHashMap.Entry)","u":"setNext(com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setNextBlockOffset(int)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"setNextCheckTime(long)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setNextCompactBlock(int)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.Entry","l":"setNextEntry(SimpleElement.AttributeMap.Entry)","u":"setNextEntry(com.tangosol.run.xml.SimpleElement.AttributeMap.Entry)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setNextNodeOffset(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setNextRehashBucket(int)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"setNextValidator(TransactionMap.Validator)","u":"setNextValidator(com.tangosol.util.TransactionMap.Validator)"},{"p":"com.tangosol.util","c":"TransactionMap.Validator","l":"setNextValidator(TransactionMap.Validator)","u":"setNextValidator(com.tangosol.util.TransactionMap.Validator)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"setNudASTName(String)","u":"setNudASTName(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setNullValuesAllowed(boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"setNullValuesAllowed(boolean)"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"setObject(Object)","u":"setObject(java.lang.Object)"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"setObject(Object)","u":"setObject(java.lang.Object)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"setObjectInputFilter(Object)","u":"setObjectInputFilter(java.lang.Object)"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"setObjectInputFilter(Object)","u":"setObjectInputFilter(java.lang.Object)"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"setObjectInputFilter(Object)","u":"setObjectInputFilter(java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"setObjectStreamFactory(ObjectStreamFactory)","u":"setObjectStreamFactory(com.tangosol.io.ObjectStreamFactory)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"setObserved(boolean)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"setOffset(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"setOffsetInternal(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"setOffsetInternal(int)"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"setOldValue(V)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"setOldValue(V)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"setOperationName(Expression)","u":"setOperationName(com.tangosol.config.expression.Expression)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setOptimizeGetTime(boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setOptimizeGetTime(boolean)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"setOptimizeMV(boolean)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"setOption(int, Object)","u":"setOption(int,java.lang.Object)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"setOrder(Interceptor.Order)","u":"setOrder(com.tangosol.net.events.annotation.Interceptor.Order)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"setOriginalBuffer(ReadBuffer)","u":"setOriginalBuffer(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"setOrphanedPartitions(PartitionSet)","u":"setOrphanedPartitions(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"Base","l":"setOut(PrintWriter)","u":"setOut(java.io.PrintWriter)"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"setOutputStream(OutputStream)","u":"setOutputStream(java.io.OutputStream)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"setOwner(int, int)","u":"setOwner(int,int)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"setOwners(int[])"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"setOwners(Ownership)","u":"setOwners(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setOwnerThread(Thread)","u":"setOwnerThread(java.lang.Thread)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"setOwnerThread(Thread)","u":"setOwnerThread(java.lang.Thread)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"setPacketMagic(int, int)","u":"setPacketMagic(int,int)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"setPacketMagic(int, int)","u":"setPacketMagic(int,int)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"setPage(int)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setPageDuration(long)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"setPageDurationSeconds(Expression)","u":"setPageDurationSeconds(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"setPageLimit(Expression)","u":"setPageLimit(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setPageSize(Expression)","u":"setPageSize(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"setPageSize(int)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"setParameterResolver(ParameterResolver)","u":"setParameterResolver(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setParent(XmlElement)","u":"setParent(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setParent(XmlElement)","u":"setParent(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"setParentXmlBean(XmlBean)","u":"setParentXmlBean(com.tangosol.run.xml.XmlBean)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"setPartialClass(Class)","u":"setPartialClass(java.lang.Class)"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"setPartialResult(Object)","u":"setPartialResult(java.lang.Object)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"setPartitioned(Expression)","u":"setPartitioned(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"setPartitionVersion(int, long)","u":"setPartitionVersion(int,long)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setPassivePagedBackup(boolean)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"setPending(boolean)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"setPersistenceEnvironment(AbstractPersistenceEnvironment)","u":"setPersistenceEnvironment(com.tangosol.persistence.AbstractPersistenceEnvironment)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"setPersistenceMode(String)","u":"setPersistenceMode(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"setPersistenceSnapshotDirectory(String)","u":"setPersistenceSnapshotDirectory(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"setPersistenceTrashDirectory(String)","u":"setPersistenceTrashDirectory(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"setPofContext(PofContext)","u":"setPofContext(com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"setPofContext(PofContext)","u":"setPofContext(com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"setPofContext(PofContext)","u":"setPofContext(com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"setPofContext(PofContext)","u":"setPofContext(com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"setPortMax(int)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"setPortMin(int)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"setPreferJavaTime(boolean)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"setPreferJavaTime(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"setPreferredSize(Expression)","u":"setPreferredSize(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"setPrefixAllowed(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setPreLoad(Expression)","u":"setPreLoad(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setPrevBlockOffset(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setPreviousModulo(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setPrevNodeOffset(int)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"setPrimaryOwner(int)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"setPrimitive(long, long)","u":"setPrimitive(long,long)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.Iterator","l":"setPrimitiveValue(long)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.PrimitiveNode","l":"setPrimitiveValue(long)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"setPrintWriter(PrintWriter)","u":"setPrintWriter(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setProtocol(String)","u":"setProtocol(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setProtocolVersionsNameList(SSLSocketProviderDependenciesBuilder.NameListDependencies)","u":"setProtocolVersionsNameList(com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder.NameListDependencies)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setProviderBuilder(SSLSocketProviderDependenciesBuilder.ProviderBuilder)","u":"setProviderBuilder(com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder.ProviderBuilder)"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"setPruneDelay(int)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"setPunctuation(String)","u":"setPunctuation(java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"setQueryConfig(QueryConfig)","u":"setQueryConfig(com.tangosol.coherence.rest.config.QueryConfig)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"setQueueDaemon(AsyncBinaryStore.QueueDaemon)","u":"setQueueDaemon(com.tangosol.io.AsyncBinaryStore.QueueDaemon)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"setQuorumRules(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])","u":"setQuorumRules(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setReader(BufferedReader)","u":"setReader(java.io.BufferedReader)"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"setReadOnly(boolean)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"setReadOnly(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setReadOnly(Expression)","u":"setReadOnly(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setReadThrough(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setReadThrough(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"setReconnectInterval(long)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"setReconnectInterval(long)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setReconnectRetryMillis(Expression)","u":"setReconnectRetryMillis(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setReconnectTimeoutMillis(Expression)","u":"setReconnectTimeoutMillis(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setReconnectWaitMillis(Expression)","u":"setReconnectWaitMillis(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"setRecoveryMillis(long)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"setReferenceEnabled(boolean)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"setReferenceEnabled(boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setRefreshAheadFactor(double)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setRefreshAheadFactor(Expression)","u":"setRefreshAheadFactor(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"setRefreshFrequency(long)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setRefreshPeriod(Seconds)","u":"setRefreshPeriod(com.tangosol.coherence.config.unit.Seconds)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setRefreshPolicy(RefreshPolicy)","u":"setRefreshPolicy(com.tangosol.net.ssl.RefreshPolicy)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"setRegistrationBehavior(RegistrationBehavior)","u":"setRegistrationBehavior(com.tangosol.util.RegistrationBehavior)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"setRegistrationContext(String)","u":"setRegistrationContext(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"setRegistry(Registry)","u":"setRegistry(com.tangosol.net.management.Registry)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"setRemoteCacheScheme(RemoteCacheScheme)","u":"setRemoteCacheScheme(com.tangosol.coherence.config.scheme.RemoteCacheScheme)"},{"p":"com.tangosol.coherence.config.scheme","c":"BaseGrpcScheme","l":"setRemoteScopeName(String)","u":"setRemoteScopeName(java.lang.String)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"setRemoveAction(SegmentedHashMap.RemoveAction)","u":"setRemoveAction(com.tangosol.util.SegmentedHashMap.RemoveAction)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"setReported(boolean)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"setRequestTimeoutMillis(long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfigurationMapListener","l":"setResourceRegistry(ResourceRegistry)","u":"setResourceRegistry(com.tangosol.util.ResourceRegistry)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"setResourceRegistry(ResourceRegistry)","u":"setResourceRegistry(com.tangosol.util.ResourceRegistry)"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"setResult(Object)","u":"setResult(java.lang.Object)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"setResult(T)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setRetainConsumed(Expression)","u":"setRetainConsumed(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setRethrowExceptions(boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"setRipeMillis(long)"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"setRole(String)","u":"setRole(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setRollbackCacheStoreFailures(Expression)","u":"setRollbackCacheStoreFailures(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"setRollover(int)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"setRoundingMode(RoundingMode)","u":"setRoundingMode(java.math.RoundingMode)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"setRuleMask(int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setSanityCheckingEnabled(boolean)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setSanityCheckingEnabled(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"setScale(Integer)","u":"setScale(java.lang.Integer)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"setSchedulingPriority(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractScheme","l":"setSchemeName(String)","u":"setSchemeName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"setScopeName(String)","u":"setScopeName(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"setScopeName(String)","u":"setScopeName(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"setScopeName(String)","u":"setScopeName(java.lang.String)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setSecurityConfig(XmlElement)","u":"setSecurityConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"setSerializerFactory(NamedSerializerFactory)","u":"setSerializerFactory(com.tangosol.io.NamedSerializerFactory)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"setService(Service)","u":"setService(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"setService(Service)","u":"setService(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setServiceConfig(String, XmlElement)","u":"setServiceConfig(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"setServiceDependencies(D)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"setServiceName(String)","u":"setServiceName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"setServiceSchemeRegistry(ServiceSchemeRegistry)","u":"setServiceSchemeRegistry(com.tangosol.coherence.config.ServiceSchemeRegistry)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setSession(Session)","u":"setSession(com.tangosol.net.Session)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setShrinkageCount(int)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"setShrinkageThreshold(int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setSilentMode(boolean)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setSilentMode(boolean)"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"setSingletonFactory(ConfigurableCacheFactory)","u":"setSingletonFactory(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setSize(int)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"setSizeAction(SegmentedConcurrentMap.SizeAction)","u":"setSizeAction(com.tangosol.util.SegmentedConcurrentMap.SizeAction)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"setSizeThreshold(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"setSlidingExpiry(Expression)","u":"setSlidingExpiry(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"setSocketOptions(SocketOptions)","u":"setSocketOptions(java.net.SocketOptions)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"setSocketProviderFactory(SocketProviderFactory)","u":"setSocketProviderFactory(com.tangosol.net.SocketProviderFactory)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies","l":"setSocketProviderFactory(SocketProviderFactory)","u":"setSocketProviderFactory(com.tangosol.net.SocketProviderFactory)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"setSoftTimeout(long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setState(int)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"setState(int)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"setState(int)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"setState(int)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"setState(int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setStatementExecutor(StatementExecutor)","u":"setStatementExecutor(com.tangosol.coherence.dslquery.StatementExecutor)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setStatementExecutor(StatementExecutor)","u":"setStatementExecutor(com.tangosol.coherence.dslquery.StatementExecutor)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setStatements(List)","u":"setStatements(java.util.List)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"setStatisticsEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setStatisticsEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setStatisticsEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"setStatisticsEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"setStatisticsEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"setStatisticsEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"setStatisticsEnabled(boolean)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"setStatus(int)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setStatus(int)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"setStatus(int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setStopOnError(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"setStorageAccessAuthorizer(Expression)","u":"setStorageAccessAuthorizer(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setStorageAccessAuthorizer(Expression)","u":"setStorageAccessAuthorizer(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setStorageScheme(CachingScheme)","u":"setStorageScheme(com.tangosol.coherence.config.scheme.CachingScheme)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"setStoreAllSupported(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setStoreByValue(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setStoreByValue(boolean)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"setStoreName(Expression)","u":"setStoreName(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"setStoreSupported(boolean)"},{"p":"com.tangosol.util","c":"CacheCollator","l":"setStrength(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setStrict(boolean)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"setStrict(boolean)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"setStrictness(boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setString(String)","u":"setString(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setString(String)","u":"setString(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"setStripTrailingZeros(boolean)"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"setSubscriberGroupBuilders(Collection)","u":"setSubscriberGroupBuilders(java.util.Collection)"},{"p":"com.tangosol.coherence.config.builder","c":"SubscriberGroupBuilder","l":"setSubscriberGroupName(String)","u":"setSubscriberGroupName(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setSubscriberTimeout(Expression)","u":"setSubscriberTimeout(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"setSynthetic(boolean)"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"setThread(Thread)","u":"setThread(java.lang.Thread)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"setThreadContext(Guardian.GuardContext)","u":"setThreadContext(com.tangosol.net.Guardian.GuardContext)"},{"p":"com.tangosol.util","c":"Daemon","l":"setThreadContextClassLoader(ClassLoader)","u":"setThreadContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"setThreadThreshold(Expression)","u":"setThreadThreshold(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"setThreadThreshold(int)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"setThreshold(int)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"setThresholdFactor(float)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setTime(Time)","u":"setTime(java.sql.Time)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setTime(Time)","u":"setTime(java.sql.Time)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setTimeout(Duration)","u":"setTimeout(com.oracle.coherence.common.util.Duration)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setTimeout(Duration)","u":"setTimeout(com.oracle.coherence.common.util.Duration)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"setTimeout(long)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder.SetTimeoutOPToken","l":"SetTimeoutOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder.SetTimeoutStatement","l":"SetTimeoutStatement(Duration)","u":"%3Cinit%3E(com.oracle.coherence.common.util.Duration)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder","l":"SetTimeoutStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"setTimeToLive(int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setTitle(String)","u":"setTitle(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setTitle(String)","u":"setTitle(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"setTopAnchor(Object)","u":"setTopAnchor(java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setTraceEnabled(boolean)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setTraceEnabled(boolean)"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"setTraceLogging(boolean)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"setTransactionIsolation(int)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"setTransactionTimeout(int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"setTransferThreshold(Long)","u":"setTransferThreshold(java.lang.Long)"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"setTransformerBuilder(ParameterizedBuilder)","u":"setTransformerBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"setTransient(Expression)","u":"setTransient(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setTransient(Expression)","u":"setTransient(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"setTranslateEvents(boolean)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"setTranslateEvents(boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setTrustManager(ManagerDependencies)","u":"setTrustManager(com.tangosol.internal.net.ssl.ManagerDependencies)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"setTTL(byte)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"setType(Expression)","u":"setType(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"setType(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setType(int)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setTypes(Class, Class)","u":"setTypes(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setTypes(Class, Class)","u":"setTypes(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"setTypes(Class, Class)","u":"setTypes(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"setUniformElementType(int)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"setUniformEncoded()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setUnitCalculator(ConfigurableCacheMap.UnitCalculator)","u":"setUnitCalculator(com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"setUnitCalculator(ConfigurableCacheMap.UnitCalculator)","u":"setUnitCalculator(com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setUnitCalculator(ConfigurableCacheMap.UnitCalculator)","u":"setUnitCalculator(com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setUnitCalculator(ConfigurableCacheMap.UnitCalculator)","u":"setUnitCalculator(com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"setUnitCalculator(ConfigurableCacheMap.UnitCalculator)","u":"setUnitCalculator(com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"setUnitCalculatorBuilder(UnitCalculatorBuilder)","u":"setUnitCalculatorBuilder(com.tangosol.coherence.config.builder.UnitCalculatorBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"setUnitCalculatorBuilder(UnitCalculatorBuilder)","u":"setUnitCalculatorBuilder(com.tangosol.coherence.config.builder.UnitCalculatorBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"setUnitCalculatorBuilder(UnitCalculatorBuilder)","u":"setUnitCalculatorBuilder(com.tangosol.coherence.config.builder.UnitCalculatorBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setUnitCalculatorBuilder(UnitCalculatorBuilder)","u":"setUnitCalculatorBuilder(com.tangosol.coherence.config.builder.UnitCalculatorBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"UnitCalculatorBuilder","l":"setUnitCalculatorType(Expression)","u":"setUnitCalculatorType(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setUnitCalculatorType(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"setUnitFactor(Expression)","u":"setUnitFactor(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"setUnitFactor(Expression)","u":"setUnitFactor(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"setUnitFactor(Expression)","u":"setUnitFactor(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setUnitFactor(Expression)","u":"setUnitFactor(com.tangosol.config.expression.Expression)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setUnitFactor(int)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"setUnitFactor(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setUnitFactor(int)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setUnitFactor(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"setUnitFactor(int)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.Entry","l":"setUnits(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"setUnits(int)"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"setUnits(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"setUnits(int)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"setUnits(int)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"setUnits(long)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"setUnlockAction(SegmentedConcurrentMap.UnlockAction)","u":"setUnlockAction(com.tangosol.util.SegmentedConcurrentMap.UnlockAction)"},{"p":"com.tangosol.net.ssl","c":"URLCertificateLoader","l":"setURL(String)","u":"setURL(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies","l":"setUsage(String)","u":"setUsage(java.lang.String)"},{"p":"com.tangosol.net","c":"Service","l":"setUserContext(Object)","u":"setUserContext(java.lang.Object)"},{"p":"com.tangosol.net","c":"WrapperService","l":"setUserContext(Object)","u":"setUserContext(java.lang.Object)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"setValidator(TransactionMap.Validator)","u":"setValidator(com.tangosol.util.TransactionMap.Validator)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setValue(Binary)","u":"setValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.PrimitiveNode","l":"setValue(Long)","u":"setValue(java.lang.Long)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.io.pof.reflect","c":"PofSparseArray.NilPofValue","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.Entry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.NullableEntry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleLongArray.Iterator","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"setValue(Object, boolean)","u":"setValue(java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"setValue(Object, boolean)","u":"setValue(java.lang.Object,boolean)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"setValue(String, String)","u":"setValue(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray.ConverterLongArrayIterator","l":"setValue(T)"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"setValue(TV)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"setValue(V)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.Entry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"setValue(V)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"setValue(V)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"setValue(V)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventEntry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"setValue(V)"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"LongArray.Iterator","l":"setValue(V)"},{"p":"com.tangosol.util","c":"ObservableHashMap.Entry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"SparseArray.ObjectNode","l":"setValue(V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"setValue(V)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"setValue(V, boolean)","u":"setValue(V,boolean)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"setValue(V, boolean)","u":"setValue(V,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"setValue(V, boolean)","u":"setValue(V,boolean)"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"setValue(V, boolean)","u":"setValue(V,boolean)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"setValue(V, boolean)","u":"setValue(V,boolean)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"setValue(V, boolean)","u":"setValue(V,boolean)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"setValueClass(Class)","u":"setValueClass(java.lang.Class)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"setValueClassName(String)","u":"setValueClassName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"setValueClassName(String)","u":"setValueClassName(java.lang.String)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"setValueInternal(Object)","u":"setValueInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"setValueInternal(Object)","u":"setValueInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"setValuesImmutable(boolean)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"setVersion(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"setVersionId(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"setVersionId(int)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"setVersionId(int)"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SetView","l":"SetView()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.SetView","l":"SetView()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setVirtualErase(boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"setWaitingOnPending(boolean)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"setWaitMillis(long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setWriteBatchFactor(double)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setWriteBatchFactor(Expression)","u":"setWriteBatchFactor(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setWriteBehindMillis(long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setWriteBehindSeconds(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setWriteDelay(Expression)","u":"setWriteDelay(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setWriteDelaySeconds(Expression)","u":"setWriteDelaySeconds(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setWriteMaxBatchSize(Expression)","u":"setWriteMaxBatchSize(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setWriteMaxBatchSize(int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setWriter(PrintWriter)","u":"setWriter(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setWriteRequeueThreshold(Expression)","u":"setWriteRequeueThreshold(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setWriteRequeueThreshold(int)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setWriteThrough(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setWriteThrough(boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceBuilder","l":"setXml(XmlElement)","u":"setXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"setXml(XmlElement)","u":"setXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"setXmlConfig(ClassLoader, URL, XmlElement)","u":"setXmlConfig(java.lang.ClassLoader,java.net.URL,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"setXmlInitParams(Expression)","u":"setXmlInitParams(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedDataOutputStream","l":"ShieldedDataOutputStream(DataOutput)","u":"%3Cinit%3E(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedInputStream","l":"ShieldedInputStream(InputStream)","u":"%3Cinit%3E(java.io.InputStream)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedObjectOutputStream","l":"ShieldedObjectOutputStream(ObjectOutput)","u":"%3Cinit%3E(java.io.ObjectOutput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedOutputStream","l":"ShieldedOutputStream(OutputStream)","u":"%3Cinit%3E(java.io.OutputStream)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"SHORT_ARRAY_EMPTY"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ShortAdapter","l":"ShortAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"ShortArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"SHORTLITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"SHORTLITERAL"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"shortValue()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"shouldDispatch(MapListener)","u":"shouldDispatch(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"MapEvent","l":"shouldDispatch(MapListener)","u":"shouldDispatch(com.tangosol.util.MapListener)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"shouldFire(E)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryProcessorEventHandler","l":"shouldFire(EntryProcessorEvent)","u":"shouldFire(com.tangosol.net.events.partition.cache.EntryProcessorEvent)"},{"p":"com.tangosol.net.ssl","c":"RefreshPolicy","l":"shouldRefresh(SSLSocketProvider.Dependencies, ManagerDependencies, ManagerDependencies)","u":"shouldRefresh(com.oracle.coherence.common.net.SSLSocketProvider.Dependencies,com.tangosol.internal.net.ssl.ManagerDependencies,com.tangosol.internal.net.ssl.ManagerDependencies)"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"shouldRemoveKeys(Set, Set)","u":"shouldRemoveKeys(java.util.Set,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"shouldRemoveKeys(Set, Set)","u":"shouldRemoveKeys(java.util.Set,java.util.Set)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"show(int, String)","u":"show(int,java.lang.String)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"showInstructions()"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"showPlan()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder.AbstractStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder.BackupStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder.CreateCacheStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder.CreateIndexStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder.DeleteStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder.DropCacheStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder.DropIndexStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder.ForceRecoveryStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder.ListArchiverStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder.ListServicesStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder.ListSnapshotsStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder.ResumeServiceStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder.SuspendServiceStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder.ValidateSnapshotStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder.QueryRecorderStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder.RestoreStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery","c":"Statement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder.SourceStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder.TruncateCacheStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"showUsage()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"shrink(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"shrink(int)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"SHUTDOWN_FORCE"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"SHUTDOWN_GRACEFUL"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"SHUTDOWN_NONE"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"shutdown()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"shutdown()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"shutdown()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"shutdown()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"shutdown()"},{"p":"com.tangosol.net","c":"WrapperService","l":"shutdown()"},{"p":"com.tangosol.util","c":"Controllable","l":"shutdown()"},{"p":"com.tangosol.util","c":"Daemon","l":"shutdown(long)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"shutdownEventQueue()"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"shutdownNow()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"shutdownServer()"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"signal()"},{"p":"com.oracle.coherence.common.base","c":"Notifier","l":"signal()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"signal()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"signal()"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"signalInternal()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"signalInternal()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"signalLocalThreads()"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"SIGNATURE_ALGORITHM"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"SIGNATURE_ENGINE"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean.SilentEmitter","l":"SilentEmitter(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"SimpleAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"SimpleAssignmentStrategy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleAttribute","l":"SimpleAttribute(XmlElement, String, XmlValue)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement,java.lang.String,com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.config.xml","c":"SimpleAttributeProcessor","l":"SimpleAttributeProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SimpleBuilderProcessor","l":"SimpleBuilderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"SimpleCacheStatistics()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"SimpleDaemonPoolExecutor(DaemonPool)","u":"%3Cinit%3E(com.tangosol.internal.util.DaemonPool)"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"SimpleDaemonPoolExecutor(DefaultDaemonPoolDependencies)","u":"%3Cinit%3E(com.tangosol.internal.util.DefaultDaemonPoolDependencies)"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"SimpleDaemonPoolExecutor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"SimpleDaemonPoolExecutor(String, int, int, int)","u":"%3Cinit%3E(java.lang.String,int,int,int)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"SimpleDocument()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"SimpleDocument(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"SimpleDocument(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"SimpleElement()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"SimpleElement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"SimpleElement(String, Object)","u":"%3Cinit%3E(java.lang.String,java.lang.Object)"},{"p":"com.tangosol.config.xml","c":"SimpleElementProcessor","l":"SimpleElementProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"SimpleEntry(K, V)","u":"%3Cinit%3E(K,V)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"SimpleEntry(Map, K, boolean)","u":"%3Cinit%3E(java.util.Map,K,boolean)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"SimpleEntry(Map, K, V, boolean)","u":"%3Cinit%3E(java.util.Map,K,V,boolean)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"SimpleEnumerator(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"SimpleEnumerator(E[])","u":"%3Cinit%3E(E[])"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"SimpleEnumerator(E[], int, int)","u":"%3Cinit%3E(E[],int,int)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"SimpleEnumerator(E[], int, int, boolean, boolean)","u":"%3Cinit%3E(E[],int,int,boolean,boolean)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"SimpleEnumerator(Enumeration)","u":"%3Cinit%3E(java.util.Enumeration)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"SimpleEnumerator(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"SimpleEvolvable(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"SimpleHandler(String, char[])","u":"%3Cinit%3E(java.lang.String,char[])"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"SimpleHandler(String, char[], boolean)","u":"%3Cinit%3E(java.lang.String,char[],boolean)"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"SimpleHandler(String, String, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean)"},{"p":"com.oracle.coherence.common.base","c":"SimpleHolder","l":"SimpleHolder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"SimpleHolder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"SimpleHolder","l":"SimpleHolder(V)","u":"%3Cinit%3E(V)"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"SimpleHolder(V)","u":"%3Cinit%3E(V)"},{"p":"com.tangosol.net.cache","c":"CachingMap.SimpleListener","l":"SimpleListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.SimpleLoadCalculator","l":"SimpleLoadCalculator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"SimpleLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"SimpleLongArray(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"SimpleMapEntry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"SimpleMapEntry(K)","u":"%3Cinit%3E(K)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"SimpleMapEntry(K, V)","u":"%3Cinit%3E(K,V)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"SimpleMapEntry(K, V, V)","u":"%3Cinit%3E(K,V,V)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"SimpleMapEntry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"SimpleMapEvent()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"SimpleMapEvent(MapEvent)","u":"%3Cinit%3E(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"SimpleMapIndex(ValueExtractor, boolean, Comparator, BackingMapContext)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator,com.tangosol.net.BackingMapContext)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"SimpleMapIndex(ValueExtractor, boolean, Comparator, boolean, BackingMapContext)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator,boolean,com.tangosol.net.BackingMapContext)"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SimpleMemoryCalculator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"SimpleModel(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"SimpleOverflowMap(ObservableMap, Map)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,java.util.Map)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"SimpleOverflowMap(ObservableMap, Map, Map)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,java.util.Map,java.util.Map)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"SimpleParameterizedBuilderRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"SimpleParameterizedBuilderRegistry(ParameterizedBuilderRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilderRegistry)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"SimpleParameterList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"SimpleParameterList(Object...)","u":"%3Cinit%3E(java.lang.Object...)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"SimpleParameterList(ParameterList)","u":"%3Cinit%3E(com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"SimpleParser()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"SimpleParser(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"SimplePartitionKey()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"SimplePartitionKey(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"SimplePofContext()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"SimplePofPath()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"SimplePofPath(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"SimplePofPath(int[])","u":"%3Cinit%3E(int[])"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofValue","l":"SimplePofValue(PofValue, ReadBuffer, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"SimpleQueryRecord()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"SimpleQueryRecord(QueryRecorder.RecordType, Collection)","u":"%3Cinit%3E(com.tangosol.util.aggregator.QueryRecorder.RecordType,java.util.Collection)"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"SimpleQueryRecordReporter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"SimpleResourceRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleResourceResolver","l":"SimpleResourceResolver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"SimpleSerializationMap(BinaryStore)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"SimpleSerializationMap(BinaryStore, boolean)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"SimpleSerializationMap(BinaryStore, ClassLoader)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"SimpleServiceLoadBalancer","l":"SimpleServiceLoadBalancer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"SimpleServiceLoadBalancer","l":"SimpleServiceLoadBalancer(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"SimpleServiceMonitor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"SimpleServiceMonitor(long)","u":"%3Cinit%3E(long)"},{"p":"com.tangosol.util","c":"SimpleStack","l":"SimpleStack()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleStack","l":"SimpleStack(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"SimpleStreamer(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"SimpleStreamer(Iterable)","u":"%3Cinit%3E(java.lang.Iterable)"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"SimpleStreamer(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"SimpleStreamer(Iterator, long, int)","u":"%3Cinit%3E(java.util.Iterator,long,int)"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"SimpleStreamer(Stream)","u":"%3Cinit%3E(java.util.stream.Stream)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"SimpleValidator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"SimpleValue()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"SimpleValue(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"SimpleValue(Object, boolean)","u":"%3Cinit%3E(java.lang.Object,boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"SimpleValue(Object, boolean, boolean)","u":"%3Cinit%3E(java.lang.Object,boolean,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.SimpleXmlBeanClassCache","l":"SimpleXmlBeanClassCache()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"simplifyFilters()"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"simplifyFilters()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"simplifyFilters()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"simplifyFilters()"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"simplifyFilters()"},{"p":"com.tangosol.util","c":"Processors","l":"singleEntryAsynchronous(InvocableMap.EntryProcessor)","u":"singleEntryAsynchronous(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"Processors","l":"singleEntryAsynchronous(InvocableMap.EntryProcessor, int)","u":"singleEntryAsynchronous(com.tangosol.util.InvocableMap.EntryProcessor,int)"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"SingleEntryAsynchronousProcessor(InvocableMap.EntryProcessor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"SingleEntryAsynchronousProcessor(InvocableMap.EntryProcessor, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,java.util.concurrent.Executor)"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"SingleEntryAsynchronousProcessor(InvocableMap.EntryProcessor, int)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int)"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"SingleEntryAsynchronousProcessor(InvocableMap.EntryProcessor, int, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int,java.util.concurrent.Executor)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"SingleProvider(InetSocketAddress)","u":"%3Cinit%3E(java.net.InetSocketAddress)"},{"p":"com.tangosol.util","c":"LongArray","l":"singleton(V)"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"SingletonCacheFactoryBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"SingleWaiterCooperativeNotifier()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"SingleWaiterMultiNotifier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"SITE_SAFE"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"SITE_SAFE"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"SITES"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"SITTING"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_BASIC_OBJECT"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_BIGDECIMAL"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_BIGINTEGER"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_BINARY"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_BOOLEAN"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_BYTE"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_CHARACTER"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"SIZE_COPY_BUFFER"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_DATE"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_DOUBLE"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_ENTRY"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_FLOAT"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_INTEGER"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_LONG"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_OBJECT"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_OBJECT_REF"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_SHORT"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_STRING"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_TIMESTAMP"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"size()"},{"p":"com.tangosol.coherence.config","c":"CacheMappingRegistry","l":"size()"},{"p":"com.tangosol.coherence.config","c":"ParameterList","l":"size()"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"size()"},{"p":"com.tangosol.coherence.config","c":"ResourceMappingRegistry","l":"size()"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry","l":"size()"},{"p":"com.tangosol.coherence.config","c":"ServiceSchemeRegistry","l":"size()"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"size()"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"size()"},{"p":"com.tangosol.io","c":"BinaryStore.SizeAware","l":"size()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.EntrySet","l":"size()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"size()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"size()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.ValuesCollection","l":"size()"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"size()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"size()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"size()"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeySet","l":"size()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"size()"},{"p":"com.tangosol.net.cache","c":"LocalCache.ValuesCollection","l":"size()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet","l":"size()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"size()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"size()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"size()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"size()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"size()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ValuesCollection","l":"size()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"size()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"size()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"size()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"size()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"size()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"size()"},{"p":"com.tangosol.net","c":"LoadBalancer.Queue","l":"size()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MaskedPartitionMap","l":"size()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"size()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.EntrySet","l":"size()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"size()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"size()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.KeySet","l":"size()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"size()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"size()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"size()"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"size()"},{"p":"com.tangosol.util","c":"ChainedMap.EntrySet","l":"size()"},{"p":"com.tangosol.util","c":"ChainedMap","l":"size()"},{"p":"com.tangosol.util","c":"ChainedSet","l":"size()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"size()"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"size()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"size()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"size()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"size()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.EntrySet","l":"size()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.KeySet","l":"size()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"size()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"size()"},{"p":"com.tangosol.util","c":"Dequeue","l":"size()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"size()"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"size()"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"size()"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"size()"},{"p":"com.tangosol.util","c":"LiteSet","l":"size()"},{"p":"com.tangosol.util","c":"MapSet","l":"size()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"size()"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"size()"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"size()"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"size()"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"size()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"size()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"size()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"size()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"size()"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"size()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"size()"},{"p":"com.tangosol.util","c":"SafeHashMap.ValuesCollection","l":"size()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"size()"},{"p":"com.tangosol.util","c":"SafeSortedMap.EntrySet","l":"size()"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"size()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"size()"},{"p":"com.tangosol.util","c":"SafeSortedMap.Values","l":"size()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"size()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"size()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"size()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"size()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ValuesCollection","l":"size()"},{"p":"com.tangosol.util","c":"SetMap","l":"size()"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"size()"},{"p":"com.tangosol.util","c":"SortedBag","l":"size()"},{"p":"com.tangosol.util","c":"Streamer","l":"size()"},{"p":"com.tangosol.util","c":"SubList","l":"size()"},{"p":"com.tangosol.util","c":"SubSet","l":"size()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"size()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"size()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"size()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"size()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"size(Map[])","u":"size(java.util.Map[])"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.SizeAction","l":"size(Object)","u":"size(java.lang.Object)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"size(SizeRequest)","u":"size(com.oracle.coherence.grpc.SizeRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"size(SizeRequest)","u":"size(com.oracle.coherence.grpc.SizeRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"size(SizeRequest, StreamObserver)","u":"size(com.oracle.coherence.grpc.SizeRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"size(String, String)","u":"size(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.SizeAction","l":"SizeAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Streamer","l":"SIZED"},{"p":"com.tangosol.io","c":"FileHelper","l":"sizeDir(File)","u":"sizeDir(java.io.File)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"SizeEstimatingBufferOutput()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"sizeOf(Class)","u":"sizeOf(java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"sizeOf(Object)","u":"sizeOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"sizeOf(Object)","u":"sizeOf(java.lang.Object)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"sizeofPackedInt(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"skip(long)"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"skip(long)"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"skip(long)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"skip(long)"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"skip(long)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"skip(long)"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"skip(long)"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"skip(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"skip(long)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"skip(long)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"skip(long)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"skip(long)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"skip(long)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"skipBOM(InputStream)","u":"skipBOM(java.io.InputStream)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"skipBytes(int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"skipBytes(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"skipBytes(int)"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"skipBytes(int)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"skipBytes(int)"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"skipBytes(int)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"skipBytes(int)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"skipChild(ReadBuffer.BufferInput)","u":"skipChild(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"skipPackedInts(ReadBuffer.BufferInput, int)","u":"skipPackedInts(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"skipUniformValue(ReadBuffer.BufferInput, int)","u":"skipUniformValue(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"skipValue(ReadBuffer.BufferInput)","u":"skipValue(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"skipWhiteSpace()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"SLEEP_TIME"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"sleep(long)"},{"p":"com.tangosol.util","c":"Base","l":"sleep(long)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"sleep(long, int)","u":"sleep(long,int)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"SLEEPYCAT_JE_PROPERTY_PREFIX"},{"p":"com.tangosol.persistence","c":"Snapshot","l":"Snapshot(String, String[])","u":"%3Cinit%3E(java.lang.String,java.lang.String[])"},{"p":"com.tangosol.net","c":"LoadBalancer.SocketHandler","l":"SocketHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"SocketOptions()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SocketOptionsProcessor","l":"SocketOptionsProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"SocketProviderBuilder(SocketProvider, boolean)","u":"%3Cinit%3E(com.oracle.coherence.common.net.SocketProvider,boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"SocketProviderBuilder(String, SocketProviderFactory.Dependencies, boolean)","u":"%3Cinit%3E(java.lang.String,com.tangosol.net.SocketProviderFactory.Dependencies,boolean)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"SocketProviderFactory()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"SocketProviderFactory(SocketProviderFactory.Dependencies)","u":"%3Cinit%3E(com.tangosol.net.SocketProviderFactory.Dependencies)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SocketProviderProcessor","l":"SocketProviderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SocketProvidersProcessor","l":"SocketProvidersProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"sorted()"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"sorted()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"sorted()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"sorted()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"sorted()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"sorted()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"sorted(Comparator)","u":"sorted(java.util.Comparator)"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"sorted(Comparator)","u":"sorted(java.util.Comparator)"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"sorted(Comparator)","u":"sorted(java.util.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"sorted(Remote.Comparator)","u":"sorted(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"sorted(Remote.Comparator, boolean)","u":"sorted(com.tangosol.util.function.Remote.Comparator,boolean)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"sorted(ValueExtractor)","u":"sorted(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"sorted(ValueExtractor, boolean)","u":"sorted(com.tangosol.util.ValueExtractor,boolean)"},{"p":"com.tangosol.util","c":"SortedBag","l":"SortedBag()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SortedBag","l":"SortedBag(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.util","c":"SortedEnumerator","l":"SortedEnumerator(Enumeration)","u":"%3Cinit%3E(java.util.Enumeration)"},{"p":"com.tangosol.util","c":"SortedEnumerator","l":"SortedEnumerator(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SortedSetView","l":"SortedSetView()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"sortHolders(List)","u":"sortHolders(java.util.List)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder.SourceStatement","l":"source(String, ExecutionContext)","u":"source(java.lang.String,com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder.SourceStatement","l":"SourceStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder","l":"SourceStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.SpaceDefaultDelimiterExpansionProcessor","l":"SpaceDefaultDelimiterExpansionProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SparseArray","l":"SparseArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SpecificInstanceProcessor","l":"SpecificInstanceProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SpecificInstanceProcessor","l":"SpecificInstanceProcessor(Class, AbstractEmptyElementProcessor.EmptyElementBehavior)","u":"%3Cinit%3E(java.lang.Class,com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor.EmptyElementBehavior)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SpecificInstanceProcessor","l":"SpecificInstanceProcessor(Class, T)","u":"%3Cinit%3E(java.lang.Class,T)"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket","l":"SPLIT"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"split()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"split(int)"},{"p":"com.tangosol.util","c":"Binary","l":"split(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"splitByOwner(PartitionSet)","u":"splitByOwner(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"spliterator()"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"spliterator()"},{"p":"com.tangosol.util","c":"SafeSortedMap.Values","l":"spliterator()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"spliterator()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"spliterator()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"spliterator()"},{"p":"com.tangosol.util","c":"Streamer","l":"spliterator()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"spliterator()"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLArchiveSnapshotOPToken","l":"SQLArchiveSnapshotOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLBackupOPToken","l":"SQLBackupOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLCreateCacheOPToken","l":"SQLCreateCacheOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLCreateIndexOPToken","l":"SQLCreateIndexOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLCreateSnapshotOPToken","l":"SQLCreateSnapshotOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDeleteOPToken","l":"SQLDeleteOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDropCacheOPToken","l":"SQLDropCacheOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDropIndexOPToken","l":"SQLDropIndexOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLExplainOPToken","l":"SQLExplainOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLForceRecoveryOPToken","l":"SQLForceRecoveryOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLInsertOPToken","l":"SQLInsertOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListArchivedSnapshotsOPToken","l":"SQLListArchivedSnapshotsOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListArchiverOPToken","l":"SQLListArchiverOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListServicesOPToken","l":"SQLListServicesOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListSnapshotsOPToken","l":"SQLListSnapshotsOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLOPToken","l":"SQLOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLOPToken","l":"SQLOPToken(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLPeekOPToken","l":"SQLPeekOPToken(String, OPToken...)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken...)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRecoverSnapshotOPToken","l":"SQLRecoverSnapshotOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRemoveSnapshotOPToken","l":"SQLRemoveSnapshotOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLRestoreOPToken","l":"SQLRestoreOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLResumeServiceOPToken","l":"SQLResumeServiceOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRetrieveSnapshotOPToken","l":"SQLRetrieveSnapshotOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLSelectOPToken","l":"SQLSelectOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLSourceOPToken","l":"SQLSourceOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLSuspendServiceOPToken","l":"SQLSuspendServiceOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"sqlTokenTable()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLTraceOPToken","l":"SQLTraceOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLTruncateCacheOPToken","l":"SQLTruncateCacheOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLUpdateOPToken","l":"SQLUpdateOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLValidateSnapshotOPToken","l":"SQLValidateSnapshotOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"SSL"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLHostnameVerifierProcessor","l":"SSLHostnameVerifierProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLManagerProcessor","l":"SSLManagerProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLNameListProcessor","l":"SSLNameListProcessor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLProcessor","l":"SSLProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"SSLSocketProviderDependenciesBuilder(SSLSocketProviderDefaultDependencies)","u":"%3Cinit%3E(com.tangosol.internal.net.ssl.SSLSocketProviderDefaultDependencies)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"StackFrame(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"StackFrame(String, String, String, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,int)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"StackTrace()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator.CalculatorState","l":"STANDARD"},{"p":"com.oracle.coherence.cdi.server","c":"Server","l":"start()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"start()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"start()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"start()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"start()"},{"p":"com.tangosol.net","c":"Coherence","l":"start()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"start()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"start()"},{"p":"com.tangosol.net","c":"WrapperService","l":"start()"},{"p":"com.tangosol.util","c":"Controllable","l":"start()"},{"p":"com.tangosol.util","c":"Daemon","l":"start()"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"start()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"start()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"start(boolean, boolean)","u":"start(boolean,boolean)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"start(ConfigurableCacheFactory)","u":"start(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startAndMonitor(long)"},{"p":"com.tangosol.net","c":"Coherence","l":"startAndWait()"},{"p":"com.tangosol.net","c":"Coherence","l":"startAndWait(Duration)","u":"startAndWait(com.oracle.coherence.common.util.Duration)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startDaemon()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startDaemon(DefaultCacheServer)","u":"startDaemon(com.tangosol.net.DefaultCacheServer)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startDaemon(long)"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent.Type","l":"STARTED"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent.Type","l":"STARTED"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"startHttpConnector()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"startHttpConnector(int, MBeanServer)","u":"startHttpConnector(int,javax.management.MBeanServer)"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent.Type","l":"STARTING"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent.Type","l":"STARTING"},{"p":"com.tangosol.net","c":"Coherence","l":"startOnCallingThread()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"startRmiConnector()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"startRmiConnector(String, int, int, MBeanServer, Map)","u":"startRmiConnector(java.lang.String,int,int,javax.management.MBeanServer,java.util.Map)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startServerDaemon()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startServerDaemon(ConfigurableCacheFactory)","u":"startServerDaemon(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"startService(Service)","u":"startService(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"startService(Service)","u":"startService(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startServices()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"startServices()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startServicesInternal()"},{"p":"com.tangosol.util","c":"Binary","l":"startsWith(Binary)","u":"startsWith(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"Binary","l":"startsWith(Binary, int)","u":"startsWith(com.tangosol.util.Binary,int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"startTracking()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"STATE_CONFIGURED"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"STATE_CONFIGURING"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"STATE_DISCONNECTED"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"STATE_ENDANGERED"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"STATE_HEALTHY"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATE_MASK_BACK"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATE_MASK_EXISTS"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATE_MASK_FRONT"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATE_MASK_FRONT"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATE_MASK_INSYNC"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATE_MASK_INSYNC"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATE_MASK_RETAIN"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATE_MASK_RETAIN"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATE_MASK_STATUS"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATE_MASK_STATUS"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"STATE_RECOVERY"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"STATE_SAFE"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"STATE_SYNCHRONIZED"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"STATE_TERMINATING"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"STATE_UNKNOWN"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATE_VALUE_RETAIN"},{"p":"com.tangosol.coherence.dslquery","c":"StatementExecutor","l":"StatementExecutor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"StaticContent()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"StaticContent(Binary, String)","u":"%3Cinit%3E(com.tangosol.util.Binary,java.lang.String)"},{"p":"com.tangosol.coherence.rest.io","c":"StaticContentMarshaller","l":"StaticContentMarshaller()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"StaticFactoryInstanceBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility.ObjectNameType","l":"Statistics"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"Statistics()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.Stats","l":"Stats()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"StatsVisitor(PersistenceStatistics)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistenceStatistics)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATUS_AVAILABLE"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATUS_AVAILABLE"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATUS_COMMITTING"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATUS_COMMITTING"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"STATUS_EXCEPTION"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATUS_INVALIDATED"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATUS_INVALIDATED"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"STATUS_OPEN"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"STATUS_PENDING"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"STATUS_PROCESSED"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATUS_PROCESSING"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATUS_PROCESSING"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATUS_RESERVED"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"Status()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"Status()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"Step()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"Step(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"Step(QueryRecord.PartialResult.Step)","u":"%3Cinit%3E(com.tangosol.util.QueryRecord.PartialResult.Step)"},{"p":"com.tangosol.net.topic","c":"Publisher.OnFailure","l":"Stop"},{"p":"com.tangosol.util.fsm","c":"Instruction","l":"STOP"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"stop()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"stop()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"stop()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"stop()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"stop()"},{"p":"com.tangosol.net","c":"WrapperService","l":"stop()"},{"p":"com.tangosol.util","c":"Controllable","l":"stop()"},{"p":"com.tangosol.util","c":"Daemon","l":"stop()"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"stop()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"stop()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"stop(boolean)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"stopMonitoring()"},{"p":"com.tangosol.net","c":"ServiceMonitor","l":"stopMonitoring()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"stopMonitoring()"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent.Type","l":"STOPPED"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent.Type","l":"STOPPED"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent.Type","l":"STOPPING"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent.Type","l":"STOPPING"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"stopServiceMonitor()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"stopTracking()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"STORAGE_MANAGER_QUERY"},{"p":"com.tangosol.net.management","c":"Registry","l":"STORAGE_MANAGER_TYPE"},{"p":"com.tangosol.coherence.config.xml.processor","c":"StorageAccessAuthorizerBuilderProcessor","l":"StorageAccessAuthorizerBuilderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"StorageAccessAuthorizersProcessor","l":"StorageAccessAuthorizersProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"StorageProcessor","l":"StorageProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"STORE_STATE_CLOSED"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"STORE_STATE_INITIALIZED"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"STORE_STATE_OPENING"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"STORE_STATE_READY"},{"p":"com.tangosol.io","c":"AbstractBinaryStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"BinaryStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheBinaryEntryStore","l":"store(BinaryEntry)","u":"store(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"BinaryEntryStore","l":"store(BinaryEntry)","u":"store(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"NonBlockingEntryStore","l":"store(BinaryEntry, StoreObserver)","u":"store(com.tangosol.util.BinaryEntry,com.tangosol.net.cache.StoreObserver)"},{"p":"com.tangosol.net.cache","c":"AbstractCacheStore","l":"store(K, V)","u":"store(K,V)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"store(K, V)","u":"store(K,V)"},{"p":"com.tangosol.net.cache","c":"CacheStore","l":"store(K, V)","u":"store(K,V)"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"store(K, V)","u":"store(K,V)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"store(long, R, R, Object)","u":"store(long,R,R,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"store(long, R, R, Object)","u":"store(long,R,R,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"store(long, ReadBuffer, ReadBuffer)","u":"store(long,com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"store(long, ReadBuffer, ReadBuffer, Object)","u":"store(long,com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"store(Object, Object)","u":"store(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"store(ReadWriteBackingMap.Entry, boolean)","u":"store(com.tangosol.net.cache.ReadWriteBackingMap.Entry,boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"storeAll(Map)","u":"storeAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"CacheStore","l":"storeAll(Map)","u":"storeAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"storeAll(Map)","u":"storeAll(java.util.Map)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheBinaryEntryStore","l":"storeAll(Set)","u":"storeAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"storeAll(Set)","u":"storeAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"BinaryEntryStore","l":"storeAll(Set>)","u":"storeAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"NonBlockingEntryStore","l":"storeAll(Set>, StoreObserver)","u":"storeAll(java.util.Set,com.tangosol.net.cache.StoreObserver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"storeAllInternal(Set)","u":"storeAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"storeAllInternal(Set)","u":"storeAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"storeAllInternal(Set)","u":"storeAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"storeAllInternal(Set)","u":"storeAllInternal(java.util.Set)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"storeCacheNames(PersistentStore, LongArray)","u":"storeCacheNames(com.oracle.coherence.persistence.PersistentStore,com.tangosol.util.LongArray)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"storeInternal(long, ReadBuffer, ReadBuffer, Object)","u":"storeInternal(long,com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"storeInternal(ReadWriteBackingMap.Entry)","u":"storeInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"storeInternal(ReadWriteBackingMap.Entry)","u":"storeInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"storeInternal(ReadWriteBackingMap.Entry)","u":"storeInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"storeInternal(ReadWriteBackingMap.Entry)","u":"storeInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.StoreOperation","l":"StoreOperation(long, ReadBuffer, ReadBuffer)","u":"%3Cinit%3E(long,com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.StoreOperationObserver","l":"StoreOperationObserver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.StoreOperationObserver","l":"StoreOperationObserver(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"StoreWrapper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"str(Object)","u":"str(java.lang.Object)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"stream()"},{"p":"com.tangosol.util","c":"InvocableMap","l":"stream()"},{"p":"com.tangosol.util","c":"Streamer","l":"stream()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"stream()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"stream(Collection)","u":"stream(java.util.Collection)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"stream(Collection)","u":"stream(java.util.Collection)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"stream(Collection, ValueExtractor)","u":"stream(java.util.Collection,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"stream(Filter)","u":"stream(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"stream(Filter, ValueExtractor)","u":"stream(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"stream(Filter)","u":"stream(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"stream(ValueExtractor)","u":"stream(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"streaming(InvocableMap.EntryAggregator)","u":"streaming(com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"Processors","l":"streamingAsynchronous(InvocableMap.EntryProcessor, Consumer>)","u":"streamingAsynchronous(com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.Consumer)"},{"p":"com.tangosol.util","c":"Processors","l":"streamingAsynchronous(InvocableMap.EntryProcessor, int, Consumer>)","u":"streamingAsynchronous(com.tangosol.util.InvocableMap.EntryProcessor,int,java.util.function.Consumer)"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"StreamingAsynchronousProcessor(InvocableMap.EntryProcessor, Consumer>)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.Consumer)"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"StreamingAsynchronousProcessor(InvocableMap.EntryProcessor, Consumer>, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.Consumer,java.util.concurrent.Executor)"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"StreamingAsynchronousProcessor(InvocableMap.EntryProcessor, int, Consumer>)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int,java.util.function.Consumer)"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"StreamingAsynchronousProcessor(InvocableMap.EntryProcessor, int, Consumer>, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int,java.util.function.Consumer,java.util.concurrent.Executor)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.StrengthComparator","l":"StrengthComparator(Ownership)","u":"%3Cinit%3E(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.StringAdapter","l":"StringAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"STRINGLITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"STRINGLITERAL"},{"p":"com.tangosol.coherence.rest.io","c":"StringMarshaller","l":"StringMarshaller()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"StringTable","l":"strings()"},{"p":"com.tangosol.util","c":"StringTable","l":"stringsStartingWith(String)","u":"stringsStartingWith(java.lang.String)"},{"p":"com.tangosol.util","c":"StringTable","l":"StringTable()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"StringTable","l":"StringTable(Collator)","u":"%3Cinit%3E(java.text.Collator)"},{"p":"com.tangosol.util","c":"StringTable","l":"StringTable(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"stripDomain(String)","u":"stripDomain(java.lang.String)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"SUB_DIR_NAME"},{"p":"com.tangosol.util","c":"SortedBag","l":"subBag(E, E)","u":"subBag(E,E)"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"subBag(E, E)","u":"subBag(E,E)"},{"p":"com.tangosol.net.security","c":"Security","l":"SUBJECT_SCOPED"},{"p":"com.tangosol.io.pof","c":"SubjectPofSerializer","l":"SubjectPofSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"subList(int, int)","u":"subList(int,int)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"subList(int, int)","u":"subList(int,int)"},{"p":"com.tangosol.util","c":"InflatableList","l":"subList(int, int)","u":"subList(int,int)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"subList(int, int)","u":"subList(int,int)"},{"p":"com.tangosol.util","c":"SubList","l":"subList(int, int)","u":"subList(int,int)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"subList(int, int)","u":"subList(int,int)"},{"p":"com.tangosol.util","c":"SubList","l":"SubList(List, int, int)","u":"%3Cinit%3E(java.util.List,int,int)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"subMap(K, K)","u":"subMap(K,K)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"subMap(Object, boolean, Object, boolean)","u":"subMap(java.lang.Object,boolean,java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"subMap(Object, boolean, Object, boolean)","u":"subMap(java.lang.Object,boolean,java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedMap","l":"subMap(Object, Object)","u":"subMap(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"subMap(Object, Object)","u":"subMap(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"subMap(Object, Object)","u":"subMap(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"subMap(Set)","u":"subMap(java.util.Set)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"subMap(TK, TK)","u":"subMap(TK,TK)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"submit(Remote.Callable)","u":"submit(com.tangosol.util.function.Remote.Callable)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"submit(Remote.Runnable)","u":"submit(com.tangosol.util.function.Remote.Runnable)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"submit(Remote.Runnable, T)","u":"submit(com.tangosol.util.function.Remote.Runnable,T)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"submit(Runnable)","u":"submit(java.lang.Runnable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"submitOpen(PersistentStore, Collector)","u":"submitOpen(com.oracle.coherence.persistence.PersistentStore,com.oracle.coherence.common.base.Collector)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"submitTask(AbstractPersistenceManager.Task)","u":"submitTask(com.tangosol.persistence.AbstractPersistenceManager.Task)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"submitTasks(List)","u":"submitTasks(java.util.List)"},{"p":"com.tangosol.net","c":"InetAddressHelper.SubnetMaskFilter","l":"SubnetMaskFilter(InetAddress, InetAddress)","u":"%3Cinit%3E(java.net.InetAddress,java.net.InetAddress)"},{"p":"com.tangosol.net","c":"InetAddressHelper.SubnetMaskFilter","l":"SubnetMaskFilter(InetAddress, int)","u":"%3Cinit%3E(java.net.InetAddress,int)"},{"p":"com.tangosol.net","c":"InetAddressHelper.SubnetMaskFilter","l":"SubnetMaskFilter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.management","c":"Registry","l":"SUBSCRIBER_ANONYMOUS_TYPE"},{"p":"com.tangosol.net.management","c":"Registry","l":"SUBSCRIBER_DURABLE_TYPE"},{"p":"com.tangosol.net.management","c":"Registry","l":"SUBSCRIBER_GROUP_TYPE"},{"p":"com.tangosol.net.management","c":"Registry","l":"SUBSCRIBER_TYPE"},{"p":"com.tangosol.coherence.config.builder","c":"SubscriberGroupBuilder","l":"SubscriberGroupBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SubscriberGroupProcessor","l":"SubscriberGroupProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SubscriberGroupsProcessor","l":"SubscriberGroupsProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"subSequence(int, int)","u":"subSequence(int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"subSequence(int, int)","u":"subSequence(int,int)"},{"p":"com.tangosol.util","c":"AbstractByteSequence.AggregateByteSequence","l":"subSequence(int, int)","u":"subSequence(int,int)"},{"p":"com.tangosol.util","c":"AbstractByteSequence","l":"subSequence(int, int)","u":"subSequence(int,int)"},{"p":"com.tangosol.util","c":"ByteSequence","l":"subSequence(int, int)","u":"subSequence(int,int)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.SubsequentEvent","l":"SubsequentEvent(Event)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"subSet(E, E)","u":"subSet(E,E)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"subSet(Object, boolean, Object, boolean)","u":"subSet(java.lang.Object,boolean,java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"subSet(Object, Object)","u":"subSet(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedSet","l":"subSet(Object, Object)","u":"subSet(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"subSet(Object, Object)","u":"subSet(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SubSet","l":"SubSet(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"subSet(T, T)","u":"subSet(T,T)"},{"p":"com.tangosol.util","c":"SubSet.SubSetIterator","l":"SubSetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"substitute(String, ParameterResolver, int)","u":"substitute(java.lang.String,com.tangosol.config.expression.ParameterResolver,int)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"SUBSTRING_OFFSET_LENGTH_EXPANSION"},{"p":"com.tangosol.util.filter","c":"GreaterEqualsFilter","l":"subtractEqualKeys(SortedMap>, int)","u":"subtractEqualKeys(java.util.SortedMap,int)"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"subtractEqualKeys(SortedMap>, int)","u":"subtractEqualKeys(java.util.SortedMap,int)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"SubtractionOperator","l":"SubtractionOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"SUCCESS"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"suggest(PartitionSet, Ownership)","u":"suggest(com.tangosol.net.partition.PartitionSet,com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"suggestDistribution()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"sum()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"sum()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"sum()"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Filter, Remote.ToBigDecimalFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Filter, Remote.ToBigDecimalFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Filter, Remote.ToDoubleFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Filter, Remote.ToDoubleFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Filter, Remote.ToIntFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Filter, Remote.ToIntFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Filter, Remote.ToLongFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Filter, Remote.ToLongFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Remote.ToBigDecimalFunction)","u":"sum(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Remote.ToBigDecimalFunction)","u":"sum(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"sum(Remote.ToBigDecimalFunction)","u":"sum(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Remote.ToDoubleFunction)","u":"sum(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Remote.ToDoubleFunction)","u":"sum(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"sum(Remote.ToDoubleFunction)","u":"sum(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Remote.ToIntFunction)","u":"sum(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Remote.ToIntFunction)","u":"sum(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"sum(Remote.ToIntFunction)","u":"sum(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Remote.ToLongFunction)","u":"sum(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Remote.ToLongFunction)","u":"sum(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"sum(Remote.ToLongFunction)","u":"sum(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"summarizingDouble(ValueExtractor)","u":"summarizingDouble(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"summarizingInt(ValueExtractor)","u":"summarizingInt(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"summarizingLong(ValueExtractor)","u":"summarizingLong(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"summaryStatistics()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"summaryStatistics()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"summaryStatistics()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"summingDouble(ValueExtractor)","u":"summingDouble(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"summingInt(ValueExtractor)","u":"summingInt(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"summingLong(ValueExtractor)","u":"summingLong(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote","l":"supplier(Remote.Supplier)","u":"supplier(com.tangosol.util.function.Remote.Supplier)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"supply()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalAverage","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMax","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMin","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalSum","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"ComparableMax","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"ComparableMin","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"DoubleMax","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"DoubleMin","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"DoubleSum","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"LongMax","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"LongMin","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"LongSum","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"supply()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"supply()"},{"p":"com.tangosol.config.expression","c":"Value","l":"supports(Class)","u":"supports(java.lang.Class)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"suspend()"},{"p":"com.tangosol.net","c":"Cluster","l":"suspendService(String)","u":"suspendService(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder.SuspendServiceStatement","l":"SuspendServiceStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder","l":"SuspendServiceStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"SYMBOLLITERAL"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"sync()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"sync()"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"syncAssignments(SimpleAssignmentStrategy.AnalysisContext, PartitionedService)","u":"syncAssignments(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext,com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.util","c":"MapListener","l":"SYNCHRONOUS"},{"p":"com.tangosol.util","c":"MapListener","l":"synchronous()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"SYNTHETIC"},{"p":"com.tangosol.net","c":"Coherence","l":"SYS_CCF_URI"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"SYSTEM"},{"p":"com.oracle.coherence.cdi","c":"Scope","l":"SYSTEM"},{"p":"com.tangosol.net","c":"Coherence","l":"SYSTEM_SCOPE"},{"p":"com.tangosol.net","c":"Coherence","l":"SYSTEM_SESSION"},{"p":"com.tangosol.net","c":"SystemDatagramSocketProvider","l":"SystemDatagramSocketProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"SystemEnvironmentParameterResolver","l":"SystemEnvironmentParameterResolver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"SystemPropertyParameterResolver","l":"SystemPropertyParameterResolver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SystemPropertyPreprocessor","l":"SystemPropertyPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.SystemTimeAdapter","l":"SystemTimeAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_BOOLEAN"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_CHAR"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_CHAR_STRING"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_COLLECTION"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_DATE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_DATETIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_DAY_TIME_INTERVAL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_DECIMAL128"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_DECIMAL32"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_DECIMAL64"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_FLOAT128"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_FLOAT32"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_FLOAT64"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_IDENTITY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_INT128"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_INT16"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_INT32"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_INT64"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_MAP"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_OCTET"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_OCTET_STRING"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_REFERENCE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_SPARSE_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_TIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_TIME_INTERVAL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_UNIFORM_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_UNIFORM_COLLECTION"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_UNIFORM_KEYS_MAP"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_UNIFORM_MAP"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_UNIFORM_SPARSE_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_UNKNOWN"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_YEAR_MONTH_INTERVAL"},{"p":"com.tangosol.util","c":"SortedBag","l":"tailBag(E)"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"tailBag(E)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"tailMap(K)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedMap","l":"tailMap(Object)","u":"tailMap(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"tailMap(Object)","u":"tailMap(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"tailMap(Object)","u":"tailMap(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"tailMap(Object, boolean)","u":"tailMap(java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"tailMap(Object, boolean)","u":"tailMap(java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"tailMap(TK)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"tailSet(E)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"tailSet(Object)","u":"tailSet(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedSet","l":"tailSet(Object)","u":"tailSet(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"tailSet(Object)","u":"tailSet(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"tailSet(Object, boolean)","u":"tailSet(java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"tailSet(T)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"takeBackEvent()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"takeBreak()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"takeCurrentChar()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"takeCurrentCharAndAdvance()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"takeEvent()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"takeEvent()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"takeFrontEvent()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"takeNap()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"takeNextRipeTask()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"takeVacation()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"takeWhile(Predicate)","u":"takeWhile(java.util.function.Predicate)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.Task","l":"Task()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.Task","l":"Task(Event, NonBlockingFiniteStateMachine.TaskDependencies)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event,com.tangosol.util.fsm.NonBlockingFiniteStateMachine.TaskDependencies)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"TaskDaemon()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"TaskDaemon(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"TaskDaemon(String, int, boolean)","u":"%3Cinit%3E(java.lang.String,int,boolean)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"TaskDaemon(String, int, boolean, boolean, int)","u":"%3Cinit%3E(java.lang.String,int,boolean,boolean,int)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"TCP"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"TCPAcceptorPreprocessor","l":"TCPAcceptorPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TcpAcceptorProcessor","l":"TcpAcceptorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"TcpDatagramSocket()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"TcpDatagramSocket(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"TcpDatagramSocket(int, InetAddress)","u":"%3Cinit%3E(int,java.net.InetAddress)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"TcpDatagramSocket(SocketAddress)","u":"%3Cinit%3E(java.net.SocketAddress)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"TcpDatagramSocket(SocketProvider)","u":"%3Cinit%3E(com.oracle.coherence.common.net.SocketProvider)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"TcpDatagramSocket(TcpDatagramSocket.Impl)","u":"%3Cinit%3E(com.tangosol.net.TcpDatagramSocket.Impl)"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"TcpDatagramSocketProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"TcpDatagramSocketProvider(TcpDatagramSocketProvider.Dependencies)","u":"%3Cinit%3E(com.tangosol.net.TcpDatagramSocketProvider.Dependencies)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TcpInitiatorProcessor","l":"TcpInitiatorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"TEMP_FILE_NAME_PREFIX"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"Term()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"termAt(int)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"termAt(int)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"termAt(int)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"termEqual(Term)","u":"termEqual(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"termEqual(Term)","u":"termEqual(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"termEqual(Term)","u":"termEqual(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadThread","l":"terminate()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteThread","l":"terminate()"},{"p":"com.tangosol.net","c":"Guardable","l":"terminate()"},{"p":"com.tangosol.util","c":"Daemon","l":"terminate()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"terminateReadThread()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"terminateWriteThread()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term.TermIterator","l":"TermIterator(Term)","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termlanguage","c":"TermLanguage","l":"TermLanguage()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"Terms()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"thenComparing(Remote.Comparator)","u":"thenComparing(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"thenComparing(Remote.Function)","u":"thenComparing(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"thenComparing(Remote.Function, Remote.Comparator)","u":"thenComparing(com.tangosol.util.function.Remote.Function,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"thenComparingDouble(Remote.ToDoubleFunction)","u":"thenComparingDouble(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"thenComparingInt(Remote.ToIntFunction)","u":"thenComparingInt(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"thenComparingLong(Remote.ToLongFunction)","u":"thenComparingLong(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"THREAD"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"thread()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"thread()"},{"p":"com.tangosol.util","c":"ThreadGate","l":"ThreadGate()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ThreadGate","l":"ThreadGate(R)","u":"%3Cinit%3E(R)"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"ThreadGateLite()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"ThreadGateLite(R)","u":"%3Cinit%3E(R)"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"ThreadLocalObject()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"ThreadLocalObject(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor.EmptyElementBehavior","l":"THROW_EXCEPTION"},{"p":"com.tangosol.io.pof","c":"ThrowablePofSerializer","l":"ThrowablePofSerializer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Exceptions","l":"throwIfFatal(Throwable)","u":"throwIfFatal(java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"throwing(Class, String, Throwable, Object...)","u":"throwing(java.lang.Class,java.lang.String,java.lang.Throwable,java.lang.Object...)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"throwingMerger()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"TIER"},{"p":"com.tangosol.io.pof","c":"DateMode","l":"TIME"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimeAdapter","l":"TimeAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.common.base","c":"TimeHelper","l":"TimeHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"PriorityTask","l":"TIMEOUT_DEFAULT"},{"p":"com.tangosol.net","c":"PriorityTask","l":"TIMEOUT_NONE"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"Timeout(long, boolean)","u":"%3Cinit%3E(long,boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"TimestampAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"tmpbuf()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"tmpbuf(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.EntrySet","l":"toArray()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"toArray()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.ValuesCollection","l":"toArray()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet","l":"toArray()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"toArray()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"toArray()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ValuesCollection","l":"toArray()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"toArray()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.EntrySet","l":"toArray()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.KeySet","l":"toArray()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.ValuesCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"ChainedMap.EntrySet","l":"toArray()"},{"p":"com.tangosol.util","c":"ChainedSet","l":"toArray()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"toArray()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"toArray()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"toArray()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"toArray()"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"toArray()"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"LiteSet","l":"toArray()"},{"p":"com.tangosol.util","c":"MapSet","l":"toArray()"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"toArray()"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet","l":"toArray()"},{"p":"com.tangosol.util","c":"OpenHashMap.KeySet","l":"toArray()"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"toArray()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"toArray()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"toArray()"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"toArray()"},{"p":"com.tangosol.util","c":"SafeHashMap.ValuesCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"toArray()"},{"p":"com.tangosol.util","c":"SafeSortedMap.Values","l":"toArray()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"toArray()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"toArray()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ValuesCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"toArray()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"toArray()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"toArray()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"toArray()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"toArray()"},{"p":"com.tangosol.util","c":"SubList","l":"toArray()"},{"p":"com.tangosol.util","c":"SubSet","l":"toArray()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"toArray(E[])"},{"p":"com.tangosol.util","c":"SortedEnumerator","l":"toArray(Enumeration)","u":"toArray(java.util.Enumeration)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"toArray(Enumeration)","u":"toArray(java.util.Enumeration)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"toArray(Enumeration, T[])","u":"toArray(java.util.Enumeration,T[])"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"toArray(IntFunction)","u":"toArray(java.util.function.IntFunction)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"toArray(IntFunction)","u":"toArray(java.util.function.IntFunction)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"toArray(IntFunction)","u":"toArray(java.util.function.IntFunction)"},{"p":"com.tangosol.util","c":"SortedEnumerator","l":"toArray(Iterator)","u":"toArray(java.util.Iterator)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"toArray(Iterator)","u":"toArray(java.util.Iterator)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"toArray(Iterator, T[])","u":"toArray(java.util.Iterator,T[])"},{"p":"com.tangosol.io.nio","c":"BinaryMap.EntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.io.nio","c":"BinaryMap.ValuesCollection","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.net.cache","c":"LocalCache.EntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.net.cache","c":"LocalCache.ValuesCollection","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ValuesCollection","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.EntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.KeySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.ValuesCollection","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"ChainedMap.EntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"LiteSet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"MapSet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"OpenHashMap.KeySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ValuesCollection","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"SubSet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"toArray(Object[], Converter)","u":"toArray(java.lang.Object[],com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"ChainedSet","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"SafeHashMap.ValuesCollection","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"SubList","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"toArrayInternal(SegmentedHashMap.IterableEntryAction, Object[])","u":"toArrayInternal(com.tangosol.util.SegmentedHashMap.IterableEntryAction,java.lang.Object[])"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toBandwidthString(long)"},{"p":"com.tangosol.util","c":"Base","l":"toBandwidthString(long)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toBandwidthString(long, boolean)","u":"toBandwidthString(long,boolean)"},{"p":"com.tangosol.util","c":"Base","l":"toBandwidthString(long, boolean)","u":"toBandwidthString(long,boolean)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"toBinary()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"toBinary()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"toBinary()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"toBinary()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"toBinary()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"toBinary()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"toBinary()"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"toBinary()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"toBinary()"},{"p":"com.tangosol.util","c":"AbstractByteSequence","l":"toBinary()"},{"p":"com.tangosol.util","c":"Binary","l":"toBinary()"},{"p":"com.tangosol.util","c":"BinaryWriteBuffer","l":"toBinary()"},{"p":"com.tangosol.util","c":"ByteSequence","l":"toBinary()"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toBinary(ByteString)","u":"toBinary(com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toBinary(BytesValue)","u":"toBinary(com.google.protobuf.BytesValue)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"toBinary(int, int)","u":"toBinary(int,int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"toBinary(int, int)","u":"toBinary(int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"toBinary(int, int)","u":"toBinary(int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"toBinary(int, int)","u":"toBinary(int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"toBinary(int, int)","u":"toBinary(int,int)"},{"p":"com.tangosol.util","c":"Binary","l":"toBinary(int, int)","u":"toBinary(int,int)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"toBinary(Object)","u":"toBinary(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"toBinary(Object)","u":"toBinary(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"toBinary(Object)","u":"toBinary(java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toBinary(Object)","u":"toBinary(java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toBinary(Object, Serializer)","u":"toBinary(java.lang.Object,com.tangosol.io.Serializer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toBinary(Object, Serializer, WriteBuffer)","u":"toBinary(java.lang.Object,com.tangosol.io.Serializer,com.tangosol.io.WriteBuffer)"},{"p":"com.tangosol.util","c":"BitHelper","l":"toBitString(byte)"},{"p":"com.tangosol.util","c":"BitHelper","l":"toBitString(int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"toBitString(long)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"toBooleanArray(String)","u":"toBooleanArray(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"toBoolValue(Binary, Serializer)","u":"toBoolValue(com.tangosol.util.Binary,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"toBoxedTypeField(String)","u":"toBoxedTypeField(java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"toByteArray()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"toByteArray()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"toByteArray()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"toByteArray()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"toByteArray()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"toByteArray()"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"toByteArray()"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"toByteArray()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"toByteArray()"},{"p":"com.tangosol.util","c":"UID","l":"toByteArray()"},{"p":"com.tangosol.util","c":"UUID","l":"toByteArray()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"toByteArray(int, int)","u":"toByteArray(int,int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"toByteArray(int, int)","u":"toByteArray(int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"toByteArray(int, int)","u":"toByteArray(int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"toByteArray(int, int)","u":"toByteArray(int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"toByteArray(int, int)","u":"toByteArray(int,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toByteArray(long, byte[])","u":"toByteArray(long,byte[])"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toByteArray(Object)","u":"toByteArray(java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toByteArray(Object, Serializer)","u":"toByteArray(java.lang.Object,com.tangosol.io.Serializer)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"toByteBuffer()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"toByteBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"toByteBuffer()"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"toByteBuffer()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"toByteBuffer(int, int)","u":"toByteBuffer(int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"toByteBuffer(int, int)","u":"toByteBuffer(int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"toByteBuffer(int, int)","u":"toByteBuffer(int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"toByteBuffer(int, int)","u":"toByteBuffer(int,int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"toBytes(int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"toBytes(int, byte[], int)","u":"toBytes(int,byte[],int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"toBytes(long)"},{"p":"com.tangosol.util","c":"BitHelper","l":"toBytes(long, byte[], int)","u":"toBytes(long,byte[],int)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toByteString(Binary)","u":"toByteString(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"toByteString(Binary)","u":"toByteString(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toByteString(Object, Serializer)","u":"toByteString(java.lang.Object,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toBytesValue(Binary)","u":"toBytesValue(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"toBytesValue(Binary)","u":"toBytesValue(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toBytesValue(Object, Serializer)","u":"toBytesValue(java.lang.Object,com.tangosol.io.Serializer)"},{"p":"com.tangosol.util","c":"UID","l":"toCharArray()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toCharEscape(char)"},{"p":"com.tangosol.util","c":"Base","l":"toCharEscape(char)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toCollection(Remote.Supplier)","u":"toCollection(com.tangosol.util.function.Remote.Supplier)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toConcurrentMap(ValueExtractor, ValueExtractor)","u":"toConcurrentMap(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toConcurrentMap(ValueExtractor, ValueExtractor, Remote.BinaryOperator)","u":"toConcurrentMap(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toCrc(byte[])"},{"p":"com.tangosol.util","c":"Base","l":"toCrc(byte[])"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toCrc(byte[], int, int)","u":"toCrc(byte[],int,int)"},{"p":"com.tangosol.util","c":"Base","l":"toCrc(byte[], int, int)","u":"toCrc(byte[],int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toCrc(byte[], int, int, int)","u":"toCrc(byte[],int,int,int)"},{"p":"com.tangosol.util","c":"Base","l":"toCrc(byte[], int, int, int)","u":"toCrc(byte[],int,int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toCrc(ByteSequence)","u":"toCrc(com.tangosol.util.ByteSequence)"},{"p":"com.tangosol.util","c":"Base","l":"toCrc(ByteSequence)","u":"toCrc(com.tangosol.util.ByteSequence)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toCrc(ByteSequence, int, int, int)","u":"toCrc(com.tangosol.util.ByteSequence,int,int,int)"},{"p":"com.tangosol.util","c":"Base","l":"toCrc(ByteSequence, int, int, int)","u":"toCrc(com.tangosol.util.ByteSequence,int,int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toDecString(int, int)","u":"toDecString(int,int)"},{"p":"com.tangosol.util","c":"Base","l":"toDecString(int, int)","u":"toDecString(int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toDelimitedString(int[], String)","u":"toDelimitedString(int[],java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"toDelimitedString(int[], String)","u":"toDelimitedString(int[],java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toDelimitedString(Iterator, String)","u":"toDelimitedString(java.util.Iterator,java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"toDelimitedString(Iterator, String)","u":"toDelimitedString(java.util.Iterator,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toDelimitedString(long[], String)","u":"toDelimitedString(long[],java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"toDelimitedString(long[], String)","u":"toDelimitedString(long[],java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toDelimitedString(Object[], String)","u":"toDelimitedString(java.lang.Object[],java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"toDelimitedString(Object[], String)","u":"toDelimitedString(java.lang.Object[],java.lang.String)"},{"p":"com.tangosol.util.function","c":"Remote","l":"toDoubleBiFunction(Remote.ToDoubleBiFunction)","u":"toDoubleBiFunction(com.tangosol.util.function.Remote.ToDoubleBiFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"toDoubleFunction(Remote.ToDoubleFunction)","u":"toDoubleFunction(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"toDoubleStream(RemoteStream)","u":"toDoubleStream(com.tangosol.util.stream.RemoteStream)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"toEntry(Binary, Binary)","u":"toEntry(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toEntry(ByteString, ByteString)","u":"toEntry(com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toEntry(Map.Entry, Serializer)","u":"toEntry(java.util.Map.Entry,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toEntryList(Map, Serializer)","u":"toEntryList(java.util.Map,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"toEntryResult(Map.Entry)","u":"toEntryResult(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"IsNotNullFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"IsNullFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"toExpression()"},{"p":"com.tangosol.util","c":"Filter","l":"toExpression()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"toExternalUnits(long, int)","u":"toExternalUnits(long,int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"toExternalUnits(long, int)","u":"toExternalUnits(long,int)"},{"p":"com.tangosol.io","c":"FileHelper","l":"toFilename(String)","u":"toFilename(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHex(byte[])"},{"p":"com.tangosol.util","c":"Base","l":"toHex(byte[])"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHex(int)"},{"p":"com.tangosol.util","c":"Base","l":"toHex(int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHexDump(byte[], int)","u":"toHexDump(byte[],int)"},{"p":"com.tangosol.util","c":"Base","l":"toHexDump(byte[], int)","u":"toHexDump(byte[],int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHexEscape(byte)"},{"p":"com.tangosol.util","c":"Base","l":"toHexEscape(byte)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHexEscape(byte[])"},{"p":"com.tangosol.util","c":"Base","l":"toHexEscape(byte[])"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHexEscape(byte[], int, int)","u":"toHexEscape(byte[],int,int)"},{"p":"com.tangosol.util","c":"Base","l":"toHexEscape(byte[], int, int)","u":"toHexEscape(byte[],int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHexEscape(ByteSequence, int, int)","u":"toHexEscape(com.tangosol.util.ByteSequence,int,int)"},{"p":"com.tangosol.util","c":"Base","l":"toHexEscape(ByteSequence, int, int)","u":"toHexEscape(com.tangosol.util.ByteSequence,int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHexString(int, int)","u":"toHexString(int,int)"},{"p":"com.tangosol.util","c":"Base","l":"toHexString(int, int)","u":"toHexString(int,int)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder.RecordType","l":"toInt()"},{"p":"com.tangosol.util","c":"BitHelper","l":"toInt(byte[])"},{"p":"com.tangosol.util","c":"BitHelper","l":"toInt(byte[], int)","u":"toInt(byte[],int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"toInt32Value(Object)","u":"toInt32Value(java.lang.Object)"},{"p":"com.tangosol.util.function","c":"Remote","l":"toIntBiFunction(Remote.ToIntBiFunction)","u":"toIntBiFunction(com.tangosol.util.function.Remote.ToIntBiFunction)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"toInternal(Object)","u":"toInternal(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceConverterAdapter","l":"toInternal(T)"},{"p":"com.tangosol.coherence.jcache.common","c":"InternalConverter","l":"toInternal(T)"},{"p":"com.tangosol.coherence.jcache.common","c":"ReferenceInternalConverter","l":"toInternal(T)"},{"p":"com.tangosol.coherence.jcache.common","c":"SerializingInternalConverter","l":"toInternal(T)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"toInternalUnits(int, int)","u":"toInternalUnits(int,int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"toInternalUnits(int, int)","u":"toInternalUnits(int,int)"},{"p":"com.tangosol.util.function","c":"Remote","l":"toIntFunction(Remote.ToIntFunction)","u":"toIntFunction(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"toIntStream(RemoteStream)","u":"toIntStream(com.tangosol.util.stream.RemoteStream)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"toJavaDate()"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"toJavaDate()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"toJavaDate()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore.Token","l":"Token(Collector, Object)","u":"%3Cinit%3E(com.oracle.coherence.common.base.Collector,java.lang.Object)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"tokenString()"},{"p":"com.tangosol.coherence.dsltools.termlanguage","c":"TermLanguage","l":"tokenTable()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"TokenTable()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"TokenTable(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toKeyByteString(Binary, Object, Serializer)","u":"toKeyByteString(com.tangosol.util.Binary,java.lang.Object,com.tangosol.io.Serializer)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toList()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"toList()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toLiteBinary(ExternalizableLite)","u":"toLiteBinary(com.tangosol.io.ExternalizableLite)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"toLocalDate()"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"toLocalDateTime()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"toLocalTime()"},{"p":"com.tangosol.util","c":"BitHelper","l":"toLong(byte[])"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toLong(byte[])"},{"p":"com.tangosol.util","c":"BitHelper","l":"toLong(byte[], int)","u":"toLong(byte[],int)"},{"p":"com.tangosol.util","c":"UID","l":"toLong(InetAddress)","u":"toLong(java.net.InetAddress)"},{"p":"com.tangosol.util.function","c":"Remote","l":"toLongBiFunction(Remote.ToLongBiFunction)","u":"toLongBiFunction(com.tangosol.util.function.Remote.ToLongBiFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"toLongFunction(Remote.ToLongFunction)","u":"toLongFunction(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"toLongStream(RemoteStream)","u":"toLongStream(com.tangosol.util.stream.RemoteStream)"},{"p":"com.tangosol.util","c":"Fragment","l":"toMap()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toMap(ValueExtractor, ValueExtractor)","u":"toMap(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toMap(ValueExtractor, ValueExtractor, Remote.BinaryOperator)","u":"toMap(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toMap(ValueExtractor, ValueExtractor, Remote.BinaryOperator, Remote.Supplier)","u":"toMap(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.BinaryOperator,com.tangosol.util.function.Remote.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toMemorySizeString(long)"},{"p":"com.tangosol.util","c":"Base","l":"toMemorySizeString(long)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toMemorySizeString(long, boolean)","u":"toMemorySizeString(long,boolean)"},{"p":"com.tangosol.util","c":"Base","l":"toMemorySizeString(long, boolean)","u":"toMemorySizeString(long,boolean)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"NumberIncrementorFactory","l":"toNumber(String)","u":"toNumber(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"NumberMultiplierFactory","l":"toNumber(String)","u":"toNumber(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"toOffsetDateTime()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"toOffsetTime()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"toOptionalValue(Binary)","u":"toOptionalValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"TOP_LEVEL_ELEMENT_NAME"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"top(Filter, ValueExtractor, int)","u":"top(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"top(Filter, ValueExtractor, int)","u":"top(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"top(Filter, ValueExtractor, Remote.Comparator, int)","u":"top(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"top(Filter, ValueExtractor, Remote.Comparator, int)","u":"top(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"top(ValueExtractor, int)","u":"top(com.tangosol.util.ValueExtractor,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"top(ValueExtractor, int)","u":"top(com.tangosol.util.ValueExtractor,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"top(ValueExtractor, Remote.Comparator, int)","u":"top(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"top(ValueExtractor, Remote.Comparator, int)","u":"top(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"toPageIndex(int)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"topBy(Filter, Remote.Comparator, int)","u":"topBy(com.tangosol.util.Filter,com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"topBy(Filter, Remote.Comparator, int)","u":"topBy(com.tangosol.util.Filter,com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"topBy(Filter, ValueExtractor, int)","u":"topBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"topBy(Filter, ValueExtractor, int)","u":"topBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"topBy(Remote.Comparator, int)","u":"topBy(com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"topBy(Remote.Comparator, int)","u":"topBy(com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"topBy(ValueExtractor, int)","u":"topBy(com.tangosol.util.ValueExtractor,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"topBy(ValueExtractor, int)","u":"topBy(com.tangosol.util.ValueExtractor,int)"},{"p":"com.tangosol.net.topic","c":"TopicBackingMapManager","l":"TopicBackingMapManager(ExtensibleConfigurableCacheFactory)","u":"%3Cinit%3E(com.tangosol.net.ExtensibleConfigurableCacheFactory)"},{"p":"com.tangosol.net.topic","c":"TopicException","l":"TopicException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"TopicException","l":"TopicException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.net.topic","c":"TopicException","l":"TopicException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"TopicMapping(String, String, Class)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TopicMappingProcessor","l":"TopicMappingProcessor(String, Class)","u":"%3Cinit%3E(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.net.topic","c":"TopicPublisherException","l":"TopicPublisherException(String, Binary, Serializer)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.Binary,com.tangosol.io.Serializer)"},{"p":"com.tangosol.net.topic","c":"TopicPublisherException","l":"TopicPublisherException(String, Throwable, Binary, Serializer)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable,com.tangosol.util.Binary,com.tangosol.io.Serializer)"},{"p":"com.tangosol.net.topic","c":"TopicPublisherException","l":"TopicPublisherException(Throwable, Binary, Serializer)","u":"%3Cinit%3E(java.lang.Throwable,com.tangosol.util.Binary,com.tangosol.io.Serializer)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TopicSchemeMappingProcessor","l":"TopicSchemeMappingProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"topN(String, Comparator, int)","u":"topN(java.lang.String,java.util.Comparator,int)"},{"p":"com.tangosol.util","c":"Aggregators","l":"topN(String, int)","u":"topN(java.lang.String,int)"},{"p":"com.tangosol.util","c":"Aggregators","l":"topN(ValueExtractor, Comparator, int)","u":"topN(com.tangosol.util.ValueExtractor,java.util.Comparator,int)"},{"p":"com.tangosol.util","c":"Aggregators","l":"topN(ValueExtractor, int)","u":"topN(com.tangosol.util.ValueExtractor,int)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"TopNAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"TopNAggregator(ValueExtractor, Comparator, int)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.Comparator,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toQuotedCharEscape(char)"},{"p":"com.tangosol.util","c":"Base","l":"toQuotedCharEscape(char)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toQuotedStringEscape(String)","u":"toQuotedStringEscape(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"toQuotedStringEscape(String)","u":"toQuotedStringEscape(java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toReadBuffer(ByteString)","u":"toReadBuffer(com.google.protobuf.ByteString)"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityExceptionMapper","l":"toResponse(SecurityException)","u":"toResponse(java.lang.SecurityException)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSet()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"toShortString()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedBag()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedBag(Comparator)","u":"toSortedBag(java.util.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedBag(Remote.Comparator)","u":"toSortedBag(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedBag(ValueExtractor)","u":"toSortedBag(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedSet()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedSet(Comparator)","u":"toSortedSet(java.util.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedSet(Remote.Comparator)","u":"toSortedSet(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedSet(ValueExtractor)","u":"toSortedSet(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"toSqlDate()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toSqlString(String)","u":"toSqlString(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"toSqlString(String)","u":"toSqlString(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"toSqlTime()"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"toSqlTimestamp()"},{"p":"com.tangosol.util","c":"Daemon","l":"toStateString(int)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"toString()"},{"p":"com.oracle.coherence.cdi","c":"AnnotationInstance","l":"toString()"},{"p":"com.oracle.coherence.cdi","c":"CdiMapEventObserver","l":"toString()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"toString()"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"toString()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"toString()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"toString()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent","c":"LocalCountDownLatch","l":"toString()"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"toString()"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"toString()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"toString()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"toString()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"toString()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"toString()"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"toString()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"toString()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"toString()"},{"p":"com.oracle.coherence.mp.config","c":"ConfigPropertyChanged","l":"toString()"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"toString()"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"toString()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"toString()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"toString()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE","l":"toString()"},{"p":"com.tangosol.coherence.config.builder","c":"SubscriberGroupBuilder","l":"toString()"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"toString()"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"toString()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.DataStructureRefExpression","l":"toString()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.ResourceRefExpression","l":"toString()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.SchemeRefExpression","l":"toString()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LeafBaseToken","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.base","c":"NestedBaseTokens","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.base","c":"PunctuationBaseToken","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LiteralOPToken","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"toString()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"toString()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"toString()"},{"p":"com.tangosol.coherence.jcache.common","c":"AbstractJCacheStatistics","l":"toString()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"toString()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"toString()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"toString()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"toString()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener","l":"toString()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"toString()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener","l":"toString()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSyntheticDeleteMapListener","l":"toString()"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"toString()"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"toString()"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"toString()"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"toString()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"toString()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"toString()"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"toString()"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"toString()"},{"p":"com.tangosol.config.expression","c":"Value","l":"toString()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"toString()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"toString()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"toString()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"toString()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"toString()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"toString()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"toString()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactoryManager","l":"toString()"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"toString()"},{"p":"com.tangosol.io","c":"ConfigurableSerializerFactory","l":"toString()"},{"p":"com.tangosol.io","c":"DecoratedBinaryDeltaCompressor","l":"toString()"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"toString()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"toString()"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"toString()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"toString()"},{"p":"com.tangosol.io.pof","c":"PofPrincipal","l":"toString()"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"toString()"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"toString()"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"toString()"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"toString()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"toString()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"toString()"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"toString()"},{"p":"com.tangosol.io.pof","c":"RawYearMonthInterval","l":"toString()"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"toString()"},{"p":"com.tangosol.net","c":"ActionPolicy","l":"toString()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"toString()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"toString()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"toString()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"toString()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.AddListener","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.EventRouter","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.RemoveListener","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ServiceListener","l":"toString()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"toString()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"toString()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"toString()"},{"p":"com.tangosol.net.cache","c":"TypeAssertion.WithTypesAssertion","l":"toString()"},{"p":"com.tangosol.net","c":"Coherence","l":"toString()"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"toString()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"toString()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProviderFactory","l":"toString()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"toString()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"toString()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"toString()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"toString()"},{"p":"com.tangosol.net","c":"LoadBalancer.AddressPort","l":"toString()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"toString()"},{"p":"com.tangosol.net.management","c":"ObjectNameExcludeFilter","l":"toString()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"toString()"},{"p":"com.tangosol.net","c":"MemberEvent","l":"toString()"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"toString()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"toString()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"toString()"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"toString()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"toString()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"toString()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"toString()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"toString()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"toString()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"toString()"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"toString()"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"toString()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"toString()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"toString()"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"toString()"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"toString()"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"toString()"},{"p":"com.tangosol.net.ssl","c":"URLCertificateLoader","l":"toString()"},{"p":"com.tangosol.net.ssl","c":"URLKeyStoreLoader","l":"toString()"},{"p":"com.tangosol.net.ssl","c":"URLPrivateKeyLoader","l":"toString()"},{"p":"com.tangosol.net","c":"SystemDatagramSocketProvider","l":"toString()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"toString()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"toString()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"toString()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"toString()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"toString()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"toString()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"toString()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"toString()"},{"p":"com.tangosol.net","c":"ValueTypeAssertion.WithValueTypeAssertion","l":"toString()"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"toString()"},{"p":"com.tangosol.net","c":"WrapperInvocationService","l":"toString()"},{"p":"com.tangosol.net","c":"WrapperService","l":"toString()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"toString()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"toString()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"toString()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"toString()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools","l":"toString()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"toString()"},{"p":"com.tangosol.persistence","c":"ConfigurableSnapshotArchiverFactory","l":"toString()"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"toString()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"toString()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"toString()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"toString()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"toString()"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"toString()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"toString()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"toString()"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"toString()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"toString()"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"toString()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"toString()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"toString()"},{"p":"com.tangosol.util","c":"AbstractByteSequence","l":"toString()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"toString()"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"toString()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"toString()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"toString()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"toString()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"toString()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"toString()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"toString()"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"toString()"},{"p":"com.tangosol.util","c":"Binary","l":"toString()"},{"p":"com.tangosol.util","c":"ClassFilter","l":"toString()"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"toString()"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"toString()"},{"p":"com.tangosol.util","c":"CompositeKey","l":"toString()"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"toString()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"toString()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"toString()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"toString()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterHolder","l":"toString()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"toString()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"toString()"},{"p":"com.tangosol.util","c":"Daemon","l":"toString()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.FormatAwareCompressor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"toString()"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"toString()"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"toString()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"toString()"},{"p":"com.tangosol.util","c":"Fragment","l":"toString()"},{"p":"com.tangosol.util.fsm","c":"Instruction.TransitionTo","l":"toString()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"toString()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.SubsequentEvent","l":"toString()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"toString()"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"toString()"},{"p":"com.tangosol.util","c":"ImmutableArrayList.ListView","l":"toString()"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SetView","l":"toString()"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SortedSetView","l":"toString()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"toString()"},{"p":"com.tangosol.util","c":"Listeners","l":"toString()"},{"p":"com.tangosol.util","c":"LongArray","l":"toString()"},{"p":"com.tangosol.util","c":"MapEvent","l":"toString()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"toString()"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"toString()"},{"p":"com.tangosol.util","c":"NullFilter","l":"toString()"},{"p":"com.tangosol.util","c":"NullImplementation.NullActionPolicy","l":"toString()"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"toString()"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"toString()"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"toString()"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"toString()"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"toString()"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"toString()"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"toString()"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"toString()"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"toString()"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"toString()"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"toString()"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"toString()"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"toString()"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"toString()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"toString()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"toString()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"toString()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"toString()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"toString()"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"toString()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"toString()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"toString()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"toString()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"toString()"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"toString()"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"toString()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"toString()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"toString()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"toString()"},{"p":"com.tangosol.util","c":"StringTable","l":"toString()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"toString()"},{"p":"com.tangosol.util","c":"ThreadGateLite.Bar","l":"toString()"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"toString()"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"toString()"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"toString()"},{"p":"com.tangosol.util","c":"Tree","l":"toString()"},{"p":"com.tangosol.util","c":"UID","l":"toString()"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"toString()"},{"p":"com.tangosol.util","c":"UUID","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperException","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"toString()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"toString(boolean)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"toString(boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"toString(boolean)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"toString(boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"toString(boolean[])"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"toString(byte[])"},{"p":"com.tangosol.util","c":"Binary","l":"toString(byte[])"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"toString(Class)","u":"toString(java.lang.Class)"},{"p":"com.tangosol.util","c":"Base","l":"toString(Class)","u":"toString(java.lang.Class)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toString(double, int)","u":"toString(double,int)"},{"p":"com.tangosol.util","c":"Base","l":"toString(double, int)","u":"toString(double,int)"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"toString(InetAddress)","u":"toString(java.net.InetAddress)"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"toString(int)"},{"p":"com.tangosol.util","c":"UID","l":"toString(long)"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"toString(Object)","u":"toString(java.lang.Object)"},{"p":"com.tangosol.coherence.rest","c":"KeyConverter","l":"toString(Object)","u":"toString(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"toString(Timestamp)","u":"toString(java.sql.Timestamp)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"toString(XmlSerializable)","u":"toString(com.tangosol.run.xml.XmlSerializable)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toStringEscape(String)","u":"toStringEscape(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"toStringEscape(String)","u":"toStringEscape(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"toStringValue()"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"toStringValue()"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"toStringValue()"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"toStringValue()"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toStringValueStream(Iterable)","u":"toStringValueStream(java.lang.Iterable)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"toTimestamp(String)","u":"toTimestamp(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"toTypes(String)","u":"toTypes(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"toTypeStringField(String)","u":"toTypeStringField(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.Entry","l":"touch()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"touch()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"touch()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"touch()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"touch()"},{"p":"com.tangosol.util","c":"Processors","l":"touch()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"touch(Object)","u":"touch(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"TouchProcessor","l":"TouchProcessor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toUnicodeEscape(char)"},{"p":"com.tangosol.util","c":"Base","l":"toUnicodeEscape(char)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toUnmodifiableList()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toUnmodifiableMap(ValueExtractor, ValueExtractor)","u":"toUnmodifiableMap(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toUnmodifiableMap(ValueExtractor, ValueExtractor, Remote.BinaryOperator)","u":"toUnmodifiableMap(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toUnmodifiableSet()"},{"p":"com.tangosol.run.xml","c":"UriSerializable","l":"toUri()"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigDecimalAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigIntegerAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BooleanAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ByteAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.CharAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DoubleAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.FloatAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.IntAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.LongAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ShortAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.StringAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.SystemTimeAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimeAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"toXml()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"toXml()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"toXml()"},{"p":"com.tangosol.run.xml","c":"XmlSerializable","l":"toXml()"},{"p":"com.tangosol.run.xml","c":"DateFormatAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"QNameAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigIntegerAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ByteAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.CharAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.FloatAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ShortAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.SystemTimeAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlElementAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlSerializableAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"toXmlString(Object)","u":"toXmlString(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"toXmlString(Object)","u":"toXmlString(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"toXmlString(Object)","u":"toXmlString(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"toXmlString(Object)","u":"toXmlString(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder.RecordType","l":"TRACE"},{"p":"com.oracle.coherence.grpc.proxy","c":"ServerLoggingInterceptor","l":"TRACE_ID_KEY"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder","l":"TRACE_INSTANCE"},{"p":"com.tangosol.util","c":"Base","l":"trace(boolean)"},{"p":"com.tangosol.util","c":"Base","l":"trace(byte[])"},{"p":"com.tangosol.util","c":"Base","l":"trace(char)"},{"p":"com.tangosol.util","c":"Base","l":"trace(double)"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"trace(Filter, Map, Set, QueryRecord.PartialResult.TraceStep)","u":"trace(com.tangosol.util.Filter,java.util.Map,java.util.Set,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"trace(Filter, Map, Set, QueryRecord.PartialResult.TraceStep, ValueExtractor)","u":"trace(com.tangosol.util.Filter,java.util.Map,java.util.Set,com.tangosol.util.QueryRecord.PartialResult.TraceStep,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"trace(Filter, Map.Entry, QueryRecord.PartialResult.TraceStep)","u":"trace(com.tangosol.util.Filter,java.util.Map.Entry,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util","c":"Base","l":"trace(float)"},{"p":"com.tangosol.util","c":"Base","l":"trace(int)"},{"p":"com.tangosol.util","c":"Base","l":"trace(long)"},{"p":"com.tangosol.util","c":"Base","l":"trace(Object)","u":"trace(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Map.Entry)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Map.Entry)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Map.Entry)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"QueryRecorderFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Map.Entry)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"WrapperQueryRecorderFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Map.Entry)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Set)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Set)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Set)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"QueryRecorderFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Set)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"WrapperQueryRecorderFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Set)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Set)"},{"p":"com.tangosol.util","c":"Base","l":"trace(String)","u":"trace(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder.TraceCommandOPToken","l":"TraceCommandOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder.SourceStatement","l":"traceout(String, PrintWriter, boolean)","u":"traceout(java.lang.String,java.io.PrintWriter,boolean)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder.TraceQueryPlusStatement","l":"TraceQueryPlusStatement(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder","l":"TraceStatementBuilder(OPToken)","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.precedence.OPToken)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.TraceStep","l":"TraceStep(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"TracingDaemonPool(DaemonPool)","u":"%3Cinit%3E(com.tangosol.internal.util.DaemonPool)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool.TracingRunnable","l":"TracingRunnable(Span, Runnable)","u":"%3Cinit%3E(io.opentracing.Span,java.lang.Runnable)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"trackDatabase(Database)","u":"trackDatabase(com.sleepycat.je.Database)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"TRANSACTION_GET_COMMITTED"},{"p":"com.tangosol.net.management","c":"Registry","l":"TRANSACTION_MANAGER_TYPE"},{"p":"com.tangosol.util","c":"TransactionMap","l":"TRANSACTION_REPEATABLE_GET"},{"p":"com.tangosol.util","c":"TransactionMap","l":"TRANSACTION_SERIALIZABLE"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"TransactionalPreprocessor","l":"TransactionalPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"TransactionalScheme","l":"TransactionalScheme()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.TransactionEventHandler","l":"TransactionEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"transferBytes(ByteBuffer, ByteBuffer)","u":"transferBytes(java.nio.ByteBuffer,java.nio.ByteBuffer)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.TransferEventHandler","l":"TransferEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"transferThreshold"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"transform(MapEvent)","u":"transform(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapEventTransformer","l":"transform(MapEvent)","u":"transform(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"transform(MapEvent)","u":"transform(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"transform(MapEvent)","u":"transform(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"transform(MapEvent)","u":"transform(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"transform(Set>, ValueExtractor)","u":"transform(java.util.Set,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"CacheEvent.TransformationState","l":"TRANSFORMABLE"},{"p":"com.tangosol.net.cache","c":"CacheEvent.TransformationState","l":"TRANSFORMED"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TransformerProcessor","l":"TransformerProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"DefaultIdentityTransformer","l":"transformIdentity(Subject, Service)","u":"transformIdentity(javax.security.auth.Subject,com.tangosol.net.Service)"},{"p":"com.tangosol.net.security","c":"IdentityTransformer","l":"transformIdentity(Subject, Service)","u":"transformIdentity(javax.security.auth.Subject,com.tangosol.net.Service)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"transformInitParams(XmlElement, XmlElement)","u":"transformInitParams(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"Transition(String, EnumSet, S)","u":"%3Cinit%3E(java.lang.String,java.util.EnumSet,S)"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"Transition(String, EnumSet, S, TransitionAction)","u":"%3Cinit%3E(java.lang.String,java.util.EnumSet,S,com.tangosol.util.fsm.TransitionAction)"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"Transition(String, S, S)","u":"%3Cinit%3E(java.lang.String,S,S)"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"Transition(String, S, S, TransitionAction)","u":"%3Cinit%3E(java.lang.String,S,S,com.tangosol.util.fsm.TransitionAction)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"transitionPartition(int, int, Member, Member)","u":"transitionPartition(int,int,com.tangosol.net.Member,com.tangosol.net.Member)"},{"p":"com.tangosol.util.fsm","c":"Instruction.TransitionTo","l":"TransitionTo(S)","u":"%3Cinit%3E(S)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"translateSchemeType(String)","u":"translateSchemeType(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"translateStandardSchemeType(String)","u":"translateStandardSchemeType(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"translateStandardSchemeType(String)","u":"translateStandardSchemeType(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"translateType(String)","u":"translateType(java.lang.String)"},{"p":"com.tangosol.util","c":"Tree","l":"Tree()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"NotificationManager","l":"trigger(String, Notification)","u":"trigger(java.lang.String,javax.management.Notification)"},{"p":"com.tangosol.net.management","c":"NotificationManager","l":"trigger(String, String, String)","u":"trigger(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"trim(String)","u":"trim(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"trimb(String)","u":"trimb(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"trimf(String)","u":"trimf(java.lang.String)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"trimToSize()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"TRINT_DOMAIN_SPAN"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"TRINT_MAX_VALUE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"TRINT_MAX_VARIANCE"},{"p":"com.tangosol.util","c":"Binary","l":"TRUE"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"truncate()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"truncate()"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"truncate()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"truncate()"},{"p":"com.tangosol.net","c":"NamedMap","l":"truncate()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"truncate()"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"truncate()"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"truncate(String, String)","u":"truncate(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"truncate(TruncateRequest)","u":"truncate(com.oracle.coherence.grpc.TruncateRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"truncate(TruncateRequest)","u":"truncate(com.oracle.coherence.grpc.TruncateRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"truncate(TruncateRequest, StreamObserver)","u":"truncate(com.oracle.coherence.grpc.TruncateRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder.TruncateCacheStatement","l":"TruncateCacheStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder","l":"TruncateCacheStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent.Type","l":"TRUNCATED"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"truncateExtent(long)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"truncateExtent(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"truncateExtent(long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"truncateExtentInternal(long)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"truncateString(Collection, int)","u":"truncateString(java.util.Collection,int)"},{"p":"com.tangosol.util","c":"Base","l":"truncateString(Collection, int)","u":"truncateString(java.util.Collection,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"truncateString(String, int)","u":"truncateString(java.lang.String,int)"},{"p":"com.tangosol.util","c":"Base","l":"truncateString(String, int)","u":"truncateString(java.lang.String,int)"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"tryAcquire()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"tryAcquire()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"tryAcquire()"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"tryAcquire(int)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"tryAcquire(int)"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"tryAcquire(int)"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"tryAcquire(int, long, TimeUnit)","u":"tryAcquire(int,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"tryAcquire(int, long, TimeUnit)","u":"tryAcquire(int,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"tryAcquire(int, long, TimeUnit)","u":"tryAcquire(int,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"tryAcquire(long, TimeUnit)","u":"tryAcquire(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"tryAcquire(long, TimeUnit)","u":"tryAcquire(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"tryAcquire(long, TimeUnit)","u":"tryAcquire(long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"tryEvict()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"tryLock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"tryLock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"tryLock()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"tryLock()"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"tryLock(Lock, long, TimeUnit)","u":"tryLock(java.util.concurrent.locks.Lock,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"tryLock(long, TimeUnit)","u":"tryLock(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"tryLock(long, TimeUnit)","u":"tryLock(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"tryLock(long, TimeUnit)","u":"tryLock(long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"tryLock(Set)","u":"tryLock(java.util.Set)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"tryUnlock()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"TYPE"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_BINARY"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_BOOLEAN"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_DATE"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_DATETIME"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_DECIMAL"},{"p":"com.tangosol.net","c":"InvocationService","l":"TYPE_DEFAULT"},{"p":"com.tangosol.net","c":"ProxyService","l":"TYPE_DEFAULT"},{"p":"com.tangosol.net","c":"CacheService","l":"TYPE_DISTRIBUTED"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_DOUBLE"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_INT"},{"p":"com.tangosol.net","c":"CacheService","l":"TYPE_LOCAL"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_LONG"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"TYPE_NEAR"},{"p":"com.tangosol.net","c":"CacheService","l":"TYPE_OPTIMISTIC"},{"p":"com.tangosol.net","c":"CacheService","l":"TYPE_PAGED_TOPIC"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"TYPE_PORTABLE"},{"p":"com.tangosol.net","c":"CacheService","l":"TYPE_REMOTE"},{"p":"com.tangosol.net","c":"InvocationService","l":"TYPE_REMOTE"},{"p":"com.tangosol.net","c":"NameService","l":"TYPE_REMOTE"},{"p":"com.tangosol.net","c":"CacheService","l":"TYPE_REMOTE_GRPC"},{"p":"com.tangosol.net","c":"CacheService","l":"TYPE_REPLICATED"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"TYPE_SERIALIZABLE"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_STRING"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_TIME"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Literal","l":"type()"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor","l":"type()"},{"p":"com.tangosol.net.management.annotation","c":"Notification","l":"types()"},{"p":"com.tangosol.util","c":"UID","l":"UID()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"UID","l":"UID(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.tangosol.util","c":"UID","l":"UID(DataInput)","u":"%3Cinit%3E(java.io.DataInput)"},{"p":"com.tangosol.util","c":"UID","l":"UID(int, long, int)","u":"%3Cinit%3E(int,long,int)"},{"p":"com.tangosol.util","c":"UID","l":"UID(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"UNARY_OPERATOR_NODE"},{"p":"com.tangosol.util.function","c":"Remote","l":"unaryOperator(Remote.UnaryOperator)","u":"unaryOperator(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.tangosol.net","c":"NameService","l":"unbind(String)","u":"unbind(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler","l":"unbundle(BinaryEntry)","u":"unbundle(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler","l":"unbundle(Object)","u":"unbundle(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.GetBundler","l":"unbundle(Object)","u":"unbundle(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.RemoveBundler","l":"unbundle(Object)","u":"unbundle(java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"undecorate(Binary, int)","u":"undecorate(com.tangosol.util.Binary,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"undecorate(ReadBuffer, int)","u":"undecorate(com.tangosol.io.ReadBuffer,int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter","l":"UnderloadedFilter(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.util","c":"HashEncoded","l":"UNENCODED"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator.CalculatorState","l":"UNINITIALIZED"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"union(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule)","u":"union(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"union(PartitionSet, PartitionSet)","u":"union(com.tangosol.net.partition.PartitionSet,com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"SortedBag.UniqueElement","l":"UniqueElement(E)","u":"%3Cinit%3E(E)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"UNIT_CALCULATOR_BINARY"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"UNIT_CALCULATOR_EXTERNAL"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"UNIT_CALCULATOR_FIXED"},{"p":"com.tangosol.util","c":"Base","l":"UNIT_D"},{"p":"com.tangosol.util","c":"Base","l":"UNIT_H"},{"p":"com.tangosol.util","c":"Base","l":"UNIT_M"},{"p":"com.tangosol.util","c":"Base","l":"UNIT_MS"},{"p":"com.tangosol.util","c":"Base","l":"UNIT_NS"},{"p":"com.tangosol.util","c":"Base","l":"UNIT_S"},{"p":"com.tangosol.util","c":"Base","l":"UNIT_US"},{"p":"com.tangosol.coherence.config.builder","c":"UnitCalculatorBuilder","l":"UnitCalculatorBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"UnitCalculatorProcessor","l":"UnitCalculatorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.unit","c":"Units","l":"Units(long)","u":"%3Cinit%3E(long)"},{"p":"com.tangosol.coherence.config.unit","c":"Units","l":"Units(MemorySize)","u":"%3Cinit%3E(com.oracle.coherence.common.util.MemorySize)"},{"p":"com.tangosol.coherence.config.unit","c":"Units","l":"Units(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"UniversalExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"UniversalExtractor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"UniversalExtractor(String, Object[])","u":"%3Cinit%3E(java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"UniversalExtractor(String, Object[], int)","u":"%3Cinit%3E(java.lang.String,java.lang.Object[],int)"},{"p":"com.tangosol.coherence.dslquery","c":"UniversalExtractorBuilder","l":"UniversalExtractorBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.UniversalExtractorsSupplier","l":"UniversalExtractorsSupplier()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.UniversalExtractorSupplier","l":"UniversalExtractorSupplier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"UniversalManipulator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"UniversalManipulator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"UniversalUpdater()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"UniversalUpdater(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator.CalculatorState","l":"UNKNOWN"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"UNKNOWN"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"unlink()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"unlock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"unlock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"unlock()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"unlock()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterConcurrentMap","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.UnlockAction","l":"UnlockAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"unlockAll(ConcurrentMap, Collection)","u":"unlockAll(com.tangosol.util.ConcurrentMap,java.util.Collection)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"unlockAllBuckets()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"unlockAllBuckets(int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"unlockAllSegments(long)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"unlockBucket(int)"},{"p":"com.tangosol.io","c":"FileHelper","l":"unlockFile(FileLock)","u":"unlockFile(java.nio.channels.FileLock)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"unlockInternal(Object)","u":"unlockInternal(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"unlockRead()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"unlockSegment(int)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"unlockStorage()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"unlockWrite()"},{"p":"com.tangosol.coherence.rest.io","c":"BinaryMarshaller","l":"unmarshal(InputStream, MediaType)","u":"unmarshal(java.io.InputStream,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.io","c":"JacksonJsonMarshaller","l":"unmarshal(InputStream, MediaType)","u":"unmarshal(java.io.InputStream,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.io","c":"JaxbXmlMarshaller","l":"unmarshal(InputStream, MediaType)","u":"unmarshal(java.io.InputStream,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.io","c":"KeyConverterAdapter","l":"unmarshal(InputStream, MediaType)","u":"unmarshal(java.io.InputStream,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.io","c":"Marshaller","l":"unmarshal(InputStream, MediaType)","u":"unmarshal(java.io.InputStream,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.io","c":"StaticContentMarshaller","l":"unmarshal(InputStream, MediaType)","u":"unmarshal(java.io.InputStream,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.io","c":"StringMarshaller","l":"unmarshal(InputStream, MediaType)","u":"unmarshal(java.io.InputStream,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"UnmodifiableIterator(LongArray.Iterator)","u":"%3Cinit%3E(com.tangosol.util.LongArray.Iterator)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"unmodifiableSet(Object)","u":"unmodifiableSet(java.lang.Object)"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"UNNAMED_PROVIDER_ID"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"UNNAMED_PROVIDER_ID"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"unordered()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResultStatus","l":"Unowned"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unquote(String)","u":"unquote(java.lang.String)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"unregister()"},{"p":"com.tangosol.net.cache","c":"CachingMap.FrontMapListener","l":"unregister()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"unregister(CacheService, String)","u":"unregister(com.tangosol.net.CacheService,java.lang.String)"},{"p":"com.tangosol.net.management","c":"Registry","l":"unregister(HealthCheck)","u":"unregister(com.tangosol.util.HealthCheck)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"unregister(ResourceRegistry, JCacheIdentifier)","u":"unregister(com.tangosol.util.ResourceRegistry,com.tangosol.coherence.jcache.common.JCacheIdentifier)"},{"p":"com.tangosol.net.management","c":"Registry","l":"unregister(String)","u":"unregister(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"unregister(String, String)","u":"unregister(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"unregisterBackServiceListener()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterCacheMBean(CacheService, String)","u":"unregisterCacheMBean(com.tangosol.net.CacheService,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterCacheMBean(CacheService, String, String)","u":"unregisterCacheMBean(com.tangosol.net.CacheService,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterCacheMBean(Cluster, String, String, String)","u":"unregisterCacheMBean(com.tangosol.net.Cluster,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterCacheMBean(NamedCache, String)","u":"unregisterCacheMBean(com.tangosol.net.NamedCache,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterCacheMBean(String, String)","u":"unregisterCacheMBean(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterCacheMBean(String, String, String)","u":"unregisterCacheMBean(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility","l":"unregisterCacheObject(Cache, MBeanServerRegistrationUtility.ObjectNameType)","u":"unregisterCacheObject(javax.cache.Cache,com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility.ObjectNameType)"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility","l":"unregisterCacheObject(CoherenceBasedCacheManager, JCacheIdentifier, MBeanServerRegistrationUtility.ObjectNameType)","u":"unregisterCacheObject(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,com.tangosol.coherence.jcache.common.JCacheIdentifier,com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility.ObjectNameType)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"unregisterDeactivationListener()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"unregisterDeactivationListener()"},{"p":"com.tangosol.net.events","c":"EventDispatcherRegistry","l":"unregisterEventDispatcher(EventDispatcher)","u":"unregisterEventDispatcher(com.tangosol.net.events.EventDispatcher)"},{"p":"com.tangosol.net.events","c":"InterceptorRegistry","l":"unregisterEventInterceptor(String)","u":"unregisterEventInterceptor(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"unregisterExpiry(Object, long)","u":"unregisterExpiry(java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"unregisterFrontListener()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterIndex(PersistentStore, long, Binary, Object)","u":"unregisterIndex(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterIndices(PersistentStore, long)","u":"unregisterIndices(com.oracle.coherence.persistence.PersistentStore,long)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"unregisterKey(Object)","u":"unregisterKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"unregisterKey(Object)","u":"unregisterKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"unregisterListener()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"unregisterListener(Object)","u":"unregisterListener(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterListener(PersistentStore, long, Binary, long, Object)","u":"unregisterListener(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,long,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterListeners(PersistentStore, long)","u":"unregisterListeners(com.oracle.coherence.persistence.PersistentStore,long)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"unregisterListeners(Set)","u":"unregisterListeners(java.util.Set)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterLock(PersistentStore, long, Binary, long, long, Object)","u":"unregisterLock(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,long,long,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterLocks(PersistentStore, long)","u":"unregisterLocks(com.oracle.coherence.persistence.PersistentStore,long)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"unregisterMBean()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"unregisterMBean()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"unregisterMBean()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterPagedTopicMBean(Service, NamedTopic)","u":"unregisterPagedTopicMBean(com.tangosol.net.Service,com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterPagedTopicMBean(Service, String)","u":"unregisterPagedTopicMBean(com.tangosol.net.Service,java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"unregisterResource(Class, String)","u":"unregisterResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"ResourceRegistry","l":"unregisterResource(Class, String)","u":"unregisterResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"unregisterResource(Class, String)","u":"unregisterResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.net","c":"Cluster","l":"unregisterResource(String)","u":"unregisterResource(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"unregisterServiceListener()"},{"p":"com.tangosol.net","c":"ServiceMonitor","l":"unregisterServices(Set)","u":"unregisterServices(java.util.Set)"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"unregisterServices(Set)","u":"unregisterServices(java.util.Set)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterSubscriberGroupMBean(PagedTopicService, PagedTopicSubscription)","u":"unregisterSubscriberGroupMBean(com.tangosol.net.PagedTopicService,com.tangosol.internal.net.topic.impl.paged.model.PagedTopicSubscription)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterSubscriberMBean(PagedTopicSubscriber)","u":"unregisterSubscriberMBean(com.tangosol.internal.net.topic.impl.paged.PagedTopicSubscriber)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterTrigger(PersistentStore, long, Binary, Object)","u":"unregisterTrigger(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterTriggers(PersistentStore, long)","u":"unregisterTriggers(com.oracle.coherence.persistence.PersistentStore,long)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"unregisterUserType(int)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterViewMBean(Cluster, String, String)","u":"unregisterViewMBean(com.tangosol.net.Cluster,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterViewMBean(NamedCache)","u":"unregisterViewMBean(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.run.xml","c":"XmlHelper.ParameterResolver","l":"UNRESOLVED"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"unscaledValue()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unseal(PersistentStore)","u":"unseal(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.UnsolicitedCommitEventHandler","l":"UnsolicitedCommitEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"UnsupportedFeatureProcessor","l":"UnsupportedFeatureProcessor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"unwrap(Class[])","u":"unwrap(java.lang.Class[])"},{"p":"com.tangosol.util","c":"ClassHelper","l":"unwrap(Class[])","u":"unwrap(java.lang.Class[])"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"unwrap(Class)","u":"unwrap(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"unwrap(Class)","u":"unwrap(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"unwrap(Class)","u":"unwrap(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"unwrap(Class)","u":"unwrap(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheEntryEvent","l":"unwrap(Class)","u":"unwrap(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"unwrap(Class)","u":"unwrap(java.lang.Class)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"unwrap(MapListener)","u":"unwrap(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"SortedBag","l":"unwrap(Object)","u":"unwrap(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers","l":"unwrap(PersistenceEnvironment)","u":"unwrap(com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers","l":"unwrap(PersistenceManager)","u":"unwrap(com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers","l":"unwrap(PersistentStore)","u":"unwrap(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.coherence.jcache.common","c":"Helper","l":"unwrap(Throwable)","u":"unwrap(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"unwrapEvent(MapEvent)","u":"unwrapEvent(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.UpConverter","l":"UpConverter(Serializer, Serializer)","u":"%3Cinit%3E(com.tangosol.io.Serializer,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"update(ID, Remote.BiFunction, U)","u":"update(ID,com.tangosol.util.function.Remote.BiFunction,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"update(ID, Remote.BiFunction, U)","u":"update(ID,com.tangosol.util.function.Remote.BiFunction,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"update(ID, Remote.BiFunction, U, EntityFactory)","u":"update(ID,com.tangosol.util.function.Remote.BiFunction,U,com.oracle.coherence.repository.EntityFactory)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"update(ID, Remote.BiFunction, U, EntityFactory)","u":"update(ID,com.tangosol.util.function.Remote.BiFunction,U,com.oracle.coherence.repository.EntityFactory)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"update(ID, Remote.Function)","u":"update(ID,com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"update(ID, Remote.Function)","u":"update(ID,com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"update(ID, Remote.Function, EntityFactory)","u":"update(ID,com.tangosol.util.function.Remote.Function,com.oracle.coherence.repository.EntityFactory)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"update(ID, Remote.Function, EntityFactory)","u":"update(ID,com.tangosol.util.function.Remote.Function,com.oracle.coherence.repository.EntityFactory)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"update(ID, ValueUpdater, U)","u":"update(ID,com.tangosol.util.ValueUpdater,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"update(ID, ValueUpdater, U)","u":"update(ID,com.tangosol.util.ValueUpdater,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"update(ID, ValueUpdater, U, EntityFactory)","u":"update(ID,com.tangosol.util.ValueUpdater,U,com.oracle.coherence.repository.EntityFactory)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"update(ID, ValueUpdater, U, EntityFactory)","u":"update(ID,com.tangosol.util.ValueUpdater,U,com.oracle.coherence.repository.EntityFactory)"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"update(Map.Entry)","u":"update(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"update(Map.Entry)","u":"update(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"update(Map.Entry)","u":"update(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"MapIndex","l":"update(Map.Entry)","u":"update(java.util.Map.Entry)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"update(MBeanAccessor.QueryBuilder.ParsedQuery, Map)","u":"update(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery,java.util.Map)"},{"p":"com.tangosol.net.proxy","c":"DefaultProxyServiceLoadBalancer","l":"update(Member, ProxyServiceLoad)","u":"update(com.tangosol.net.Member,com.tangosol.net.proxy.ProxyServiceLoad)"},{"p":"com.tangosol.net","c":"ServiceLoadBalancer","l":"update(Member, T)","u":"update(com.tangosol.net.Member,T)"},{"p":"com.tangosol.net","c":"SimpleServiceLoadBalancer","l":"update(Member, T)","u":"update(com.tangosol.net.Member,T)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"update(Object, Object)","u":"update(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"update(Object, Object)","u":"update(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"update(Object, Object)","u":"update(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"update(Object, Object)","u":"update(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"AbstractUpdater","l":"update(Object, U)","u":"update(java.lang.Object,U)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecordUpdater","l":"update(String, String, ChangeRecord)","u":"update(java.lang.String,java.lang.String,com.tangosol.coherence.federation.ChangeRecord)"},{"p":"com.tangosol.util","c":"Processors","l":"update(String, T)","u":"update(java.lang.String,T)"},{"p":"com.tangosol.util","c":"ValueUpdater","l":"update(T, U)","u":"update(T,U)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"update(ValueUpdater, Object)","u":"update(com.tangosol.util.ValueUpdater,java.lang.Object)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"update(ValueUpdater, Object)","u":"update(com.tangosol.util.ValueUpdater,java.lang.Object)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"update(ValueUpdater, T)","u":"update(com.tangosol.util.ValueUpdater,T)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"update(ValueUpdater, T)","u":"update(com.tangosol.util.ValueUpdater,T)"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"update(ValueUpdater, T)","u":"update(com.tangosol.util.ValueUpdater,T)"},{"p":"com.tangosol.util","c":"Processors","l":"update(ValueUpdater, T)","u":"update(com.tangosol.util.ValueUpdater,T)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"update(ValueUpdater, U)","u":"update(com.tangosol.util.ValueUpdater,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"updateAll(Filter, Remote.BiFunction, U)","u":"updateAll(com.tangosol.util.Filter,com.tangosol.util.function.Remote.BiFunction,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"updateAll(Filter, Remote.BiFunction, U)","u":"updateAll(com.tangosol.util.Filter,com.tangosol.util.function.Remote.BiFunction,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"updateAll(Filter, Remote.Function)","u":"updateAll(com.tangosol.util.Filter,com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"updateAll(Filter, Remote.Function)","u":"updateAll(com.tangosol.util.Filter,com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"updateAll(Filter, ValueUpdater, U)","u":"updateAll(com.tangosol.util.Filter,com.tangosol.util.ValueUpdater,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"updateAll(Filter, ValueUpdater, U)","u":"updateAll(com.tangosol.util.Filter,com.tangosol.util.ValueUpdater,U)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"updateAndGet(IntUnaryOperator)","u":"updateAndGet(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"updateAndGet(IntUnaryOperator)","u":"updateAndGet(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"updateAndGet(IntUnaryOperator)","u":"updateAndGet(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"updateAndGet(IntUnaryOperator)","u":"updateAndGet(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"updateAndGet(IntUnaryOperator)","u":"updateAndGet(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"updateAndGet(IntUnaryOperator)","u":"updateAndGet(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"updateAndGet(LongUnaryOperator)","u":"updateAndGet(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"updateAndGet(LongUnaryOperator)","u":"updateAndGet(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"updateAndGet(LongUnaryOperator)","u":"updateAndGet(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"updateAndGet(LongUnaryOperator)","u":"updateAndGet(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"updateAndGet(LongUnaryOperator)","u":"updateAndGet(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"updateAndGet(LongUnaryOperator)","u":"updateAndGet(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"updateAndGet(Remote.IntUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"updateAndGet(Remote.IntUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"updateAndGet(Remote.IntUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"updateAndGet(Remote.IntUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"updateAndGet(Remote.IntUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"updateAndGet(Remote.IntUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"updateAndGet(Remote.LongUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"updateAndGet(Remote.LongUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"updateAndGet(Remote.LongUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"updateAndGet(Remote.LongUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"updateAndGet(Remote.LongUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"updateAndGet(Remote.LongUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"updateAndGet(Remote.UnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"updateAndGet(Remote.UnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"updateAndGet(Remote.UnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"updateAndGet(Remote.UnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"updateAndGet(Remote.UnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"updateAndGet(Remote.UnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"updateAndGet(UnaryOperator)","u":"updateAndGet(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"updateAndGet(UnaryOperator)","u":"updateAndGet(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"updateAndGet(UnaryOperator)","u":"updateAndGet(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"updateAndGet(UnaryOperator)","u":"updateAndGet(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"updateAndGet(UnaryOperator)","u":"updateAndGet(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"updateAndGet(UnaryOperator)","u":"updateAndGet(java.util.function.UnaryOperator)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"updateBinaryValue(Binary)","u":"updateBinaryValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"updateBinaryValue(Binary)","u":"updateBinaryValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"updateBinaryValue(Binary)","u":"updateBinaryValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"updateBinaryValue(Binary)","u":"updateBinaryValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"updateBinaryValue(Binary)","u":"updateBinaryValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"updateBinaryValue(Binary, boolean)","u":"updateBinaryValue(com.tangosol.util.Binary,boolean)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"updateBinaryValue(Binary, boolean)","u":"updateBinaryValue(com.tangosol.util.Binary,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"updateBinaryValue(Binary, boolean)","u":"updateBinaryValue(com.tangosol.util.Binary,boolean)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"updateBinaryValue(Binary, boolean)","u":"updateBinaryValue(com.tangosol.util.Binary,boolean)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"updateComplex(Object, Object)","u":"updateComplex(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"updateCompositeStats()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"updateCurrentRule()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"updateCurrentRule()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"UPDATED"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"updateEntry(Map.Entry, Object)","u":"updateEntry(java.util.Map.Entry,java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"AbstractUpdater","l":"updateEntry(Map.Entry, U)","u":"updateEntry(java.util.Map.Entry,U)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"updateEntry(ValueUpdater, Map.Entry, U)","u":"updateEntry(com.tangosol.util.ValueUpdater,java.util.Map.Entry,U)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"updateExcludedKeys(Map.Entry, boolean)","u":"updateExcludedKeys(java.util.Map.Entry,boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"updateFlag(int, boolean)","u":"updateFlag(int,boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"updateFlag(int, boolean)","u":"updateFlag(int,boolean)"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"updateInternal(Map.Entry)","u":"updateInternal(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"updateInternal(Map.Entry)","u":"updateInternal(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"updateInternal(Map.Entry)","u":"updateInternal(java.util.Map.Entry)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"updateInternalValue(Object, long, ExpiryPolicy)","u":"updateInternalValue(java.lang.Object,long,javax.cache.expiry.ExpiryPolicy)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"updateLength(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"updateLength(int)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"updateMostRecentTaskTime()"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"updatePersistentVersion(Object, Comparable)","u":"updatePersistentVersion(java.lang.Object,java.lang.Comparable)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"updateQueuedSize(int)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"UpdaterProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"UpdaterProcessor(String, T)","u":"%3Cinit%3E(java.lang.String,T)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"UpdaterProcessor(ValueUpdater, T)","u":"%3Cinit%3E(com.tangosol.util.ValueUpdater,T)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"updateState(int, int)","u":"updateState(int,int)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"updateState(int, int)","u":"updateState(int,int)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"UpdateStatement(String, Filter, InvocableMap.EntryProcessor)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder","l":"UpdateStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"updateStatistics()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"updateThreadName(Daemon, String)","u":"updateThreadName(com.tangosol.util.Daemon,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"updateTransientVersion(Object, Comparable)","u":"updateTransientVersion(java.lang.Object,java.lang.Comparable)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"updateVersion(Object, Object)","u":"updateVersion(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"UPDATING"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"URI_DEFAULT"},{"p":"com.tangosol.run.xml","c":"UriSerializable","l":"URI_DELIM"},{"p":"com.tangosol.run.xml","c":"UriSerializable","l":"URI_NULL"},{"p":"com.tangosol.net.ssl","c":"URLCertificateLoader","l":"URLCertificateLoader(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.ssl","c":"URLCertificateLoader","l":"URLCertificateLoader(XmlValue)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.net.ssl","c":"URLKeyStoreLoader","l":"URLKeyStoreLoader(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.ssl","c":"URLKeyStoreLoader","l":"URLKeyStoreLoader(XmlValue)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"URLMemberIdentityProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"URLPasswordProvider","l":"URLPasswordProvider(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"URLPasswordProvider","l":"URLPasswordProvider(String, boolean)","u":"%3Cinit%3E(java.lang.String,boolean)"},{"p":"com.tangosol.net.ssl","c":"URLPrivateKeyLoader","l":"URLPrivateKeyLoader(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.ssl","c":"URLPrivateKeyLoader","l":"URLPrivateKeyLoader(XmlValue)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies","l":"USAGE_DEFAULT"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DependenciesHelper","l":"usage(PrintWriter)","u":"usage(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor.EmptyElementBehavior","l":"USE_DEFAULT_VALUE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"USE_POF_STREAMS"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"USE_XMLBEAN_CLASS_CACHE"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"use()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"useBackIterator()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"useDoneIterator()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"useFrontIterator()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.Notification","l":"UserData"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"useReservation()"},{"p":"com.tangosol.net.security","c":"UsernameAndPassword","l":"UsernameAndPassword(String, char[])","u":"%3Cinit%3E(java.lang.String,char[])"},{"p":"com.tangosol.net.security","c":"UsernameAndPassword","l":"UsernameAndPassword(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"UserTypeReader(PofBufferReader, ReadBuffer.BufferInput, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.PofBufferReader,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"UserTypeReader(ReadBuffer.BufferInput, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"UserTypeWriter(PofBufferWriter, WriteBuffer.BufferOutput, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.PofBufferWriter,com.tangosol.io.WriteBuffer.BufferOutput,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"UserTypeWriter(PofBufferWriter, WritingPofHandler, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.PofBufferWriter,com.tangosol.io.pof.WritingPofHandler,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"UserTypeWriter(PofBufferWriter, WritingPofHandler, PofContext, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.PofBufferWriter,com.tangosol.io.pof.WritingPofHandler,com.tangosol.io.pof.PofContext,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"UserTypeWriter(WriteBuffer.BufferOutput, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.WriteBuffer.BufferOutput,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"UserTypeWriter(WritingPofHandler, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.WritingPofHandler,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.net","c":"ScopeResolver","l":"useScopeInConfig()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"useSnapshotIterator()"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"usesRawTypes()"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"usesRawTypes()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"usesWildcard()"},{"p":"com.tangosol.net","c":"AsyncNamedMap.Complete","l":"using(Executor)","u":"using(java.util.concurrent.Executor)"},{"p":"com.tangosol.util","c":"BuilderHelper","l":"using(ParameterizedBuilder, ParameterResolver, ClassLoader, ParameterList)","u":"using(com.tangosol.coherence.config.builder.ParameterizedBuilder,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.util","c":"BuilderHelper","l":"using(T)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"using(ValueExtractor)","u":"using(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"AsyncNamedMap.Complete","l":"usingCommonPool()"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"Utf8Reader(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"Utf8Reader(InputStream)","u":"%3Cinit%3E(java.io.InputStream)"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"Utf8Writer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"Utf8Writer(OutputStream)","u":"%3Cinit%3E(java.io.OutputStream)"},{"p":"com.tangosol.util","c":"UUID","l":"UUID()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"UUID","l":"UUID(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.tangosol.util","c":"UUID","l":"UUID(DataInput)","u":"%3Cinit%3E(java.io.DataInput)"},{"p":"com.tangosol.util","c":"UUID","l":"UUID(long, byte[], int, int)","u":"%3Cinit%3E(long,byte[],int,int)"},{"p":"com.tangosol.util","c":"UUID","l":"UUID(long, InetAddress, int, int)","u":"%3Cinit%3E(long,java.net.InetAddress,int,int)"},{"p":"com.tangosol.util","c":"UUID","l":"UUID(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_BOOLEAN_FALSE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_BOOLEAN_TRUE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_COLLECTION_EMPTY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_FP_NAN"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_FP_NEG_INFINITY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_FP_POS_INFINITY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_0"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_1"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_10"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_11"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_12"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_13"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_14"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_15"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_16"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_17"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_18"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_19"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_2"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_20"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_21"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_22"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_3"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_4"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_5"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_6"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_7"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_8"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_9"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_NEG_1"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_REFERENCE_NULL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_STRING_ZERO_LENGTH"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"VALID_COMMANDS"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"validate()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractScheme","l":"validate()"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"validate()"},{"p":"com.tangosol.coherence.config.scheme","c":"CustomScheme","l":"validate()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"validate()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfiguration","l":"validate()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCacheConfiguration","l":"validate()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"validate()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"validate()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"validate()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"validate()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"validate()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"validate(MapEvent)","u":"validate(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SeppukuMapListener","l":"validate(Object, Object)","u":"validate(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractNioManagerBuilder","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractStoreManagerBuilder","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AsyncStoreManagerBuilder","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCompositeScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"validate(PersistentStore, PartitionedService)","u":"validate(com.oracle.coherence.persistence.PersistentStore,com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"validate(ResourceRegistry)","u":"validate(com.tangosol.util.ResourceRegistry)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"validate(TransactionMap, Set, Set, Set, Set, Set)","u":"validate(com.tangosol.util.TransactionMap,java.util.Set,java.util.Set,java.util.Set,java.util.Set,java.util.Set)"},{"p":"com.tangosol.util","c":"TransactionMap.Validator","l":"validate(TransactionMap, Set, Set, Set, Set, Set)","u":"validate(com.tangosol.util.TransactionMap,java.util.Set,java.util.Set,java.util.Set,java.util.Set,java.util.Set)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"validateArchivedSnapshotExistsForService(PersistenceToolsHelper)","u":"validateArchivedSnapshotExistsForService(com.tangosol.coherence.dslquery.internal.PersistenceToolsHelper)"},{"p":"com.oracle.coherence.common.base","c":"NaturalAssociator","l":"validateAssociated(Associated)","u":"validateAssociated(com.oracle.coherence.common.base.Associated)"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"validateAssociatedService(PartitionedService)","u":"validateAssociatedService(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"validateBackingMapManager(CacheService)","u":"validateBackingMapManager(com.tangosol.net.CacheService)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"validateBackingMapManager(CacheService)","u":"validateBackingMapManager(com.tangosol.net.CacheService)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"validateBackups(SimpleAssignmentStrategy.AnalysisContext)","u":"validateBackups(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"validateBufferSize(int)"},{"p":"com.tangosol.io","c":"FileHelper","l":"validateDir(File)","u":"validateDir(java.io.File)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"validateEntry(Object, Object, RuntimeException)","u":"validateEntry(java.lang.Object,java.lang.Object,java.lang.RuntimeException)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"validateExtentId(long)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"validateGUID(String)","u":"validateGUID(java.lang.String)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"validateInsert(TransactionMap, Set)","u":"validateInsert(com.tangosol.util.TransactionMap,java.util.Set)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"validateKey(Object, RuntimeException)","u":"validateKey(java.lang.Object,java.lang.RuntimeException)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"validateLoadArray(Class, int, DataInput)","u":"validateLoadArray(java.lang.Class,int,java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"validateLoadClass(Class, DataInput)","u":"validateLoadClass(java.lang.Class,java.io.DataInput)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.MacroExpansionProcessor","l":"validateMacroExpansion(String, String, String, int)","u":"validateMacroExpansion(java.lang.String,java.lang.String,java.lang.String,int)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"validateMetadata()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"validatePersistentStoreId(String)","u":"validatePersistentStoreId(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"validateScheme(Scheme)","u":"validateScheme(com.tangosol.coherence.config.scheme.Scheme)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"validateScheme(Scheme)","u":"validateScheme(com.tangosol.coherence.config.scheme.Scheme)"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"validateScheme(Scheme)","u":"validateScheme(com.tangosol.coherence.config.scheme.Scheme)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"validateServiceExists(PersistenceToolsHelper)","u":"validateServiceExists(com.tangosol.coherence.dslquery.internal.PersistenceToolsHelper)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"validateSnapshotExistsForService(PersistenceToolsHelper)","u":"validateSnapshotExistsForService(com.tangosol.coherence.dslquery.internal.PersistenceToolsHelper)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"validateSnapshotName(String)","u":"validateSnapshotName(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder.ValidateSnapshotStatement","l":"ValidateSnapshotStatement(String, boolean, boolean, String, String)","u":"%3Cinit%3E(java.lang.String,boolean,boolean,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder","l":"ValidateSnapshotStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistenceSnapshotTools","l":"validateStoreSealed(PersistentStore)","u":"validateStoreSealed(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistenceSnapshotTools","l":"validateStoreSealed(String)","u":"validateStoreSealed(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"validateTypeId(int)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"validateValue(TransactionMap, Set)","u":"validateValue(com.tangosol.util.TransactionMap,java.util.Set)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"validateVersion(TransactionMap, Set)","u":"validateVersion(com.tangosol.util.TransactionMap,java.util.Set)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"validateXsd(String, XmlDocument)","u":"validateXsd(java.lang.String,com.tangosol.run.xml.XmlDocument)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"ValidatingPofHandler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SaxParser.ValidationHandler","l":"ValidationHandler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AnyEvent","l":"value"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"VALUE"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"VALUE_FUNCTION_BUILDER"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"VALUE_UPDATER"},{"p":"com.oracle.coherence.cdi","c":"ChainedExtractor.Extractors.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"ChainedExtractor.Extractors","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"ChainedExtractor.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"ChainedExtractor","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"ConfigUri.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"ConfigUri","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"Backlog.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"Backlog","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"CacheName.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"CacheName","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"MapName.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"MapName","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"ParticipantName.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"ParticipantName","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"Processor.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"Processor","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"ScopeName.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"ScopeName","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"ServiceName.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"ServiceName","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"Name.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"Name","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Extractors.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Extractors","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"PropertyExtractor.Extractors.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"PropertyExtractor.Extractors","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"PropertyExtractor.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"PropertyExtractor","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"Scope.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"Scope","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"SerializerFormat.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"SerializerFormat","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"SessionName.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"SessionName","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"SubscriberGroup.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"SubscriberGroup","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"WhereFilter.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"WhereFilter","l":"value()"},{"p":"com.oracle.coherence.concurrent.cdi","c":"Count.Literal","l":"value()"},{"p":"com.oracle.coherence.concurrent.cdi","c":"Count","l":"value()"},{"p":"com.oracle.coherence.concurrent.cdi","c":"Permits.Literal","l":"value()"},{"p":"com.oracle.coherence.concurrent.cdi","c":"Permits","l":"value()"},{"p":"com.tangosol.config.annotation","c":"Injectable","l":"value()"},{"p":"com.tangosol.config.xml","c":"XmlSimpleName","l":"value()"},{"p":"com.tangosol.io.pof.annotation","c":"PortableProperty","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"CacheLifecycleEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"CoherenceLifecycleEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"EntryEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"EntryProcessorEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"FederatedChangeEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"FederatedConnectionEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"FederatedPartitionEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"LifecycleEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"SessionLifecycleEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"TransactionEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"TransferEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"UnsolicitedCommitEvents","l":"value()"},{"p":"com.tangosol.net.management.annotation","c":"Description","l":"value()"},{"p":"com.tangosol.net.management.annotation","c":"MetricsLabels","l":"value()"},{"p":"com.tangosol.net.management.annotation","c":"MetricsScope","l":"value()"},{"p":"com.tangosol.net.management.annotation","c":"MetricsTag","l":"value()"},{"p":"com.tangosol.net.management.annotation","c":"MetricsValue","l":"value()"},{"p":"com.tangosol.config.expression","c":"Value","l":"Value()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"Value","l":"Value(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"value(Remote.ToIntFunction)","u":"value(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.config.expression","c":"Value","l":"Value(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"value(ToIntFunction)","u":"value(java.util.function.ToIntFunction)"},{"p":"com.tangosol.config.expression","c":"Value","l":"Value(Value)","u":"%3Cinit%3E(com.tangosol.config.expression.Value)"},{"p":"com.tangosol.config.expression","c":"Value","l":"Value(XmlValue)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"ValueChangeEventFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"ValueChangeEventFilter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"ValueChangeEventFilter(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"ValueMacroExpression()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"ValueMacroExpression(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"Backlog.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor.EmptyElementBehavior","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility.ObjectNameType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue.JCacheSyntheticKind","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"DateMode","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"CacheEvent.TransformationState","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.annotation","c":"Interceptor.Order","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.application","c":"LifecycleEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryProcessorEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.partition","c":"TransactionEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.partition","c":"UnsolicitedCommitEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Publisher.OnFailure","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResultStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder.RecordType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent.Process","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.util","c":"RegistrationBehavior","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator.CalculatorState","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"values()"},{"p":"com.oracle.coherence.cdi.events","c":"Backlog.Type","l":"values()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE","l":"values()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor.EmptyElementBehavior","l":"values()"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility.ObjectNameType","l":"values()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue.JCacheSyntheticKind","l":"values()"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"values()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"values()"},{"p":"com.tangosol.io.pof","c":"DateMode","l":"values()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"values()"},{"p":"com.tangosol.net.cache","c":"CacheEvent.TransformationState","l":"values()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"values()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"values()"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"values()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"values()"},{"p":"com.tangosol.net.events.annotation","c":"Interceptor.Order","l":"values()"},{"p":"com.tangosol.net.events.application","c":"LifecycleEvent.Type","l":"values()"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent.Type","l":"values()"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent.Type","l":"values()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent.Type","l":"values()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"values()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryProcessorEvent.Type","l":"values()"},{"p":"com.tangosol.net.events.partition","c":"TransactionEvent.Type","l":"values()"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"values()"},{"p":"com.tangosol.net.events.partition","c":"UnsolicitedCommitEvent.Type","l":"values()"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent.Type","l":"values()"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"values()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"values()"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"values()"},{"p":"com.tangosol.net.topic","c":"Publisher.OnFailure","l":"values()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResultStatus","l":"values()"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"values()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"values()"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder.RecordType","l":"values()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"values()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"values()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent.Process","l":"values()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"values()"},{"p":"com.tangosol.util","c":"RegistrationBehavior","l":"values()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"values()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"values()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"values()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"values()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"values()"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator.CalculatorState","l":"values()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"values()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"values()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"values(CacheRequestHolder, StreamObserver)","u":"values(com.oracle.coherence.grpc.CacheRequestHolder,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"values(Consumer)","u":"values(java.util.function.Consumer)"},{"p":"com.tangosol.util","c":"QueryMap","l":"values(Filter)","u":"values(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"QueryMap","l":"values(Filter, Comparator)","u":"values(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"values(Filter)","u":"values(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"values(Filter, Comparator)","u":"values(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"values(Filter, Consumer)","u":"values(com.tangosol.util.Filter,java.util.function.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"values(InvocableMap)","u":"values(com.tangosol.util.InvocableMap)"},{"p":"com.tangosol.coherence.rest.query","c":"Query","l":"values(NamedCache, String, int, int)","u":"values(com.tangosol.net.NamedCache,java.lang.String,int,int)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"values(String, String, String, ByteString)","u":"values(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"values(String, String, String, ByteString, ByteString)","u":"values(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"values(ValuesRequest, StreamObserver)","u":"values(com.oracle.coherence.grpc.ValuesRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"values(ValuesRequest, StreamObserver)","u":"values(com.oracle.coherence.grpc.ValuesRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"values(ValuesRequest, StreamObserver)","u":"values(com.oracle.coherence.grpc.ValuesRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.ValuesCollection","l":"ValuesCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"LocalCache.ValuesCollection","l":"ValuesCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ValuesCollection","l":"ValuesCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"ValuesCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.ValuesCollection","l":"ValuesCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeHashMap.ValuesCollection","l":"ValuesCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ValuesCollection","l":"ValuesCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection.ValuesIterator","l":"ValuesIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ValueStorageSchemeProcessor","l":"ValueStorageSchemeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management.annotation","c":"MetricsScope","l":"VENDOR"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"verifyMapListener(DefaultConfigurableCacheFactory.CacheInfo, Map, XmlElement, BackingMapManagerContext, ClassLoader, Map)","u":"verifyMapListener(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,java.util.Map,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader,java.util.Map)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"verifyNoNulls(Collection, String)","u":"verifyNoNulls(java.util.Collection,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"verifyNoNulls(Collection, String)","u":"verifyNoNulls(java.util.Collection,java.lang.String)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"VERSION"},{"p":"com.tangosol.util","c":"MapListener","l":"VERSION_AWARE"},{"p":"com.tangosol.net","c":"CacheFactory","l":"VERSION_ENCODED"},{"p":"com.tangosol.io","c":"WrapperBufferInput.VersionAwareBufferInput","l":"VersionAwareBufferInput(DataInput, ClassLoader, MessageComponent)","u":"%3Cinit%3E(java.io.DataInput,java.lang.ClassLoader,com.tangosol.internal.net.MessageComponent)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput.VersionAwareBufferOutput","l":"VersionAwareBufferOutput(DataOutput, MessageComponent)","u":"%3Cinit%3E(java.io.DataOutput,com.tangosol.internal.net.MessageComponent)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache.VersionCacheListener","l":"VersionCacheListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"VersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, NamedCache, NamedCache, boolean)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheLoader,com.tangosol.net.NamedCache,com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"VersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheStore, boolean, int, double, NamedCache, NamedCache, boolean)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheStore,boolean,int,double,com.tangosol.net.NamedCache,com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"VersionedNearCache(Map, NamedCache, NamedCache)","u":"%3Cinit%3E(java.util.Map,com.tangosol.net.NamedCache,com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"VersionedOwnership()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"VersionedOwnership(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"VersionedOwnership(VersionedOwnership)","u":"%3Cinit%3E(com.tangosol.net.partition.VersionedOwnership)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"VersionedPut()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Processors","l":"versionedPut(V)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"VersionedPut(V)","u":"%3Cinit%3E(V)"},{"p":"com.tangosol.util","c":"Processors","l":"versionedPut(V, boolean, boolean)","u":"versionedPut(V,boolean,boolean)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"VersionedPut(V, boolean, boolean)","u":"%3Cinit%3E(V,boolean,boolean)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"VersionedPutAll()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Processors","l":"versionedPutAll(Map)","u":"versionedPutAll(java.util.Map)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"VersionedPutAll(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"Processors","l":"versionedPutAll(Map, boolean, boolean)","u":"versionedPutAll(java.util.Map,boolean,boolean)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"VersionedPutAll(Map, boolean, boolean)","u":"%3Cinit%3E(java.util.Map,boolean,boolean)"},{"p":"com.tangosol.net.management","c":"Registry","l":"VIEW_TYPE"},{"p":"com.tangosol.net","c":"NamedCache","l":"view()"},{"p":"com.tangosol.net","c":"NamedMap","l":"view()"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"ViewBag(E, E)","u":"%3Cinit%3E(E,E)"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"ViewBuilder(NamedCache)","u":"%3Cinit%3E(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"ViewBuilder(Supplier>)","u":"%3Cinit%3E(java.util.function.Supplier)"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"ViewMBeanImpl(ContinuousQueryCache)","u":"%3Cinit%3E(com.tangosol.net.cache.ContinuousQueryCache)"},{"p":"com.tangosol.coherence.config.scheme","c":"ViewScheme","l":"ViewScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"virtuallyEqual(byte[], byte[])","u":"virtuallyEqual(byte[],byte[])"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"visitCacheEntry(long, Binary, Binary)","u":"visitCacheEntry(long,com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper.Visitor","l":"visitCacheEntry(long, Binary, Binary)","u":"visitCacheEntry(long,com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"visitIndex(long, Binary, Binary)","u":"visitIndex(long,com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper.Visitor","l":"visitIndex(long, Binary, Binary)","u":"visitIndex(long,com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"visitListener(long, Binary, long, boolean)","u":"visitListener(long,com.tangosol.util.Binary,long,boolean)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper.Visitor","l":"visitListener(long, Binary, long, boolean)","u":"visitListener(long,com.tangosol.util.Binary,long,boolean)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"visitLock(long, Binary, long, long)","u":"visitLock(long,com.tangosol.util.Binary,long,long)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper.Visitor","l":"visitLock(long, Binary, long, long)","u":"visitLock(long,com.tangosol.util.Binary,long,long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"visitTrigger(long, Binary)","u":"visitTrigger(long,com.tangosol.util.Binary)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper.Visitor","l":"visitTrigger(long, Binary)","u":"visitTrigger(long,com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"VOID"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"VOID"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"VOID"},{"p":"com.tangosol.util","c":"ClassHelper","l":"VOID"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"VOID_PARAMS"},{"p":"com.tangosol.util","c":"ClassHelper","l":"VOID_PARAMS"},{"p":"com.oracle.coherence.common.base","c":"VolatileHolder","l":"VolatileHolder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"VolatileHolder","l":"VolatileHolder(V)","u":"%3Cinit%3E(V)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"WAIT_FOREVER"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"wait(Object)","u":"wait(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"wait(Object, long)","u":"wait(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"Base","l":"wait(Object, long)","u":"wait(java.lang.Object,long)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"wait(Object, long, int)","u":"wait(java.lang.Object,long,int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"waitFor(Object, long)","u":"waitFor(java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"waitForAvailable()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"waitForAvailable()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver","l":"waitForCompleted()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"waitForNotify(long)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"waitForNotify(long)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"waitForNotify(long, SegmentedConcurrentMap.ContentionObserver)","u":"waitForNotify(long,com.tangosol.util.SegmentedConcurrentMap.ContentionObserver)"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"waitForOpen(ThreadGateLite.Bar, long)","u":"waitForOpen(com.tangosol.util.ThreadGateLite.Bar,long)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"waitForReservationDecision()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"waitForResults(boolean)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"waitForServiceStart()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"wakeNow()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"TermWalker","l":"walk(Term)","u":"walk(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"warn(String)","u":"warn(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"warn(String, Throwable)","u":"warn(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"warn(Supplier)","u":"warn(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"warn(Supplier, Throwable)","u":"warn(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"warn(Throwable)","u":"warn(java.lang.Throwable)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"warnEventSequence(MapEvent, MapEvent)","u":"warnEventSequence(com.tangosol.util.MapEvent,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"warnEventSequence(MapEvent, MapEvent)","u":"warnEventSequence(com.tangosol.util.MapEvent,com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"WARNING"},{"p":"com.tangosol.run.xml","c":"SaxParser.ValidationHandler","l":"warning(SAXParseException)","u":"warning(org.xml.sax.SAXParseException)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"warnMissingEvent(Object, int, boolean)","u":"warnMissingEvent(java.lang.Object,int,boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"warnUnfathomable(MapEvent)","u":"warnUnfathomable(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"WEEKDAY_NAME"},{"p":"com.tangosol.util.filter","c":"ArrayFilter.WeightedFilter","l":"WeightedFilter(Filter, int)","u":"%3Cinit%3E(com.tangosol.util.Filter,int)"},{"p":"com.tangosol.net","c":"Coherence","l":"whenClosed()"},{"p":"com.oracle.coherence.grpc","c":"SafeStreamObserver","l":"whenDone()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder.WheneverCommandOPToken","l":"WheneverCommandOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder.WheneverQueryPlusStatement","l":"WheneverQueryPlusStatement(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder","l":"WheneverStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"whenStarted()"},{"p":"com.tangosol.net","c":"Coherence","l":"whenStarted()"},{"p":"com.oracle.coherence.cdi","c":"FilterProducer.WhereFilterSupplier","l":"WhereFilterSupplier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE","l":"WHITE_LIST"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"WILD_CARD"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"wipe(int, int)","u":"wipe(int,int)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion","l":"WITH_RAW_TYPES"},{"p":"com.tangosol.net","c":"ValueTypeAssertion","l":"WITH_RAW_TYPES"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"with(int, long)","u":"with(int,long)"},{"p":"com.tangosol.util","c":"MapEvent","l":"with(int, long)","u":"with(int,long)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withApplicationContext(Context)","u":"withApplicationContext(com.tangosol.application.Context)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"withBaseQuery(String)","u":"withBaseQuery(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"withChild(Term)","u":"withChild(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"withChild(Term)","u":"withChild(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"withChild(Term)","u":"withChild(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"withClassLoader(ClassLoader)","u":"withClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withClassLoader(ClassLoader)","u":"withClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"withClassLoader(ClassLoader)","u":"withClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"withCluster(String)","u":"withCluster(java.lang.String)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withConfigUri(String)","u":"withConfigUri(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"withConverter(ValueExtractor)","u":"withConverter(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withDefaultSession(String)","u":"withDefaultSession(java.lang.String)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withEventInterceptor(EventInterceptor)","u":"withEventInterceptor(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withEventInterceptors(EventInterceptor...)","u":"withEventInterceptors(com.tangosol.net.events.EventInterceptor...)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withEventInterceptors(Iterable>)","u":"withEventInterceptors(java.lang.Iterable)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"withFilter(Filter)","u":"withFilter(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"withFilter(String, Filter)","u":"withFilter(java.lang.String,com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withInterceptor(EventInterceptor)","u":"withInterceptor(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.topic","c":"Subscriber.ChannelOwnershipListeners","l":"withListener(Subscriber.ChannelOwnershipListener...)","u":"withListener(com.tangosol.net.topic.Subscriber.ChannelOwnershipListener...)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"withListener(Subscriber.ChannelOwnershipListener...)","u":"withListener(com.tangosol.net.topic.Subscriber.ChannelOwnershipListener...)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"withMBeanDomainName(String)","u":"withMBeanDomainName(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"withMember(String)","u":"withMember(java.lang.String)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withMode(Coherence.Mode)","u":"withMode(com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion","l":"WITHOUT_TYPE_CHECKING"},{"p":"com.tangosol.net","c":"ValueTypeAssertion","l":"WITHOUT_TYPE_CHECKING"},{"p":"com.tangosol.net.cache","c":"TypeAssertion","l":"withoutTypeChecking()"},{"p":"com.tangosol.net","c":"ValueTypeAssertion","l":"withoutTypeChecking()"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withParameter(Parameter)","u":"withParameter(com.tangosol.config.expression.Parameter)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withParameter(String, Expression)","u":"withParameter(java.lang.String,com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withParameter(String, Object)","u":"withParameter(java.lang.String,java.lang.Object)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withParameterResolver(ParameterResolver)","u":"withParameterResolver(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withPriority(int)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion","l":"withRawTypes()"},{"p":"com.tangosol.net","c":"ValueTypeAssertion","l":"withRawTypes()"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withScopeName(String)","u":"withScopeName(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"withService(String)","u":"withService(java.lang.String)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withSession(SessionConfiguration)","u":"withSession(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withSessionProvider(SessionProvider)","u":"withSessionProvider(com.tangosol.net.SessionProvider)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withSessions(Iterable)","u":"withSessions(java.lang.Iterable)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withSessions(SessionConfiguration...)","u":"withSessions(com.tangosol.net.SessionConfiguration...)"},{"p":"com.tangosol.net","c":"ValueTypeAssertion","l":"withType(Class)","u":"withType(java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion","l":"withTypes(Class, Class)","u":"withTypes(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion.WithTypesAssertion","l":"WithTypesAssertion(Class, Class)","u":"%3Cinit%3E(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.net","c":"ValueTypeAssertion.WithValueTypeAssertion","l":"WithValueTypeAssertion(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"SortedBag","l":"wrap(E)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"wrap(PersistenceEnvironment)","u":"wrap(com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"wrap(PersistenceManager)","u":"wrap(com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"wrap(PersistentStore)","u":"wrap(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.net.cache","c":"CacheLoaderCacheStore","l":"wrapCacheLoader(CacheLoader)","u":"wrapCacheLoader(com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"wrapEntry(Map.Entry)","u":"wrapEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"wrapEntry(Map.Entry)","u":"wrapEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"wrapIterator(Iterator)","u":"wrapIterator(java.util.Iterator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"wrapIterator(Iterator>)","u":"wrapIterator(java.util.Iterator)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"WrapperBinaryStore(BinaryStore)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"WrapperBufferInput(DataInput)","u":"%3Cinit%3E(java.io.DataInput)"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"WrapperBufferInput(DataInput, ClassLoader)","u":"%3Cinit%3E(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"WrapperBufferOutput(DataOutput)","u":"%3Cinit%3E(java.io.DataOutput)"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"WrapperCacheService(CacheService)","u":"%3Cinit%3E(com.tangosol.net.CacheService)"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"WrapperCachingScheme(CachingScheme)","u":"%3Cinit%3E(com.tangosol.coherence.config.scheme.CachingScheme)"},{"p":"com.tangosol.util","c":"WrapperCollections","l":"WrapperCollections()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SortedBag.WrapperComparator","l":"WrapperComparator(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"WrapperConcurrentMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"WrapperConcurrentMap(Map, boolean, long)","u":"%3Cinit%3E(java.util.Map,boolean,long)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"WrapperDataInputStream(DataInput)","u":"%3Cinit%3E(java.io.DataInput)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"WrapperDataInputStream(DataInput, ClassLoader)","u":"%3Cinit%3E(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"WrapperDataOutputStream(DataOutput)","u":"%3Cinit%3E(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"WrapperException","l":"WrapperException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"WrapperException","l":"WrapperException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"WrapperException","l":"WrapperException(Throwable, String)","u":"%3Cinit%3E(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"WrapperInputStream()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"WrapperInputStream(InputStream)","u":"%3Cinit%3E(java.io.InputStream)"},{"p":"com.tangosol.net","c":"WrapperInvocationService","l":"WrapperInvocationService(InvocationService)","u":"%3Cinit%3E(com.tangosol.net.InvocationService)"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"WrapperListener(MapListener)","u":"%3Cinit%3E(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"WrapperMBeanServerProxy(MBeanServer)","u":"%3Cinit%3E(javax.management.MBeanServer)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"WrapperMBeanServerProxy(Supplier)","u":"%3Cinit%3E(java.util.function.Supplier)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"WrapperNamedCache(Map, String)","u":"%3Cinit%3E(java.util.Map,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"WrapperNamedCache(Map, String, CacheService)","u":"%3Cinit%3E(java.util.Map,java.lang.String,com.tangosol.net.CacheService)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"WrapperNamedCache(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"WrapperObjectInputStream(ObjectInput)","u":"%3Cinit%3E(java.io.ObjectInput)"},{"p":"com.tangosol.io","c":"WrapperObjectOutputStream","l":"WrapperObjectOutputStream(ObjectOutput)","u":"%3Cinit%3E(java.io.ObjectOutput)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"WrapperObservableMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"WrapperObservableMap(Map, boolean)","u":"%3Cinit%3E(java.util.Map,boolean)"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"WrapperOutputStream()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"WrapperOutputStream(OutputStream)","u":"%3Cinit%3E(java.io.OutputStream)"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperPrimingListener","l":"WrapperPrimingListener(MapListener)","u":"%3Cinit%3E(com.tangosol.util.MapListener)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.WrapperPrimingListener","l":"WrapperPrimingListener(MapListener)","u":"%3Cinit%3E(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util.filter","c":"WrapperQueryRecorderFilter","l":"WrapperQueryRecorderFilter(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"WrapperReentrantGate()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"WrapperReentrantGate(Gate)","u":"%3Cinit%3E(com.tangosol.util.Gate)"},{"p":"com.tangosol.net","c":"WrapperService","l":"WrapperService(Service)","u":"%3Cinit%3E(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"WrapperSessionConfiguration(SessionConfiguration)","u":"%3Cinit%3E(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.coherence.config.builder","c":"WrapperSocketAddressProviderBuilder","l":"WrapperSocketAddressProviderBuilder(AddressProviderBuilder)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.AddressProviderBuilder)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"WrapperStreamFactoryListProcessor","l":"WrapperStreamFactoryListProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperSynchronousListener","l":"WrapperSynchronousListener(MapListener)","u":"%3Cinit%3E(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"WRITE"},{"p":"com.tangosol.net","c":"CacheService.CacheAction","l":"WRITE"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"write(byte[])"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"write(byte[])"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"write(byte[])"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"write(byte[])"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"write(byte[])"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"write(byte[])"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"write(byte[])"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"write(byte[])"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"write(byte[])"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.net","c":"DatagramPacketOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"write(char[])"},{"p":"com.tangosol.util","c":"NullImplementation.NullWriter","l":"write(char[])"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"write(char[], int, int)","u":"write(char[],int,int)"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"write(char[], int, int)","u":"write(char[],int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullWriter","l":"write(char[], int, int)","u":"write(char[],int,int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"write(int)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"write(int)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"write(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"write(int)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"write(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"write(int)"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"write(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"write(int)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"write(int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"write(int)"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"write(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"write(int)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"write(int)"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"write(int)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"write(int)"},{"p":"com.tangosol.net","c":"CompressionFilter.DeflaterOutputShell","l":"write(int)"},{"p":"com.tangosol.net","c":"DatagramPacketOutputStream","l":"write(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"write(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullWriter","l":"write(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"write(int, byte)","u":"write(int,byte)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"write(int, byte)","u":"write(int,byte)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"write(int, byte)","u":"write(int,byte)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"write(int, byte)","u":"write(int,byte)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"write(int, byte)","u":"write(int,byte)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"write(int, byte)","u":"write(int,byte)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"write(int, byte[])","u":"write(int,byte[])"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"write(int, byte[])","u":"write(int,byte[])"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"write(int, byte[], int, int)","u":"write(int,byte[],int,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"write(int, byte[], int, int)","u":"write(int,byte[],int,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"write(int, byte[], int, int)","u":"write(int,byte[],int,int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"write(int, byte[], int, int)","u":"write(int,byte[],int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"write(int, byte[], int, int)","u":"write(int,byte[],int,int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"write(int, byte[], int, int)","u":"write(int,byte[],int,int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"write(int, InputStreaming)","u":"write(int,com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"write(int, InputStreaming)","u":"write(int,com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"write(int, InputStreaming)","u":"write(int,com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"write(int, InputStreaming, int)","u":"write(int,com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"write(int, InputStreaming, int)","u":"write(int,com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"write(int, InputStreaming, int)","u":"write(int,com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"write(int, InputStreaming, int)","u":"write(int,com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"write(int, ReadBuffer)","u":"write(int,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"write(int, ReadBuffer)","u":"write(int,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"write(int, ReadBuffer, int, int)","u":"write(int,com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"write(int, ReadBuffer, int, int)","u":"write(int,com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"write(int, ReadBuffer, int, int)","u":"write(int,com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"write(int, ReadBuffer, int, int)","u":"write(int,com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"write(int, ReadBuffer, int, int)","u":"write(int,com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"write(int, ReadBuffer, int, int)","u":"write(int,com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.net.management","c":"MapJsonBodyHandler","l":"write(Map, OutputStream)","u":"write(java.util.Map,java.io.OutputStream)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"write(String)","u":"write(java.lang.String)"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"write(String)","u":"write(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullWriter","l":"write(String)","u":"write(java.lang.String)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"write(String, int, int)","u":"write(java.lang.String,int,int)"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"write(String, int, int)","u":"write(java.lang.String,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullWriter","l":"write(String, int, int)","u":"write(java.lang.String,int,int)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"write(String, OutputStream)","u":"write(java.lang.String,java.io.OutputStream)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"write(String, OutputStream)","u":"write(java.lang.String,java.io.OutputStream)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"write(String, WriteBuffer.BufferOutput)","u":"write(java.lang.String,com.tangosol.io.WriteBuffer.BufferOutput)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"write(String, WriteBuffer.BufferOutput)","u":"write(java.lang.String,com.tangosol.io.WriteBuffer.BufferOutput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"write(String, WriteBuffer.BufferOutput)","u":"write(java.lang.String,com.tangosol.io.WriteBuffer.BufferOutput)"},{"p":"com.tangosol.io.pof","c":"PofHelper.WriteableEntrySetMap","l":"WriteableEntrySetMap(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.io.pof","c":"PofHelper.WriteableEntrySetMap","l":"WriteableEntrySetMap(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeAttributes(PrintWriter, boolean)","u":"writeAttributes(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeBigDecimal(DataOutput, BigDecimal)","u":"writeBigDecimal(java.io.DataOutput,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeBigDecimal(int, BigDecimal)","u":"writeBigDecimal(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeBigDecimal(int, BigDecimal)","u":"writeBigDecimal(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"writeBigDecimal(WriteBuffer.BufferOutput, BigDecimal, int)","u":"writeBigDecimal(com.tangosol.io.WriteBuffer.BufferOutput,java.math.BigDecimal,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeBigInteger(DataOutput, BigInteger)","u":"writeBigInteger(java.io.DataOutput,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeBigInteger(int, BigInteger)","u":"writeBigInteger(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeBigInteger(int, BigInteger)","u":"writeBigInteger(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"writeBigInteger(WriteBuffer.BufferOutput, BigInteger)","u":"writeBigInteger(com.tangosol.io.WriteBuffer.BufferOutput,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeBinary(int, Binary)","u":"writeBinary(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeBinary(int, Binary)","u":"writeBinary(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeBoolean(boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeBoolean(int, boolean)","u":"writeBoolean(int,boolean)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeBoolean(int, boolean)","u":"writeBoolean(int,boolean)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeBoolean(int, boolean, boolean)","u":"writeBoolean(int,boolean,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeBooleanArray(DataOutput, boolean[])","u":"writeBooleanArray(java.io.DataOutput,boolean[])"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeBooleanArray(int, boolean[])","u":"writeBooleanArray(int,boolean[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeBooleanArray(int, boolean[])","u":"writeBooleanArray(int,boolean[])"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeBuffer(ReadBuffer)","u":"writeBuffer(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeBuffer(ReadBuffer)","u":"writeBuffer(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeBuffer(ReadBuffer)","u":"writeBuffer(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeBuffer(ReadBuffer)","u":"writeBuffer(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeBuffer(ReadBuffer)","u":"writeBuffer(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeBuffer(ReadBuffer)","u":"writeBuffer(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeBuffer(ReadBuffer, int, int)","u":"writeBuffer(com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeBuffer(ReadBuffer, int, int)","u":"writeBuffer(com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeBuffer(ReadBuffer, int, int)","u":"writeBuffer(com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeBuffer(ReadBuffer, int, int)","u":"writeBuffer(com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeBuffer(ReadBuffer, int, int)","u":"writeBuffer(com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeBuffer(ReadBuffer, int, int)","u":"writeBuffer(com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeByte(int)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeByte(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeByte(int)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeByte(int)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeByte(int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeByte(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeByte(int)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeByte(int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeByte(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeByte(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeByte(int, byte)","u":"writeByte(int,byte)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeByte(int, byte)","u":"writeByte(int,byte)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeByte(int, byte, boolean)","u":"writeByte(int,byte,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeByteArray(DataOutput, byte[])","u":"writeByteArray(java.io.DataOutput,byte[])"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeByteArray(int, byte[])","u":"writeByteArray(int,byte[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeByteArray(int, byte[])","u":"writeByteArray(int,byte[])"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeChar(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer.ByteBufferOutput","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeChar(int)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeChar(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeChar(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeChar(int, char)","u":"writeChar(int,char)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeChar(int, char)","u":"writeChar(int,char)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeChar(int, char, boolean)","u":"writeChar(int,char,boolean)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeCharArray(int, char[])","u":"writeCharArray(int,char[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeCharArray(int, char[])","u":"writeCharArray(int,char[])"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeChildren(PrintWriter, boolean)","u":"writeChildren(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeCollection(DataOutput, Collection)","u":"writeCollection(java.io.DataOutput,java.util.Collection)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeCollection(int, Collection)","u":"writeCollection(int,java.util.Collection)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeCollection(int, Collection)","u":"writeCollection(int,java.util.Collection)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeCollection(int, Collection, Class)","u":"writeCollection(int,java.util.Collection,java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeCollection(int, Collection, Class)","u":"writeCollection(int,java.util.Collection,java.lang.Class)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeComment(PrintWriter, boolean)","u":"writeComment(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeDate(DataOutput, Date)","u":"writeDate(java.io.DataOutput,java.sql.Date)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDate(int, Date)","u":"writeDate(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDate(int, Date)","u":"writeDate(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDate(int, LocalDate)","u":"writeDate(int,java.time.LocalDate)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDate(int, LocalDate)","u":"writeDate(int,java.time.LocalDate)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"writeDate(WriteBuffer.BufferOutput, int, int, int)","u":"writeDate(com.tangosol.io.WriteBuffer.BufferOutput,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDateTime(int, Date)","u":"writeDateTime(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDateTime(int, Date)","u":"writeDateTime(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDateTime(int, LocalDateTime)","u":"writeDateTime(int,java.time.LocalDateTime)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDateTime(int, LocalDateTime)","u":"writeDateTime(int,java.time.LocalDateTime)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDateTime(int, Timestamp)","u":"writeDateTime(int,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDateTime(int, Timestamp)","u":"writeDateTime(int,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDateTimeWithZone(int, Date)","u":"writeDateTimeWithZone(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDateTimeWithZone(int, Date)","u":"writeDateTimeWithZone(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDateTimeWithZone(int, OffsetDateTime)","u":"writeDateTimeWithZone(int,java.time.OffsetDateTime)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDateTimeWithZone(int, OffsetDateTime)","u":"writeDateTimeWithZone(int,java.time.OffsetDateTime)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDateTimeWithZone(int, Timestamp)","u":"writeDateTimeWithZone(int,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDateTimeWithZone(int, Timestamp)","u":"writeDateTimeWithZone(int,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDateTimeWithZone(int, ZonedDateTime)","u":"writeDateTimeWithZone(int,java.time.ZonedDateTime)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeDouble(double)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer.ByteBufferOutput","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeDouble(double)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeDouble(double)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeDouble(double)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDouble(int, double)","u":"writeDouble(int,double)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDouble(int, double)","u":"writeDouble(int,double)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDouble(int, double, boolean)","u":"writeDouble(int,double,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeDoubleArray(DataOutput, double[])","u":"writeDoubleArray(java.io.DataOutput,double[])"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDoubleArray(int, double[])","u":"writeDoubleArray(int,double[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDoubleArray(int, double[])","u":"writeDoubleArray(int,double[])"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"writeElements(XmlElement, Object)","u":"writeElements(com.tangosol.run.xml.XmlElement,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"writeElements(XmlElement, Object)","u":"writeElements(com.tangosol.run.xml.XmlElement,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"writeElements(XmlElement, Object)","u":"writeElements(com.tangosol.run.xml.XmlElement,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"writeElements(XmlElement, Object)","u":"writeElements(com.tangosol.run.xml.XmlElement,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"writeElements(XmlElement, Object)","u":"writeElements(com.tangosol.run.xml.XmlElement,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeEmptyTag(PrintWriter, boolean)","u":"writeEmptyTag(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeEndTag(PrintWriter, boolean)","u":"writeEndTag(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"writeEvent(String, MapEvent)","u":"writeEvent(java.lang.String,com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicMarkableReference","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicStampedReference","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.CacheStatisticsExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.config.expression","c":"NullParameterResolver","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.io","c":"ExternalizableLite","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.io.pof","c":"EvolvableHolder","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Publisher.FailOnFull","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CompleteOnEmpty","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"AbstractScript","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"Binary","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"CompositeKey","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"EntryExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"FragmentExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"ScriptValueExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"Fragment","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"LiteMap","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"LiteSet","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"MapSet","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"NullFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullEntryProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"TouchProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"UID","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"UUID","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigDecimalAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigIntegerAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BooleanAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ByteAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.CharAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DateAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DoubleAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.FloatAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.IntAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.LongAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ShortAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.StringAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimeAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlElementAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlSerializableAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.util","c":"Binary","l":"writeExternal(DataOutput, ReadBuffer)","u":"writeExternal(java.io.DataOutput,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"writeExternal(ObjectOutput)","u":"writeExternal(java.io.ObjectOutput)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"writeExternal(ObjectOutput)","u":"writeExternal(java.io.ObjectOutput)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"writeExternal(ObjectOutput)","u":"writeExternal(java.io.ObjectOutput)"},{"p":"com.tangosol.util","c":"Binary","l":"writeExternal(ObjectOutput)","u":"writeExternal(java.io.ObjectOutput)"},{"p":"com.tangosol.util","c":"LiteSet","l":"writeExternal(ObjectOutput)","u":"writeExternal(java.io.ObjectOutput)"},{"p":"com.tangosol.util","c":"MapSet","l":"writeExternal(ObjectOutput)","u":"writeExternal(java.io.ObjectOutput)"},{"p":"com.tangosol.util","c":"UUID","l":"writeExternal(ObjectOutput)","u":"writeExternal(java.io.ObjectOutput)"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.CacheStatisticsExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.config.expression","c":"NullParameterResolver","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.io.pof","c":"PortableObject","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net","c":"RequestPolicyException","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Publisher.FailOnFull","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CompleteOnEmpty","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"AbstractScript","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"CompositeKey","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"EntryExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"FragmentExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"ScriptValueExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"Fragment","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"MapEvent","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"NullFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"NullImplementation.NullEntryProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"TouchProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"UID","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"UUID","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeExternalizableLite(DataOutput, ExternalizableLite)","u":"writeExternalizableLite(java.io.DataOutput,com.tangosol.io.ExternalizableLite)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeFloat(float)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer.ByteBufferOutput","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeFloat(float)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeFloat(float)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeFloat(float)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeFloat(int, float)","u":"writeFloat(int,float)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeFloat(int, float)","u":"writeFloat(int,float)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeFloat(int, float, boolean)","u":"writeFloat(int,float,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeFloatArray(DataOutput, float[])","u":"writeFloatArray(java.io.DataOutput,float[])"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeFloatArray(int, float[])","u":"writeFloatArray(int,float[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeFloatArray(int, float[])","u":"writeFloatArray(int,float[])"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"writeHeader()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeInt(DataOutput, int)","u":"writeInt(java.io.DataOutput,int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer.ByteBufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeInt(int)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeInt(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeInt(int, int)","u":"writeInt(int,int)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeInt(int, int)","u":"writeInt(int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeInt(int, int, boolean)","u":"writeInt(int,int,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeInt(WriteBuffer.BufferOutput, int)","u":"writeInt(com.tangosol.io.WriteBuffer.BufferOutput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeIntArray(int, int[])","u":"writeIntArray(int,int[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeIntArray(int, int[])","u":"writeIntArray(int,int[])"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeIntArray2d(DataOutput, int[][])","u":"writeIntArray2d(java.io.DataOutput,int[][])"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"writeKey()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"writeLock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"WriteLock(RemoteReadWriteLock)","u":"%3Cinit%3E(com.oracle.coherence.concurrent.locks.RemoteReadWriteLock)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeLong(DataOutput, long)","u":"writeLong(java.io.DataOutput,long)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeLong(int, long)","u":"writeLong(int,long)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeLong(int, long)","u":"writeLong(int,long)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeLong(int, long, boolean)","u":"writeLong(int,long,boolean)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer.ByteBufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeLong(long)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeLong(long)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeLong(WriteBuffer.BufferOutput, long)","u":"writeLong(com.tangosol.io.WriteBuffer.BufferOutput,long)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeLongArray(int, long[])","u":"writeLongArray(int,long[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeLongArray(int, long[])","u":"writeLongArray(int,long[])"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeLongArray(int, LongArray)","u":"writeLongArray(int,com.tangosol.util.LongArray)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeLongArray(int, LongArray, Class)","u":"writeLongArray(int,com.tangosol.util.LongArray,java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeLongArray(int, LongArray)","u":"writeLongArray(int,com.tangosol.util.LongArray)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeLongArray(int, LongArray, Class)","u":"writeLongArray(int,com.tangosol.util.LongArray,java.lang.Class)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeMap(DataOutput, Map)","u":"writeMap(java.io.DataOutput,java.util.Map)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeMap(int, Map)","u":"writeMap(int,java.util.Map)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeMap(int, Map)","u":"writeMap(int,java.util.Map)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeMap(int, Map, Class)","u":"writeMap(int,java.util.Map,java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeMap(int, Map, Class)","u":"writeMap(int,java.util.Map,java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeMap(int, Map, Class, Class)","u":"writeMap(int,java.util.Map,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeMap(int, Map, Class, Class)","u":"writeMap(int,java.util.Map,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"writeMetadata(File)","u":"writeMetadata(java.io.File)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"writeMetadata(File, PersistenceManager, String)","u":"writeMetadata(java.io.File,com.oracle.coherence.persistence.PersistenceManager,java.lang.String)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"writeMetadata(File, Properties)","u":"writeMetadata(java.io.File,java.util.Properties)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeObject(DataOutput, Object)","u":"writeObject(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeObject(int, Object)","u":"writeObject(int,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeObject(int, Object)","u":"writeObject(int,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeObject(Object)","u":"writeObject(java.lang.Object)"},{"p":"com.tangosol.io","c":"WrapperObjectOutputStream","l":"writeObject(Object)","u":"writeObject(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeObjectArray(int, T[])","u":"writeObjectArray(int,T[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeObjectArray(int, T[])","u":"writeObjectArray(int,T[])"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeObjectArray(int, T[], Class)","u":"writeObjectArray(int,T[],java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeObjectArray(int, T[], Class)","u":"writeObjectArray(int,T[],java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeOptional(int, Optional)","u":"writeOptional(int,java.util.Optional)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeOptionalDouble(int, OptionalDouble)","u":"writeOptionalDouble(int,java.util.OptionalDouble)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeOptionalInt(int, OptionalInt)","u":"writeOptionalInt(int,java.util.OptionalInt)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeOptionalLong(int, OptionalLong)","u":"writeOptionalLong(int,java.util.OptionalLong)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writePackedInt(int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writePackedInt(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writePackedInt(int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writePackedInt(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writePackedInt(int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writePackedInt(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writePackedLong(long)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writePackedLong(long)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writePackedLong(long)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writePackedLong(long)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writePackedLong(long)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writePackedLong(long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"WriteQueue()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"writeQuorum(PersistentStore, PartitionedService)","u":"writeQuorum(com.oracle.coherence.persistence.PersistentStore,com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"writeQuorumRaw(PersistentStore, Binary)","u":"writeQuorumRaw(com.oracle.coherence.persistence.PersistentStore,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRawDate(int, RawDate)","u":"writeRawDate(int,com.tangosol.io.pof.RawDate)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRawDate(int, RawDate)","u":"writeRawDate(int,com.tangosol.io.pof.RawDate)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRawDateTime(int, RawDateTime)","u":"writeRawDateTime(int,com.tangosol.io.pof.RawDateTime)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRawDateTime(int, RawDateTime)","u":"writeRawDateTime(int,com.tangosol.io.pof.RawDateTime)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRawDayTimeInterval(int, RawDayTimeInterval)","u":"writeRawDayTimeInterval(int,com.tangosol.io.pof.RawDayTimeInterval)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRawDayTimeInterval(int, RawDayTimeInterval)","u":"writeRawDayTimeInterval(int,com.tangosol.io.pof.RawDayTimeInterval)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRawQuad(int, RawQuad)","u":"writeRawQuad(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRawQuad(int, RawQuad)","u":"writeRawQuad(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRawTime(int, RawTime)","u":"writeRawTime(int,com.tangosol.io.pof.RawTime)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRawTime(int, RawTime)","u":"writeRawTime(int,com.tangosol.io.pof.RawTime)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRawTimeInterval(int, RawTimeInterval)","u":"writeRawTimeInterval(int,com.tangosol.io.pof.RawTimeInterval)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRawTimeInterval(int, RawTimeInterval)","u":"writeRawTimeInterval(int,com.tangosol.io.pof.RawTimeInterval)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRawYearMonthInterval(int, RawYearMonthInterval)","u":"writeRawYearMonthInterval(int,com.tangosol.io.pof.RawYearMonthInterval)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRawYearMonthInterval(int, RawYearMonthInterval)","u":"writeRawYearMonthInterval(int,com.tangosol.io.pof.RawYearMonthInterval)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"writeRemainder(Binary)","u":"writeRemainder(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRemainder(Binary)","u":"writeRemainder(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRemainder(Binary)","u":"writeRemainder(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"SerializationSupport","l":"writeReplace()"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"WriterPrintStream(PrintWriter)","u":"%3Cinit%3E(java.io.PrintWriter)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"writeSafe(String)","u":"writeSafe(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"writeSafe(String)","u":"writeSafe(java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeSafeUTF(DataOutput, String)","u":"writeSafeUTF(java.io.DataOutput,java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeSafeUTF(String)","u":"writeSafeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writeSafeUTF(String)","u":"writeSafeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeSafeUTF(String)","u":"writeSafeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeSafeUTF(String)","u":"writeSafeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeSafeUTF(String)","u":"writeSafeUTF(java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeSafeUTF(WriteBuffer.BufferOutput, String)","u":"writeSafeUTF(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeSerializable(DataOutput, Object)","u":"writeSerializable(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"writeSerializationHeader(WriteBuffer.BufferOutput, String)","u":"writeSerializationHeader(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer.ByteBufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeShort(int)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeShort(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeShort(int, short)","u":"writeShort(int,short)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeShort(int, short)","u":"writeShort(int,short)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeShort(int, short, boolean)","u":"writeShort(int,short,boolean)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeShortArray(int, short[])","u":"writeShortArray(int,short[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeShortArray(int, short[])","u":"writeShortArray(int,short[])"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeStartTag(PrintWriter, boolean)","u":"writeStartTag(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeStream(InputStreaming)","u":"writeStream(com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeStream(InputStreaming)","u":"writeStream(com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeStream(InputStreaming)","u":"writeStream(com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeStream(InputStreaming)","u":"writeStream(com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeStream(InputStreaming)","u":"writeStream(com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeStream(InputStreaming)","u":"writeStream(com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeStream(InputStreaming, int)","u":"writeStream(com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeStream(InputStreaming, int)","u":"writeStream(com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeStream(InputStreaming, int)","u":"writeStream(com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeStream(InputStreaming, int)","u":"writeStream(com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeStream(InputStreaming, int)","u":"writeStream(com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeStream(InputStreaming, int)","u":"writeStream(com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeString(int, String)","u":"writeString(int,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeString(int, String)","u":"writeString(int,java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeStringArray(DataOutput, String[])","u":"writeStringArray(java.io.DataOutput,java.lang.String[])"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteThread","l":"WriteThread()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeTime(DataOutput, Time)","u":"writeTime(java.io.DataOutput,java.sql.Time)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeTime(int, Date)","u":"writeTime(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeTime(int, Date)","u":"writeTime(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeTime(int, LocalTime)","u":"writeTime(int,java.time.LocalTime)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeTime(int, LocalTime)","u":"writeTime(int,java.time.LocalTime)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeTime(int, Timestamp)","u":"writeTime(int,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeTime(int, Timestamp)","u":"writeTime(int,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"writeTime(WriteBuffer.BufferOutput, int, int, int, int, int, int, int)","u":"writeTime(com.tangosol.io.WriteBuffer.BufferOutput,int,int,int,int,int,int,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeTimestamp(DataOutput, Timestamp)","u":"writeTimestamp(java.io.DataOutput,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeTimeWithZone(int, Date)","u":"writeTimeWithZone(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeTimeWithZone(int, Date)","u":"writeTimeWithZone(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeTimeWithZone(int, OffsetTime)","u":"writeTimeWithZone(int,java.time.OffsetTime)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeTimeWithZone(int, OffsetTime)","u":"writeTimeWithZone(int,java.time.OffsetTime)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeTimeWithZone(int, Timestamp)","u":"writeTimeWithZone(int,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeTimeWithZone(int, Timestamp)","u":"writeTimeWithZone(int,java.sql.Timestamp)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"writeTo(ByteBuffer)","u":"writeTo(java.nio.ByteBuffer)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"writeTo(ByteBuffer)","u":"writeTo(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"writeTo(ByteBuffer)","u":"writeTo(java.nio.ByteBuffer)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"writeTo(ByteBuffer)","u":"writeTo(java.nio.ByteBuffer)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"writeTo(ByteBuffer, int, int)","u":"writeTo(java.nio.ByteBuffer,int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"writeTo(ByteBuffer, int, int)","u":"writeTo(java.nio.ByteBuffer,int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"writeTo(ByteBuffer, int, int)","u":"writeTo(java.nio.ByteBuffer,int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"writeTo(ByteBuffer, int, int)","u":"writeTo(java.nio.ByteBuffer,int,int)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"writeTo(DataOutput)","u":"writeTo(java.io.DataOutput)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"writeTo(DataOutput)","u":"writeTo(java.io.DataOutput)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"writeTo(DataOutput)","u":"writeTo(java.io.DataOutput)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"writeTo(DataOutput)","u":"writeTo(java.io.DataOutput)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"writeTo(DataOutput, int, int)","u":"writeTo(java.io.DataOutput,int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"writeTo(DataOutput, int, int)","u":"writeTo(java.io.DataOutput,int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"writeTo(DataOutput, int, int)","u":"writeTo(java.io.DataOutput,int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"writeTo(DataOutput, int, int)","u":"writeTo(java.io.DataOutput,int,int)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlMapWriter","l":"writeTo(Map, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream)","u":"writeTo(java.util.Map,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType,jakarta.ws.rs.core.MultivaluedMap,java.io.OutputStream)"},{"p":"com.tangosol.coherence.rest.providers","c":"EntryWriter","l":"writeTo(Object, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream)","u":"writeTo(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType,jakarta.ws.rs.core.MultivaluedMap,java.io.OutputStream)"},{"p":"com.tangosol.coherence.rest.providers","c":"JsonCollectionWriter","l":"writeTo(Object, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream)","u":"writeTo(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType,jakarta.ws.rs.core.MultivaluedMap,java.io.OutputStream)"},{"p":"com.tangosol.coherence.rest.providers","c":"ObjectWriter","l":"writeTo(Object, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream)","u":"writeTo(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType,jakarta.ws.rs.core.MultivaluedMap,java.io.OutputStream)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlCollectionWriter","l":"writeTo(Object, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream)","u":"writeTo(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType,jakarta.ws.rs.core.MultivaluedMap,java.io.OutputStream)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"writeTo(OutputStream)","u":"writeTo(java.io.OutputStream)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"writeTo(OutputStream)","u":"writeTo(java.io.OutputStream)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"writeTo(OutputStream)","u":"writeTo(java.io.OutputStream)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"writeTo(OutputStream)","u":"writeTo(java.io.OutputStream)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"writeTo(OutputStream, int, int)","u":"writeTo(java.io.OutputStream,int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"writeTo(OutputStream, int, int)","u":"writeTo(java.io.OutputStream,int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"writeTo(OutputStream, int, int)","u":"writeTo(java.io.OutputStream,int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"writeTo(OutputStream, int, int)","u":"writeTo(java.io.OutputStream,int,int)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlKeysWriter","l":"writeTo(Set, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream)","u":"writeTo(java.util.Set,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType,jakarta.ws.rs.core.MultivaluedMap,java.io.OutputStream)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeTrint(DataOutput, int)","u":"writeTrint(java.io.DataOutput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeTrint(DataOutput, long)","u":"writeTrint(java.io.DataOutput,long)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeUserType(int, Object)","u":"writeUserType(int,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"writeUserTypeInfo()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeUTF(DataOutput, String)","u":"writeUTF(java.io.DataOutput,java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeUTF(String, int, int)","u":"writeUTF(java.lang.String,int,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"writeValue()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeValue(PrintWriter, boolean)","u":"writeValue(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"writeValue(PrintWriter, boolean)","u":"writeValue(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"writeValue(PrintWriter, boolean)","u":"writeValue(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"writeXml(PrintWriter, boolean)","u":"writeXml(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeXml(PrintWriter, boolean)","u":"writeXml(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"writeXml(PrintWriter, boolean)","u":"writeXml(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"writeXml(PrintWriter, boolean)","u":"writeXml(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"writeXml(XmlElement, Object)","u":"writeXml(com.tangosol.run.xml.XmlElement,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"writeXml(XmlElement, Object)","u":"writeXml(com.tangosol.run.xml.XmlElement,java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeXmlBean(DataOutput, XmlBean)","u":"writeXmlBean(java.io.DataOutput,com.tangosol.run.xml.XmlBean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeXmlSerializable(DataOutput, XmlSerializable)","u":"writeXmlSerializable(java.io.DataOutput,com.tangosol.run.xml.XmlSerializable)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"WritingPofHandler(WriteBuffer.BufferOutput)","u":"%3Cinit%3E(com.tangosol.io.WriteBuffer.BufferOutput)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"XML_ATTR_SCHEMA_LOCATION"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"XML_ATTR_XMLNS"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"XMLBEAN_CLASS_CACHE"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"XmlBean()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlCollectionWriter","l":"XmlCollectionWriter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlCollectionWriter","l":"XmlCollectionWriter(MarshallerRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.rest.io.MarshallerRegistry)"},{"p":"com.tangosol.run.xml","c":"XmlDocumentReference","l":"XmlDocumentReference(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlDocumentReference","l":"XmlDocumentReference(URI)","u":"%3Cinit%3E(java.net.URI)"},{"p":"com.tangosol.run.xml","c":"XmlElementAdapter","l":"XmlElementAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HealthProcessor.XMLHealthCheckDependencies","l":"XMLHealthCheckDependencies()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"XmlHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.io","c":"XmlJaxbMarshaller","l":"XmlJaxbMarshaller(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlKeysWriter","l":"XmlKeysWriter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlKeysWriter","l":"XmlKeysWriter(MarshallerRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.rest.io.MarshallerRegistry)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlMapWriter","l":"XmlMapWriter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"XmlSerializableAdapter","l":"XmlSerializableAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof","c":"XmlSerializablePofSerializer","l":"XmlSerializablePofSerializer(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"Filter","l":"xor(Filter)","u":"xor(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"XorFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"XorFilter(Filter, Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"XorOperator","l":"XorOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"ZERO"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"abort(Object)","u":"abort(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"abort(Object)","u":"abort(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"abort(Object)","u":"abort(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"abort(Throwable)","u":"abort(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"abortInternal(Object)","u":"abortInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"ABOVE"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"AbstractAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"AbstractAggregator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"AbstractAggregator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"AbstractAsynchronousAggregator(InvocableMap.StreamingAggregator, int)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.StreamingAggregator,int)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"AbstractAsynchronousAggregator(InvocableMap.StreamingAggregator, int, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.StreamingAggregator,int,java.util.concurrent.Executor)"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"AbstractAsynchronousProcessor(InvocableMap.EntryProcessor, int)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int)"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"AbstractAsynchronousProcessor(InvocableMap.EntryProcessor, int, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int,java.util.concurrent.Executor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"AbstractAsyncRepository()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"AbstractBackingMapManager","l":"AbstractBackingMapManager()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"AbstractBigDecimalAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"AbstractBigDecimalAggregator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"AbstractBigDecimalAggregator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler","l":"AbstractBinaryEntryBundler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractBinaryStore","l":"AbstractBinaryStore()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"AbstractBufferInput()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"AbstractBufferManager(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"AbstractBufferOutput()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"AbstractBufferOutput(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"AbstractBundler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"AbstractByteArrayReadBuffer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"AbstractByteArrayReadBuffer(byte[], int, int)","u":"%3Cinit%3E(byte[],int,int)"},{"p":"com.tangosol.util","c":"AbstractByteSequence","l":"AbstractByteSequence()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"AbstractCacheInterceptor","l":"AbstractCacheInterceptor(Coherence, CoherenceExtension)","u":"%3Cinit%3E(com.tangosol.net.Coherence,com.oracle.coherence.cdi.CoherenceExtension)"},{"p":"com.tangosol.net.cache","c":"AbstractCacheLoader","l":"AbstractCacheLoader()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractCacheStore","l":"AbstractCacheStore()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"AbstractCachingScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"AbstractCertificateLoader(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.AbstractCodec","l":"AbstractCodec()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"AbstractCoherenceBasedCache(CoherenceBasedCacheManager, String, C)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String,C)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"AbstractCoherenceBasedCompleteConfiguration()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"AbstractCoherenceBasedCompleteConfiguration(CompleteConfiguration)","u":"%3Cinit%3E(javax.cache.configuration.CompleteConfiguration)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"AbstractComparableAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"AbstractComparableAggregator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"AbstractComparableAggregator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"AbstractComparableAggregator(ValueExtractor, Comparator)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.Comparator)"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"AbstractCompositeExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"AbstractCompositeExtractor(ValueExtractor[])","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor[])"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCompositeScheme","l":"AbstractCompositeScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"AbstractConverterEntry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.util.aggregator","c":"AbstractDoubleAggregator","l":"AbstractDoubleAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"AbstractDoubleAggregator","l":"AbstractDoubleAggregator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"AbstractDoubleAggregator","l":"AbstractDoubleAggregator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor","l":"AbstractEmptyElementProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor","l":"AbstractEmptyElementProcessor(AbstractEmptyElementProcessor.EmptyElementBehavior)","u":"%3Cinit%3E(com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor.EmptyElementBehavior)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor","l":"AbstractEmptyElementProcessor(T)","u":"%3Cinit%3E(T)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler","l":"AbstractEntryBundler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"AbstractEvictionPolicy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractEvolvable","l":"AbstractEvolvable()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"AbstractEvolvableProcessor","l":"AbstractEvolvableProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"AbstractExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"AbstractInvocable()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"AbstractJCacheStatistics","l":"AbstractJCacheStatistics()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"AbstractJournalScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"AbstractKeyBasedMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler","l":"AbstractKeyBundler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"AbstractKeySetBasedMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"AbstractKeyStoreLoader(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractLocalCachingScheme","l":"AbstractLocalCachingScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"AbstractLongAggregator","l":"AbstractLongAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"AbstractLongAggregator","l":"AbstractLongAggregator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"AbstractLongAggregator","l":"AbstractLongAggregator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"AbstractLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractMapListener","l":"AbstractMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.io","c":"AbstractMarshaller","l":"AbstractMarshaller(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"AbstractNamespaceHandler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractNioManagerBuilder","l":"AbstractNioManagerBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder.AbstractOPToken","l":"AbstractOPToken(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"AbstractPartitionedIterator(Filter, NamedCache, PartitionSet)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.net.NamedCache,com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"AbstractPartitionedIterator(Filter, NamedCache, PartitionSet, boolean, boolean)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.net.NamedCache,com.tangosol.net.partition.PartitionSet,boolean,boolean)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"AbstractPersistenceEnvironment(File, File, File)","u":"%3Cinit%3E(java.io.File,java.io.File,java.io.File)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"AbstractPersistenceEnvironment(File, File, File, File)","u":"%3Cinit%3E(java.io.File,java.io.File,java.io.File,java.io.File)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"AbstractPersistenceEnvironment(File, File, File, File, File)","u":"%3Cinit%3E(java.io.File,java.io.File,java.io.File,java.io.File,java.io.File)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"AbstractPersistenceManager(File, File, String)","u":"%3Cinit%3E(java.io.File,java.io.File,java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistenceSnapshotTools","l":"AbstractPersistenceSnapshotTools(File, OfflinePersistenceInfo)","u":"%3Cinit%3E(java.io.File,com.oracle.coherence.persistence.OfflinePersistenceInfo)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools","l":"AbstractPersistenceTools(OfflinePersistenceInfo)","u":"%3Cinit%3E(com.oracle.coherence.persistence.OfflinePersistenceInfo)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"AbstractPersistentStore(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"AbstractPofHandler(PofHandler)","u":"%3Cinit%3E(com.tangosol.io.pof.PofHandler)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofPath","l":"AbstractPofPath()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"AbstractPofValue(PofValue, ReadBuffer, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"AbstractPriorityTask()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"AbstractPrivateKeyLoader(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.processor","c":"AbstractProcessor","l":"AbstractProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine","l":"AbstractQueryEngine()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder","l":"AbstractQueryPlusStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"AbstractQueryRecorderFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"AbstractReadBuffer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.AbstractRecordableStep","l":"AbstractRecordableStep(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"AbstractRepository()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"AbstractRepositoryBase()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"AbstractSafeLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractScheme","l":"AbstractScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractScript","l":"AbstractScript()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractScript","l":"AbstractScript(String, String, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"AbstractSerializationCache(BinaryStore)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"AbstractSerializationCache(BinaryStore, boolean)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"AbstractSerializationCache(BinaryStore, ClassLoader)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"AbstractServiceLoadBalancer","l":"AbstractServiceLoadBalancer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"AbstractServiceScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"AbstractSnapshotArchiver(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"AbstractSnapshotStatement(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"AbstractSparseArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"AbstractSQLSnapshotOPToken","l":"AbstractSQLSnapshotOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"AbstractSQLSnapshotOPToken","l":"AbstractSQLSnapshotOPToken(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"AbstractStableIterator","l":"AbstractStableIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder.AbstractStatement","l":"AbstractStatement()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatement","l":"AbstractStatement()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"AbstractStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"AbstractStoreManager(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractStoreManagerBuilder","l":"AbstractStoreManagerBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"AbstractUpdater","l":"AbstractUpdater()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"AbstractWrapperCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"AbstractWrapperCollection(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"AbstractWrapperEntry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"AbstractWrapperIterator(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"AbstractWrapperList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"AbstractWrapperList(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"AbstractWrapperListIterator(ListIterator)","u":"%3Cinit%3E(java.util.ListIterator)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"AbstractWrapperLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"AbstractWrapperMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"AbstractWrapperMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSet","l":"AbstractWrapperSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSet","l":"AbstractWrapperSet(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"AbstractWrapperSortedMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"AbstractWrapperSortedMap(SortedMap)","u":"%3Cinit%3E(java.util.SortedMap)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"AbstractWrapperSortedSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"AbstractWrapperSortedSet(SortedSet)","u":"%3Cinit%3E(java.util.SortedSet)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"AbstractWriteBuffer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"accelerateEntryRipe(Binary)","u":"accelerateEntryRipe(com.tangosol.util.Binary)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"accept()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"accept()"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"accept()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"accept()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"accept()"},{"p":"com.tangosol.net","c":"SocketAddressProvider","l":"accept()"},{"p":"com.tangosol.util","c":"NullImplementation.NullAddressProvider","l":"accept()"},{"p":"com.tangosol.persistence","c":"ArchiverHelper.DirectoryFileFilter","l":"accept(File)","u":"accept(java.io.File)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"accept(TermWalker)","u":"accept(com.tangosol.coherence.dsltools.termtrees.TermWalker)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"accept(TermWalker)","u":"accept(com.tangosol.coherence.dsltools.termtrees.TermWalker)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"accept(TermWalker)","u":"accept(com.tangosol.coherence.dsltools.termtrees.TermWalker)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"TermWalker","l":"acceptAtom(String, AtomicTerm)","u":"acceptAtom(java.lang.String,com.tangosol.coherence.dsltools.termtrees.AtomicTerm)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"acceptBinaryOperator(String, Term, Term)","u":"acceptBinaryOperator(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"acceptIdentifier(String)","u":"acceptIdentifier(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"acceptList(NodeTerm)","u":"acceptList(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"TermWalker","l":"acceptNode(String, NodeTerm)","u":"acceptNode(java.lang.String,com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AcceptorDependenciesProcessor","l":"AcceptorDependenciesProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"acceptPath(NodeTerm)","u":"acceptPath(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor","l":"accepts(ProcessingContext, XmlElement)","u":"accepts(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ConditionalElementProcessor","l":"accepts(ProcessingContext, XmlElement)","u":"accepts(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"TermWalker","l":"acceptTerm(String, Term)","u":"acceptTerm(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"acceptUnaryOperator(String, Term)","u":"acceptUnaryOperator(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"accessed(long, ExpiryPolicy)","u":"accessed(long,javax.cache.expiry.ExpiryPolicy)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"accessInternalValue(long, ExpiryPolicy)","u":"accessInternalValue(long,javax.cache.expiry.ExpiryPolicy)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"accumulate(InvocableMap.Entry)","u":"accumulate(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"accumulate(Streamer>)","u":"accumulate(com.tangosol.util.Streamer)"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"accumulate(Streamer>)","u":"accumulate(com.tangosol.util.Streamer)"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"accumulate(Streamer>)","u":"accumulate(com.tangosol.util.Streamer)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"accumulate(Streamer>)","u":"accumulate(com.tangosol.util.Streamer)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"accumulate(Streamer>)","u":"accumulate(com.tangosol.util.Streamer)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"accumulateAndGet(int, IntBinaryOperator)","u":"accumulateAndGet(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"accumulateAndGet(int, IntBinaryOperator)","u":"accumulateAndGet(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"accumulateAndGet(int, IntBinaryOperator)","u":"accumulateAndGet(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"accumulateAndGet(int, IntBinaryOperator)","u":"accumulateAndGet(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"accumulateAndGet(int, IntBinaryOperator)","u":"accumulateAndGet(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"accumulateAndGet(int, IntBinaryOperator)","u":"accumulateAndGet(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"accumulateAndGet(int, Remote.IntBinaryOperator)","u":"accumulateAndGet(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"accumulateAndGet(int, Remote.IntBinaryOperator)","u":"accumulateAndGet(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"accumulateAndGet(int, Remote.IntBinaryOperator)","u":"accumulateAndGet(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"accumulateAndGet(int, Remote.IntBinaryOperator)","u":"accumulateAndGet(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"accumulateAndGet(int, Remote.IntBinaryOperator)","u":"accumulateAndGet(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"accumulateAndGet(int, Remote.IntBinaryOperator)","u":"accumulateAndGet(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"accumulateAndGet(long, LongBinaryOperator)","u":"accumulateAndGet(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"accumulateAndGet(long, LongBinaryOperator)","u":"accumulateAndGet(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"accumulateAndGet(long, LongBinaryOperator)","u":"accumulateAndGet(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"accumulateAndGet(long, LongBinaryOperator)","u":"accumulateAndGet(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"accumulateAndGet(long, LongBinaryOperator)","u":"accumulateAndGet(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"accumulateAndGet(long, LongBinaryOperator)","u":"accumulateAndGet(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"accumulateAndGet(long, Remote.LongBinaryOperator)","u":"accumulateAndGet(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"accumulateAndGet(long, Remote.LongBinaryOperator)","u":"accumulateAndGet(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"accumulateAndGet(long, Remote.LongBinaryOperator)","u":"accumulateAndGet(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"accumulateAndGet(long, Remote.LongBinaryOperator)","u":"accumulateAndGet(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"accumulateAndGet(long, Remote.LongBinaryOperator)","u":"accumulateAndGet(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"accumulateAndGet(long, Remote.LongBinaryOperator)","u":"accumulateAndGet(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"accumulateAndGet(V, BinaryOperator)","u":"accumulateAndGet(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"accumulateAndGet(V, BinaryOperator)","u":"accumulateAndGet(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"accumulateAndGet(V, BinaryOperator)","u":"accumulateAndGet(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"accumulateAndGet(V, BinaryOperator)","u":"accumulateAndGet(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"accumulateAndGet(V, BinaryOperator)","u":"accumulateAndGet(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"accumulateAndGet(V, BinaryOperator)","u":"accumulateAndGet(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"accumulateAndGet(V, Remote.BinaryOperator)","u":"accumulateAndGet(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"accumulateAndGet(V, Remote.BinaryOperator)","u":"accumulateAndGet(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"accumulateAndGet(V, Remote.BinaryOperator)","u":"accumulateAndGet(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"accumulateAndGet(V, Remote.BinaryOperator)","u":"accumulateAndGet(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"accumulateAndGet(V, Remote.BinaryOperator)","u":"accumulateAndGet(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"accumulateAndGet(V, Remote.BinaryOperator)","u":"accumulateAndGet(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"acquire()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"acquire()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"acquire()"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"acquire(int)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"acquire(int)"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"acquire(int)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"acquireReadLock()"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"acquireReadLock()"},{"p":"com.tangosol.util","c":"SafeLongArray","l":"acquireReadLock()"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"acquireUninterruptibly()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"acquireUninterruptibly()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"acquireUninterruptibly()"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"acquireUninterruptibly(int)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"acquireUninterruptibly(int)"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"acquireUninterruptibly(int)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"acquireWriteLock()"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"acquireWriteLock()"},{"p":"com.tangosol.util","c":"SafeLongArray","l":"acquireWriteLock()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"ACTION_ALLOW"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"ACTION_IGNORE"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"ACTION_IGNORE_LOGICAL"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"ACTION_REMOVE"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"ACTION_REMOVE_LOGICAL"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"ACTION_ROLLBACK"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder","l":"ActionPolicyBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.ActionPolicyParameterizedBuilder","l":"ActionPolicyParameterizedBuilder(ParameterizedBuilder)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"activate()"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"activate()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"activate()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"activate()"},{"p":"com.tangosol.net","c":"Session","l":"activate()"},{"p":"com.tangosol.net.events.application","c":"LifecycleEvent.Type","l":"ACTIVATED"},{"p":"com.tangosol.net.events.application","c":"LifecycleEvent.Type","l":"ACTIVATING"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"ADAPTER_INIT_PARAMS"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"add(BinaryEntry)","u":"add(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.util","c":"Tree","l":"add(Comparable)","u":"add(java.lang.Comparable)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"add(Comparator)","u":"add(java.util.Comparator)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"add(E)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"add(E)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"add(E)"},{"p":"com.tangosol.util","c":"LiteSet","l":"add(E)"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"add(E)"},{"p":"com.tangosol.util","c":"SortedBag","l":"add(E)"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"add(E)"},{"p":"com.tangosol.util","c":"SubSet","l":"add(E)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"add(E)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"add(E)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"add(E)"},{"p":"com.tangosol.util","c":"Listeners","l":"add(EventListener)","u":"add(java.util.EventListener)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"add(Guardable, long, float)","u":"add(com.tangosol.net.Guardable,long,float)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"add(int)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"add(int, E)","u":"add(int,E)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"add(int, Object)","u":"add(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"add(int, Object)","u":"add(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableList","l":"add(int, Object)","u":"add(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"add(int, Object)","u":"add(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"add(int, Object)","u":"add(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"add(int, T)","u":"add(int,T)"},{"p":"com.tangosol.util","c":"SubList","l":"add(int, T)","u":"add(int,T)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"add(JCacheStatistics)","u":"add(com.tangosol.coherence.jcache.common.JCacheStatistics)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"add(JCacheStatistics)","u":"add(com.tangosol.coherence.jcache.common.JCacheStatistics)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"add(JCacheStatistics)","u":"add(com.tangosol.coherence.jcache.common.JCacheStatistics)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"add(Map.Entry)","u":"add(java.util.Map.Entry)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.net","c":"LoadBalancer.Queue","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedMap.EntrySet","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"DeltaSet","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"MapSet","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"add(Object, Object)","u":"add(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.config","c":"ParameterList","l":"add(Parameter)","u":"add(com.tangosol.config.expression.Parameter)"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"add(Parameter)","u":"add(com.tangosol.config.expression.Parameter)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"add(Parameter)","u":"add(com.tangosol.config.expression.Parameter)"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"add(Parameter)","u":"add(com.tangosol.config.expression.Parameter)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"add(PartitionSet)","u":"add(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"add(PropertySpec)","u":"add(com.tangosol.coherence.rest.util.PropertySpec)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"add(ReadWriteBackingMap.Entry, long)","u":"add(com.tangosol.net.cache.ReadWriteBackingMap.Entry,long)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"add(Runnable)","u":"add(java.lang.Runnable)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies","l":"add(String)","u":"add(java.lang.String)"},{"p":"com.tangosol.util","c":"StringTable","l":"add(String)","u":"add(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"ListBasedAddressProviderBuilder","l":"add(String, int)","u":"add(java.lang.String,int)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"add(T)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"add(T)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"add(T)"},{"p":"com.tangosol.util","c":"SubList","l":"add(T)"},{"p":"com.oracle.coherence.common.base","c":"Collector","l":"add(V)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"add(V)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"add(V)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"add(V)"},{"p":"com.tangosol.util","c":"LongArray","l":"add(V)"},{"p":"com.tangosol.util","c":"NullImplementation.NullCollector","l":"add(V)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"add(V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"add(V)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"addAddress(InetSocketAddress)","u":"addAddress(java.net.InetSocketAddress)"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"addAddress(SocketAddress)","u":"addAddress(java.net.SocketAddress)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"addAliases(TokenTable)","u":"addAliases(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"MapSet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"LiteSet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubSet","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"addAll(Collection>)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubList","l":"addAll(Collection)","u":"addAll(java.util.Collection)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util","c":"InflatableList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util","c":"SubList","l":"addAll(int, Collection)","u":"addAll(int,java.util.Collection)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"addAll(Iterator)","u":"addAll(java.util.Iterator)"},{"p":"com.tangosol.util","c":"Listeners","l":"addAll(Listeners)","u":"addAll(com.tangosol.util.Listeners)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"addAll(Map)","u":"addAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"addAll(Set)","u":"addAll(java.util.Set)"},{"p":"com.tangosol.util","c":"StringTable","l":"addAll(StringTable)","u":"addAll(com.tangosol.util.StringTable)"},{"p":"com.tangosol.util","c":"Tree","l":"addAll(Tree)","u":"addAll(com.tangosol.util.Tree)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"addAlterSessionStatement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"addAndGet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"addAndGet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"addAndGet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"addAndGet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"addAndGet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"addAndGet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"addAndGet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"addAndGet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"addAndGet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"addAndGet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"addAndGet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"addAndGet(long)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"addAttribute(String)","u":"addAttribute(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"addAttribute(String)","u":"addAttribute(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"InetAddressRangeFilterBuilder","l":"addAuthorizedHostsToFilter(String, String)","u":"addAuthorizedHostsToFilter(java.lang.String,java.lang.String)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"addBuffer()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"addCacheEntryListenerConfiguration(CacheEntryListenerConfiguration)","u":"addCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"addCacheEntryListenerConfiguration(CacheEntryListenerConfiguration)","u":"addCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"addCacheMappingRegistry(SchemeMappingRegistry)","u":"addCacheMappingRegistry(com.tangosol.coherence.config.SchemeMappingRegistry)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager","l":"addConfig(BundleManager.BundleConfig)","u":"addConfig(com.tangosol.coherence.config.scheme.BundleManager.BundleConfig)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"addCookie(Class, String, T)","u":"addCookie(java.lang.Class,java.lang.String,T)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"addCookie(Class, String, T)","u":"addCookie(java.lang.Class,java.lang.String,T)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"addCookie(Class, T)","u":"addCookie(java.lang.Class,T)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"addCookie(Class, T)","u":"addCookie(java.lang.Class,T)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"CacheDefaultsPreprocessor","l":"addDefaultDefinition(String, String)","u":"addDefaultDefinition(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"OperationalDefaultsPreprocessor","l":"addDefaultsDefinition(String, XmlElement)","u":"addDefaultsDefinition(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"Dequeue","l":"addElement(Object)","u":"addElement(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"addElement(String)","u":"addElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"addElement(String)","u":"addElement(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DocumentElementPreprocessor","l":"addElementPreprocessor(DocumentElementPreprocessor.ElementPreprocessor)","u":"addElementPreprocessor(com.tangosol.config.xml.DocumentElementPreprocessor.ElementPreprocessor)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"addElements(XmlElement, Iterator)","u":"addElements(com.tangosol.run.xml.XmlElement,java.util.Iterator)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"addEnumeration(Enumeration)","u":"addEnumeration(java.util.Enumeration)"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"addEqualKeys(SortedMap>, int)","u":"addEqualKeys(java.util.SortedMap,int)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"addEqualKeys(SortedMap>, int)","u":"addEqualKeys(java.util.SortedMap,int)"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"addEqualKeys(SortedMap>, Set)","u":"addEqualKeys(java.util.SortedMap,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"addEqualKeys(SortedMap>, Set)","u":"addEqualKeys(java.util.SortedMap,java.util.Set)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEventEventDispatcher","l":"addEvent(Class, CacheEntryEvent)","u":"addEvent(java.lang.Class,javax.cache.event.CacheEntryEvent)"},{"p":"com.tangosol.net.events","c":"EventDispatcher","l":"addEventInterceptor(EventInterceptor)","u":"addEventInterceptor(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.events","c":"EventDispatcher","l":"addEventInterceptor(String, EventInterceptor)","u":"addEventInterceptor(java.lang.String,com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.events","c":"EventDispatcher","l":"addEventInterceptor(String, EventInterceptor, Set, boolean)","u":"addEventInterceptor(java.lang.String,com.tangosol.net.events.EventInterceptor,java.util.Set,boolean)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"addFilterMapListener(String, String, String, ByteString, long, boolean, boolean, ByteString)","u":"addFilterMapListener(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,long,boolean,boolean,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"addForwardEntry(Object, Object)","u":"addForwardEntry(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"addFunction(String, ParameterizedBuilder)","u":"addFunction(java.lang.String,com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"addIndex(AddIndexRequest)","u":"addIndex(com.oracle.coherence.grpc.AddIndexRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"addIndex(AddIndexRequest)","u":"addIndex(com.oracle.coherence.grpc.AddIndexRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"addIndex(AddIndexRequest, StreamObserver)","u":"addIndex(com.oracle.coherence.grpc.AddIndexRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"addIndex(CacheRequestHolder)","u":"addIndex(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"addIndex(String, String, String, ByteString)","u":"addIndex(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"addIndex(String, String, String, ByteString, boolean)","u":"addIndex(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,boolean)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"addIndex(String, String, String, ByteString, boolean, ByteString)","u":"addIndex(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,boolean,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"addIndex(ValueExtractor, boolean, Comparator, ObservableMap, Map)","u":"addIndex(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator,com.tangosol.util.ObservableMap,java.util.Map)"},{"p":"com.tangosol.util","c":"QueryMap","l":"addIndex(ValueExtractor)","u":"addIndex(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"addIndex(ValueExtractor, boolean, Comparator)","u":"addIndex(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"addIndex(ValueExtractor, boolean, Comparator)","u":"addIndex(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"addIndex(ValueExtractor, boolean, Comparator)","u":"addIndex(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"addIndex(ValueExtractor, boolean, Comparator)","u":"addIndex(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterQueryMap","l":"addIndex(ValueExtractor, boolean, Comparator)","u":"addIndex(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator)"},{"p":"com.tangosol.util","c":"QueryMap","l":"addIndex(ValueExtractor, boolean, Comparator)","u":"addIndex(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"addInternalValueDecoration(Object, int, Object)","u":"addInternalValueDecoration(java.lang.Object,int,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"addInternalValueDecoration(Object, int, Object)","u":"addInternalValueDecoration(java.lang.Object,int,java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"addInverseCollectionMapping(Map, Object, Object)","u":"addInverseCollectionMapping(java.util.Map,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"addInverseMapping(Map, Object, Object)","u":"addInverseMapping(java.util.Map,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"addInverseMapping(Object, Object)","u":"addInverseMapping(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"addIterator(Iterator)","u":"addIterator(java.util.Iterator)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AdditionOperator","l":"AdditionOperator()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"addKeyMapListener(String, String, String, ByteString, boolean, boolean, ByteString)","u":"addKeyMapListener(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,boolean,boolean,com.google.protobuf.ByteString)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"addLifecycleListener(LifecycleListener)","u":"addLifecycleListener(com.tangosol.application.LifecycleListener)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.AddListener","l":"AddListener()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"addListener(AbstractRepositoryBase.Listener)","u":"addListener(com.oracle.coherence.repository.AbstractRepositoryBase.Listener)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"addListener(boolean)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"addListener(boolean, String)","u":"addListener(boolean,java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"addListener(boolean, UriInfo)","u":"addListener(boolean,jakarta.ws.rs.core.UriInfo)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"addListener(Filter, AbstractRepositoryBase.Listener)","u":"addListener(com.tangosol.util.Filter,com.oracle.coherence.repository.AbstractRepositoryBase.Listener)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"addListener(Filter, long, boolean, boolean)","u":"addListener(com.tangosol.util.Filter,long,boolean,boolean)"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"addListener(FiniteStateMachineListener)","u":"addListener(com.tangosol.util.fsm.FiniteStateMachineListener)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"addListener(FiniteStateMachineListener)","u":"addListener(com.tangosol.util.fsm.FiniteStateMachineListener)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"addListener(ID, AbstractRepositoryBase.Listener)","u":"addListener(ID,com.oracle.coherence.repository.AbstractRepositoryBase.Listener)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addListener(MapListener, Filter, boolean)","u":"addListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addListener(MapListener, Object, boolean)","u":"addListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addListener(MapListener, Set, boolean)","u":"addListener(com.tangosol.util.MapListener,java.util.Set,boolean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"addListener(Object, boolean, boolean)","u":"addListener(java.lang.Object,boolean,boolean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"addListener(Object, boolean, boolean, boolean)","u":"addListener(java.lang.Object,boolean,boolean,boolean)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addListenerState(Map, Object, MapListener, boolean)","u":"addListenerState(java.util.Map,java.lang.Object,com.tangosol.util.MapListener,boolean)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addListenerWithCheck(MapListener, Filter, boolean)","u":"addListenerWithCheck(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addListenerWithCheck(MapListener, Object, boolean)","u":"addListenerWithCheck(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addListenerWithCheck(MapListener, Set, boolean)","u":"addListenerWithCheck(com.tangosol.util.MapListener,java.util.Set,boolean)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"addLocalServiceProvider(String, ClusterDependencies.ServiceProvider)","u":"addLocalServiceProvider(java.lang.String,com.tangosol.net.ClusterDependencies.ServiceProvider)"},{"p":"com.tangosol.net","c":"NameService","l":"addLookupCallback(NameService.LookupCallback)","u":"addLookupCallback(com.tangosol.net.NameService.LookupCallback)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"addMap(int, Map)","u":"addMap(int,java.util.Map)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListenerManager","l":"addMapListener(AnnotatedMapListener)","u":"addMapListener(com.oracle.coherence.cdi.events.AnnotatedMapListener)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"addMapListener(MapListener, Object, boolean)","u":"addMapListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"addMapListener(MapListener, Object, boolean)","u":"addMapListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"addMapListener(MapListener, Object, boolean)","u":"addMapListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"addMapListener(MapListener, Object, boolean)","u":"addMapListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"addMapListener(MapListener, Object, boolean)","u":"addMapListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"addMapListener(MapListener, Object, boolean)","u":"addMapListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"addMapListener(MapListener, Object, boolean)","u":"addMapListener(com.tangosol.util.MapListener,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"addMapListener(MapListener, K, boolean)","u":"addMapListener(com.tangosol.util.MapListener,K,boolean)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ObservableMap","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"ObservableMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"addMapListener(MapListener, K, boolean)","u":"addMapListener(com.tangosol.util.MapListener,K,boolean)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"addMapListener(MapListener, K, boolean)","u":"addMapListener(com.tangosol.util.MapListener,K,boolean)"},{"p":"com.tangosol.util","c":"ObservableMap","l":"addMapListener(MapListener, K, boolean)","u":"addMapListener(com.tangosol.util.MapListener,K,boolean)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"addMapListener(MapListener, K, boolean)","u":"addMapListener(com.tangosol.util.MapListener,K,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"addMapListener(MapListener)","u":"addMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"addMapListener(MapListener, Filter, boolean)","u":"addMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"addMapListener(MapListener, TK, boolean)","u":"addMapListener(com.tangosol.util.MapListener,TK,boolean)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"addMBeanAttributes(ObjectName, Map, MBeanServer, Filter)","u":"addMBeanAttributes(javax.management.ObjectName,java.util.Map,javax.management.MBeanServer,com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"Service","l":"addMemberListener(MemberListener)","u":"addMemberListener(com.tangosol.net.MemberListener)"},{"p":"com.tangosol.net","c":"WrapperService","l":"addMemberListener(MemberListener)","u":"addMemberListener(com.tangosol.net.MemberListener)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"addMessageDuration(long)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"addNamedProviderType(String, SocketProviderFactory.Dependencies.ProviderType)","u":"addNamedProviderType(java.lang.String,com.tangosol.net.SocketProviderFactory.Dependencies.ProviderType)"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"addNamedQuery(NamedQuery)","u":"addNamedQuery(com.tangosol.coherence.rest.config.NamedQuery)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"addNamedSSLDependencies(String, SSLSocketProvider.Dependencies)","u":"addNamedSSLDependencies(java.lang.String,com.oracle.coherence.common.net.SSLSocketProvider.Dependencies)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"addNamedSSLDependenciesBuilder(String, SSLSocketProviderDependenciesBuilder)","u":"addNamedSSLDependenciesBuilder(java.lang.String,com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"addNamedTCPDatagramDependencies(String, TcpDatagramSocketProvider.Dependencies)","u":"addNamedTCPDatagramDependencies(java.lang.String,com.tangosol.net.TcpDatagramSocketProvider.Dependencies)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean.SilentEmitter","l":"addNotificationListener(NotificationListener, NotificationFilter, Object)","u":"addNotificationListener(javax.management.NotificationListener,javax.management.NotificationFilter,java.lang.Object)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"addNotificationListener(String, NotificationListener, NotificationFilter, Object)","u":"addNotificationListener(java.lang.String,javax.management.NotificationListener,javax.management.NotificationFilter,java.lang.Object)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"addNotificationListener(String, NotificationListener, NotificationFilter, Object)","u":"addNotificationListener(java.lang.String,javax.management.NotificationListener,javax.management.NotificationFilter,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"addOperator(BaseOperator)","u":"addOperator(com.tangosol.coherence.dslquery.operator.BaseOperator)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"addOPToken(OPToken)","u":"addOPToken(com.tangosol.coherence.dsltools.precedence.OPToken)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"addOPToken(String, OPToken)","u":"addOPToken(java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken)"},{"p":"com.tangosol.net","c":"PartitionedService","l":"addPartitionListener(PartitionListener)","u":"addPartitionListener(com.tangosol.net.partition.PartitionListener)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"addProvider(AddressProvider)","u":"addProvider(com.tangosol.net.AddressProvider)"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"addProvider(SocketAddressProvider)","u":"addProvider(com.tangosol.net.SocketAddressProvider)"},{"p":"com.tangosol.coherence.config.builder","c":"PartitionedCacheQuorumPolicyBuilder","l":"addQuorumRule(String, int, int)","u":"addQuorumRule(java.lang.String,int,int)"},{"p":"com.tangosol.coherence.config.builder","c":"PartitionedCacheQuorumPolicyBuilder","l":"addQuorumRule(String, int, int, float)","u":"addQuorumRule(java.lang.String,int,int,float)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"addRegistrySchemeMapping(SchemeMappingRegistry)","u":"addRegistrySchemeMapping(com.tangosol.coherence.config.SchemeMappingRegistry)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"addRequestDuration(long)"},{"p":"com.tangosol.net","c":"LoadBalancer.AddressPort","l":"address"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"AddressHolder(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.AddressIterator","l":"AddressIterator(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"com.tangosol.net","c":"LoadBalancer.AddressPort","l":"AddressPort(InetAddress, int)","u":"%3Cinit%3E(java.net.InetAddress,int)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AddressProviderBuilderProcessor","l":"AddressProviderBuilderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addSafeListener(Map, Filter, MapListener)","u":"addSafeListener(java.util.Map,com.tangosol.util.Filter,com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"addSafeListener(Map, Object, MapListener)","u":"addSafeListener(java.util.Map,java.lang.Object,com.tangosol.util.MapListener)"},{"p":"com.tangosol.net","c":"WrapperService","l":"addServiceListener(ServiceListener)","u":"addServiceListener(com.tangosol.util.ServiceListener)"},{"p":"com.tangosol.util","c":"Service","l":"addServiceListener(ServiceListener)","u":"addServiceListener(com.tangosol.util.ServiceListener)"},{"p":"com.tangosol.net","c":"Coherence","l":"addSession(SessionConfiguration)","u":"addSession(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"addSessionIfAbsent(SessionConfiguration)","u":"addSessionIfAbsent(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"addSessionIfAbsent(String, Supplier)","u":"addSessionIfAbsent(java.lang.String,java.util.function.Supplier)"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"addStateEntryAction(S, StateEntryAction)","u":"addStateEntryAction(S,com.tangosol.util.fsm.StateEntryAction)"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"addStateExitAction(S, StateExitAction)","u":"addStateExitAction(S,com.tangosol.util.fsm.StateExitAction)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"addStatement(AbstractQueryPlusStatementBuilder)","u":"addStatement(com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"addStatement(String, StatementBuilder)","u":"addStatement(java.lang.String,com.tangosol.coherence.dslquery.StatementBuilder)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"addSubscriptionListener(PagedTopicSubscription.Listener)","u":"addSubscriptionListener(com.tangosol.internal.net.topic.impl.paged.model.PagedTopicSubscription.Listener)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"addTask(AbstractPersistenceManager.Task)","u":"addTask(com.tangosol.persistence.AbstractPersistenceManager.Task)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"addToken(OPToken)","u":"addToken(com.tangosol.coherence.dsltools.precedence.OPToken)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"addToken(OPToken, String)","u":"addToken(com.tangosol.coherence.dsltools.precedence.OPToken,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"addToken(String, OPToken)","u":"addToken(java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"addToken(String, OPToken, String)","u":"addToken(java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"addToken(String, OPToken, String, String)","u":"addToken(java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AdditionOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AndOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BetweenOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAllOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAnyOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"DivisionOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"EqualsOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterEqualsOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ILikeOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"InOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessEqualsOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LikeOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"MultiplicationOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"NotEqualsOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"OrOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"SubtractionOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"XorOperator","l":"addToTokenTable(TokenTable)","u":"addToTokenTable(com.tangosol.coherence.dsltools.precedence.TokenTable)"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"addTransition(Transition)","u":"addTransition(com.tangosol.util.fsm.Transition)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"addType(T)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"adjust()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"adjust(int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"adjustDepth(int)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"adjustDoubleBalance(AbstractSparseArray.Node, AbstractSparseArray.Node, int)","u":"adjustDoubleBalance(com.tangosol.util.AbstractSparseArray.Node,com.tangosol.util.AbstractSparseArray.Node,int)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"adjustIndirectStorageSize(long)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"ADJUSTMENT_FREQUENCY"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"adjustOffsetInternal(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"adjustOffsetInternal(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"adjustOpenBlockOffset(int, int)","u":"adjustOpenBlockOffset(int,int)"},{"p":"com.tangosol.net","c":"ThreadPoolSizingStrategy","l":"adjustPoolSize()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"adjustSize(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"adjustUnits(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"adjustUnits(int)"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"adjustWaitTime(long, long)","u":"adjustWaitTime(long,long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"adopt(AbstractSparseArray.Node, boolean)","u":"adopt(com.tangosol.util.AbstractSparseArray.Node,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"adopt(Collection)","u":"adopt(java.util.Collection)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"adopt(Iterator)","u":"adopt(java.util.Iterator)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"adopt(Map)","u":"adopt(java.util.Map)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"adopt(Object[])","u":"adopt(java.lang.Object[])"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"adopt(XmlBean)","u":"adopt(com.tangosol.run.xml.XmlBean)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"advance()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"advance()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"advance()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.EntrySet.EntrySetIterator","l":"advance()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet.InternalKeySetIterator","l":"advance()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"advance()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.AddressIterator","l":"advance()"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"advance()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.PartitionedIterator","l":"advance()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.KeyIterator","l":"advance()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet.EntrySetIterator","l":"advance()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet.EntrySetIterator","l":"advance()"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor.ChangeTracker","l":"advance(boolean)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"advance(String)","u":"advance(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"advance(String, boolean)","u":"advance(java.lang.String,boolean)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"advanceCurrentPage(SerializationPagedCache.WrapperBinaryStore)","u":"advanceCurrentPage(com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"advancePage()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"advanceTo(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"advanceTo(int)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLExplainOPToken","l":"advanceToStmt(OPScanner)","u":"advanceToStmt(com.tangosol.coherence.dsltools.precedence.OPScanner)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLTraceOPToken","l":"advanceToStmt(OPScanner)","u":"advanceToStmt(com.tangosol.coherence.dsltools.precedence.OPScanner)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"advanceWhenMatching(String)","u":"advanceWhenMatching(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"after(long)"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"after(long, TimeUnit)","u":"after(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"aggregate(AggregateRequest)","u":"aggregate(com.oracle.coherence.grpc.AggregateRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"aggregate(AggregateRequest)","u":"aggregate(com.oracle.coherence.grpc.AggregateRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"aggregate(AggregateRequest, StreamObserver)","u":"aggregate(com.oracle.coherence.grpc.AggregateRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"aggregate(Collection, InvocableMap.EntryAggregator)","u":"aggregate(java.util.Collection,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"aggregate(Collection, InvocableMap.EntryAggregator)","u":"aggregate(java.util.Collection,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"aggregate(Collection, InvocableMap.EntryAggregator)","u":"aggregate(java.util.Collection,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"aggregate(Collection, InvocableMap.EntryAggregator)","u":"aggregate(java.util.Collection,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"aggregate(Collection, InvocableMap.EntryAggregator)","u":"aggregate(java.util.Collection,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"aggregate(Collection, InvocableMap.EntryAggregator)","u":"aggregate(java.util.Collection,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"aggregate(Collection, InvocableMap.EntryAggregator)","u":"aggregate(java.util.Collection,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"aggregate(Filter, InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"aggregate(Filter, InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"aggregate(Filter, InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"aggregate(Filter, InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"aggregate(Filter, InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"aggregate(Filter, InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"aggregate(Filter, InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"aggregate(InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"aggregate(InvocableMap.EntryAggregator)","u":"aggregate(com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"aggregate(MBeanAccessor.QueryBuilder.ParsedQuery, String, String, String)","u":"aggregate(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"aggregate(Set)","u":"aggregate(java.util.Set)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"aggregate(Set>)","u":"aggregate(java.util.Set)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"aggregate(Set>)","u":"aggregate(java.util.Set)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"aggregate(Set>)","u":"aggregate(java.util.Set)"},{"p":"com.tangosol.util","c":"InvocableMap.EntryAggregator","l":"aggregate(Set>)","u":"aggregate(java.util.Set)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"aggregate(Set>)","u":"aggregate(java.util.Set)"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"aggregate(String)","u":"aggregate(java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"aggregate(String, String)","u":"aggregate(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"aggregate(String, String, String, ByteString, ByteString)","u":"aggregate(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"aggregate(String, String, String, Iterable, ByteString)","u":"aggregate(java.lang.String,java.lang.String,java.lang.String,java.lang.Iterable,com.google.protobuf.ByteString)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"aggregate(UriInfo, String)","u":"aggregate(jakarta.ws.rs.core.UriInfo,java.lang.String)"},{"p":"com.tangosol.util","c":"AbstractByteSequence.AggregateByteSequence","l":"AggregateByteSequence(ByteSequence, ByteSequence)","u":"%3Cinit%3E(com.tangosol.util.ByteSequence,com.tangosol.util.ByteSequence)"},{"p":"com.tangosol.util","c":"InvocableMap.ParallelAwareAggregator.PartialResultAggregator","l":"aggregatePartialResults(Collection

    )","u":"aggregatePartialResults(java.util.Collection)"},{"p":"com.tangosol.util","c":"InvocableMap.ParallelAwareAggregator","l":"aggregateResults(Collection

    )","u":"aggregateResults(java.util.Collection)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"aggregateWithFilter(AggregateRequest)","u":"aggregateWithFilter(com.oracle.coherence.grpc.AggregateRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"aggregateWithFilter(CacheRequestHolder)","u":"aggregateWithFilter(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"aggregateWithKeys(AggregateRequest)","u":"aggregateWithKeys(com.oracle.coherence.grpc.AggregateRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"aggregateWithKeys(CacheRequestHolder)","u":"aggregateWithKeys(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"AggregatingCacheStatistics()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorRegistry","l":"AGGREGATOR_REQUEST_REGEX"},{"p":"com.tangosol.coherence.rest.config","c":"AggregatorConfig","l":"AggregatorConfig(String, Class)","u":"%3Cinit%3E(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorRegistry","l":"AggregatorRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorRegistry","l":"AggregatorRegistry(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"Aggregators","l":"Aggregators()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"alias(String, String)","u":"alias(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"ALL"},{"p":"com.tangosol.net.partition","c":"VersionAwareMapListener","l":"ALL"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"ALL_ALLOWED"},{"p":"com.tangosol.util","c":"Streamer","l":"ALL_INCLUSIVE"},{"p":"com.tangosol.util","c":"Filters","l":"all(Filter...)","u":"all(com.tangosol.util.Filter...)"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"AllFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"AllFilter(Filter[])","u":"%3Cinit%3E(com.tangosol.util.Filter[])"},{"p":"com.tangosol.net.management","c":"Registry","l":"allHealthChecksLive()"},{"p":"com.tangosol.net.management","c":"Registry","l":"allHealthChecksReady()"},{"p":"com.tangosol.net.management","c":"Registry","l":"allHealthChecksSafe()"},{"p":"com.tangosol.net.management","c":"Registry","l":"allHealthChecksStarted()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"allMatch(DoublePredicate)","u":"allMatch(java.util.function.DoublePredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"allMatch(IntPredicate)","u":"allMatch(java.util.function.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"allMatch(LongPredicate)","u":"allMatch(java.util.function.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"allMatch(Predicate)","u":"allMatch(java.util.function.Predicate)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"allMatch(Remote.DoublePredicate)","u":"allMatch(com.tangosol.util.function.Remote.DoublePredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"allMatch(Remote.IntPredicate)","u":"allMatch(com.tangosol.util.function.Remote.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"allMatch(Remote.LongPredicate)","u":"allMatch(com.tangosol.util.function.Remote.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"allMatch(Remote.Predicate)","u":"allMatch(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.Allocator","l":"allocate(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.WriteBufferPool","l":"allocate(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"allocate(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.Stats","l":"allocate(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"allocateBlock(int)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"allocateBuffer()"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"allocateBuffer()"},{"p":"com.tangosol.persistence","c":"ArchiverHelper","l":"allocateSnapshotPartitions(Map, int)","u":"allocateSnapshotPartitions(java.util.Map,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.Allocator","l":"Allocator(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"allOrNothing(MapIndex, SortedMap>, Set)","u":"allOrNothing(com.tangosol.util.MapIndex,java.util.SortedMap,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"allOrNothing(MapIndex, SortedMap>, Set)","u":"allOrNothing(com.tangosol.util.MapIndex,java.util.SortedMap,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"allOrNothing(MapIndex, SortedMap>, Set)","u":"allOrNothing(com.tangosol.util.MapIndex,java.util.SortedMap,java.util.Set)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"ALLOW_INCONSISTENCIES"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HealthProcessor.XMLHealthCheckDependencies","l":"allowEndangered()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResultStatus","l":"AlreadyCommitted"},{"p":"com.tangosol.net.ssl","c":"RefreshPolicy","l":"Always"},{"p":"com.tangosol.util","c":"RegistrationBehavior","l":"ALWAYS"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"ALWAYS"},{"p":"com.tangosol.util","c":"Filters","l":"always()"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"AlwaysFilter()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"FilterProducer.AlwaysFilterSupplier","l":"AlwaysFilterSupplier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"AnalysisContext()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"analyze(SimpleAssignmentStrategy.AnalysisContext)","u":"analyze(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net.partition","c":"PartitionAssignmentStrategy","l":"analyzeDistribution()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"analyzeDistribution()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPartitionAssignmentStrategy","l":"analyzeDistribution()"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"analyzeDistribution(SimpleAssignmentStrategy.AnalysisContext)","u":"analyzeDistribution(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"analyzeDistribution(SimpleAssignmentStrategy.AnalysisContext)","u":"analyzeDistribution(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net.partition","c":"PartitionAssignmentStrategy","l":"analyzeOrphans(Map)","u":"analyzeOrphans(java.util.Map)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"analyzeOrphans(Map)","u":"analyzeOrphans(java.util.Map)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPartitionAssignmentStrategy","l":"analyzeOrphans(Map)","u":"analyzeOrphans(java.util.Map)"},{"p":"com.tangosol.util","c":"Filter","l":"and(Filter)","u":"and(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.function","c":"Remote.BiPredicate","l":"and(Remote.BiPredicate)","u":"and(com.tangosol.util.function.Remote.BiPredicate)"},{"p":"com.tangosol.util.function","c":"Remote.DoublePredicate","l":"and(Remote.DoublePredicate)","u":"and(com.tangosol.util.function.Remote.DoublePredicate)"},{"p":"com.tangosol.util.function","c":"Remote.IntPredicate","l":"and(Remote.IntPredicate)","u":"and(com.tangosol.util.function.Remote.IntPredicate)"},{"p":"com.tangosol.util.function","c":"Remote.LongPredicate","l":"and(Remote.LongPredicate)","u":"and(com.tangosol.util.function.Remote.LongPredicate)"},{"p":"com.tangosol.util.function","c":"Remote.Predicate","l":"and(Remote.Predicate)","u":"and(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.util.filter","c":"AndFilter","l":"AndFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"AndFilter","l":"AndFilter(Filter, Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AndOperator","l":"AndOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"MapEventTransformer","l":"andThen(MapEventTransformer)","u":"andThen(com.tangosol.util.MapEventTransformer)"},{"p":"com.tangosol.util.function","c":"Remote.BiConsumer","l":"andThen(Remote.BiConsumer)","u":"andThen(com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.function","c":"Remote.Consumer","l":"andThen(Remote.Consumer)","u":"andThen(com.tangosol.util.function.Remote.Consumer)"},{"p":"com.tangosol.util.function","c":"Remote.DoubleConsumer","l":"andThen(Remote.DoubleConsumer)","u":"andThen(com.tangosol.util.function.Remote.DoubleConsumer)"},{"p":"com.tangosol.util.function","c":"Remote.DoubleUnaryOperator","l":"andThen(Remote.DoubleUnaryOperator)","u":"andThen(com.tangosol.util.function.Remote.DoubleUnaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote.BiFunction","l":"andThen(Remote.Function)","u":"andThen(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.function","c":"Remote.Function","l":"andThen(Remote.Function)","u":"andThen(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.function","c":"Remote.IntConsumer","l":"andThen(Remote.IntConsumer)","u":"andThen(com.tangosol.util.function.Remote.IntConsumer)"},{"p":"com.tangosol.util.function","c":"Remote.IntUnaryOperator","l":"andThen(Remote.IntUnaryOperator)","u":"andThen(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote.LongConsumer","l":"andThen(Remote.LongConsumer)","u":"andThen(com.tangosol.util.function.Remote.LongConsumer)"},{"p":"com.tangosol.util.function","c":"Remote.LongUnaryOperator","l":"andThen(Remote.LongUnaryOperator)","u":"andThen(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"andThen(ValueExtractor)","u":"andThen(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"andThen(ValueExtractor)","u":"andThen(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"AnnotatedMapListener(AnnotatedMapListener.MapEventObserver, Set)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.AnnotatedMapListener.MapEventObserver,java.util.Set)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListenerManager","l":"AnnotatedMapListenerManager(AnnotatedMapListener.FilterProducer, AnnotatedMapListener.MapEventTransformerProducer)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.AnnotatedMapListener.FilterProducer,com.oracle.coherence.cdi.events.AnnotatedMapListener.MapEventTransformerProducer)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean","l":"AnnotatedStandardEmitterMBean(T, Class)","u":"%3Cinit%3E(T,java.lang.Class)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardMBean","l":"AnnotatedStandardMBean(T, Class)","u":"%3Cinit%3E(T,java.lang.Class)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardMBean","l":"AnnotatedStandardMBean(T, Class, boolean)","u":"%3Cinit%3E(T,java.lang.Class,boolean)"},{"p":"com.tangosol.util.fsm","c":"AnnotationDrivenModel","l":"AnnotationDrivenModel(Class, Object)","u":"%3Cinit%3E(java.lang.Class,java.lang.Object)"},{"p":"com.oracle.coherence.cdi","c":"AnnotationLiteral","l":"AnnotationLiteral()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"AnnotationLiteral","l":"annotationType()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"ANY"},{"p":"com.tangosol.util","c":"Filters","l":"any(Filter...)","u":"any(com.tangosol.util.Filter...)"},{"p":"com.tangosol.util","c":"AnyEvent","l":"AnyEvent(Object, Object)","u":"%3Cinit%3E(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"AnyFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"AnyFilter(Filter[])","u":"%3Cinit%3E(com.tangosol.util.Filter[])"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"anyMatch(DoublePredicate)","u":"anyMatch(java.util.function.DoublePredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"anyMatch(IntPredicate)","u":"anyMatch(java.util.function.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"anyMatch(LongPredicate)","u":"anyMatch(java.util.function.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"anyMatch(Predicate)","u":"anyMatch(java.util.function.Predicate)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"anyMatch(Remote.DoublePredicate)","u":"anyMatch(com.tangosol.util.function.Remote.DoublePredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"anyMatch(Remote.IntPredicate)","u":"anyMatch(com.tangosol.util.function.Remote.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"anyMatch(Remote.LongPredicate)","u":"anyMatch(com.tangosol.util.function.Remote.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"anyMatch(Remote.Predicate)","u":"anyMatch(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"appendDefaultSerializerToUserTypes(XmlElement)","u":"appendDefaultSerializerToUserTypes(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.management.annotation","c":"MetricsScope","l":"APPLICATION"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"applicationProtocolNegotiator()"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(DatagramSocket)","u":"apply(java.net.DatagramSocket)"},{"p":"com.oracle.coherence.common.base","c":"Converter","l":"apply(F)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"apply(MBeanServer)","u":"apply(javax.management.MBeanServer)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"apply(MBeanServer)","u":"apply(javax.management.MBeanServer)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.SetAttributes","l":"apply(MBeanServer)","u":"apply(javax.management.MBeanServer)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(MulticastSocket)","u":"apply(java.net.MulticastSocket)"},{"p":"com.tangosol.net.management","c":"MBeanHelper.QueryExpFilter","l":"apply(ObjectName)","u":"apply(javax.management.ObjectName)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(ServerSocket)","u":"apply(java.net.ServerSocket)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(Socket)","u":"apply(java.net.Socket)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(SocketOptions, DatagramSocket)","u":"apply(java.net.SocketOptions,java.net.DatagramSocket)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(SocketOptions, MulticastSocket)","u":"apply(java.net.SocketOptions,java.net.MulticastSocket)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(SocketOptions, ServerSocket)","u":"apply(java.net.SocketOptions,java.net.ServerSocket)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"apply(SocketOptions, Socket)","u":"apply(java.net.SocketOptions,java.net.Socket)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier","l":"apply(String)","u":"apply(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier","l":"apply(String)","u":"apply(java.lang.String)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"apply(T)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"applyAsDouble(T)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"applyAsInt(T)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"applyAsLong(T)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"applyChanges()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"applyChanges()"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"applyDelta(ReadBuffer, ReadBuffer)","u":"applyDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"DecoratedBinaryDeltaCompressor","l":"applyDelta(ReadBuffer, ReadBuffer)","u":"applyDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"DecorationOnlyDeltaCompressor","l":"applyDelta(ReadBuffer, ReadBuffer)","u":"applyDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"DeltaCompressor","l":"applyDelta(ReadBuffer, ReadBuffer)","u":"applyDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.FormatAwareCompressor","l":"applyDelta(ReadBuffer, ReadBuffer)","u":"applyDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"NullImplementation.NullDeltaCompressor","l":"applyDelta(ReadBuffer, ReadBuffer)","u":"applyDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"applyFilter(Filter, int, Map, Set, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"applyFilter(com.tangosol.util.Filter,int,java.util.Map,java.util.Set,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"EqualsFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"NotEqualsFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"applyIndex(Map, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"applyIndex(Map, Set, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"applyIndex(java.util.Map,java.util.Set,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"applyIndex(Map, Set, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"applyIndex(java.util.Map,java.util.Set,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"applyIndex(Map, Set, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"applyIndex(java.util.Map,java.util.Set,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"applyIndex(Map, Set, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"applyIndex(java.util.Map,java.util.Set,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"IndexAwareFilter","l":"applyIndex(Map, ? extends MapIndex>, Set)","u":"applyIndex(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"applySortedIndex(MapIndex, Set, SortedMap>)","u":"applySortedIndex(com.tangosol.util.MapIndex,java.util.Set,java.util.SortedMap)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"ARCHIVE_SNAPSHOT_BEGIN"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"ARCHIVE_SNAPSHOT_END"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"archive(Snapshot, PersistenceEnvironment)","u":"archive(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"SnapshotArchiver","l":"archive(Snapshot, PersistenceEnvironment)","u":"archive(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"archiveInternal(Snapshot, PersistenceManager)","u":"archiveInternal(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"archiveInternal(Snapshot, PersistenceManager)","u":"archiveInternal(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"ArchiverHelper","l":"ArchiverHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"archiveSnapshot(String)","u":"archiveSnapshot(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement","l":"ArchiveSnapshotStatement(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder","l":"ArchiveSnapshotStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"ArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.ArrayCodec","l":"ArrayCodec(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"Filters","l":"arrayContains(ValueExtractor, E)","u":"arrayContains(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util","c":"Filters","l":"arrayContainsAll(ValueExtractor, E...)","u":"arrayContainsAll(com.tangosol.util.ValueExtractor,E...)"},{"p":"com.tangosol.util","c":"Filters","l":"arrayContainsAll(ValueExtractor, Set)","u":"arrayContainsAll(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.util","c":"Filters","l":"arrayContainsAny(ValueExtractor, E...)","u":"arrayContainsAny(com.tangosol.util.ValueExtractor,E...)"},{"p":"com.tangosol.util","c":"Filters","l":"arrayContainsAny(ValueExtractor, Set)","u":"arrayContainsAny(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"ArrayFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"ArrayFilter(Filter[])","u":"%3Cinit%3E(com.tangosol.util.Filter[])"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"ARRIVED"},{"p":"com.tangosol.net","c":"NamedCache","l":"as(Class)","u":"as(java.lang.Class)"},{"p":"com.tangosol.config.expression","c":"Value","l":"as(Class)","u":"as(java.lang.Class)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"asBinary(ReadBuffer)","u":"asBinary(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"asBinaryEntry()"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"asc(String)","u":"asc(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"asc(ValueExtractor)","u":"asc(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"asDoubleStream()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"asDoubleStream()"},{"p":"com.tangosol.util.fsm","c":"Render","l":"asGraphViz(Model, boolean)","u":"asGraphViz(com.tangosol.util.fsm.Model,boolean)"},{"p":"com.tangosol.util","c":"Filter","l":"asLimitFilter(int)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"asLongStream()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatement","l":"assertCacheName(String, ExecutionContext)","u":"assertCacheName(java.lang.String,com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"assertEqual(Class, Class)","u":"assertEqual(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.net.security","c":"DefaultIdentityAsserter","l":"assertIdentity(Object, Service)","u":"assertIdentity(java.lang.Object,com.tangosol.net.Service)"},{"p":"com.tangosol.net.security","c":"IdentityAsserter","l":"assertIdentity(Object, Service)","u":"assertIdentity(java.lang.Object,com.tangosol.net.Service)"},{"p":"com.tangosol.net.security","c":"JAASIdentityAsserter","l":"assertIdentity(Object, Service)","u":"assertIdentity(java.lang.Object,com.tangosol.net.Service)"},{"p":"com.tangosol.util","c":"AssertionException","l":"AssertionException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AssertionException","l":"AssertionException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Assertions","l":"Assertions()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"assertNotDisposed()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"assertNotDisposed()"},{"p":"com.tangosol.net.cache","c":"TypeAssertion","l":"assertTypeSafety(String, CacheMapping)","u":"assertTypeSafety(java.lang.String,com.tangosol.coherence.config.CacheMapping)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion","l":"assertTypeSafety(String, CacheMapping, boolean)","u":"assertTypeSafety(java.lang.String,com.tangosol.coherence.config.CacheMapping,boolean)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion.WithTypesAssertion","l":"assertTypeSafety(String, CacheMapping, boolean)","u":"assertTypeSafety(java.lang.String,com.tangosol.coherence.config.CacheMapping,boolean)"},{"p":"com.tangosol.net","c":"ValueTypeAssertion","l":"assertTypeSafety(String, TopicMapping)","u":"assertTypeSafety(java.lang.String,com.tangosol.coherence.config.TopicMapping)"},{"p":"com.tangosol.net","c":"ValueTypeAssertion.WithValueTypeAssertion","l":"assertTypeSafety(String, TopicMapping)","u":"assertTypeSafety(java.lang.String,com.tangosol.coherence.config.TopicMapping)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"assign(long)"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"ASSIGNED"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"assignStores(Map, int)","u":"assignStores(java.util.Map,int)"},{"p":"com.tangosol.util","c":"Filter","l":"associatedWith(K)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"async()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"async()"},{"p":"com.tangosol.net","c":"NamedCache","l":"async()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"async(AsyncNamedMap.Option...)","u":"async(com.tangosol.net.AsyncNamedMap.Option...)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"async(AsyncNamedMap.Option...)","u":"async(com.tangosol.net.AsyncNamedMap.Option...)"},{"p":"com.tangosol.net","c":"NamedCache","l":"async(AsyncNamedMap.Option...)","u":"async(com.tangosol.net.AsyncNamedMap.Option...)"},{"p":"com.tangosol.net","c":"NamedMap","l":"async(AsyncNamedMap.Option...)","u":"async(com.tangosol.net.AsyncNamedMap.Option...)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AsyncBackupProcessor","l":"AsyncBackupProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"AsyncBinaryStore(BinaryStore)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"AsyncBinaryStore(BinaryStore, int)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,int)"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"AsyncBinaryStoreManager(BinaryStoreManager)","u":"%3Cinit%3E(com.tangosol.io.BinaryStoreManager)"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"AsyncBinaryStoreManager(BinaryStoreManager, int)","u":"%3Cinit%3E(com.tangosol.io.BinaryStoreManager,int)"},{"p":"com.tangosol.util","c":"MapListener","l":"ASYNCHRONOUS"},{"p":"com.tangosol.util","c":"Processors","l":"asynchronous(InvocableMap.EntryProcessor)","u":"asynchronous(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"Processors","l":"asynchronous(InvocableMap.EntryProcessor, int)","u":"asynchronous(com.tangosol.util.InvocableMap.EntryProcessor,int)"},{"p":"com.tangosol.util","c":"Aggregators","l":"asynchronous(InvocableMap.StreamingAggregator)","u":"asynchronous(com.tangosol.util.InvocableMap.StreamingAggregator)"},{"p":"com.tangosol.util","c":"Aggregators","l":"asynchronous(InvocableMap.StreamingAggregator, Executor)","u":"asynchronous(com.tangosol.util.InvocableMap.StreamingAggregator,java.util.concurrent.Executor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"asynchronous(InvocableMap.StreamingAggregator, int)","u":"asynchronous(com.tangosol.util.InvocableMap.StreamingAggregator,int)"},{"p":"com.tangosol.util","c":"Aggregators","l":"asynchronous(InvocableMap.StreamingAggregator, int, Executor)","u":"asynchronous(com.tangosol.util.InvocableMap.StreamingAggregator,int,java.util.concurrent.Executor)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"AsynchronousAgent(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"AsynchronousAgent(int, Executor)","u":"%3Cinit%3E(int,java.util.concurrent.Executor)"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"AsynchronousAggregator(InvocableMap.StreamingAggregator)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.StreamingAggregator)"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"AsynchronousAggregator(InvocableMap.StreamingAggregator, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.StreamingAggregator,java.util.concurrent.Executor)"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"AsynchronousAggregator(InvocableMap.StreamingAggregator, int)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.StreamingAggregator,int)"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"AsynchronousAggregator(InvocableMap.StreamingAggregator, int, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.StreamingAggregator,int,java.util.concurrent.Executor)"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"AsynchronousProcessor(InvocableMap.EntryProcessor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"AsynchronousProcessor(InvocableMap.EntryProcessor, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,java.util.concurrent.Executor)"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"AsynchronousProcessor(InvocableMap.EntryProcessor, int)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int)"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"AsynchronousProcessor(InvocableMap.EntryProcessor, int, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int,java.util.concurrent.Executor)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"AsyncLocalAtomicBoolean(AtomicBoolean)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicBoolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"AsyncLocalAtomicInteger(AtomicInteger)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicInteger)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"AsyncLocalAtomicLong(AtomicLong)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicLong)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"AsyncLocalAtomicMarkableReference(AtomicMarkableReference)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicMarkableReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"AsyncLocalAtomicReference(AtomicReference)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"AsyncLocalAtomicStampedReference(AtomicStampedReference)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicStampedReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"AsyncRemoteAtomicBoolean(AsyncNamedMap, String)","u":"%3Cinit%3E(com.tangosol.net.AsyncNamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"AsyncRemoteAtomicInteger(AsyncNamedMap, String)","u":"%3Cinit%3E(com.tangosol.net.AsyncNamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"AsyncRemoteAtomicLong(AsyncNamedMap, String)","u":"%3Cinit%3E(com.tangosol.net.AsyncNamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"AsyncRemoteAtomicMarkableReference(AsyncNamedMap>, String)","u":"%3Cinit%3E(com.tangosol.net.AsyncNamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"AsyncRemoteAtomicReference(AsyncNamedMap>, String)","u":"%3Cinit%3E(com.tangosol.net.AsyncNamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"AsyncRemoteAtomicStampedReference(AsyncNamedMap>, String)","u":"%3Cinit%3E(com.tangosol.net.AsyncNamedMap,java.lang.String)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AsyncStoreManagerBuilder","l":"AsyncStoreManagerBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"atomicStringValueOf(Term)","u":"atomicStringValueOf(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"AtomicTerm(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicMarkableReference","l":"attemptMark(V, boolean)","u":"attemptMark(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"attemptMark(V, boolean)","u":"attemptMark(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"attemptMark(V, boolean)","u":"attemptMark(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference","l":"attemptMark(V, boolean)","u":"attemptMark(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"attemptMark(V, boolean)","u":"attemptMark(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"attemptMark(V, boolean)","u":"attemptMark(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicStampedReference","l":"attemptStamp(V, int)","u":"attemptStamp(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"attemptStamp(V, int)","u":"attemptStamp(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"attemptStamp(V, int)","u":"attemptStamp(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference","l":"attemptStamp(V, int)","u":"attemptStamp(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"attemptStamp(V, int)","u":"attemptStamp(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"attemptStamp(V, int)","u":"attemptStamp(V,int)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"AttributeMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"AuditingAuthorizer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"AuditingAuthorizer(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.net.security","c":"Authorizer","l":"authorize(Subject, ClusterPermission)","u":"authorize(javax.security.auth.Subject,com.tangosol.net.ClusterPermission)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AuthorizedHostsProcessor","l":"AuthorizedHostsProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"Authorizer(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"Authorizer(String, Principal, String)","u":"%3Cinit%3E(java.lang.String,java.security.Principal,java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"available()"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"available()"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"available()"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"available()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"available()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"available()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"available()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"available()"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"available()"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"available()"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"availablePermits()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"availablePermits()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"availablePermits()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"average()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"average()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"average()"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Filter, Remote.ToBigDecimalFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Filter, Remote.ToBigDecimalFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Filter, Remote.ToDoubleFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Filter, Remote.ToDoubleFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Filter, Remote.ToIntFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Filter, Remote.ToIntFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Filter, Remote.ToLongFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Filter, Remote.ToLongFunction)","u":"average(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Remote.ToBigDecimalFunction)","u":"average(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Remote.ToBigDecimalFunction)","u":"average(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"average(Remote.ToBigDecimalFunction)","u":"average(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Remote.ToDoubleFunction)","u":"average(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Remote.ToDoubleFunction)","u":"average(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"average(Remote.ToDoubleFunction)","u":"average(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Remote.ToIntFunction)","u":"average(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Remote.ToIntFunction)","u":"average(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"average(Remote.ToIntFunction)","u":"average(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"average(Remote.ToLongFunction)","u":"average(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"average(Remote.ToLongFunction)","u":"average(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"average(Remote.ToLongFunction)","u":"average(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"average(String)","u":"average(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"average(ValueExtractor)","u":"average(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"averagingDouble(ValueExtractor)","u":"averagingDouble(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"averagingInt(ValueExtractor)","u":"averagingInt(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"averagingLong(ValueExtractor)","u":"averagingLong(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.common.base","c":"Notifier","l":"await()"},{"p":"com.oracle.coherence.concurrent","c":"CountDownLatch","l":"await()"},{"p":"com.oracle.coherence.concurrent","c":"LocalCountDownLatch","l":"await()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"await()"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"await(Condition)","u":"await(java.util.concurrent.locks.Condition)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"await(Condition, long)","u":"await(java.util.concurrent.locks.Condition,long)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"await(Condition, long, TimeUnit)","u":"await(java.util.concurrent.locks.Condition,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"await(long)"},{"p":"com.oracle.coherence.common.base","c":"Notifier","l":"await(long)"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"await(long)"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"await(long)"},{"p":"com.oracle.coherence.concurrent","c":"CountDownLatch","l":"await(long, TimeUnit)","u":"await(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent","c":"LocalCountDownLatch","l":"await(long, TimeUnit)","u":"await(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"await(long, TimeUnit)","u":"await(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"awaitTermination(long, TimeUnit)","u":"awaitTermination(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.common.base","c":"Assertions","l":"azzert()"},{"p":"com.tangosol.util","c":"Base","l":"azzert()"},{"p":"com.oracle.coherence.common.base","c":"Assertions","l":"azzert(boolean)"},{"p":"com.tangosol.util","c":"Base","l":"azzert(boolean)"},{"p":"com.oracle.coherence.common.base","c":"Assertions","l":"azzert(boolean, String)","u":"azzert(boolean,java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"azzert(boolean, String)","u":"azzert(boolean,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Assertions","l":"azzertFailed(String)","u":"azzertFailed(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"azzertFailed(String)","u":"azzertFailed(java.lang.String)"},{"p":"com.tangosol.net.security","c":"LocalPermission","l":"BACKING_MAP"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"BackingMapBinaryEntry(Binary, Binary, Binary, BackingMapManagerContext)","u":"%3Cinit%3E(com.tangosol.util.Binary,com.tangosol.util.Binary,com.tangosol.util.Binary,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"BackingMapBinaryEntry(Binary, Binary, Binary, long, BackingMapManagerContext)","u":"%3Cinit%3E(com.tangosol.util.Binary,com.tangosol.util.Binary,com.tangosol.util.Binary,long,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"BackingMapScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"BackingMapSchemeProcessor","l":"BackingMapSchemeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.BackMapListener","l":"BackMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"NearCache.BackServiceListener","l":"BackServiceListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"BackupConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder.BackupStatement","l":"BackupStatement(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder","l":"BackupStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"BackupStrength(int, Set, Set, Set)","u":"%3Cinit%3E(int,java.util.Set,java.util.Set,java.util.Set)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"balance"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"balancedInsertion(AbstractSparseArray.Node, AbstractSparseArray.Node)","u":"balancedInsertion(com.tangosol.util.AbstractSparseArray.Node,com.tangosol.util.AbstractSparseArray.Node)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"balancePostRemove(AbstractSparseArray.Node, boolean)","u":"balancePostRemove(com.tangosol.util.AbstractSparseArray.Node,boolean)"},{"p":"com.tangosol.util","c":"ThreadGateLite.Bar","l":"Bar(Thread)","u":"%3Cinit%3E(java.lang.Thread)"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"barEntry(long)"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"barEntry(long)"},{"p":"com.tangosol.net.management.annotation","c":"MetricsScope","l":"BASE"},{"p":"com.tangosol.util","c":"Base","l":"Base()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"BASE64_ALPHABET"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"BASE64_LF"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"BASE64_PAD"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"Base64InputStream(Reader)","u":"%3Cinit%3E(java.io.Reader)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"Base64OutputStream(Writer)","u":"%3Cinit%3E(java.io.Writer)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"Base64OutputStream(Writer, boolean)","u":"%3Cinit%3E(java.io.Writer,boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"BaseGrpcCacheScheme","l":"BaseGrpcCacheScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"BaseGrpcScheme","l":"BaseGrpcScheme(T)","u":"%3Cinit%3E(T)"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"BaseGrpcServiceImpl(BaseGrpcServiceImpl.Dependencies, String, String)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.Dependencies,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"BaseOperator(String, boolean, String...)","u":"%3Cinit%3E(java.lang.String,boolean,java.lang.String...)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"BaseToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"BaseTokenScanner(Reader)","u":"%3Cinit%3E(java.io.Reader)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"BaseTokenScanner(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScannerException","l":"BaseTokenScannerException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScannerException","l":"BaseTokenScannerException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"BaseTokenStream(CompoundBaseToken)","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.base.CompoundBaseToken)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"BatchTask(Object, Collector, Object)","u":"%3Cinit%3E(java.lang.Object,com.oracle.coherence.common.base.Collector,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.BatchTasks","l":"BatchTasks(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"BdbStoreManagerBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"BEAN_ACCESSOR_PREFIXES"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"BEAN_MODIFIER_PREFIX"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"BeanInfo(Class, XmlElement)","u":"%3Cinit%3E(java.lang.Class,com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.cdi","c":"SerializerProducer.Builder","l":"beanManager(BeanManager)","u":"beanManager(jakarta.enterprise.inject.spi.BeanManager)"},{"p":"com.oracle.coherence.cdi.server","c":"BeanProcessor","l":"BeanProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"begin()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"begin()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"begin()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"begin()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"begin(Collector, Object)","u":"begin(com.oracle.coherence.common.base.Collector,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"begin(Collector, Object)","u":"begin(com.oracle.coherence.common.base.Collector,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"begin(Collector, Object)","u":"begin(com.oracle.coherence.common.base.Collector,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"begin(int, String)","u":"begin(int,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginArray(int, int)","u":"beginArray(int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginArray(int, int)","u":"beginArray(int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginArray(int, int)","u":"beginArray(int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginArray(int, int)","u":"beginArray(int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginArray(int, int)","u":"beginArray(int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginArray(int, int)","u":"beginArray(int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginArray(int, int)","u":"beginArray(int,int)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"beginBulkKeyProcess(Object[])","u":"beginBulkKeyProcess(java.lang.Object[])"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginCollection(int, int)","u":"beginCollection(int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginCollection(int, int)","u":"beginCollection(int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginCollection(int, int)","u":"beginCollection(int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginCollection(int, int)","u":"beginCollection(int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginCollection(int, int)","u":"beginCollection(int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginCollection(int, int)","u":"beginCollection(int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginCollection(int, int)","u":"beginCollection(int,int)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"beginInternal()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"beginKeyProcess(Object)","u":"beginKeyProcess(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"beginKeyProcess(Object)","u":"beginKeyProcess(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginMap(int, int)","u":"beginMap(int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginMap(int, int)","u":"beginMap(int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginMap(int, int)","u":"beginMap(int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginMap(int, int)","u":"beginMap(int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginMap(int, int)","u":"beginMap(int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginMap(int, int)","u":"beginMap(int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginMap(int, int)","u":"beginMap(int,int)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"beginMapProcess()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"beginMapProcess()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"beginProperty(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"beginProperty(int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginSparseArray(int, int)","u":"beginSparseArray(int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginSparseArray(int, int)","u":"beginSparseArray(int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginSparseArray(int, int)","u":"beginSparseArray(int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginSparseArray(int, int)","u":"beginSparseArray(int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginSparseArray(int, int)","u":"beginSparseArray(int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginSparseArray(int, int)","u":"beginSparseArray(int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginSparseArray(int, int)","u":"beginSparseArray(int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginUniformArray(int, int, int)","u":"beginUniformArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginUniformArray(int, int, int)","u":"beginUniformArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginUniformArray(int, int, int)","u":"beginUniformArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginUniformArray(int, int, int)","u":"beginUniformArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginUniformArray(int, int, int)","u":"beginUniformArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginUniformArray(int, int, int)","u":"beginUniformArray(int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginUniformArray(int, int, int)","u":"beginUniformArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginUniformCollection(int, int, int)","u":"beginUniformCollection(int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginUniformCollection(int, int, int)","u":"beginUniformCollection(int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginUniformCollection(int, int, int)","u":"beginUniformCollection(int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginUniformCollection(int, int, int)","u":"beginUniformCollection(int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginUniformCollection(int, int, int)","u":"beginUniformCollection(int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginUniformCollection(int, int, int)","u":"beginUniformCollection(int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginUniformCollection(int, int, int)","u":"beginUniformCollection(int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginUniformKeysMap(int, int, int)","u":"beginUniformKeysMap(int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginUniformKeysMap(int, int, int)","u":"beginUniformKeysMap(int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginUniformKeysMap(int, int, int)","u":"beginUniformKeysMap(int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginUniformKeysMap(int, int, int)","u":"beginUniformKeysMap(int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginUniformKeysMap(int, int, int)","u":"beginUniformKeysMap(int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginUniformKeysMap(int, int, int)","u":"beginUniformKeysMap(int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginUniformKeysMap(int, int, int)","u":"beginUniformKeysMap(int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginUniformMap(int, int, int, int)","u":"beginUniformMap(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginUniformMap(int, int, int, int)","u":"beginUniformMap(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginUniformMap(int, int, int, int)","u":"beginUniformMap(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginUniformMap(int, int, int, int)","u":"beginUniformMap(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginUniformMap(int, int, int, int)","u":"beginUniformMap(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginUniformMap(int, int, int, int)","u":"beginUniformMap(int,int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginUniformMap(int, int, int, int)","u":"beginUniformMap(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginUniformSparseArray(int, int, int)","u":"beginUniformSparseArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginUniformSparseArray(int, int, int)","u":"beginUniformSparseArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginUniformSparseArray(int, int, int)","u":"beginUniformSparseArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginUniformSparseArray(int, int, int)","u":"beginUniformSparseArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginUniformSparseArray(int, int, int)","u":"beginUniformSparseArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginUniformSparseArray(int, int, int)","u":"beginUniformSparseArray(int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginUniformSparseArray(int, int, int)","u":"beginUniformSparseArray(int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"beginUserType(int, int, int)","u":"beginUserType(int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"beginUserType(int, int, int)","u":"beginUserType(int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"beginUserType(int, int, int)","u":"beginUserType(int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"beginUserType(int, int, int)","u":"beginUserType(int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"beginUserType(int, int, int)","u":"beginUserType(int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginUserType(int, int, int)","u":"beginUserType(int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"beginUserType(int, int, int)","u":"beginUserType(int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"beginUserType(int, int, int, int)","u":"beginUserType(int,int,int,int)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"BerkeleyDBBinaryStore(String, DatabaseFactory)","u":"%3Cinit%3E(java.lang.String,com.tangosol.io.bdb.DatabaseFactory)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"BerkeleyDBBinaryStoreManager()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"BerkeleyDBBinaryStoreManager(File, String)","u":"%3Cinit%3E(java.io.File,java.lang.String)"},{"p":"com.tangosol.util","c":"Filters","l":"between(ValueExtractor, E, E)","u":"between(com.tangosol.util.ValueExtractor,E,E)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"BetweenFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"BetweenFilter(String, E, E)","u":"%3Cinit%3E(java.lang.String,E,E)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"BetweenFilter(String, E, E, boolean, boolean)","u":"%3Cinit%3E(java.lang.String,E,E,boolean,boolean)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"BetweenFilter(ValueExtractor, E, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E,E)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"BetweenFilter(ValueExtractor, E, E, boolean, boolean)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E,E,boolean,boolean)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BetweenOperator","l":"BetweenOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"BetweenOPToken","l":"BetweenOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"BetweenOPToken","l":"BetweenOPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.util.function","c":"Remote","l":"biConsumer(Remote.BiConsumer)","u":"biConsumer(com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.function","c":"Remote","l":"biFunction(Remote.BiFunction)","u":"biFunction(com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"BIG_DECIMAL_AVERAGE_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"BIG_DECIMAL_MAX_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"BIG_DECIMAL_MIN_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"BIG_DECIMAL_SUM_FUNCTION_BUILDER"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"BIGDECIMAL_ZERO"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigDecimalAdapter","l":"BigDecimalAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalAverage","l":"BigDecimalAverage()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalAverage(String)","u":"bigDecimalAverage(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalAverage","l":"BigDecimalAverage(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalAverage(ValueExtractor)","u":"bigDecimalAverage(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalAverage","l":"BigDecimalAverage(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMax","l":"BigDecimalMax()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalMax(String)","u":"bigDecimalMax(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMax","l":"BigDecimalMax(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalMax(ValueExtractor)","u":"bigDecimalMax(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMax","l":"BigDecimalMax(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMin","l":"BigDecimalMin()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalMin(String)","u":"bigDecimalMin(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMin","l":"BigDecimalMin(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalMin(ValueExtractor)","u":"bigDecimalMin(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMin","l":"BigDecimalMin(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalSum","l":"BigDecimalSum()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalSum(String)","u":"bigDecimalSum(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalSum","l":"BigDecimalSum(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"bigDecimalSum(ValueExtractor)","u":"bigDecimalSum(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalSum","l":"BigDecimalSum(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"BIGGEST_MODULO"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"BIGGEST_MODULO"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"BIGINTEGER_MAX_LONG"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"BIGINTEGER_MIN_LONG"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigIntegerAdapter","l":"BigIntegerAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"DecorationOnlyDeltaCompressor","l":"BIN_DECO_ONLY"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"BIN_ERASE_PENDING"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"BIN_STORE_PENDING"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"bin(String)","u":"bin(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"BINARY_EMPTY"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"BINARY_OPERATOR_NODE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"BINARY_SIZE"},{"p":"com.tangosol.util","c":"Binary","l":"Binary()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Binary","l":"Binary(Binary)","u":"%3Cinit%3E(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"Binary","l":"Binary(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.tangosol.util","c":"Binary","l":"Binary(byte[], int, int)","u":"%3Cinit%3E(byte[],int,int)"},{"p":"com.tangosol.util","c":"Binary","l":"Binary(ByteArrayOutputStream)","u":"%3Cinit%3E(java.io.ByteArrayOutputStream)"},{"p":"com.tangosol.util","c":"Binary","l":"Binary(DataInput)","u":"%3Cinit%3E(java.io.DataInput)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"binaryConsumer(StreamObserver)","u":"binaryConsumer(io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"BinaryDeltaCompressor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"BinaryElementCalculator","l":"BinaryElementCalculator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"BinaryEntryStoreWrapper(BinaryEntryStore)","u":"%3Cinit%3E(com.tangosol.net.cache.BinaryEntryStore)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"BinaryMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"BinaryMap(ByteBuffer)","u":"%3Cinit%3E(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"BinaryMap(ByteBuffer, double, double, boolean)","u":"%3Cinit%3E(java.nio.ByteBuffer,double,double,boolean)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"BinaryMap(ByteBufferManager)","u":"%3Cinit%3E(com.tangosol.io.nio.ByteBufferManager)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"BinaryMap(ByteBufferManager, double, double, boolean)","u":"%3Cinit%3E(com.tangosol.io.nio.ByteBufferManager,double,double,boolean)"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"BinaryMapStore(BinaryMap)","u":"%3Cinit%3E(com.tangosol.io.nio.BinaryMap)"},{"p":"com.tangosol.coherence.rest.io","c":"BinaryMarshaller","l":"BinaryMarshaller()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"BinaryMemoryCalculator","l":"BinaryMemoryCalculator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.function","c":"Remote","l":"binaryOperator(Remote.BinaryOperator)","u":"binaryOperator(com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"BinaryStoreCacheStore(BinaryStore)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"BinaryStoreCacheStore(BinaryStore, boolean)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"BinaryStoreCacheStore(BinaryStore, ClassLoader)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"BinaryWriteBuffer","l":"BinaryWriteBuffer(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"BinaryWriteBuffer","l":"BinaryWriteBuffer(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"bind(FlowControl)","u":"bind(com.tangosol.net.FlowControl)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"bind(FlowControl)","u":"bind(com.tangosol.net.FlowControl)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"bind(int, InetAddress)","u":"bind(int,java.net.InetAddress)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.CapacityAwareMap","l":"bind(ObservableSplittingBackingCache)","u":"bind(com.tangosol.net.partition.ObservableSplittingBackingCache)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"bind(SocketAddress)","u":"bind(java.net.SocketAddress)"},{"p":"com.tangosol.net","c":"NameService","l":"bind(String, Object)","u":"bind(java.lang.String,java.lang.Object)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"BINDING_NODE"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"bindService(String)","u":"bindService(java.lang.String)"},{"p":"com.tangosol.util.function","c":"Remote","l":"biPredicate(Remote.BiPredicate)","u":"biPredicate(com.tangosol.util.function.Remote.BiPredicate)"},{"p":"com.tangosol.util","c":"BitHelper","l":"BitHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE","l":"BLACK_LIST"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"Block()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"Blocking()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"BOOLEAN_ARRAY_EMPTY"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BooleanAdapter","l":"BooleanAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"BooleanArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"BOOLEANLITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"BOOLEANLITERAL"},{"p":"com.tangosol.util.function","c":"Remote","l":"booleanSupplier(Remote.BooleanSupplier)","u":"booleanSupplier(com.tangosol.util.function.Remote.BooleanSupplier)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"boxed()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"boxed()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"boxed()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"breakLines(String, int, String)","u":"breakLines(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"breakLines(String, int, String)","u":"breakLines(java.lang.String,int,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"breakLines(String, int, String, boolean)","u":"breakLines(java.lang.String,int,java.lang.String,boolean)"},{"p":"com.tangosol.util","c":"Base","l":"breakLines(String, int, String, boolean)","u":"breakLines(java.lang.String,int,java.lang.String,boolean)"},{"p":"com.tangosol.net.partition","c":"BroadKeyPartitioningStrategy","l":"BroadKeyPartitioningStrategy(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"BUCKET_COUNTS"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"buffercopy(ByteBuffer, int, int, int, byte[])","u":"buffercopy(java.nio.ByteBuffer,int,int,int,byte[])"},{"p":"com.tangosol.coherence.config.xml.processor","c":"BufferTypeProcessor","l":"BufferTypeProcessor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"SerializerProducer.Builder","l":"build()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener.Builder","l":"build()"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"build()"},{"p":"com.tangosol.net","c":"Coherence.Builder","l":"build()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"build()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"build()"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"build()"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"build()"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"build()"},{"p":"com.tangosol.net","c":"Coherence.Builder","l":"build(boolean)"},{"p":"com.tangosol.net","c":"Coherence.Builder","l":"build(ClassLoader)","u":"build(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"Coherence.Builder","l":"build(ClassLoader, boolean)","u":"build(java.lang.ClassLoader,boolean)"},{"p":"com.oracle.coherence.cdi","c":"SerializerProducer","l":"builder()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener","l":"builder()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration","l":"builder()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"builder()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"Coherence","l":"builder(CoherenceConfiguration)","u":"builder(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"builder(CoherenceConfiguration, Coherence.Mode)","u":"builder(com.tangosol.net.CoherenceConfiguration,com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.net","c":"ConfigurableLocalAddressProvider","l":"builder(int)"},{"p":"com.tangosol.util","c":"BuilderHelper","l":"BuilderHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.BuilderRegistration","l":"BuilderRegistration(String, Class, ParameterizedBuilder)","u":"%3Cinit%3E(java.lang.String,java.lang.Class,com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"buildFactory(String, ClassLoader)","u":"buildFactory(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"buildFactory(String, ClassLoader, ParameterResolver)","u":"buildFactory(java.lang.String,java.lang.ClassLoader,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"buildPlan()"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"Bundle()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"Bundle()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"Bundle()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"Bundle()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler","l":"bundle(Collection)","u":"bundle(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.GetBundler","l":"bundle(Collection)","u":"bundle(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.RemoveBundler","l":"bundle(Collection)","u":"bundle(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler","l":"bundle(Map)","u":"bundle(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.PutBundler","l":"bundle(Map)","u":"bundle(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler","l":"bundle(Set)","u":"bundle(java.util.Set)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"BundleConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager","l":"BundleManager()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"BundlingNamedCache(NamedCache)","u":"%3Cinit%3E(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"BY_MEMBER"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"BY_PARTITION"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"by(Filter)","u":"by(com.tangosol.util.Filter)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"BYTE_ARRAY_EMPTY"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ByteAdapter","l":"ByteAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"ByteArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"ByteArrayBufferInput()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"ByteArrayBufferOutput()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"ByteArrayBufferOutput(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"ByteArrayReadBuffer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"ByteArrayReadBuffer(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"ByteArrayReadBuffer(byte[], int, int)","u":"%3Cinit%3E(byte[],int,int)"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"ByteArrayReadBuffer(byte[], int, int, boolean, boolean, boolean)","u":"%3Cinit%3E(byte[],int,int,boolean,boolean,boolean)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"ByteArrayWriteBuffer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"ByteArrayWriteBuffer(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"ByteArrayWriteBuffer(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"ByteArrayWriteBuffer(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"ByteArrayWriteBuffer(WriteBuffer, int, int)","u":"%3Cinit%3E(com.tangosol.io.WriteBuffer,int,int)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"byteAt(int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"byteAt(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"byteAt(int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"byteAt(int)"},{"p":"com.tangosol.util","c":"AbstractByteSequence.AggregateByteSequence","l":"byteAt(int)"},{"p":"com.tangosol.util","c":"AbstractByteSequence.PartialByteSequence","l":"byteAt(int)"},{"p":"com.tangosol.util","c":"ByteSequence","l":"byteAt(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"ByteBufferInput(ByteBuffer)","u":"%3Cinit%3E(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"ByteBufferInputStream(ByteBuffer)","u":"%3Cinit%3E(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer.ByteBufferOutput","l":"ByteBufferOutput(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"ByteBufferOutputStream(ByteBuffer)","u":"%3Cinit%3E(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"ByteBufferReadBuffer(ByteBuffer)","u":"%3Cinit%3E(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"ByteBufferWriteBuffer(ByteBuffer)","u":"%3Cinit%3E(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"ByteBufferWriteBuffer(ByteBufferWriteBuffer)","u":"%3Cinit%3E(com.tangosol.io.nio.ByteBufferWriteBuffer)"},{"p":"com.tangosol.coherence.config.unit","c":"Bytes","l":"Bytes(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.config.unit","c":"Bytes","l":"Bytes(MemorySize)","u":"%3Cinit%3E(com.oracle.coherence.common.util.MemorySize)"},{"p":"com.tangosol.coherence.config.unit","c":"Bytes","l":"Bytes(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"byteValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"byteValue()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"CACHE_FACTORY"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"CACHE_NAME"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"CACHE_NAME"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"CACHE_REF"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"CACHE_REF"},{"p":"com.tangosol.net.management","c":"Registry","l":"CACHE_TYPE"},{"p":"com.oracle.coherence.cdi","c":"CacheAddInterceptor","l":"cacheAdd(InvocationContext)","u":"cacheAdd(jakarta.interceptor.InvocationContext)"},{"p":"com.oracle.coherence.cdi","c":"CacheAddInterceptor","l":"CacheAddInterceptor(Coherence, CoherenceExtension)","u":"%3Cinit%3E(com.tangosol.net.Coherence,com.oracle.coherence.cdi.CoherenceExtension)"},{"p":"com.tangosol.util","c":"CacheCollator","l":"CacheCollator(Collator)","u":"%3Cinit%3E(java.text.Collator)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"CacheConfig(ParameterResolver)","u":"%3Cinit%3E(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.xml","c":"CacheConfigNamespaceHandler","l":"CacheConfigNamespaceHandler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CacheConfigOverrideProcessor","l":"CacheConfigOverrideProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"CacheDefaultsPreprocessor","l":"CacheDefaultsPreprocessor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"CacheEvent(ObservableMap, int, K, V, V, boolean)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,K,V,V,boolean)"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"CacheEvent(ObservableMap, int, K, V, V, boolean, boolean)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,K,V,V,boolean,boolean)"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"CacheEvent(ObservableMap, int, K, V, V, boolean, CacheEvent.TransformationState)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,K,V,V,boolean,com.tangosol.net.cache.CacheEvent.TransformationState)"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"CacheEvent(ObservableMap, int, K, V, V, boolean, CacheEvent.TransformationState, boolean)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,K,V,V,boolean,com.tangosol.net.cache.CacheEvent.TransformationState,boolean)"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"CacheEvent(ObservableMap, int, K, V, V, boolean, CacheEvent.TransformationState, boolean, boolean)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,K,V,V,boolean,com.tangosol.net.cache.CacheEvent.TransformationState,boolean,boolean)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"CacheEventFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"CacheEventFilter(Filter, int)","u":"%3Cinit%3E(com.tangosol.util.Filter,int)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"CacheEventFilter(int, Filter, int)","u":"%3Cinit%3E(int,com.tangosol.util.Filter,int)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"CacheEventFilter(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"CacheFactory()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CacheGetInterceptor","l":"cacheGet(InvocationContext)","u":"cacheGet(jakarta.interceptor.InvocationContext)"},{"p":"com.oracle.coherence.cdi","c":"CacheGetInterceptor","l":"CacheGetInterceptor(Coherence, CoherenceExtension)","u":"%3Cinit%3E(com.tangosol.net.Coherence,com.oracle.coherence.cdi.CoherenceExtension)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"CacheInfo(String, String, Map)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.util.Map)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.CacheLifecycleEventHandler","l":"CacheLifecycleEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheLoaderCacheStore","l":"CacheLoaderCacheStore(CacheLoader)","u":"%3Cinit%3E(com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.net.cache","c":"CacheLoaderCacheStore","l":"CacheLoaderCacheStore(CacheLoader)","u":"%3Cinit%3E(com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"CacheMapping(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CacheMappingProcessor","l":"CacheMappingProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"CacheMappingRegistry","l":"CacheMappingRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"CacheMappingRegistry","l":"CacheMappingRegistry(ResourceMappingRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.config.ResourceMappingRegistry)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"CachePersistenceHelper()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CachePutInterceptor","l":"cachePut(InvocationContext)","u":"cachePut(jakarta.interceptor.InvocationContext)"},{"p":"com.oracle.coherence.cdi","c":"CachePutInterceptor","l":"CachePutInterceptor(Coherence, CoherenceExtension)","u":"%3Cinit%3E(com.tangosol.net.Coherence,com.oracle.coherence.cdi.CoherenceExtension)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.CacheRefExpression","l":"CacheRefExpression(Expression, ClassLoader, CacheMappingRegistry)","u":"%3Cinit%3E(com.tangosol.config.expression.Expression,java.lang.ClassLoader,com.tangosol.coherence.config.CacheMappingRegistry)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.CacheRefExpression","l":"CacheRefExpression(Expression, ClassLoader, ResourceMappingRegistry)","u":"%3Cinit%3E(com.tangosol.config.expression.Expression,java.lang.ClassLoader,com.tangosol.coherence.config.ResourceMappingRegistry)"},{"p":"com.oracle.coherence.cdi","c":"CacheRemoveInterceptor","l":"cacheRemove(InvocationContext)","u":"cacheRemove(jakarta.interceptor.InvocationContext)"},{"p":"com.oracle.coherence.cdi","c":"CacheRemoveInterceptor","l":"CacheRemoveInterceptor(Coherence, CoherenceExtension)","u":"%3Cinit%3E(com.tangosol.net.Coherence,com.oracle.coherence.cdi.CoherenceExtension)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"CacheRequestHolder(Req, AsyncNamedCache, Supplier>, String, Serializer, Executor)","u":"%3Cinit%3E(Req,com.tangosol.net.AsyncNamedCache,java.util.function.Supplier,java.lang.String,com.tangosol.io.Serializer,java.util.concurrent.Executor)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"CacheResource(NamedCache, Class, Class, KeyConverter, QueryConfig, int)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,java.lang.Class,java.lang.Class,com.tangosol.coherence.rest.KeyConverter,com.tangosol.coherence.rest.config.QueryConfig,int)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CacheServiceProxyProcessor","l":"CacheServiceProxyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.CacheStatisticsExtractor","l":"CacheStatisticsExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.CacheStatisticsExtractor","l":"CacheStatisticsExtractor(JCacheIdentifier)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.common.JCacheIdentifier)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap","l":"CacheStoreMap(BackingMapManagerContext, CacheStore)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.cache.CacheStore)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap","l":"CacheStoreMap(BackingMapManagerContext, CacheStore, boolean)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.cache.CacheStore,boolean)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap","l":"CacheStoreMap(BackingMapManagerContext, IterableCacheLoader)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.cache.IterableCacheLoader)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"CacheStoreScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"CacheStoreWrapper(CacheStore)","u":"%3Cinit%3E(com.tangosol.net.cache.CacheStore)"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap.CacheStoreWrapper","l":"CacheStoreWrapper(CacheStore)","u":"%3Cinit%3E(com.tangosol.net.cache.CacheStore)"},{"p":"com.oracle.coherence.cdi","c":"View","l":"cacheValues()"},{"p":"com.oracle.coherence.cdi","c":"View.Literal","l":"cacheValues()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"CachingMap(Map, Map)","u":"%3Cinit%3E(java.util.Map,java.util.Map)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"CachingMap(Map, Map, int)","u":"%3Cinit%3E(java.util.Map,java.util.Map,int)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CachingSchemeMappingProcessor","l":"CachingSchemeMappingProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CachingSchemesProcessor","l":"CachingSchemesProcessor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"CaffeineCache()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"CaffeineScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"calcDecimalSize(BigDecimal)","u":"calcDecimalSize(java.math.BigDecimal)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"calculateAnalysisDelay()"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"calculateBasePartitionHash(PartitionedService, Object)","u":"calculateBasePartitionHash(com.tangosol.net.PartitionedService,java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"calculateBucket(int)"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"EqualsFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"NotEqualsFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"calculateEffectiveness(Map, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"IndexAwareFilter","l":"calculateEffectiveness(Map, ? extends MapIndex>, Set)","u":"calculateEffectiveness(java.util.Map,java.util.Set)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"calculateExpiry(long)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"calculateFairShare(boolean)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"calculateIteratorEffectiveness(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"calculateJMXPartitionStats()"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"calculateKeyPartition(PartitionedService, Object)","u":"calculateKeyPartition(com.tangosol.net.PartitionedService,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"calculateKeyPartitionHash(PartitionedService, Object)","u":"calculateKeyPartitionHash(com.tangosol.net.PartitionedService,java.lang.Object)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"calculateMinimumNodeCount(Set)","u":"calculateMinimumNodeCount(java.util.Set)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"calculateMinThreshold(int, float)","u":"calculateMinThreshold(int,float)"},{"p":"com.tangosol.util","c":"Binary","l":"calculateNaturalPartition(int)"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility","l":"calculateObjectName(Cache, MBeanServerRegistrationUtility.ObjectNameType)","u":"calculateObjectName(javax.cache.Cache,com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility.ObjectNameType)"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility","l":"calculateObjectName(CoherenceBasedCacheManager, JCacheIdentifier, MBeanServerRegistrationUtility.ObjectNameType)","u":"calculateObjectName(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,com.tangosol.coherence.jcache.common.JCacheIdentifier,com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility.ObjectNameType)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"calculatePackedLength(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"calculatePackedLength(long)"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"calculatePartition(PartitionedService, int)","u":"calculatePartition(com.tangosol.net.PartitionedService,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"calculatePreviousBucket(int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"calculateRequeueDelay(ReadWriteBackingMap.WriteQueue)","u":"calculateRequeueDelay(com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue)"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"calculateShallowSize(Class)","u":"calculateShallowSize(java.lang.Class)"},{"p":"com.tangosol.util","c":"Sizable","l":"calculateSize()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"calculateSizeCode(int)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"calculateTotalLength(Object[][])","u":"calculateTotalLength(java.lang.Object[][])"},{"p":"com.tangosol.net.topic","c":"BinaryElementCalculator","l":"calculateUnits(Binary)","u":"calculateUnits(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.topic","c":"FixedElementCalculator","l":"calculateUnits(Binary)","u":"calculateUnits(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.topic","c":"NamedTopic.ElementCalculator","l":"calculateUnits(Binary)","u":"calculateUnits(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"calculateUnits(Object)","u":"calculateUnits(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BinaryMemoryCalculator","l":"calculateUnits(Object, Object)","u":"calculateUnits(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.UnitCalculator","l":"calculateUnits(Object, Object)","u":"calculateUnits(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalUnitCalculator","l":"calculateUnits(Object, Object)","u":"calculateUnits(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"calculateUnits(Object, Object)","u":"calculateUnits(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"calculateVersion(Object)","u":"calculateVersion(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"calculateWaitTime(long)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"calcUnitFairShare(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"calcUTF(String)","u":"calcUTF(java.lang.String)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"calibrate()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"CALL_NODE"},{"p":"com.tangosol.util.function","c":"Remote","l":"callable(Remote.Callable)","u":"callable(com.tangosol.util.function.Remote.Callable)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"cancel()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"cancel(boolean)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"cancel(boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"cancel(Throwable)","u":"cancel(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.Task","l":"cancel(Throwable)","u":"cancel(java.lang.Throwable)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"cancelOutstandingReads(Object)","u":"cancelOutstandingReads(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"CANONICAL_NAME"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.DefaultDelimiterExpansionProcessor","l":"canProcess(String)","u":"canProcess(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.MacroExpansionProcessor","l":"canProcess(String)","u":"canProcess(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.OffsetLengthSubstringExpansionProcessor","l":"canProcess(String)","u":"canProcess(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.SpaceDefaultDelimiterExpansionProcessor","l":"canProcess(String)","u":"canProcess(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"canUseGlobal()"},{"p":"com.tangosol.util","c":"Dequeue","l":"capacity()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.CapacityAwareMap","l":"CapacityAwareMap(BackingMapManager, String)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManager,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"capitalize(String)","u":"capitalize(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"capitalize(String)","u":"capitalize(java.lang.String)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"cardinality()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"castProcessor(InvocableMap.EntryProcessor)","u":"castProcessor(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"castReturnValue(MethodNode)","u":"castReturnValue(org.objectweb.asm.tree.MethodNode)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"casValueInternal(Object, Object)","u":"casValueInternal(java.lang.Object,java.lang.Object)"},{"p":"com.oracle.coherence.mp.config","c":"CdiConfigSourceProvider","l":"CdiConfigSourceProvider()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CdiEventObserver","l":"CdiEventObserver(ObserverMethod)","u":"%3Cinit%3E(jakarta.enterprise.inject.spi.ObserverMethod)"},{"p":"com.oracle.coherence.cdi","c":"CdiEventObserver","l":"CdiEventObserver(ProcessObserverMethod)","u":"%3Cinit%3E(jakarta.enterprise.inject.spi.ProcessObserverMethod)"},{"p":"com.oracle.coherence.cdi","c":"CdiInjector","l":"CdiInjector()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CdiInterceptorMetadataResolver","l":"CdiInterceptorMetadataResolver()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CdiMapEventObserver","l":"CdiMapEventObserver(ObserverMethod>)","u":"%3Cinit%3E(jakarta.enterprise.inject.spi.ObserverMethod)"},{"p":"com.oracle.coherence.cdi","c":"CdiMapEventObserver","l":"CdiMapEventObserver(ProcessObserverMethod, ?>)","u":"%3Cinit%3E(jakarta.enterprise.inject.spi.ProcessObserverMethod)"},{"p":"com.oracle.coherence.cdi","c":"CdiMapListenerManager","l":"CdiMapListenerManager(FilterProducer, MapEventTransformerProducer, CoherenceExtension)","u":"%3Cinit%3E(com.oracle.coherence.cdi.FilterProducer,com.oracle.coherence.cdi.MapEventTransformerProducer,com.oracle.coherence.cdi.CoherenceExtension)"},{"p":"com.oracle.coherence.mp.metrics","c":"CdiMetricsRegistryAdapter","l":"CdiMetricsRegistryAdapter()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.server","c":"CdiNamespaceHandler","l":"CdiNamespaceHandler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"ceiling(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"ceiling(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"ceiling(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"ceiling(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"ceiling(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"ceiling(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"ceiling(long)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"ceiling(Object)","u":"ceiling(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"ceilingEntry(Object)","u":"ceilingEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"ceilingIndex(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"ceilingIndex(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"ceilingIndex(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"ceilingIndex(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"ceilingIndex(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"ceilingIndex(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"ceilingIndex(long)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"ceilingKey(Object)","u":"ceilingKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Segment","l":"cEntries"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"chainComparators(Comparator, Comparator)","u":"chainComparators(java.util.Comparator,java.util.Comparator)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"chainComparators(Comparator, Comparator, Comparator)","u":"chainComparators(java.util.Comparator,java.util.Comparator,java.util.Comparator)"},{"p":"com.tangosol.util","c":"Extractors","l":"chained(String...)","u":"chained(java.lang.String...)"},{"p":"com.tangosol.util","c":"Extractors","l":"chained(ValueExtractor...)","u":"chained(com.tangosol.util.ValueExtractor...)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"ChainedCollection(ChainedCollection, Collection)","u":"%3Cinit%3E(com.tangosol.util.ChainedCollection,java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"ChainedCollection(ChainedCollection, Collection...)","u":"%3Cinit%3E(com.tangosol.util.ChainedCollection,java.util.Collection...)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"ChainedCollection(Collection>)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"ChainedCollection(Collection...)","u":"%3Cinit%3E(java.util.Collection...)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"ChainedComparator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"ChainedComparator(Comparator...)","u":"%3Cinit%3E(java.util.Comparator...)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"ChainedEnumerator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"ChainedEnumerator(Enumeration)","u":"%3Cinit%3E(java.util.Enumeration)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"ChainedEnumerator(Enumeration, Enumeration)","u":"%3Cinit%3E(java.util.Enumeration,java.util.Enumeration)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"ChainedEnumerator(Enumeration[])","u":"%3Cinit%3E(java.util.Enumeration[])"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"ChainedEnumerator(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"ChainedEnumerator(Iterator, Iterator)","u":"%3Cinit%3E(java.util.Iterator,java.util.Iterator)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"ChainedEnumerator(Iterator[])","u":"%3Cinit%3E(java.util.Iterator[])"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"ChainedExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"ChainedExtractor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"ChainedExtractor(ValueExtractor[])","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor[])"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"ChainedExtractor(ValueExtractor, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.dslquery","c":"ChainedExtractorBuilder","l":"ChainedExtractorBuilder(ExtractorBuilder...)","u":"%3Cinit%3E(com.tangosol.coherence.dslquery.ExtractorBuilder...)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.ChainedExtractorsSupplier","l":"ChainedExtractorsSupplier()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.ChainedExtractorSupplier","l":"ChainedExtractorSupplier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"ChainedFragmentExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"ChainedFragmentExtractor(ValueExtractor, ValueExtractor...)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor...)"},{"p":"com.tangosol.util","c":"ChainedMap","l":"ChainedMap(Map, Map)","u":"%3Cinit%3E(java.util.Map,java.util.Map)"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"ChainedParameterResolver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"ChainedParameterResolver(ParameterResolver...)","u":"%3Cinit%3E(com.tangosol.config.expression.ParameterResolver...)"},{"p":"com.tangosol.util","c":"ChainedResourceResolver","l":"ChainedResourceResolver(ResourceResolver...)","u":"%3Cinit%3E(com.tangosol.util.ResourceResolver...)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"ChainedSet(ChainedSet, Set)","u":"%3Cinit%3E(com.tangosol.util.ChainedSet,java.util.Set)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"ChainedSet(ChainedSet, Set...)","u":"%3Cinit%3E(com.tangosol.util.ChainedSet,java.util.Set...)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"ChainedSet(Collection>)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"ChainedSet(Set...)","u":"%3Cinit%3E(java.util.Set...)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"changeState(int)"},{"p":"com.tangosol.util","c":"Daemon","l":"changeState(int, Daemon.DaemonWorker)","u":"changeState(int,com.tangosol.util.Daemon.DaemonWorker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor.ChangeTracker","l":"ChangeTracker(ReadBuffer.BufferInput, ReadBuffer.BufferInput)","u":"%3Cinit%3E(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"CHAR_ARRAY_EMPTY"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"CHAR_BUF_MASK"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"CHAR_BUF_SIZE"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"characteristics()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalAverage","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMax","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMin","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalSum","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"ComparableMax","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"ComparableMin","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"DoubleMax","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"DoubleMin","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"DoubleSum","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"LongMax","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"LongMin","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"LongSum","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"characteristics()"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"characteristics()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"characteristics()"},{"p":"com.tangosol.util","c":"MapListener","l":"characteristics()"},{"p":"com.tangosol.util","c":"MapListenerSupport.SynchronousListener","l":"characteristics()"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"characteristics()"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"characteristics()"},{"p":"com.tangosol.util","c":"Streamer","l":"characteristics()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.CharAdapter","l":"CharAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"CharArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"check()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"check()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"check()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"check(String)","u":"check(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLOPToken","l":"checkAlias(OPParser, String...)","u":"checkAlias(com.tangosol.coherence.dsltools.precedence.OPParser,java.lang.String...)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"checkBacklog(Continuation)","u":"checkBacklog(com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.net","c":"FlowControl","l":"checkBacklog(Continuation)","u":"checkBacklog(com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"checkBacklog(Continuation)","u":"checkBacklog(com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"checkBackupBalance(SimpleAssignmentStrategy.AnalysisContext)","u":"checkBackupBalance(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"checkBackupOverloaded(SimpleAssignmentStrategy.AnalysisContext)","u":"checkBackupOverloaded(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"checkBackupStrong(SimpleAssignmentStrategy.AnalysisContext)","u":"checkBackupStrong(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"checkBounds(int, int)","u":"checkBounds(int,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"checkBounds(int, int)","u":"checkBounds(int,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"checkBounds(int, int)","u":"checkBounds(int,int)"},{"p":"com.tangosol.util","c":"BinaryWriteBuffer","l":"checkBounds(int, int)","u":"checkBounds(int,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"checkBufferGrow(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"checkBufferShrink()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkDate(int, int, int)","u":"checkDate(int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkDayTimeInterval(int, int, int, int, int)","u":"checkDayTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkDecimalRange(BigDecimal, int)","u":"checkDecimalRange(java.math.BigDecimal,int)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"checkDestroy()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"checkElement(XmlElement)","u":"checkElement(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkElementCount(int)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"checkEndangered()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"checkEndangered(SimpleAssignmentStrategy.AnalysisContext)","u":"checkEndangered(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"checkEntry(Map.Entry)","u":"checkEntry(java.util.Map.Entry)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"checkEntry(Object, Object)","u":"checkEntry(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"checkError()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"checkExpiry()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"checkFlush()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"checkKey(Object)","u":"checkKey(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"checkLeaving(SimpleAssignmentStrategy.AnalysisContext)","u":"checkLeaving(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"checkMachineQuorum(int, Set, Set, Set, Set)","u":"checkMachineQuorum(int,java.util.Set,java.util.Set,java.util.Set,java.util.Set)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"checkModulo()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"checkMutable()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"checkMutable()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"checkMutable()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"checkMutable()"},{"p":"com.tangosol.util","c":"Base","l":"checkNotEmpty(String, String)","u":"checkNotEmpty(java.lang.String,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"checkNotInitialized()"},{"p":"com.tangosol.util","c":"Base","l":"checkNotNull(T, String)","u":"checkNotNull(T,java.lang.String)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"checkObject(Object)","u":"checkObject(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"checkObject(Object)","u":"checkObject(java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"checkObjectInputFilter(Class, DataInput)","u":"checkObjectInputFilter(java.lang.Class,java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"checkObjectInputFilter(Class, int, DataInput)","u":"checkObjectInputFilter(java.lang.Class,int,java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"checkObjectInputFilter(Class, ObjectInputStream)","u":"checkObjectInputFilter(java.lang.Class,java.io.ObjectInputStream)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"checkPage()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"checkPending(Object)","u":"checkPending(java.lang.Object)"},{"p":"com.tangosol.net.security","c":"Security","l":"checkPermission(Cluster, String, String, String)","u":"checkPermission(com.tangosol.net.Cluster,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.security","c":"AccessController","l":"checkPermission(ClusterPermission, Subject)","u":"checkPermission(com.tangosol.net.ClusterPermission,javax.security.auth.Subject)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"checkPermission(ClusterPermission, Subject)","u":"checkPermission(com.tangosol.net.ClusterPermission,javax.security.auth.Subject)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"checkPermission(NamedCache)","u":"checkPermission(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"checkPermission(NamedCache)","u":"checkPermission(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"checkPermission(NamedCollection)","u":"checkPermission(com.tangosol.net.NamedCollection)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"checkPermission(Service, String)","u":"checkPermission(com.tangosol.net.Service,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"checkPosition(int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"checkPosition(int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.ComplexMap","l":"checkPosition(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"checkPrimaryBalance(SimpleAssignmentStrategy.AnalysisContext)","u":"checkPrimaryBalance(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.util","c":"Base","l":"checkRange(long, long, long, String)","u":"checkRange(long,long,long,java.lang.String)"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"checkRange(Object)","u":"checkRange(java.lang.Object)"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"checkRead(BinaryEntry, Subject, int)","u":"checkRead(com.tangosol.util.BinaryEntry,javax.security.auth.Subject,int)"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"checkRead(BinaryEntry, Subject, int)","u":"checkRead(com.tangosol.util.BinaryEntry,javax.security.auth.Subject,int)"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"checkReadAny(BackingMapContext, Subject, int)","u":"checkReadAny(com.tangosol.net.BackingMapContext,javax.security.auth.Subject,int)"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"checkReadAny(BackingMapContext, Subject, int)","u":"checkReadAny(com.tangosol.net.BackingMapContext,javax.security.auth.Subject,int)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"checkReadOnly()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"checkReadOnly(String)","u":"checkReadOnly(java.lang.String)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"checkRecoveryMembership(PartitionedService.PartitionRecoveryAction)","u":"checkRecoveryMembership(com.tangosol.net.PartitionedService.PartitionRecoveryAction)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkReferenceRange(int)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"checkRoleQuorum(int, Set, Set, Set, Set)","u":"checkRoleQuorum(int,java.util.Set,java.util.Set,java.util.Set,java.util.Set)"},{"p":"com.tangosol.util","c":"LiteSet","l":"checkShrinkFromOther()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"checkSimpleDistribution(SimpleAssignmentStrategy.AnalysisContext)","u":"checkSimpleDistribution(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"checkSiteQuorum(int, Set, Set, Set, Set)","u":"checkSiteQuorum(int,java.util.Set,java.util.Set,java.util.Set,java.util.Set)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"checkSize()"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"checkStrict()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkTime(int, int, int, int)","u":"checkTime(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkTimeInterval(int, int, int, int)","u":"checkTimeInterval(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkTimeZone(int, int)","u":"checkTimeZone(int,int)"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"checkTruncation(List, StringBuilder, int)","u":"checkTruncation(java.util.List,java.lang.StringBuilder,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkType(int)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"checkValue(Object)","u":"checkValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"checkValue(Object)","u":"checkValue(java.lang.Object)"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"checkWrite(BinaryEntry, Subject, int)","u":"checkWrite(com.tangosol.util.BinaryEntry,javax.security.auth.Subject,int)"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"checkWrite(BinaryEntry, Subject, int)","u":"checkWrite(com.tangosol.util.BinaryEntry,javax.security.auth.Subject,int)"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"checkWriteAny(BackingMapContext, Subject, int)","u":"checkWriteAny(com.tangosol.net.BackingMapContext,javax.security.auth.Subject,int)"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"checkWriteAny(BackingMapContext, Subject, int)","u":"checkWriteAny(com.tangosol.net.BackingMapContext,javax.security.auth.Subject,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"checkYearMonthInterval(int, int)","u":"checkYearMonthInterval(int,int)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"children()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"children()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"children()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"childrenTermEqual(Term)","u":"childrenTermEqual(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"CHUNK_SIZE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"CHUNK_THRESHOLD"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"cipherSuites()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"CircularArrayList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"CircularArrayList(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"CircularArrayList(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"CircularIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"claimAll(ConfigurableCacheMap)","u":"claimAll(com.tangosol.net.cache.ConfigurableCacheMap)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"claimUnused(ConfigurableCacheMap)","u":"claimUnused(com.tangosol.net.cache.ConfigurableCacheMap)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"CLASS_LOADER"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"CLASS_LOADER"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"Classes()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ClassFilter","l":"ClassFilter(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"ClassHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"classify()"},{"p":"com.tangosol.net.management.annotation","c":"Notification","l":"className()"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"ClassScheme()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"clear()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"clear()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"clear()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"clear()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"clear()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"clear()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"clear()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"clear()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"clear()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"clear()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"clear()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"clear()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.EntrySet","l":"clear()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"clear()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.ValuesCollection","l":"clear()"},{"p":"com.tangosol.io.pof","c":"PofHelper.ReadableEntrySetMap","l":"clear()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"clear()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"clear()"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"clear()"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"clear()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"clear()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"clear()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"clear()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"clear()"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"clear()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"clear()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"clear()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"clear()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"clear()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ValuesCollection","l":"clear()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"clear()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"clear()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"clear()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"clear()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"clear()"},{"p":"com.tangosol.net","c":"NamedMap","l":"clear()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"clear()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"clear()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"clear()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"clear()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"clear()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"clear()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.KeySet","l":"clear()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"clear()"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"clear()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"clear()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"clear()"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"clear()"},{"p":"com.tangosol.util","c":"ChainedSet","l":"clear()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"clear()"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"clear()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"clear()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"clear()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"clear()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"clear()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"clear()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"clear()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.EntrySet","l":"clear()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.KeySet","l":"clear()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"clear()"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"clear()"},{"p":"com.tangosol.util","c":"LiteSet","l":"clear()"},{"p":"com.tangosol.util","c":"LongArray","l":"clear()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"clear()"},{"p":"com.tangosol.util","c":"MapSet","l":"clear()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"clear()"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"clear()"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"clear()"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"clear()"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"clear()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"clear()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"clear()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"clear()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"clear()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"clear()"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"clear()"},{"p":"com.tangosol.util","c":"SafeHashMap.ValuesCollection","l":"clear()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"clear()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"clear()"},{"p":"com.tangosol.util","c":"SafeSortedMap.Values","l":"clear()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"clear()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"clear()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"clear()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"clear()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ValuesCollection","l":"clear()"},{"p":"com.tangosol.util","c":"SetMap","l":"clear()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"clear()"},{"p":"com.tangosol.util","c":"StringTable","l":"clear()"},{"p":"com.tangosol.util","c":"SubList","l":"clear()"},{"p":"com.tangosol.util","c":"SubSet","l":"clear()"},{"p":"com.tangosol.util","c":"Tree","l":"clear()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"clear()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"clear()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"clear()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"clear()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"clear()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"clear()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"clear()"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"clear(boolean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"clear(ClearRequest)","u":"clear(com.oracle.coherence.grpc.ClearRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"clear(ClearRequest)","u":"clear(com.oracle.coherence.grpc.ClearRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"clear(ClearRequest, StreamObserver)","u":"clear(com.oracle.coherence.grpc.ClearRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"clear(String, String)","u":"clear(java.lang.String,java.lang.String)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"clearBucketOffsets()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"clearBucketOffsets(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"clearBuffer()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"clearConverted()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"clearCustomFunctions()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"clearCustomOperators()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"clearFreeLists()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"clearPending()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"clearValue()"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"Client"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceLoadBalancerProcessor","l":"CLIENT"},{"p":"com.tangosol.net","c":"Coherence","l":"client()"},{"p":"com.tangosol.net","c":"Coherence","l":"client(Coherence.Mode)","u":"client(com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.net","c":"Coherence","l":"client(CoherenceConfiguration)","u":"client(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"clientBuilder(CoherenceConfiguration)","u":"clientBuilder(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"clientBuilder(CoherenceConfiguration, Coherence.Mode)","u":"clientBuilder(com.tangosol.net.CoherenceConfiguration,com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"clientDirect()"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"ClientFixed"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"clientFixed()"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"clientRemote()"},{"p":"com.oracle.coherence.common.base","c":"Cloneable","l":"clone()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NestingOPToken","l":"clone()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"clone()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"clone()"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"clone()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"clone()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"clone()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"clone()"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"clone()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"clone()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"clone()"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"clone()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"clone()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"clone()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"clone()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"clone()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"clone()"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"clone()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"clone()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"clone()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"clone()"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"clone()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"clone()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"clone()"},{"p":"com.tangosol.util","c":"Binary","l":"clone()"},{"p":"com.tangosol.util","c":"CacheCollator","l":"clone()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"clone()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"clone()"},{"p":"com.tangosol.util","c":"Dequeue","l":"clone()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"clone()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"clone()"},{"p":"com.tangosol.util","c":"LiteSet","l":"clone()"},{"p":"com.tangosol.util","c":"LongArray","l":"clone()"},{"p":"com.tangosol.util","c":"MapSet","l":"clone()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"clone()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"clone()"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"clone()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"clone()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"clone()"},{"p":"com.tangosol.util","c":"SafeLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"clone()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"clone()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"clone()"},{"p":"com.tangosol.util","c":"SparseArray","l":"clone()"},{"p":"com.tangosol.util","c":"StringTable","l":"clone()"},{"p":"com.tangosol.util","c":"SubSet","l":"clone()"},{"p":"com.tangosol.util","c":"Tree","l":"clone()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"clone()"},{"p":"com.tangosol.util","c":"Binary","l":"clone(byte[], int, int)","u":"clone(byte[],int,int)"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlSerializableAdapter","l":"clone(Object)","u":"clone(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Cloner","l":"clone(T)"},{"p":"com.oracle.coherence.common.base","c":"NaturalCloner","l":"clone(T)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"cloneEntryList(SafeHashMap.Entry)","u":"cloneEntryList(com.tangosol.util.SafeHashMap.Entry)"},{"p":"com.oracle.coherence.common.base","c":"Disposable","l":"close()"},{"p":"com.oracle.coherence.common.base","c":"Lockable.Unlockable","l":"close()"},{"p":"com.oracle.coherence.common.base","c":"NonBlocking","l":"close()"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"close()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"close()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"close()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"close()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"close()"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"close()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"close()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"close()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"close()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"close()"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"close()"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"close()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"close()"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"close()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"close()"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"close()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"close()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"close()"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"close()"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"close()"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"close()"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"close()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"close()"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"close()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"close()"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"close()"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"close()"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"close()"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"close()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"close()"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"close()"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"close()"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"close()"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"close()"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"close()"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"close()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"close()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"close()"},{"p":"com.tangosol.net","c":"Coherence","l":"close()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"close()"},{"p":"com.tangosol.net","c":"CompressionFilter.DeflaterOutputShell","l":"close()"},{"p":"com.tangosol.net","c":"CompressionFilter.InflaterInputShell","l":"close()"},{"p":"com.tangosol.net","c":"DatagramPacketOutputStream","l":"close()"},{"p":"com.tangosol.net","c":"Releasable","l":"close()"},{"p":"com.tangosol.net","c":"SessionProvider","l":"close()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"close()"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"close()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"close()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedDataOutputStream","l":"close()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedInputStream","l":"close()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedObjectOutputStream","l":"close()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedOutputStream","l":"close()"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"close()"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"close()"},{"p":"com.tangosol.util","c":"NullImplementation.NullWriter","l":"close()"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"close()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"close()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"close(ClassLoader)","u":"close(java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"close(long)"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"close(long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"close(String)","u":"close(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"close(String)","u":"close(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"close(String)","u":"close(java.lang.String)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"close(URI, ClassLoader)","u":"close(java.net.URI,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"Coherence","l":"closeAll()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"closeDb()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"closeEnvironment(boolean)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"closeInbound(TcpDatagramSocket.Impl.ConnectionStatus, SocketChannel)","u":"closeInbound(com.tangosol.net.TcpDatagramSocket.Impl.ConnectionStatus,java.nio.channels.SocketChannel)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"closeNested()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"closeNested()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"closeOutbound(SocketAddress)","u":"closeOutbound(java.net.SocketAddress)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"closeProcessing()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"closeProcessing()"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"CLOSEST"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"closeStatus(OverflowMap.Status)","u":"closeStatus(com.tangosol.net.cache.OverflowMap.Status)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"CLUSTER"},{"p":"com.tangosol.net.management","c":"Registry","l":"CLUSTER_TYPE"},{"p":"com.tangosol.net","c":"ClusterException","l":"ClusterException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ClusterException","l":"ClusterException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"ClusterException","l":"ClusterException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.net","c":"ClusterException","l":"ClusterException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"ClusterMember"},{"p":"com.tangosol.net","c":"Coherence","l":"clusterMember()"},{"p":"com.tangosol.net","c":"Coherence","l":"clusterMember(CoherenceConfiguration)","u":"clusterMember(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"clusterMemberBuilder(CoherenceConfiguration)","u":"clusterMemberBuilder(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"ClusterPermission(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"ClusterPermission(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.cdi.server","c":"ClusterProducer","l":"ClusterProducer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"ClusterQuorumPolicy(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.coherence.config.builder","c":"ClusterQuorumPolicyBuilder","l":"ClusterQuorumPolicyBuilder(Map, XmlElement)","u":"%3Cinit%3E(java.util.Map,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"CMP_AUTO"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"CMP_ENTRY"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"CMP_KEY"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"CMP_VALUE"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"CoalescedEvent(Event)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"CoalescedEvent(Event, NonBlockingFiniteStateMachine.CoalescedEvent.Process)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event,com.tangosol.util.fsm.NonBlockingFiniteStateMachine.CoalescedEvent.Process)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"CoalescedEvent(Event, NonBlockingFiniteStateMachine.CoalescedEvent.Process, Object)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event,com.tangosol.util.fsm.NonBlockingFiniteStateMachine.CoalescedEvent.Process,java.lang.Object)"},{"p":"com.tangosol.io.pof.annotation","c":"PortableProperty","l":"codec()"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs","l":"Codecs()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"CoherenceBasedCacheManager(CoherenceBasedCachingProvider, ConfigurableCacheFactory, URI, ClassLoader, Properties)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.CoherenceBasedCachingProvider,com.tangosol.net.ConfigurableCacheFactory,java.net.URI,java.lang.ClassLoader,java.util.Properties)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"CoherenceBasedCachingProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"CoherenceCacheEntry(K, V)","u":"%3Cinit%3E(K,V)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"CoherenceCacheEntry(K, V, V)","u":"%3Cinit%3E(K,V,V)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"CoherenceCacheEntry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"CoherenceCacheEntryEvent(Cache, EventType, K, V)","u":"%3Cinit%3E(javax.cache.Cache,javax.cache.event.EventType,K,V)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"CoherenceCacheEntryEvent(Cache, EventType, K, V, V)","u":"%3Cinit%3E(javax.cache.Cache,javax.cache.event.EventType,K,V,V)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEventFilteringIterable","l":"CoherenceCacheEntryEventFilteringIterable(Iterable>, CacheEntryEventFilter)","u":"%3Cinit%3E(java.lang.Iterable,javax.cache.event.CacheEntryEventFilter)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEventFilteringIterator","l":"CoherenceCacheEntryEventFilteringIterator(Iterator>, CacheEntryEventFilter)","u":"%3Cinit%3E(java.util.Iterator,javax.cache.event.CacheEntryEventFilter)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryListenerRegistration","l":"CoherenceCacheEntryListenerRegistration(CacheEntryListenerConfiguration)","u":"%3Cinit%3E(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEventEventDispatcher","l":"CoherenceCacheEventEventDispatcher()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"CoherenceCacheMXBean(CoherenceBasedCache)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.CoherenceBasedCache)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"CoherenceConfigSource()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceConverterAdapter","l":"CoherenceConverterAdapter(Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceDefaultsConfigSource","l":"CoherenceDefaultsConfigSource()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"CoherenceEntryProcessorResult()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"CoherenceEntryProcessorResult(Exception)","u":"%3Cinit%3E(java.lang.Exception)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"CoherenceEntryProcessorResult(T)","u":"%3Cinit%3E(T)"},{"p":"com.oracle.coherence.cdi","c":"CoherenceExtension","l":"CoherenceExtension()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.CoherenceLifecycleEventHandler","l":"CoherenceLifecycleEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.oracle.coherence.cdi","c":"CoherenceProducer","l":"CoherenceProducer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"CoherenceQueryLanguage()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.query","c":"CoherenceQueryLanguageEngine","l":"CoherenceQueryLanguageEngine()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.server","c":"CoherenceServerExtension","l":"CoherenceServerExtension()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"CoherenceSession()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"CoherenceSession(Session.Option...)","u":"%3Cinit%3E(com.tangosol.net.Session.Option...)"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"CoherenceSession(SessionConfiguration, Coherence.Mode, Iterable>)","u":"%3Cinit%3E(com.tangosol.net.SessionConfiguration,com.tangosol.net.Coherence.Mode,java.lang.Iterable)"},{"p":"com.oracle.coherence.mp.metrics","c":"CoherenceTagsConfigSource","l":"CoherenceTagsConfigSource()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery","c":"CohQLException","l":"CohQLException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"CohQLException","l":"CohQLException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"collect(Collector)","u":"collect(java.util.stream.Collector)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"collect(Remote.Supplier, Remote.BiConsumer, Remote.BiConsumer)","u":"collect(com.tangosol.util.function.Remote.Supplier,com.tangosol.util.function.Remote.BiConsumer,com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"collect(Remote.Supplier, Remote.ObjDoubleConsumer, Remote.BiConsumer)","u":"collect(com.tangosol.util.function.Remote.Supplier,com.tangosol.util.function.Remote.ObjDoubleConsumer,com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"collect(Remote.Supplier, Remote.ObjIntConsumer, Remote.BiConsumer)","u":"collect(com.tangosol.util.function.Remote.Supplier,com.tangosol.util.function.Remote.ObjIntConsumer,com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"collect(Remote.Supplier, Remote.ObjLongConsumer, Remote.BiConsumer)","u":"collect(com.tangosol.util.function.Remote.Supplier,com.tangosol.util.function.Remote.ObjLongConsumer,com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"collect(RemoteCollector)","u":"collect(com.tangosol.util.stream.RemoteCollector)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"collect(Supplier, BiConsumer, BiConsumer)","u":"collect(java.util.function.Supplier,java.util.function.BiConsumer,java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"collect(Supplier, ObjDoubleConsumer, BiConsumer)","u":"collect(java.util.function.Supplier,java.util.function.ObjDoubleConsumer,java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"collect(Supplier, ObjIntConsumer, BiConsumer)","u":"collect(java.util.function.Supplier,java.util.function.ObjIntConsumer,java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"collect(Supplier, ObjLongConsumer, BiConsumer)","u":"collect(java.util.function.Supplier,java.util.function.ObjLongConsumer,java.util.function.BiConsumer)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"collectEndangered(PartitionSet)","u":"collectEndangered(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"collectingAndThen(RemoteCollector, Remote.Function)","u":"collectingAndThen(com.tangosol.util.stream.RemoteCollector,com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"COLLECTION_EMPTY"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"CollectionAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.CollectionCodec","l":"CollectionCodec(Class>)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"CollectionHelper","l":"CollectionHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.CollectionRefExpression","l":"CollectionRefExpression(Expression, ClassLoader, ResourceMappingRegistry)","u":"%3Cinit%3E(com.tangosol.config.expression.Expression,java.lang.ClassLoader,com.tangosol.coherence.config.ResourceMappingRegistry)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"collectListeners(MapEvent)","u":"collectListeners(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"collectOrphaned(PartitionSet)","u":"collectOrphaned(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"collectRemoved(Object, Object)","u":"collectRemoved(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"collectScheduledDistributions()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"collectServiceSchemes(XmlElement)","u":"collectServiceSchemes(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"collectServiceSchemes(XmlElement, XmlElement, HashMap)","u":"collectServiceSchemes(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement,java.util.HashMap)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"collectWeak(PartitionSet)","u":"collectWeak(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.coherence.dsltools.termlanguage","c":"ColonToken","l":"ColonToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"combine(Converter, Converter)","u":"combine(com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"combine(Integer)","u":"combine(java.lang.Integer)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"combine(Map)","u":"combine(java.util.Map)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"combine(Object)","u":"combine(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"combine(Object)","u":"combine(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"combine(Object)","u":"combine(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"combine(Object)","u":"combine(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"combine(P)"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"combine(P)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"combine(P)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"combine(QueryRecord.PartialResult)","u":"combine(com.tangosol.util.QueryRecord.PartialResult)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"combine(TopNAggregator.PartialResult)","u":"combine(com.tangosol.util.aggregator.TopNAggregator.PartialResult)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder.CommandsOPToken","l":"CommandsOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder.CommandsQueryPlusStatement","l":"CommandsQueryPlusStatement()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder","l":"CommandsStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Element","l":"commit()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"commit()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"commit(int, Position)","u":"commit(int,com.tangosol.net.topic.Position)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"commit(Map)","u":"commit(java.util.Map)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"commit(Object)","u":"commit(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"commit(Object)","u":"commit(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"commit(Object)","u":"commit(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"commitAndMaybeInvalidate()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"commitAndMaybeInvalidate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Element","l":"commitAsync()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"commitAsync(int, Position)","u":"commitAsync(int,com.tangosol.net.topic.Position)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"commitAsync(Map)","u":"commitAsync(java.util.Map)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"commitInternal(Object)","u":"commitInternal(java.lang.Object)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"CommitResult()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"CommitResult(int, Position, Subscriber.CommitResultStatus)","u":"%3Cinit%3E(int,com.tangosol.net.topic.Position,com.tangosol.net.topic.Subscriber.CommitResultStatus)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"CommitResult(int, Position, Subscriber.CommitResultStatus, Throwable)","u":"%3Cinit%3E(int,com.tangosol.net.topic.Position,com.tangosol.net.topic.Subscriber.CommitResultStatus,java.lang.Throwable)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"CommitResult(int, Position, Throwable)","u":"%3Cinit%3E(int,com.tangosol.net.topic.Position,java.lang.Throwable)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResultStatus","l":"Committed"},{"p":"com.tangosol.net.events.partition","c":"TransactionEvent.Type","l":"COMMITTED"},{"p":"com.tangosol.net.events.partition","c":"UnsolicitedCommitEvent.Type","l":"COMMITTED"},{"p":"com.tangosol.net.events.partition","c":"TransactionEvent.Type","l":"COMMITTING"},{"p":"com.tangosol.net","c":"CacheFactory","l":"commitTransactionCollection(Collection, int)","u":"commitTransactionCollection(java.util.Collection,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"compactAll()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"compactBegin()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"compactComplete()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"compactNext()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"compactUntil(int)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMax","l":"ComparableMax()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMax(String)","u":"comparableMax(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMax","l":"ComparableMax(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMax(String, Comparator)","u":"comparableMax(java.lang.String,java.util.Comparator)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMax","l":"ComparableMax(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMax(ValueExtractor)","u":"comparableMax(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMax(ValueExtractor, Comparator)","u":"comparableMax(com.tangosol.util.ValueExtractor,java.util.Comparator)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMax","l":"ComparableMax(ValueExtractor, Comparator)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.Comparator)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMin","l":"ComparableMin()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMin(String)","u":"comparableMin(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMin","l":"ComparableMin(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMin(String, Comparator)","u":"comparableMin(java.lang.String,java.util.Comparator)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMin","l":"ComparableMin(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMin(ValueExtractor)","u":"comparableMin(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"comparableMin(ValueExtractor, Comparator)","u":"comparableMin(com.tangosol.util.ValueExtractor,java.util.Comparator)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMin","l":"ComparableMin(ValueExtractor, Comparator)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.Comparator)"},{"p":"com.oracle.coherence.repository","c":"Indexed","l":"comparator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"comparator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"comparator()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"comparator()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedMap","l":"comparator()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedSet","l":"comparator()"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"comparator()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"comparator()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"comparator()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"comparator()"},{"p":"com.tangosol.util.function","c":"Remote","l":"comparator(Remote.Comparator)","u":"comparator(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.function","c":"Remote","l":"comparator(ValueExtractor)","u":"comparator(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"ComparatorBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorHelper","l":"ComparatorHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.HashcodeComparator","l":"compare(Object, Object)","u":"compare(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.LoadComparator","l":"compare(Object, Object)","u":"compare(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.StrengthComparator","l":"compare(Object, Object)","u":"compare(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"compare(Object, Object)","u":"compare(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"compare(Object, Object)","u":"compare(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SortedBag.WrapperComparator","l":"compare(Object, Object)","u":"compare(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"CacheCollator","l":"compare(String, String)","u":"compare(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"InverseComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.oracle.coherence.common.base","c":"NaturalComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.net","c":"ServiceLoadBalancer","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.net","c":"SimpleServiceLoadBalancer","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.util.comparator","c":"InverseComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.util.comparator","c":"PriorityComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterComparator","l":"compare(T, T)","u":"compare(T,T)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicBoolean","l":"compareAndExchange(boolean, boolean)","u":"compareAndExchange(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"compareAndExchange(boolean, boolean)","u":"compareAndExchange(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"compareAndExchange(boolean, boolean)","u":"compareAndExchange(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean","l":"compareAndExchange(boolean, boolean)","u":"compareAndExchange(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"compareAndExchange(boolean, boolean)","u":"compareAndExchange(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"compareAndExchange(boolean, boolean)","u":"compareAndExchange(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"compareAndExchange(int, int)","u":"compareAndExchange(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"compareAndExchange(int, int)","u":"compareAndExchange(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"compareAndExchange(int, int)","u":"compareAndExchange(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"compareAndExchange(int, int)","u":"compareAndExchange(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"compareAndExchange(int, int)","u":"compareAndExchange(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"compareAndExchange(int, int)","u":"compareAndExchange(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"compareAndExchange(long, long)","u":"compareAndExchange(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"compareAndExchange(long, long)","u":"compareAndExchange(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"compareAndExchange(long, long)","u":"compareAndExchange(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"compareAndExchange(long, long)","u":"compareAndExchange(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"compareAndExchange(long, long)","u":"compareAndExchange(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"compareAndExchange(long, long)","u":"compareAndExchange(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"compareAndExchange(V, V)","u":"compareAndExchange(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"compareAndExchange(V, V)","u":"compareAndExchange(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"compareAndExchange(V, V)","u":"compareAndExchange(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"compareAndExchange(V, V)","u":"compareAndExchange(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"compareAndExchange(V, V)","u":"compareAndExchange(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"compareAndExchange(V, V)","u":"compareAndExchange(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicBoolean","l":"compareAndSet(boolean, boolean)","u":"compareAndSet(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"compareAndSet(boolean, boolean)","u":"compareAndSet(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"compareAndSet(boolean, boolean)","u":"compareAndSet(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean","l":"compareAndSet(boolean, boolean)","u":"compareAndSet(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"compareAndSet(boolean, boolean)","u":"compareAndSet(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"compareAndSet(boolean, boolean)","u":"compareAndSet(boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"compareAndSet(int, int)","u":"compareAndSet(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"compareAndSet(int, int)","u":"compareAndSet(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"compareAndSet(int, int)","u":"compareAndSet(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"compareAndSet(int, int)","u":"compareAndSet(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"compareAndSet(int, int)","u":"compareAndSet(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"compareAndSet(int, int)","u":"compareAndSet(int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"compareAndSet(long, long)","u":"compareAndSet(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"compareAndSet(long, long)","u":"compareAndSet(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"compareAndSet(long, long)","u":"compareAndSet(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"compareAndSet(long, long)","u":"compareAndSet(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"compareAndSet(long, long)","u":"compareAndSet(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"compareAndSet(long, long)","u":"compareAndSet(long,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"compareAndSet(V, V)","u":"compareAndSet(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"compareAndSet(V, V)","u":"compareAndSet(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"compareAndSet(V, V)","u":"compareAndSet(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"compareAndSet(V, V)","u":"compareAndSet(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"compareAndSet(V, V)","u":"compareAndSet(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"compareAndSet(V, V)","u":"compareAndSet(V,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicMarkableReference","l":"compareAndSet(V, V, boolean, boolean)","u":"compareAndSet(V,V,boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"compareAndSet(V, V, boolean, boolean)","u":"compareAndSet(V,V,boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"compareAndSet(V, V, boolean, boolean)","u":"compareAndSet(V,V,boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference","l":"compareAndSet(V, V, boolean, boolean)","u":"compareAndSet(V,V,boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"compareAndSet(V, V, boolean, boolean)","u":"compareAndSet(V,V,boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"compareAndSet(V, V, boolean, boolean)","u":"compareAndSet(V,V,boolean,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicStampedReference","l":"compareAndSet(V, V, int, int)","u":"compareAndSet(V,V,int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"compareAndSet(V, V, int, int)","u":"compareAndSet(V,V,int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"compareAndSet(V, V, int, int)","u":"compareAndSet(V,V,int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference","l":"compareAndSet(V, V, int, int)","u":"compareAndSet(V,V,int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"compareAndSet(V, V, int, int)","u":"compareAndSet(V,V,int,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"compareAndSet(V, V, int, int)","u":"compareAndSet(V,V,int,int)"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"compareEntries(QueryMap.Entry, QueryMap.Entry)","u":"compareEntries(com.tangosol.util.QueryMap.Entry,com.tangosol.util.QueryMap.Entry)"},{"p":"com.tangosol.util.comparator","c":"InverseComparator","l":"compareEntries(QueryMap.Entry, QueryMap.Entry)","u":"compareEntries(com.tangosol.util.QueryMap.Entry,com.tangosol.util.QueryMap.Entry)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"compareEntries(QueryMap.Entry, QueryMap.Entry)","u":"compareEntries(com.tangosol.util.QueryMap.Entry,com.tangosol.util.QueryMap.Entry)"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"compareEntries(QueryMap.Entry, QueryMap.Entry)","u":"compareEntries(com.tangosol.util.QueryMap.Entry,com.tangosol.util.QueryMap.Entry)"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"compareEntries(QueryMap.Entry, QueryMap.Entry)","u":"compareEntries(com.tangosol.util.QueryMap.Entry,com.tangosol.util.QueryMap.Entry)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"compareEntries(QueryMap.Entry, QueryMap.Entry)","u":"compareEntries(com.tangosol.util.QueryMap.Entry,com.tangosol.util.QueryMap.Entry)"},{"p":"com.tangosol.util.comparator","c":"QueryMapComparator","l":"compareEntries(QueryMap.Entry, QueryMap.Entry)","u":"compareEntries(com.tangosol.util.QueryMap.Entry,com.tangosol.util.QueryMap.Entry)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"compareKeyList(ObjectName, ObjectName)","u":"compareKeyList(javax.management.ObjectName,javax.management.ObjectName)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"compareSafe(Comparator, Object, Object)","u":"compareSafe(java.util.Comparator,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"compareSafe(Comparator, Object, Object, boolean)","u":"compareSafe(java.util.Comparator,java.lang.Object,java.lang.Object,boolean)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"compareTo(AnnotatedMapListener)","u":"compareTo(com.oracle.coherence.cdi.events.AnnotatedMapListener)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"compareTo(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule)","u":"compareTo(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule)"},{"p":"com.tangosol.net.management","c":"MapJsonBodyHandler","l":"compareTo(MapJsonBodyHandler)","u":"compareTo(com.tangosol.net.management.MapJsonBodyHandler)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"compareTo(MutableLong)","u":"compareTo(com.oracle.coherence.common.base.MutableLong)"},{"p":"com.tangosol.util","c":"Binary","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter.WeightedFilter","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"com.tangosol.util","c":"SortedBag.UniqueElement","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"com.tangosol.util","c":"UID","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"com.tangosol.util","c":"UUID","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"compareTo(PropertySpec)","u":"compareTo(com.tangosol.coherence.rest.util.PropertySpec)"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"compareTo(SessionConfiguration)","u":"compareTo(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"compareTo(SessionConfiguration)","u":"compareTo(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"compareTo(SessionProvider)","u":"compareTo(com.tangosol.net.SessionProvider)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"comparing(Remote.Function)","u":"comparing(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"comparing(Remote.Function, Remote.Comparator)","u":"comparing(com.tangosol.util.function.Remote.Function,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"comparingDouble(Remote.ToDoubleFunction)","u":"comparingDouble(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"comparingInt(Remote.ToIntFunction)","u":"comparingInt(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"comparingLong(Remote.ToLongFunction)","u":"comparingLong(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"ComparisonFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"ComparisonFilter(String, C)","u":"%3Cinit%3E(java.lang.String,C)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"ComparisonFilter(ValueExtractor, C)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,C)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ComparisonOperator","l":"ComparisonOperator(String, String...)","u":"%3Cinit%3E(java.lang.String,java.lang.String...)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"ComparisonValueExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"ComparisonValueExtractor(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"ComparisonValueExtractor(String, String, Comparator)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.util.Comparator)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"ComparisonValueExtractor(ValueExtractor, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"ComparisonValueExtractor(ValueExtractor, ValueExtractor, Comparator)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor,java.util.Comparator)"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"complete()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"complete()"},{"p":"com.tangosol.net","c":"AsyncNamedMap.Complete","l":"Complete(Executor)","u":"%3Cinit%3E(java.util.concurrent.Executor)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"complete(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"complete(int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"complete(Object)","u":"complete(java.lang.Object)"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"complete(Session)","u":"complete(com.tangosol.net.Session)"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"complete(Session)","u":"complete(com.tangosol.net.Session)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"complete(Supplier)","u":"complete(java.util.function.Supplier)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"completeExceptionally(Throwable)","u":"completeExceptionally(java.lang.Throwable)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"completeOnEmpty()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CompleteOnEmpty","l":"CompleteOnEmpty()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"Complex(ValidatingPofHandler.Complex, int, boolean)","u":"%3Cinit%3E(com.tangosol.io.pof.ValidatingPofHandler.Complex,int,boolean)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"Complex(ValidatingPofHandler.Complex, int, boolean, int)","u":"%3Cinit%3E(com.tangosol.io.pof.ValidatingPofHandler.Complex,int,boolean,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.Complex","l":"Complex(WritingPofHandler.Complex, boolean)","u":"%3Cinit%3E(com.tangosol.io.pof.WritingPofHandler.Complex,boolean)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.Complex","l":"Complex(WritingPofHandler.Complex, boolean, int)","u":"%3Cinit%3E(com.tangosol.io.pof.WritingPofHandler.Complex,boolean,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.ComplexMap","l":"ComplexMap(ValidatingPofHandler.Complex, int)","u":"%3Cinit%3E(com.tangosol.io.pof.ValidatingPofHandler.Complex,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.ComplexMap","l":"ComplexMap(ValidatingPofHandler.Complex, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.ValidatingPofHandler.Complex,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.ComplexMap","l":"ComplexMap(ValidatingPofHandler.Complex, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.ValidatingPofHandler.Complex,int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.ComplexMap","l":"ComplexMap(WritingPofHandler.Complex, int)","u":"%3Cinit%3E(com.tangosol.io.pof.WritingPofHandler.Complex,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.ComplexMap","l":"ComplexMap(WritingPofHandler.Complex, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.WritingPofHandler.Complex,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"ComplexPofValue(PofValue, ReadBuffer, PofContext, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int)"},{"p":"com.tangosol.util.function","c":"Remote.DoubleUnaryOperator","l":"compose(Remote.DoubleUnaryOperator)","u":"compose(com.tangosol.util.function.Remote.DoubleUnaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote.Function","l":"compose(Remote.Function)","u":"compose(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.function","c":"Remote.IntUnaryOperator","l":"compose(Remote.IntUnaryOperator)","u":"compose(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote.LongUnaryOperator","l":"compose(Remote.LongUnaryOperator)","u":"compose(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"compose(ValueExtractor)","u":"compose(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"compose(ValueExtractor)","u":"compose(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"composite(InvocableMap.EntryAggregator...)","u":"composite(com.tangosol.util.InvocableMap.EntryAggregator...)"},{"p":"com.tangosol.util","c":"Processors","l":"composite(InvocableMap.EntryProcessor[])","u":"composite(com.tangosol.util.InvocableMap.EntryProcessor[])"},{"p":"com.tangosol.net","c":"CompositeActionPolicy","l":"CompositeActionPolicy(ActionPolicy, ActionPolicy)","u":"%3Cinit%3E(com.tangosol.net.ActionPolicy,com.tangosol.net.ActionPolicy)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"CompositeAddressProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"CompositeAddressProvider(AddressProvider)","u":"%3Cinit%3E(com.tangosol.net.AddressProvider)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"CompositeAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"CompositeAggregator(InvocableMap.EntryAggregator[])","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryAggregator[])"},{"p":"com.tangosol.util","c":"CompositeKey","l":"CompositeKey()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"CompositeKey","l":"CompositeKey(P, S)","u":"%3Cinit%3E(P,S)"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"CompositeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"CompositeProcessor(InvocableMap.EntryProcessor[])","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor[])"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CompositeSchemeProcessor","l":"CompositeSchemeProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"CompositeSocketAddressProvider(SocketAddress)","u":"%3Cinit%3E(java.net.SocketAddress)"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"CompositeSocketAddressProvider(SocketAddressProvider)","u":"%3Cinit%3E(com.tangosol.net.SocketAddressProvider)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"CompositeUpdater()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"CompositeUpdater(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"CompositeUpdater(ValueExtractor, ValueUpdater)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueUpdater)"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"CompoundBaseToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"CompressionFilter","l":"CompressionFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"InvocableMap","l":"compute(K, BiFunction)","u":"compute(K,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"compute(K, BiFunction)","u":"compute(K,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"compute(K, BiFunction)","u":"compute(K,java.util.function.BiFunction)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"compute(K, Remote.BiFunction)","u":"compute(K,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"compute(K, Remote.BiFunction)","u":"compute(K,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"compute(Object, BiFunction)","u":"compute(java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"compute(Object, BiFunction)","u":"compute(java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"compute(Object, BiFunction)","u":"compute(java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"computeCanonicalName(String)","u":"computeCanonicalName(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"computeCanonicalName(String, Object[])","u":"computeCanonicalName(java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"computeChannelCount(int)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"computeIfAbsent(K, Function)","u":"computeIfAbsent(K,java.util.function.Function)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"computeIfAbsent(K, Function)","u":"computeIfAbsent(K,java.util.function.Function)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"computeIfAbsent(K, Function)","u":"computeIfAbsent(K,java.util.function.Function)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"computeIfAbsent(K, Function)","u":"computeIfAbsent(K,java.util.function.Function)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"computeIfAbsent(K, Remote.Function)","u":"computeIfAbsent(K,com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"computeIfAbsent(K, Remote.Function)","u":"computeIfAbsent(K,com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"computeIfAbsent(K, Remote.Function)","u":"computeIfAbsent(K,com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"computeIfAbsent(Object, Function)","u":"computeIfAbsent(java.lang.Object,java.util.function.Function)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"computeIfAbsent(Object, Function)","u":"computeIfAbsent(java.lang.Object,java.util.function.Function)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"computeIfAbsent(Object, Function)","u":"computeIfAbsent(java.lang.Object,java.util.function.Function)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"computeIfPresent(K, BiFunction)","u":"computeIfPresent(K,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"computeIfPresent(K, BiFunction)","u":"computeIfPresent(K,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"computeIfPresent(K, BiFunction)","u":"computeIfPresent(K,java.util.function.BiFunction)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"computeIfPresent(K, Remote.BiFunction)","u":"computeIfPresent(K,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"computeIfPresent(K, Remote.BiFunction)","u":"computeIfPresent(K,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"computeIfPresent(Object, BiFunction)","u":"computeIfPresent(java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"computeIfPresent(Object, BiFunction)","u":"computeIfPresent(java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"computeIfPresent(Object, BiFunction)","u":"computeIfPresent(java.lang.Object,java.util.function.BiFunction)"},{"p":"com.oracle.coherence.common.base","c":"TimeHelper","l":"computeSafeWaitTime(long)"},{"p":"com.tangosol.util","c":"Base","l":"computeSafeWaitTime(long)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"computeTarget()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"computeTmpDir()"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"CONCAT_FUNCTION_BUILDER"},{"p":"com.tangosol.util","c":"Binary","l":"concat(Binary)","u":"concat(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"CONCUR_EXTERNAL"},{"p":"com.tangosol.util","c":"TransactionMap","l":"CONCUR_OPTIMISTIC"},{"p":"com.tangosol.util","c":"TransactionMap","l":"CONCUR_PESSIMISTIC"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"ConcurrentNotifier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"ConcurrentWrapperCollection(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"ConcurrentWrapperCollection(Collection, ReadWriteLock)","u":"%3Cinit%3E(java.util.Collection,java.util.concurrent.locks.ReadWriteLock)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"ConcurrentWrapperEntry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"ConcurrentWrapperEntry(Map.Entry, ReadWriteLock)","u":"%3Cinit%3E(java.util.Map.Entry,java.util.concurrent.locks.ReadWriteLock)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"ConcurrentWrapperEntry(Map.Entry, ReadWriteLock, boolean)","u":"%3Cinit%3E(java.util.Map.Entry,java.util.concurrent.locks.ReadWriteLock,boolean)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntrySet","l":"ConcurrentWrapperEntrySet(Set>, ReadWriteLock, boolean)","u":"%3Cinit%3E(java.util.Set,java.util.concurrent.locks.ReadWriteLock,boolean)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"ConcurrentWrapperMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"ConcurrentWrapperMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"ConcurrentWrapperMap(Map, ReadWriteLock)","u":"%3Cinit%3E(java.util.Map,java.util.concurrent.locks.ReadWriteLock)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"ConcurrentWrapperMap(Map, ReadWriteLock, boolean)","u":"%3Cinit%3E(java.util.Map,java.util.concurrent.locks.ReadWriteLock,boolean)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperSet","l":"ConcurrentWrapperSet(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperSet","l":"ConcurrentWrapperSet(Set, ReadWriteLock)","u":"%3Cinit%3E(java.util.Set,java.util.concurrent.locks.ReadWriteLock)"},{"p":"com.tangosol.util","c":"Processors","l":"conditional(Filter, InvocableMap.EntryProcessor)","u":"conditional(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"ConditionalExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"ConditionalExtractor(Filter, ValueExtractor, boolean)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,boolean)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"ConditionalExtractor(Filter, ValueExtractor, boolean, boolean)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,boolean,boolean)"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"ConditionalIndex(Filter, ValueExtractor, boolean, Comparator, boolean, BackingMapContext)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,boolean,java.util.Comparator,boolean,com.tangosol.net.BackingMapContext)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"ConditionalProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"ConditionalProcessor(Filter, InvocableMap.EntryProcessor)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"ConditionalPut()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"ConditionalPut(Filter, V)","u":"%3Cinit%3E(com.tangosol.util.Filter,V)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"ConditionalPut(Filter, V, boolean)","u":"%3Cinit%3E(com.tangosol.util.Filter,V,boolean)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"ConditionalPutAll()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"ConditionalPutAll(Filter, Map)","u":"%3Cinit%3E(com.tangosol.util.Filter,java.util.Map)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"ConditionalRemove()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"ConditionalRemove(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"ConditionalRemove(Filter, boolean)","u":"%3Cinit%3E(com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.ConditionalRemoveAction","l":"ConditionalRemoveAction()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"CONFIG"},{"p":"com.tangosol.coherence.config","c":"Config","l":"Config()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"config(String)","u":"config(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"config(String, Throwable)","u":"config(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"config(Supplier)","u":"config(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"config(Supplier, Throwable)","u":"config(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"config(Throwable)","u":"config(java.lang.Throwable)"},{"p":"com.oracle.coherence.mp.config","c":"ConfigPropertyResolver","l":"ConfigPropertyResolver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"ConfigurableAddressProvider(Iterable, boolean)","u":"%3Cinit%3E(java.lang.Iterable,boolean)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"ConfigurableAddressProvider(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"ConfigurableAddressProvider(XmlElement, boolean)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProviderFactory","l":"ConfigurableAddressProviderFactory()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableLocalAddressProvider","l":"ConfigurableLocalAddressProvider(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net","c":"ConfigurableLocalAddressProvider","l":"ConfigurableLocalAddressProvider(Iterable, boolean)","u":"%3Cinit%3E(java.lang.Iterable,boolean)"},{"p":"com.tangosol.net","c":"ConfigurableLocalAddressProvider","l":"ConfigurableLocalAddressProvider(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ConfigurableLocalAddressProvider","l":"ConfigurableLocalAddressProvider(XmlElement, boolean)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"ConfigurablePofContext()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"ConfigurablePofContext(ConfigurablePofContext)","u":"%3Cinit%3E(com.tangosol.io.pof.ConfigurablePofContext)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"ConfigurablePofContext(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"ConfigurablePofContext(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy","l":"ConfigurableQuorumPolicy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"ConfigurableSerializerFactory","l":"ConfigurableSerializerFactory()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"ConfigurableSnapshotArchiverFactory","l":"ConfigurableSnapshotArchiverFactory()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility.ObjectNameType","l":"Configuration"},{"p":"com.tangosol.config","c":"ConfigurationException","l":"ConfigurationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.config","c":"ConfigurationException","l":"ConfigurationException(String, String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ConfigurationProcessor","l":"ConfigurationProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.server","c":"InjectionBinder","l":"configure()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"configure()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"configure(BerkeleyDBBinaryStoreManager)","u":"configure(com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"configure(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])","u":"configure(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"configure(ServerBuilder, InProcessServerBuilder)","u":"configure(io.grpc.ServerBuilder,io.grpc.inprocess.InProcessServerBuilder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerConfiguration","l":"configure(ServerBuilder, InProcessServerBuilder)","u":"configure(io.grpc.ServerBuilder,io.grpc.inprocess.InProcessServerBuilder)"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"configure(TcpDatagramSocket)","u":"configure(com.tangosol.net.TcpDatagramSocket)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"configure(XmlElement)","u":"configure(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"configure(XmlElement)","u":"configure(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"configure(XmlElement)","u":"configure(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"configure(XmlElement)","u":"configure(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"WrapperService","l":"configure(XmlElement)","u":"configure(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"Controllable","l":"configure(XmlElement)","u":"configure(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"configureBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader, Map)","u":"configureBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader,java.util.Map)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"configureCache(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, ClassLoader)","u":"configureCache(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"configureCacheStore(ReadWriteBackingMap.StoreWrapper, boolean, boolean)","u":"configureCacheStore(com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper,boolean,boolean)"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator.CalculatorState","l":"CONFIGURED"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"configureEviction(int, ConfigurableCacheMap.EvictionPolicy)","u":"configureEviction(int,com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy)"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"configureFile(File)","u":"configureFile(java.io.File)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"configureInterceptors(XmlElement)","u":"configureInterceptors(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"configureInternalCache(ObservableMap)","u":"configureInternalCache(com.tangosol.util.ObservableMap)"},{"p":"com.tangosol.coherence.rest.io","c":"JaxbXmlMarshaller","l":"configureJaxbMarshaller(Marshaller)","u":"configureJaxbMarshaller(jakarta.xml.bind.Marshaller)"},{"p":"com.tangosol.coherence.rest.io","c":"JaxbXmlMarshaller","l":"configureJaxbUnmarshaller(Unmarshaller)","u":"configureJaxbUnmarshaller(jakarta.xml.bind.Unmarshaller)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"configureReadThread(double)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"configureSynchronization(boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"configureUnitCalculator(int, ConfigurableCacheMap.UnitCalculator)","u":"configureUnitCalculator(int,com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"configureUnitCalculator(XmlElement, ConfigurableCacheMap, DefaultConfigurableCacheFactory.CacheInfo, BackingMapManagerContext, ClassLoader)","u":"configureUnitCalculator(com.tangosol.run.xml.XmlElement,com.tangosol.net.cache.ConfigurableCacheMap,com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"Daemon","l":"configureWorker(Daemon.DaemonWorker)","u":"configureWorker(com.tangosol.util.Daemon.DaemonWorker)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"configureWriteThread(int)"},{"p":"com.tangosol.net","c":"ProxyService.ProxyAction","l":"CONNECT"},{"p":"com.tangosol.coherence.config.builder","c":"ProxyQuorumPolicyBuilder","l":"CONNECT_RULE_NAME"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"connect(Socket, SocketAddress)","u":"connect(java.net.Socket,java.net.SocketAddress)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"connect(Socket, SocketAddress, int)","u":"connect(java.net.Socket,java.net.SocketAddress,int)"},{"p":"com.tangosol.net.management","c":"Registry","l":"CONNECTION_MANAGER_TYPE"},{"p":"com.tangosol.net.management","c":"Registry","l":"CONNECTION_TYPE"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"Constants()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.function","c":"Remote","l":"consumer(Remote.Consumer)","u":"consumer(com.tangosol.util.function.Remote.Consumer)"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"consumeSignal()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"consumeSignal()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContainerHelper","l":"ContainerHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.server","c":"ContainerPassThroughResourceConfig","l":"ContainerPassThroughResourceConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.server","c":"ContainerResourceConfig","l":"ContainerResourceConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Tree","l":"contains(Comparable)","u":"contains(java.lang.Comparable)"},{"p":"com.tangosol.util","c":"Listeners","l":"contains(EventListener)","u":"contains(java.util.EventListener)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"contains(int)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"contains(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.EntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.KeySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedMap.EntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.EntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.KeySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"DeltaSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"LiteSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"MapSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.Values","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SortedBag","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SubList","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"SubSet","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"contains(PartitionSet)","u":"contains(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"com.tangosol.util","c":"StringTable","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"contains(T)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"contains(V)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"contains(V)"},{"p":"com.tangosol.util","c":"LongArray","l":"contains(V)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"contains(V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"contains(V)"},{"p":"com.tangosol.util","c":"Filters","l":"contains(ValueExtractor, E)","u":"contains(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util","c":"MapSet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"LiteSet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubList","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubSet","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"containsAll(Collection)","u":"containsAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"Filters","l":"containsAll(ValueExtractor, E...)","u":"containsAll(com.tangosol.util.ValueExtractor,E...)"},{"p":"com.tangosol.util","c":"Filters","l":"containsAll(ValueExtractor, Set)","u":"containsAll(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"ContainsAllFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"ContainsAllFilter(String, Set)","u":"%3Cinit%3E(java.lang.String,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"ContainsAllFilter(ValueExtractor, Set)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAllOperator","l":"ContainsAllOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Filters","l":"containsAny(ValueExtractor, E...)","u":"containsAny(com.tangosol.util.ValueExtractor,E...)"},{"p":"com.tangosol.util","c":"Filters","l":"containsAny(ValueExtractor, Set)","u":"containsAny(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"ContainsAnyFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"ContainsAnyFilter(String, Set)","u":"%3Cinit%3E(java.lang.String,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"ContainsAnyFilter(ValueExtractor, Set)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAnyOperator","l":"ContainsAnyOperator()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"containsEntry(CacheRequestHolder)","u":"containsEntry(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"containsEntry(ContainsEntryRequest)","u":"containsEntry(com.oracle.coherence.grpc.ContainsEntryRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"containsEntry(ContainsEntryRequest)","u":"containsEntry(com.oracle.coherence.grpc.ContainsEntryRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"containsEntry(ContainsEntryRequest, StreamObserver)","u":"containsEntry(com.oracle.coherence.grpc.ContainsEntryRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"containsEntry(String, String, String, ByteString, ByteString)","u":"containsEntry(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util.filter","c":"ContainsFilter","l":"ContainsFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ContainsFilter","l":"ContainsFilter(String, E)","u":"%3Cinit%3E(java.lang.String,E)"},{"p":"com.tangosol.util.filter","c":"ContainsFilter","l":"ContainsFilter(ValueExtractor, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.io","c":"BinaryStore.KeySetAware","l":"containsKey(Binary)","u":"containsKey(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"containsKey(CacheRequestHolder)","u":"containsKey(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"containsKey(ContainsKeyRequest)","u":"containsKey(com.oracle.coherence.grpc.ContainsKeyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"containsKey(ContainsKeyRequest)","u":"containsKey(com.oracle.coherence.grpc.ContainsKeyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"containsKey(ContainsKeyRequest, StreamObserver)","u":"containsKey(com.oracle.coherence.grpc.ContainsKeyRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"containsKey(K)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"containsKey(K)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"containsKey(K)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"containsKey(K)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"containsKey(K)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MaskedPartitionMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"SetMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"containsKey(String, String, String, ByteString)","u":"containsKey(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"containsMacro()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"containsMacro(String)","u":"containsMacro(java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"containsNamedQuery(String)","u":"containsNamedQuery(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsOperator","l":"ContainsOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ContainsOPToken","l":"ContainsOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"containsRegisteredDelimiter(String)","u":"containsRegisteredDelimiter(java.lang.String)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"containsStandardListeners(Filter)","u":"containsStandardListeners(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"containsStandardListeners(Object)","u":"containsStandardListeners(java.lang.Object)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"containsValue(CacheRequestHolder)","u":"containsValue(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"containsValue(ContainsValueRequest)","u":"containsValue(com.oracle.coherence.grpc.ContainsValueRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"containsValue(ContainsValueRequest)","u":"containsValue(com.oracle.coherence.grpc.ContainsValueRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"containsValue(ContainsValueRequest, StreamObserver)","u":"containsValue(com.oracle.coherence.grpc.ContainsValueRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"containsValue(String, String, String, ByteString)","u":"containsValue(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ContainsValueAction","l":"ContainsValueAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"contendForSegment(int)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"Context(Guardable, long, float)","u":"%3Cinit%3E(com.tangosol.net.Guardable,long,float)"},{"p":"com.tangosol.coherence.rest.servlet","c":"DefaultServletContextListener","l":"contextDestroyed(ServletContextEvent)","u":"contextDestroyed(javax.servlet.ServletContextEvent)"},{"p":"com.tangosol.coherence.rest.servlet","c":"DefaultServletContextListener","l":"contextInitialized(ServletContextEvent)","u":"contextInitialized(javax.servlet.ServletContextEvent)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"ContextJCacheStatistics()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"ContextJCacheStatistics(JCacheIdentifier)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.common.JCacheIdentifier)"},{"p":"com.tangosol.net.topic","c":"Publisher.OnFailure","l":"Continue"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(NamedCache)","u":"%3Cinit%3E(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(NamedCache, Filter)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(NamedCache, Filter, boolean)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(NamedCache, Filter, boolean, MapListener, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Filter,boolean,com.tangosol.util.MapListener,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(NamedCache, Filter, MapListener)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Filter,com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(NamedCache, Filter, MapListener, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Filter,com.tangosol.util.MapListener,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(NamedCache, Filter, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(Supplier>)","u":"%3Cinit%3E(java.util.function.Supplier)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(Supplier>, Filter)","u":"%3Cinit%3E(java.util.function.Supplier,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ContinuousQueryCache(Supplier>, Filter, boolean, MapListener, ValueExtractor, ClassLoader)","u":"%3Cinit%3E(java.util.function.Supplier,com.tangosol.util.Filter,boolean,com.tangosol.util.MapListener,com.tangosol.util.ValueExtractor,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"ContinuousQueryCacheScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"Convert()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.DownConverter","l":"convert(Binary)","u":"convert(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.UpConverter","l":"convert(Binary)","u":"convert(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"CollectionHelper","l":"convert(Collection, Converter)","u":"convert(java.util.Collection,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"CollectionHelper","l":"convert(Enumeration, Converter)","u":"convert(java.util.Enumeration,com.tangosol.util.Converter)"},{"p":"com.oracle.coherence.common.base","c":"Converter","l":"convert(F)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.ErrorHandlingConverter","l":"convert(F)"},{"p":"com.tangosol.util","c":"CollectionHelper","l":"convert(Iterator, Converter)","u":"convert(java.util.Iterator,com.tangosol.util.Converter)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.KeyConverter","l":"convert(Object)","u":"convert(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.FrontFilterConverter","l":"convert(Object)","u":"convert(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullConverter","l":"convert(Object)","u":"convert(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"convert(Object, int)","u":"convert(java.lang.Object,int)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"convert(Object, int)","u":"convert(java.lang.Object,int)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"Convert(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"convertArray(Object[], Converter)","u":"convertArray(java.lang.Object[],com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"convertArray(Object[], Converter, Object[])","u":"convertArray(java.lang.Object[],com.tangosol.util.Converter,java.lang.Object[])"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"convertConfiguration(Configuration, ClassLoader)","u":"convertConfiguration(javax.cache.configuration.Configuration,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"convertDouble(XmlValue)","u":"convertDouble(com.tangosol.run.xml.XmlValue)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"convertDown(Binary)","u":"convertDown(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"convertDown(ByteString)","u":"convertDown(com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"convertDown(Supplier)","u":"convertDown(java.util.function.Supplier)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"CONVERTER_FROM_BINARY"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"CONVERTER_STRIP_INTDECO"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"CONVERTER_TO_BINARY"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"ConverterAsynchronousProcessor(AsynchronousProcessor)","u":"%3Cinit%3E(com.tangosol.util.processor.AsynchronousProcessor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"ConverterCacheEntry(ConfigurableCacheMap.Entry, Converter, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.net.cache.ConfigurableCacheMap.Entry,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEvent","l":"ConverterCacheEvent(ObservableMap, CacheEvent, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,com.tangosol.net.cache.CacheEvent,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEvent","l":"ConverterCacheEvent(ObservableMap, CacheEvent, Converter, Converter, BackingMapManagerContext)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,com.tangosol.net.cache.CacheEvent,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheListener","l":"ConverterCacheListener(NamedCache, MapListener, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.MapListener,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheMap","l":"ConverterCacheMap(CacheMap, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.net.cache.CacheMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"ConverterCollection(Collection, Converter, Converter)","u":"%3Cinit%3E(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"ConverterCollections()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterComparator","l":"ConverterComparator(Comparator, Converter)","u":"%3Cinit%3E(java.util.Comparator,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterConcurrentMap","l":"ConverterConcurrentMap(ConcurrentMap, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.ConcurrentMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterEntry","l":"ConverterEntry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntry","l":"ConverterEntry(Map.Entry, Converter, Converter, Converter)","u":"%3Cinit%3E(java.util.Map.Entry,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"ConverterEntrySet(Collection>, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterEnumerator","l":"ConverterEnumerator(Enumeration, Converter)","u":"%3Cinit%3E(java.util.Enumeration,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"ConverterEnumerator(Enumeration, Converter)","u":"%3Cinit%3E(java.util.Enumeration,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterEnumerator","l":"ConverterEnumerator(Iterator, Converter)","u":"%3Cinit%3E(java.util.Iterator,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"ConverterEnumerator(Iterator, Converter)","u":"%3Cinit%3E(java.util.Iterator,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterEnumerator","l":"ConverterEnumerator(Object[], Converter)","u":"%3Cinit%3E(java.lang.Object[],com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"ConverterEnumerator(Object[], Converter)","u":"%3Cinit%3E(java.lang.Object[],com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterHolder","l":"ConverterHolder(F, Converter)","u":"%3Cinit%3E(F,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"ConverterInvocableMap(InvocableMap, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterIterator","l":"ConverterIterator(Iterator>)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"ConverterList(List, Converter, Converter)","u":"%3Cinit%3E(java.util.List,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"ConverterListIterator(ListIterator, Converter, Converter)","u":"%3Cinit%3E(java.util.ListIterator,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"ConverterLongArray(LongArray, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.LongArray,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray.ConverterLongArrayIterator","l":"ConverterLongArrayIterator(LongArray.Iterator)","u":"%3Cinit%3E(com.tangosol.util.LongArray.Iterator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"ConverterMap(Map, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(java.util.Map,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"ConverterMapEvent(ObservableMap, MapEvent, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,com.tangosol.util.MapEvent,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"ConverterMapEvent(ObservableMap, MapEvent, Converter, Converter, BackingMapManagerContext)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,com.tangosol.util.MapEvent,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"ConverterMapEventBinaryEntry(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventEntry","l":"ConverterMapEventEntry(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"ConverterMapListener(ObservableMap, MapListener, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,com.tangosol.util.MapListener,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"ConverterNamedCache(NamedCache, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"ConverterObservableMap(ObservableMap, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterQueryMap","l":"ConverterQueryMap(QueryMap, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.QueryMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSet","l":"ConverterSet(Collection, Converter, Converter)","u":"%3Cinit%3E(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"ConverterSortedMap(SortedMap, Converter, Converter, Converter, Converter)","u":"%3Cinit%3E(java.util.SortedMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"ConverterSortedSet(SortedSet, Converter, Converter)","u":"%3Cinit%3E(java.util.SortedSet,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"convertEvent(MapEvent, ObservableMap, Converter, Converter)","u":"convertEvent(com.tangosol.util.MapEvent,com.tangosol.util.ObservableMap,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"convertInt(XmlValue)","u":"convertInt(com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"convertInt(XmlValue, int)","u":"convertInt(com.tangosol.run.xml.XmlValue,int)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"convertKeyDown(Binary)","u":"convertKeyDown(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"convertKeyDown(ByteString)","u":"convertKeyDown(com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"convertKeys(CacheRequestHolder)","u":"convertKeys(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine","l":"convertList(List, Class)","u":"convertList(java.util.List,java.lang.Class)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"convertLong(XmlValue)","u":"convertLong(com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"convertNumber(Number, int)","u":"convertNumber(java.lang.Number,int)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"convertSafe(Converter, Object)","u":"convertSafe(com.tangosol.util.Converter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"convertToDate(Object)","u":"convertToDate(java.lang.Object)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"convertUp(Binary)","u":"convertUp(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"convertUTF(byte[], int, int, char[])","u":"convertUTF(byte[],int,int,char[])"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"convertUTF(int, int)","u":"convertUTF(int,int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"convertUTF(int, int)","u":"convertUTF(int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"convertUTF(int, int)","u":"convertUTF(int,int)"},{"p":"com.tangosol.net","c":"LoadBalancer.SocketHandler","l":"copy(InputStream, OutputStream, byte[])","u":"copy(java.io.InputStream,java.io.OutputStream,byte[])"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"copyAndOpenInternal(PersistentStore)","u":"copyAndOpenInternal(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"copyArray(LongArray)","u":"copyArray(com.tangosol.util.LongArray)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"copyBufferInputPortion(int, ReadBuffer.BufferInput, int)","u":"copyBufferInputPortion(int,com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"copyBufferInputRemainder(int, ReadBuffer.BufferInput, int)","u":"copyBufferInputRemainder(int,com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"copyBytes(int, int, byte[], int)","u":"copyBytes(int,int,byte[],int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"copyBytes(int, int, byte[], int)","u":"copyBytes(int,int,byte[],int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"copyBytes(int, int, byte[], int)","u":"copyBytes(int,int,byte[],int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"copyBytes(int, int, byte[], int)","u":"copyBytes(int,int,byte[],int)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"copyClassAnnotations(ClassNode, ClassNode)","u":"copyClassAnnotations(org.objectweb.asm.tree.ClassNode,org.objectweb.asm.tree.ClassNode)"},{"p":"com.tangosol.io","c":"FileHelper","l":"copyDir(File, File)","u":"copyDir(java.io.File,java.io.File)"},{"p":"com.tangosol.io","c":"FileHelper","l":"copyFile(File, File)","u":"copyFile(java.io.File,java.io.File)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"copyFrom(PartitionStatistics)","u":"copyFrom(com.tangosol.net.partition.PartitionStatistics)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"copyFrom(SafeHashMap.Entry)","u":"copyFrom(com.tangosol.util.SafeHashMap.Entry)"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"copyFrom(SafeHashMap.Entry)","u":"copyFrom(com.tangosol.util.SafeHashMap.Entry)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"copyMap(Map)","u":"copyMap(java.util.Map)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"copyMetadata(File, File)","u":"copyMetadata(java.io.File,java.io.File)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"CopyOnWriteLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"CopyOnWriteLongArray(Class>)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"CopyOnWriteLongArray(LongArray)","u":"%3Cinit%3E(com.tangosol.util.LongArray)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"CopyOnWriteMap(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"CopyOnWriteMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"copyOptions(SocketOptions)","u":"copyOptions(java.net.SocketOptions)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"copyStream(int, InputStreaming, int)","u":"copyStream(int,com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"copyStream(int, InputStreaming, int)","u":"copyStream(int,com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"copyStream(int, InputStreaming, int)","u":"copyStream(int,com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"copyToTrash()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"copyTransients(SimpleAssignmentStrategy.AnalysisContext)","u":"copyTransients(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"COUNT_FUNCTION_BUILDER"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"count()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"count()"},{"p":"com.tangosol.util","c":"Aggregators","l":"count()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"count()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"count()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"count()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"count()"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"Count()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"count(Filter)","u":"count(com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"count(Filter)","u":"count(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"BitHelper","l":"countBits(byte)"},{"p":"com.tangosol.util","c":"BitHelper","l":"countBits(int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"countBits(long)"},{"p":"com.oracle.coherence.concurrent","c":"CountDownLatch","l":"countDown()"},{"p":"com.oracle.coherence.concurrent","c":"LocalCountDownLatch","l":"countDown()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"countDown()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"counting()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"Crawler(AbstractSparseArray.Node, int, boolean)","u":"%3Cinit%3E(com.tangosol.util.AbstractSparseArray.Node,int,boolean)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"CREATE"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"CREATE_SNAPSHOT_BEGIN"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"CREATE_SNAPSHOT_END"},{"p":"com.oracle.coherence.cdi","c":"SerializerProducer","l":"create()"},{"p":"com.oracle.coherence.common.base","c":"Factory","l":"create()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"create()"},{"p":"com.tangosol.net","c":"Coherence","l":"create()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration","l":"create()"},{"p":"com.tangosol.net","c":"Session","l":"create()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"create()"},{"p":"com.oracle.coherence.cdi","c":"ExtractorFactory","l":"create(A)"},{"p":"com.oracle.coherence.cdi","c":"FilterFactory","l":"create(A)"},{"p":"com.oracle.coherence.cdi","c":"MapEventTransformerFactory","l":"create(A)"},{"p":"com.oracle.coherence.cdi","c":"FilterProducer.AlwaysFilterSupplier","l":"create(AlwaysFilter)","u":"create(com.oracle.coherence.cdi.AlwaysFilter)"},{"p":"com.oracle.coherence.cdi","c":"AnnotationInstance","l":"create(Annotation)","u":"create(java.lang.annotation.Annotation)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.ChainedExtractorSupplier","l":"create(ChainedExtractor)","u":"create(com.oracle.coherence.cdi.ChainedExtractor)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.ChainedExtractorsSupplier","l":"create(ChainedExtractor.Extractors)","u":"create(com.oracle.coherence.cdi.ChainedExtractor.Extractors)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"create(Class, PropertySet, Map)","u":"create(java.lang.Class,com.tangosol.coherence.rest.util.PropertySet,java.util.Map)"},{"p":"com.tangosol.net","c":"Coherence","l":"create(CoherenceConfiguration)","u":"create(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"create(CoherenceConfiguration, Coherence.Mode)","u":"create(com.tangosol.net.CoherenceConfiguration,com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.net","c":"Coherence","l":"create(CoherenceConfiguration, Coherence.Mode, ClassLoader)","u":"create(com.tangosol.net.CoherenceConfiguration,com.tangosol.net.Coherence.Mode,java.lang.ClassLoader)"},{"p":"com.oracle.coherence.repository","c":"EntityFactory","l":"create(ID)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"create(Object, PropertySet)","u":"create(java.lang.Object,com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.PofExtractorSupplier","l":"create(PofExtractor)","u":"create(com.oracle.coherence.cdi.PofExtractor)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.PofExtractorsSupplier","l":"create(PofExtractor.Extractors)","u":"create(com.oracle.coherence.cdi.PofExtractor.Extractors)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.UniversalExtractorSupplier","l":"create(PropertyExtractor)","u":"create(com.oracle.coherence.cdi.PropertyExtractor)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.UniversalExtractorsSupplier","l":"create(PropertyExtractor.Extractors)","u":"create(com.oracle.coherence.cdi.PropertyExtractor.Extractors)"},{"p":"com.tangosol.net","c":"Session","l":"create(Session.Option...)","u":"create(com.tangosol.net.Session.Option...)"},{"p":"com.tangosol.net","c":"Session","l":"create(SessionConfiguration)","u":"create(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"Session","l":"create(SessionConfiguration, Coherence.Mode)","u":"create(com.tangosol.net.SessionConfiguration,com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.net","c":"Session","l":"create(SessionConfiguration, Coherence.Mode, Iterable>)","u":"create(com.tangosol.net.SessionConfiguration,com.tangosol.net.Coherence.Mode,java.lang.Iterable)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"create(String)","u":"create(java.lang.String)"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"create(String)","u":"create(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"create(String, CoherenceQueryLanguage)","u":"create(java.lang.String,com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"create(String, String)","u":"create(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"create(String, String, String)","u":"create(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"FilterProducer.WhereFilterSupplier","l":"create(WhereFilter)","u":"create(com.oracle.coherence.cdi.WhereFilter)"},{"p":"com.tangosol.coherence.config.builder","c":"CustomAddressProviderBuilder","l":"createAddressProvider(ClassLoader)","u":"createAddressProvider(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"FactoryBasedAddressProviderBuilder","l":"createAddressProvider(ClassLoader)","u":"createAddressProvider(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"ListBasedAddressProviderBuilder","l":"createAddressProvider(ClassLoader)","u":"createAddressProvider(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"createAddressProvider(ClassLoader)","u":"createAddressProvider(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"AddressProviderFactory","l":"createAddressProvider(ClassLoader)","u":"createAddressProvider(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProviderFactory","l":"createAddressProvider(ClassLoader)","u":"createAddressProvider(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"createAggregator(String, NodeTerm, String, boolean, SelectListMaker)","u":"createAggregator(java.lang.String,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.lang.String,boolean,com.tangosol.coherence.dslquery.internal.SelectListMaker)"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"DefaultAggregatorFactory","l":"createAggregator(ValueExtractor)","u":"createAggregator(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"createAggregatorMap(XmlElement)","u":"createAggregatorMap(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"createBinaryStore()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"createBinaryStore()"},{"p":"com.tangosol.io","c":"BinaryStoreManager","l":"createBinaryStore()"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"createBinaryStore()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"createBinaryStore()"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine","l":"createBindings(Map, Map)","u":"createBindings(java.util.Map,java.util.Map)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createBoolean(String)","u":"createBoolean(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createBoolean(String)","u":"createBoolean(java.lang.String)"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"createBufferManager()"},{"p":"com.tangosol.io.nio","c":"MappedStoreManager","l":"createBufferManager()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"createBytes(int)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedConfiguration","l":"createCache(CoherenceBasedCacheManager, String)","u":"createCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheConfiguration","l":"createCache(CoherenceBasedCacheManager, String)","u":"createCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfiguration","l":"createCache(CoherenceBasedCacheManager, String)","u":"createCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"createCache(CoherenceBasedCacheManager, String)","u":"createCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCacheConfiguration","l":"createCache(CoherenceBasedCacheManager, String)","u":"createCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"createCache(String, C)","u":"createCache(java.lang.String,C)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"createCacheMananger(URI, ClassLoader, Properties)","u":"createCacheMananger(java.net.URI,java.lang.ClassLoader,java.util.Properties)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder.CreateCacheStatement","l":"CreateCacheStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder","l":"CreateCacheStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"createChannelCredentials(SocketProviderBuilder)","u":"createChannelCredentials(com.tangosol.coherence.config.builder.SocketProviderBuilder)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"createClass(ClassNode)","u":"createClass(org.objectweb.asm.tree.ClassNode)"},{"p":"com.oracle.coherence.cdi","c":"CoherenceProducer","l":"createCoherence(BeanManager)","u":"createCoherence(jakarta.enterprise.inject.spi.BeanManager)"},{"p":"com.oracle.coherence.cdi.server","c":"ServerCoherenceProducer","l":"createCoherence(BeanManager)","u":"createCoherence(jakarta.enterprise.inject.spi.BeanManager)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createCommonExecutionContext()"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"createComparator(String)","u":"createComparator(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorHelper","l":"createComparator(String)","u":"createComparator(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"createComparator(ValueExtractor)","u":"createComparator(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.management","c":"OpenMBeanHelper","l":"createCompositeType(String, String, String[], String[], OpenType[])","u":"createCompositeType(java.lang.String,java.lang.String,java.lang.String[],java.lang.String[],javax.management.openmbean.OpenType[])"},{"p":"com.oracle.coherence.cdi","c":"CoherenceProducer","l":"createConfiguration(BeanManager)","u":"createConfiguration(jakarta.enterprise.inject.spi.BeanManager)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"createConfiguration(ParameterResolver, ClassLoader)","u":"createConfiguration(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"createConstructors(ClassNode)","u":"createConstructors(org.objectweb.asm.tree.ClassNode)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"createConverterDown()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"createConverterDown()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent.Type","l":"CREATED"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"createDefaultExecutor(String)","u":"createDefaultExecutor(java.lang.String)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"createDefaultMarshaller(Class, String)","u":"createDefaultMarshaller(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"createDelta(ReadBuffer, ReadBuffer)","u":"createDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"createDelta(ReadBuffer, ReadBuffer)","u":"createDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createDouble(String)","u":"createDouble(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createDouble(String)","u":"createDouble(java.lang.String)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"createEvent(String, MapEvent)","u":"createEvent(java.lang.String,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createExecutionContext(ConfigurableCacheFactory)","u":"createExecutionContext(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createExecutionContext(Session)","u":"createExecutionContext(com.tangosol.net.Session)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"createExtentInternal(long)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"createExtractor(String)","u":"createExtractor(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"createExtractor(String)","u":"createExtractor(java.lang.String)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createExtractor(String)","u":"createExtractor(java.lang.String)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createExtractor(String, CoherenceQueryLanguage)","u":"createExtractor(java.lang.String,com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"createExtractors(String)","u":"createExtractors(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"createExtractors(String)","u":"createExtractors(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"TopicPublisherException","l":"createFactory(Serializer)","u":"createFactory(com.tangosol.io.Serializer)"},{"p":"com.tangosol.net.topic","c":"TopicPublisherException","l":"createFactory(Serializer, String)","u":"createFactory(com.tangosol.io.Serializer,java.lang.String)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createFilter(String)","u":"createFilter(java.lang.String)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createFilter(String, Map)","u":"createFilter(java.lang.String,java.util.Map)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createFilter(String, Object[])","u":"createFilter(java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createFilter(String, Object[], Map)","u":"createFilter(java.lang.String,java.lang.Object[],java.util.Map)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createFilter(String, Object[], Map, CoherenceQueryLanguage)","u":"createFilter(java.lang.String,java.lang.Object[],java.util.Map,com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createFloat(String)","u":"createFloat(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createFloat(String)","u":"createFloat(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"createGrpcServices()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"createGrpcServices(GrpcServiceDependencies)","u":"createGrpcServices(com.oracle.coherence.grpc.proxy.GrpcServiceDependencies)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"createHiddenSnapshotDirectory(String)","u":"createHiddenSnapshotDirectory(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"createHolderAsync(Req, String, String, String)","u":"createHolderAsync(Req,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"createIndex(boolean, Comparator, Map, BackingMapContext)","u":"createIndex(boolean,java.util.Comparator,java.util.Map,com.tangosol.net.BackingMapContext)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"createIndex(boolean, Comparator, Map, MapIndex>, BackingMapContext)","u":"createIndex(boolean,java.util.Comparator,java.util.Map,com.tangosol.net.BackingMapContext)"},{"p":"com.tangosol.util.extractor","c":"IndexAwareExtractor","l":"createIndex(boolean, Comparator, Map, MapIndex>, BackingMapContext)","u":"createIndex(boolean,java.util.Comparator,java.util.Map,com.tangosol.net.BackingMapContext)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"createIndexRegistrationKey(long, Binary)","u":"createIndexRegistrationKey(long,com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder.CreateIndexStatement","l":"CreateIndexStatement(String, ValueExtractor)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder","l":"CreateIndexStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"createIndices()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"createInProcessServerBuilder(GrpcAcceptorDependencies)","u":"createInProcessServerBuilder(com.tangosol.internal.net.service.peer.acceptor.GrpcAcceptorDependencies)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"createInsertKey(Term, UpdateSetListMaker, Object)","u":"createInsertKey(com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dslquery.internal.UpdateSetListMaker,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"createInsertValue(Term, UpdateSetListMaker)","u":"createInsertValue(com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dslquery.internal.UpdateSetListMaker)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"createInstance(InvocableMap.EntryAggregator[])","u":"createInstance(com.tangosol.util.InvocableMap.EntryAggregator[])"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"createInstance(String, InvocableMap.EntryAggregator)","u":"createInstance(java.lang.String,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"createInstance(String, InvocableMap.EntryAggregator, Filter)","u":"createInstance(java.lang.String,com.tangosol.util.InvocableMap.EntryAggregator,com.tangosol.util.Filter)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"createInstance(ValueExtractor, InvocableMap.EntryAggregator, Filter)","u":"createInstance(com.tangosol.util.ValueExtractor,com.tangosol.util.InvocableMap.EntryAggregator,com.tangosol.util.Filter)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"createInstance(ValueExtractor, InvocableMap.EntryAggregator)","u":"createInstance(com.tangosol.util.ValueExtractor,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"createInstance(XmlElement, ClassLoader, XmlHelper.ParameterResolver)","u":"createInstance(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader,com.tangosol.run.xml.XmlHelper.ParameterResolver)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"createInstance(XmlElement, ClassLoader, XmlHelper.ParameterResolver, Class)","u":"createInstance(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader,com.tangosol.run.xml.XmlHelper.ParameterResolver,java.lang.Class)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createInteger(String)","u":"createInteger(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createInteger(String)","u":"createInteger(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"createKey(Class, PropertySet)","u":"createKey(java.lang.Class,com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"createKey(Class, String)","u":"createKey(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"createKeyConverter()"},{"p":"com.tangosol.net.ssl","c":"KeyStoreLoader","l":"createKeyStore(String)","u":"createKeyStore(java.lang.String)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"createListenerRegistrationKey(long, long, Binary)","u":"createListenerRegistrationKey(long,long,com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"createLoadedLocalCacheValue(Object, long, ExpiryPolicy)","u":"createLoadedLocalCacheValue(java.lang.Object,long,javax.cache.expiry.ExpiryPolicy)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"createLocalCacheValue(Object, long, ExpiryPolicy)","u":"createLocalCacheValue(java.lang.Object,long,javax.cache.expiry.ExpiryPolicy)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"createLockRegistrationKey(long, long, long, Binary)","u":"createLockRegistrationKey(long,long,long,com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createLong(String)","u":"createLong(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createLong(String)","u":"createLong(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"createMapAdapterMbean(Map, Map)","u":"createMapAdapterMbean(java.util.Map,java.util.Map)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"createMapEventResponse(MapEvent)","u":"createMapEventResponse(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"createMarshaller(Class, String, Class)","u":"createMarshaller(java.lang.Class,java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"createMarshallerMap(XmlElement)","u":"createMarshallerMap(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"createNamedDatabase(String)","u":"createNamedDatabase(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"createNestedPofReader(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"createNestedPofReader(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"createNestedPofReader(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"createNestedPofWriter(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"createNestedPofWriter(int)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"createNestedPofWriter(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"createNestedPofWriter(int, int)","u":"createNestedPofWriter(int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"createNestedPofWriter(int, int)","u":"createNestedPofWriter(int,int)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"createNestedPofWriter(int, int)","u":"createNestedPofWriter(int,int)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createNull()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createNull(String)","u":"createNull(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createNull(String)","u":"createNull(java.lang.String)"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"createObject(String, ClassLoader)","u":"createObject(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"createObject(String, Object[], ClassLoader)","u":"createObject(java.lang.String,java.lang.Object[],java.lang.ClassLoader)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport","l":"createObserver(Class, EventObserverSupport.EventObserver)","u":"createObserver(java.lang.Class,com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"createParameterResolver(ClassLoader, BackingMapManagerContext)","u":"createParameterResolver(java.lang.ClassLoader,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"createPartialClass(Class, PropertySet)","u":"createPartialClass(java.lang.Class,com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"createPartition(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"createPartition(int)"},{"p":"com.tangosol.net.partition","c":"PartitionAwareBackingMap","l":"createPartition(int)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"createPartition(int)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"createPartition(int)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"createPersistentEnvironment()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"createPofConfig()"},{"p":"com.tangosol.coherence.rest.util.processor","c":"DefaultProcessorFactory","l":"createProcessor(String)","u":"createProcessor(java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"createProcessorMap(XmlElement)","u":"createProcessorMap(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"createPublisher()"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"createPublisher(Publisher.Option...)","u":"createPublisher(com.tangosol.net.topic.Publisher.Option...)"},{"p":"com.tangosol.net","c":"Session","l":"createPublisher(String)","u":"createPublisher(java.lang.String)"},{"p":"com.tangosol.net","c":"Session","l":"createPublisher(String, Publisher.Option...)","u":"createPublisher(java.lang.String,com.tangosol.net.topic.Publisher.Option...)"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"createQueryConfig(XmlElement)","u":"createQueryConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngineRegistry","l":"createQueryEngine(Class)","u":"createQueryEngine(java.lang.Class)"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"createQueryEngines(XmlElement)","u":"createQueryEngines(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"createRequestHolder(Req, String, String, String)","u":"createRequestHolder(Req,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"createRequestHolder(Req, String, String, String)","u":"createRequestHolder(Req,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"createResolver(String, String)","u":"createResolver(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"createResourceMap(XmlElement)","u":"createResourceMap(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"createSelectListMaker(List, ParameterResolver, CoherenceQueryLanguage)","u":"createSelectListMaker(java.util.List,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.io","c":"ConfigurableSerializerFactory","l":"createSerializer(ClassLoader)","u":"createSerializer(java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"SerializerFactory","l":"createSerializer(ClassLoader)","u":"createSerializer(java.lang.ClassLoader)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"createServerBuilder(GrpcAcceptorDependencies)","u":"createServerBuilder(com.tangosol.internal.net.service.peer.acceptor.GrpcAcceptorDependencies)"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"createServerCredentials(SocketProviderBuilder)","u":"createServerCredentials(com.tangosol.coherence.config.builder.SocketProviderBuilder)"},{"p":"com.tangosol.net","c":"ClusterDependencies.ServiceProvider","l":"createService(String, Cluster)","u":"createService(java.lang.String,com.tangosol.net.Cluster)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"createSession(Session.Option...)","u":"createSession(com.tangosol.net.Session.Option...)"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"createSession(SessionConfiguration)","u":"createSession(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"createSession(SessionConfiguration, Coherence.Mode)","u":"createSession(com.tangosol.net.SessionConfiguration,com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"createSession(SessionConfiguration, Coherence.Mode, Iterable>)","u":"createSession(com.tangosol.net.SessionConfiguration,com.tangosol.net.Coherence.Mode,java.lang.Iterable)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"createSession(SessionConfiguration, Coherence.Mode, String, Iterable>)","u":"createSession(com.tangosol.net.SessionConfiguration,com.tangosol.net.Coherence.Mode,java.lang.String,java.lang.Iterable)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"createSession(SessionConfiguration, SessionProvider.Context)","u":"createSession(com.tangosol.net.SessionConfiguration,com.tangosol.net.SessionProvider.Context)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"createSession(SessionConfiguration, SessionProvider.Context)","u":"createSession(com.tangosol.net.SessionConfiguration,com.tangosol.net.SessionProvider.Context)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createShort(String)","u":"createShort(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createShort(String)","u":"createShort(java.lang.String)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"createSnapshot(String)","u":"createSnapshot(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"createSnapshot(String, PersistenceManager)","u":"createSnapshot(java.lang.String,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"createSnapshot(String, PersistenceManager)","u":"createSnapshot(java.lang.String,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"createSnapshot(String, PersistenceManager)","u":"createSnapshot(java.lang.String,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"ConfigurableSnapshotArchiverFactory","l":"createSnapshotArchiver(String, String)","u":"createSnapshotArchiver(java.lang.String,java.lang.String)"},{"p":"com.tangosol.persistence","c":"SnapshotArchiverFactory","l":"createSnapshotArchiver(String, String)","u":"createSnapshotArchiver(java.lang.String,java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"createSnapshotInternal(File, String, PersistenceManager)","u":"createSnapshotInternal(java.io.File,java.lang.String,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder.CreateSnapshotStatement","l":"CreateSnapshotStatement(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder","l":"CreateSnapshotStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"createSortedEntries(Map)","u":"createSortedEntries(java.util.Map)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"createSSLSettings(SSLSocketProvider.Dependencies)","u":"createSSLSettings(com.oracle.coherence.common.net.SSLSocketProvider.Dependencies)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createStatement(String, ExecutionContext)","u":"createStatement(java.lang.String,com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createStatement(String, ExecutionContext, Map)","u":"createStatement(java.lang.String,com.tangosol.coherence.dslquery.ExecutionContext,java.util.Map)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createStatement(String, ExecutionContext, Object[])","u":"createStatement(java.lang.String,com.tangosol.coherence.dslquery.ExecutionContext,java.lang.Object[])"},{"p":"com.tangosol.util","c":"QueryHelper","l":"createStatement(String, ExecutionContext, Object[], Map)","u":"createStatement(java.lang.String,com.tangosol.coherence.dslquery.ExecutionContext,java.lang.Object[],java.util.Map)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"createStatements()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"createStore(String)","u":"createStore(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"createStore(String)","u":"createStore(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"createStore(String)","u":"createStore(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"createString(String)","u":"createString(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createString(String)","u":"createString(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"createSubscriber()"},{"p":"com.tangosol.net","c":"Session","l":"createSubscriber(String)","u":"createSubscriber(java.lang.String)"},{"p":"com.tangosol.net","c":"Session","l":"createSubscriber(String, Subscriber.Option...)","u":"createSubscriber(java.lang.String,com.tangosol.net.topic.Subscriber.Option...)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"createSubscriber(Subscriber.Option...)","u":"createSubscriber(com.tangosol.net.topic.Subscriber.Option...)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"createSymbol(String)","u":"createSymbol(java.lang.String)"},{"p":"com.tangosol.net.management","c":"OpenMBeanHelper","l":"createTabularType(String, String, CompositeType, String[])","u":"createTabularType(java.lang.String,java.lang.String,javax.management.openmbean.CompositeType,java.lang.String[])"},{"p":"com.tangosol.io","c":"FileHelper","l":"createTempDir()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"createTempEnvironment(File, String)","u":"createTempEnvironment(java.io.File,java.lang.String)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"createTemporaryEnvironment()"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"createThreadLocal()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"createTransformerFilter(MapEventFilter)","u":"createTransformerFilter(com.tangosol.util.filter.MapEventFilter)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"createTriggerRegistrationKey(long, Binary)","u":"createTriggerRegistrationKey(long,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"createUnexpectedStateException(int, int)","u":"createUnexpectedStateException(int,int)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"createUpdater(String)","u":"createUpdater(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"createUpdateSetListMaker(ExecutionContext, List, ParameterResolver)","u":"createUpdateSetListMaker(com.tangosol.coherence.dslquery.ExecutionContext,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder","l":"createUpdateSetListMaker(ExecutionContext, List, ParameterResolver)","u":"createUpdateSetListMaker(com.tangosol.coherence.dslquery.ExecutionContext,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"CREDENTIALS_INSECURE"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"CREDENTIALS_PLAINTEXT"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"CREDENTIALS_TLS"},{"p":"com.tangosol.coherence.dsltools.termlanguage","c":"CurlyToken","l":"CurlyToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"current"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"current()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"currentNode()"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"CUSTOM"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"custom(IntSupplier)","u":"custom(java.util.function.IntSupplier)"},{"p":"com.tangosol.coherence.config.builder","c":"CustomAddressProviderBuilder","l":"CustomAddressProviderBuilder(ParameterizedBuilder)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"CustomAddressProviderBuilder","l":"CustomAddressProviderBuilder(ParameterizedBuilder, ParameterResolver)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder","c":"CustomAddressProviderBuilder","l":"CustomAddressProviderBuilder(ParameterizedBuilder, ParameterResolver, XmlElement)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder,com.tangosol.config.expression.ParameterResolver,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CustomizableBinaryStoreManagerBuilderProcessor","l":"CustomizableBinaryStoreManagerBuilderProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CustomizableBuilderProcessor","l":"CustomizableBuilderProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.config.scheme","c":"CustomScheme","l":"CustomScheme(ParameterizedBuilder)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"CustomStoreManagerBuilder","l":"CustomStoreManagerBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Daemon","l":"Daemon()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Daemon","l":"Daemon(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Daemon","l":"Daemon(String, int, boolean)","u":"%3Cinit%3E(java.lang.String,int,boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"DaemonPoolBuilder","l":"DaemonPoolBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor","l":"DaemonPoolExecutor(DaemonPool)","u":"%3Cinit%3E(com.tangosol.internal.util.DaemonPool)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"DaemonPoolManagement(DaemonPool)","u":"%3Cinit%3E(com.tangosol.internal.util.DaemonPool)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"DaemonPoolProcessor","l":"DaemonPoolProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"DaemonThreadFactory","l":"DaemonThreadFactory()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"DaemonThreadFactory","l":"DaemonThreadFactory(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"DaemonWorker()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"DATA_VERSION"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"DatabaseFactory(BerkeleyDBBinaryStoreManager)","u":"%3Cinit%3E(com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactoryManager","l":"DatabaseFactoryManager()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"DatabaseHolder(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"DatagramPacketOutputStream","l":"DatagramPacketOutputStream(DatagramPacket)","u":"%3Cinit%3E(java.net.DatagramPacket)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.DataStructureRefExpression","l":"DataStructureRefExpression(Expression, ClassLoader, ResourceMappingRegistry)","u":"%3Cinit%3E(com.tangosol.config.expression.Expression,java.lang.ClassLoader,com.tangosol.coherence.config.ResourceMappingRegistry)"},{"p":"com.tangosol.io.pof","c":"DateMode","l":"DATE"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"DATE_FORMAT"},{"p":"com.tangosol.io.pof","c":"DateMode","l":"DATE_TIME"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DateAdapter","l":"DateAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"DateFormatAdapter","l":"DateFormatAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"DateTimeAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.DeferredCacheEvent","l":"deactivate()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet.EntrySetIterator","l":"deactivate()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet.EntrySetIterator","l":"deactivate()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"deactivatePage(SerializationPagedCache.WrapperBinaryStore)","u":"deactivatePage(com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore)"},{"p":"com.tangosol.net.cache","c":"CachingMap.DeactivationListener","l":"DeactivationListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.DeactivationListener","l":"DeactivationListener()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.DeactivationListener","l":"DeactivationListener(MapListenerProxy)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.MapListenerProxy)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"DebugDataOutputStream(OutputStream)","u":"%3Cinit%3E(java.io.OutputStream)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"decimalValue(char)"},{"p":"com.tangosol.util","c":"Base","l":"decimalValue(char)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_APP_1"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_APP_2"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_APP_3"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_BACKUP"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"DECO_CUSTOM"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_CUSTOM"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"DECO_EXPIRY"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_EXPIRY"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_ID_MAX"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_ID_MIN"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_JCACHE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_JCACHE_SYNTHETIC"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_MEMCACHED"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_PUSHREP"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_QUEUE_METADATA"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_RSVD_1"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"DECO_STORE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_STORE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_TOPLINK"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_TX"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_VALUE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"DECO_WLS"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"decode(char)"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"decode(char[])"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"decode(char[], boolean)","u":"decode(char[],boolean)"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"decode(char[], int, int)","u":"decode(char[],int,int)"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"decode(char[], int, int, boolean)","u":"decode(char[],int,int,boolean)"},{"p":"com.tangosol.io.pof.reflect","c":"Codec","l":"decode(PofReader, int)","u":"decode(com.tangosol.io.pof.PofReader,int)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.ArrayCodec","l":"decode(PofReader, int)","u":"decode(com.tangosol.io.pof.PofReader,int)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.CollectionCodec","l":"decode(PofReader, int)","u":"decode(com.tangosol.io.pof.PofReader,int)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.DefaultCodec","l":"decode(PofReader, int)","u":"decode(com.tangosol.io.pof.PofReader,int)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.LongArrayCodec","l":"decode(PofReader, int)","u":"decode(com.tangosol.io.pof.PofReader,int)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.MapCodec","l":"decode(PofReader, int)","u":"decode(com.tangosol.io.pof.PofReader,int)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"decodeAttribute(String)","u":"decodeAttribute(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"decodeContent(String)","u":"decodeContent(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"PagedQueryHelper","l":"decodeCookie(Service, ByteString)","u":"decodeCookie(com.tangosol.net.Service,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"decodeExpiry(ReadBuffer)","u":"decodeExpiry(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"decodeString(String)","u":"decodeString(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"decodeTinyInt(int)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"decodeUri(String)","u":"decodeUri(java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"decorate(Binary, Binary[])","u":"decorate(com.tangosol.util.Binary,com.tangosol.util.Binary[])"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"decorate(Binary, int, Binary)","u":"decorate(com.tangosol.util.Binary,int,com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"decorate(Object, int)","u":"decorate(java.lang.Object,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"decorate(ReadBuffer, int, ReadBuffer)","u":"decorate(com.tangosol.io.ReadBuffer,int,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"decorate(ReadBuffer, ReadBuffer[])","u":"decorate(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer[])"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"decorateBinary(ReadBuffer, int)","u":"decorateBinary(com.tangosol.io.ReadBuffer,int)"},{"p":"com.tangosol.io","c":"DecoratedBinaryDeltaCompressor","l":"DecoratedBinaryDeltaCompressor(DeltaCompressor)","u":"%3Cinit%3E(com.tangosol.io.DeltaCompressor)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.DecoratedMultiBufferReadBuffer","l":"DecoratedMultiBufferReadBuffer(ReadBuffer, ReadBuffer[])","u":"%3Cinit%3E(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer[])"},{"p":"com.tangosol.io","c":"DecorationOnlyDeltaCompressor","l":"DecorationOnlyDeltaCompressor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"decrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"decrementAndGet()"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"decrypt(SignedObject, PublicKey)","u":"decrypt(java.security.SignedObject,java.security.PublicKey)"},{"p":"com.tangosol.net.security","c":"AccessController","l":"decrypt(SignedObject, Subject, Subject)","u":"decrypt(java.security.SignedObject,javax.security.auth.Subject,javax.security.auth.Subject)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"decrypt(SignedObject, Subject, Subject)","u":"decrypt(java.security.SignedObject,javax.security.auth.Subject,javax.security.auth.Subject)"},{"p":"com.oracle.coherence.cdi","c":"Scope","l":"DEFAULT"},{"p":"com.oracle.coherence.grpc.proxy","c":"ConfigurableCacheFactorySuppliers","l":"DEFAULT"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngine","l":"DEFAULT"},{"p":"com.tangosol.io","c":"NamedSerializerFactory","l":"DEFAULT"},{"p":"com.tangosol.net.management.annotation","c":"MetricsTag","l":"DEFAULT"},{"p":"com.tangosol.net.management.annotation","c":"MetricsValue","l":"DEFAULT"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_ACTIVE_DIR"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_BACKUP_DIR"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_BASE_DIR"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_BASE_DIR_PROPERTY"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"DEFAULT_CHANNEL_COUNT"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs","l":"DEFAULT_CODEC"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"DEFAULT_COHERENCE_CONFIGURATION_URI_SYSTEM_PROPERTY"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"DEFAULT_COHERENCE_JCACHE_CONFIGURATION_CLASS_NAME_SYSTEM_PROPERTY"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"DEFAULT_COHERENCE_JCACHE_CONFIGURATION_URI"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"DEFAULT_COHERENCE_JCACHE_EXTEND_CLIENT_CONFIGURATION_URI"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"DEFAULT_DATAGRAM_SOCKET_PROVIDER"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_EVENTS_DIR"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"DEFAULT_EXECUTOR_NAME"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"DEFAULT_EXPIRE"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"DEFAULT_EXPIRY_DURATION"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"DEFAULT_FACTORY"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers","l":"DEFAULT_FACTORY"},{"p":"com.tangosol.util","c":"ClassHelper","l":"DEFAULT_FILTER_LIST"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"DEFAULT_FLUSH"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"DEFAULT_GROWTHRATE"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"DEFAULT_GROWTHRATE"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"DEFAULT_HTTP_PORT"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"DEFAULT_INDEX_FILE_NAME"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"DEFAULT_INITIALSIZE"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"DEFAULT_INITIALSIZE"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"DEFAULT_KEY_MASK"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"DEFAULT_LEGACY_SOCKET_PROVIDER"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"DEFAULT_LIMIT"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"DEFAULT_LOADFACTOR"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"DEFAULT_LOADFACTOR"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_LOCK_DIR"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"DEFAULT_MAX_SIZE"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"DEFAULT_MAXLOADFACTOR"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"DEFAULT_MIN_SIZE"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"DEFAULT_MINLOADFACTOR"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry","l":"DEFAULT_NAME"},{"p":"com.tangosol.net","c":"Coherence","l":"DEFAULT_NAME"},{"p":"com.tangosol.util","c":"ResourceRegistry","l":"DEFAULT_NAME"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"DEFAULT_PAGE_CAPACITY_BYTES"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"DEFAULT_PARTITIONED_CACHE_STATISTICS_REFRESHTIME"},{"p":"com.tangosol.net.management","c":"MapJsonBodyHandler","l":"DEFAULT_PRIORITY"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"DEFAULT_PRIORITY"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"DEFAULT_PRUNE"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"DEFAULT_RECONNECT_RETRY_SECONDS"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"DEFAULT_RECONNECT_TIMEOUT_SECONDS"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"DEFAULT_RECONNECT_WAIT_SECONDS"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"DEFAULT_RECYCLE_MAX"},{"p":"com.tangosol.util","c":"ClassHelper","l":"DEFAULT_REFLECT_ALLOWED_BLACKLIST"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"DEFAULT_RESOURCE"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"DEFAULT_RMI_CONNECTION_PORT"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"DEFAULT_RMI_HOST"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"DEFAULT_RMI_REGISTRY_PORT"},{"p":"com.tangosol.net","c":"Coherence","l":"DEFAULT_SCOPE"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"DEFAULT_SIZE"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_SNAPSHOT_DIR"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"DEFAULT_SOCKET_PROVIDER"},{"p":"com.tangosol.net","c":"Coherence","l":"DEFAULT_START_TIMEOUT"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"DEFAULT_SUBSCRIBER_TIMEOUT_SECONDS"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"DEFAULT_TRANSFER_THRESHOLD"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"DEFAULT_TRASH_DIR"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"DEFAULT_UNITS"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"DEFAULT_WAIT_MILLIS"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"DEFAULT_WAIT_MILLIS"},{"p":"com.tangosol.coherence.config","c":"EnvironmentVariableResolver.Default","l":"Default()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"SystemPropertyResolver.Default","l":"Default()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"DefaultAggregatorFactory","l":"DefaultAggregatorFactory(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"DefaultBuilderCustomization","l":"DefaultBuilderCustomization()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"DefaultCacheFactoryBuilder","l":"DefaultCacheFactoryBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier","l":"DefaultCacheFactorySupplier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"DefaultCacheServer(ConfigurableCacheFactory)","u":"%3Cinit%3E(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.DefaultCodec","l":"DefaultCodec()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"DefaultConfigurableCacheFactory()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"DefaultConfigurableCacheFactory(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"DefaultConfigurableCacheFactory(String, ClassLoader)","u":"%3Cinit%3E(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"DefaultConfigurableCacheFactory(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"DefaultConfigurableCacheFactory(XmlElement, ClassLoader)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"DefaultContext(Coherence.Mode, SessionProvider, Iterable>, String)","u":"%3Cinit%3E(com.tangosol.net.Coherence.Mode,com.tangosol.net.SessionProvider,java.lang.Iterable,java.lang.String)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"DefaultController(File, File)","u":"%3Cinit%3E(java.io.File,java.io.File)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"DefaultController(File, File, boolean)","u":"%3Cinit%3E(java.io.File,java.io.File,boolean)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"DefaultController(File, File, boolean, PasswordProvider)","u":"%3Cinit%3E(java.io.File,java.io.File,boolean,com.tangosol.net.PasswordProvider)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"DefaultController(File, File, boolean, String)","u":"%3Cinit%3E(java.io.File,java.io.File,boolean,java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.DefaultDelimiterExpansionProcessor","l":"DefaultDelimiterExpansionProcessor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl.DefaultDependencies","l":"DefaultDependencies()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"DefaultDependencies()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService.DefaultDependencies","l":"DefaultDependencies()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"DefaultDependencies()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"DefaultDependencies()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"DefaultDependencies()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl.DefaultDependencies","l":"DefaultDependencies(BaseGrpcServiceImpl.Dependencies)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.Dependencies)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DefaultDependencies","l":"DefaultDependencies(CacheConfig)","u":"%3Cinit%3E(com.tangosol.coherence.config.CacheConfig)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DefaultDependencies","l":"DefaultDependencies(CacheConfig, ClassLoader, ResourceRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.config.CacheConfig,java.lang.ClassLoader,com.tangosol.util.ResourceRegistry)"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl.DefaultDependencies","l":"DefaultDependencies(GrpcServiceDependencies)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.GrpcServiceDependencies)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"DefaultDependencies(GrpcServiceDependencies)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.GrpcServiceDependencies)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService.DefaultDependencies","l":"DefaultDependencies(GrpcServiceDependencies)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.GrpcServiceDependencies)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService.DefaultDependencies","l":"DefaultDependencies(NamedCacheService.Dependencies)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.NamedCacheService.Dependencies)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"DefaultDependencies(NamespaceHandler)","u":"%3Cinit%3E(com.tangosol.config.xml.NamespaceHandler)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"DefaultDependencies(PrintWriter, BufferedReader, CoherenceQueryLanguage)","u":"%3Cinit%3E(java.io.PrintWriter,java.io.BufferedReader,com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"DefaultDependencies(TcpDatagramSocketProvider.Dependencies)","u":"%3Cinit%3E(com.tangosol.net.TcpDatagramSocketProvider.Dependencies)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment.DefaultFailureContinuation","l":"DefaultFailureContinuation(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"DefaultGrpcAcceptorController()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"DefaultIdentityAsserter","l":"DefaultIdentityAsserter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"DefaultIdentityTransformer","l":"DefaultIdentityTransformer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"DefaultKeyAssociator","l":"DefaultKeyAssociator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"DefaultKeyConverter(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"DefaultKeyPartitioningStrategy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"defaultLed(OPParser, Term)","u":"defaultLed(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"defaultNud(OPParser)","u":"defaultNud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.DefaultObjectStreamFactory","l":"DefaultObjectStreamFactory()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProviderBuilderProcessor.DefaultPasswordProvider","l":"DefaultPasswordProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProviderBuilderProcessor.DefaultPasswordProvider","l":"DefaultPasswordProvider(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"DefaultProcessingContext()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"DefaultProcessingContext(DefaultProcessingContext, XmlElement)","u":"%3Cinit%3E(com.tangosol.config.xml.DefaultProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"DefaultProcessingContext(DocumentProcessor.Dependencies)","u":"%3Cinit%3E(com.tangosol.config.xml.DocumentProcessor.Dependencies)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"DefaultProcessingContext(DocumentProcessor.Dependencies, XmlElement)","u":"%3Cinit%3E(com.tangosol.config.xml.DocumentProcessor.Dependencies,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"DefaultProcessingContext(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"DefaultProcessorFactory","l":"DefaultProcessorFactory(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"defaultProvider()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"defaultProvider()"},{"p":"com.tangosol.net.proxy","c":"DefaultProxyServiceLoadBalancer","l":"DefaultProxyServiceLoadBalancer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.proxy","c":"DefaultProxyServiceLoadBalancer","l":"DefaultProxyServiceLoadBalancer(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"DefaultResourceConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"DefaultResourceConfig(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"DefaultResourceConfig(String...)","u":"%3Cinit%3E(java.lang.String...)"},{"p":"com.tangosol.coherence.rest","c":"DefaultRootResource","l":"DefaultRootResource()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"DefaultsCreationPreprocessor","l":"DefaultsCreationPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"DefaultSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"DefaultSerializer(ClassLoader)","u":"%3Cinit%3E(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.rest.servlet","c":"DefaultServletContextListener","l":"DefaultServletContextListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"defaultSession()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"DefaultsProcessor","l":"DefaultsProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"DefaultStatementResult(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"DefaultStatementResult(Object, boolean)","u":"%3Cinit%3E(java.lang.Object,boolean)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DefaultTaskDependencies","l":"DefaultTaskDependencies()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DefaultTaskDependencies","l":"DefaultTaskDependencies(NonBlockingFiniteStateMachine.TaskDependencies)","u":"%3Cinit%3E(com.tangosol.util.fsm.NonBlockingFiniteStateMachine.TaskDependencies)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"DefaultVersionedPartitions()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"DefaultVersionedPartitions(PrimitiveSparseArray)","u":"%3Cinit%3E(com.tangosol.util.PrimitiveSparseArray)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"DefaultVersionedPartitions(VersionedPartitions)","u":"%3Cinit%3E(com.tangosol.net.partition.VersionedPartitions)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.DeferredCacheEvent","l":"DeferredCacheEvent(ObservableMap, int, K, V, V, boolean)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,K,V,V,boolean)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject.PartialClassLoader","l":"defineClass(String, byte[])","u":"defineClass(java.lang.String,byte[])"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"definePropertyPath(String, String)","u":"definePropertyPath(java.lang.String,java.lang.String)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"definePropertyPath(String, String)","u":"definePropertyPath(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"CompressionFilter.DeflaterOutputShell","l":"DeflaterOutputShell(OutputStream, Deflater)","u":"%3Cinit%3E(java.io.OutputStream,java.util.zip.Deflater)"},{"p":"com.tangosol.net","c":"CompressionFilter.DeflaterOutputShell","l":"DeflaterOutputShell(OutputStream, Deflater, int)","u":"%3Cinit%3E(java.io.OutputStream,java.util.zip.Deflater,int)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DelayedTransitionTo","l":"DelayedTransitionTo(S)","u":"%3Cinit%3E(S)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DelayedTransitionTo","l":"DelayedTransitionTo(S, long, TimeUnit)","u":"%3Cinit%3E(S,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.grpc","c":"SafeStreamObserver","l":"delegate()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"delegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"delegate()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"DelegatingBufferOutput(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"DelegatingWriteBuffer(WriteBuffer, int, int)","u":"%3Cinit%3E(com.tangosol.io.WriteBuffer,int,int)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"delete()"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"delete()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"delete(boolean)"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"delete(Map.Entry)","u":"delete(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"delete(Map.Entry)","u":"delete(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"MapIndex","l":"delete(Map.Entry)","u":"delete(java.util.Map.Entry)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"delete(String, boolean)","u":"delete(java.lang.String,boolean)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"delete(String, boolean)","u":"delete(java.lang.String,boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"delete(String, boolean)","u":"delete(java.lang.String,boolean)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"DELETED"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"DELETED_PREFIX"},{"p":"com.tangosol.io","c":"FileHelper","l":"deleteDir(File)","u":"deleteDir(java.io.File)"},{"p":"com.tangosol.io","c":"FileHelper","l":"deleteDirSilent(File)","u":"deleteDirSilent(java.io.File)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"deleteExtent(long)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"deleteExtent(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"deleteExtent(long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"deleteExtentInternal(long)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"deleteExtents(PersistentStore, long)","u":"deleteExtents(com.oracle.coherence.persistence.PersistentStore,long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask","l":"DeleteExtentTask(Long)","u":"%3Cinit%3E(java.lang.Long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"deleteInternal()"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"deleteInternal(Map.Entry)","u":"deleteInternal(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"deleteInternal(Map.Entry)","u":"deleteInternal(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"deleteInternal(Map.Entry)","u":"deleteInternal(java.util.Map.Entry)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder.DeleteStatement","l":"DeleteStatement(String, Filter)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder","l":"DeleteStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"DELIM_APPLICATION_SCOPE"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"DELIM_DOMAIN_PARTITION"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"delink()"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"DELTA_TRUNCATE"},{"p":"com.tangosol.coherence.config.xml.processor","c":"DeltaCompressorProcessor","l":"DeltaCompressorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"DeltaSet.DeltaIterator","l":"DeltaIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"DeltaSet(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"DEPARTED"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"DEPARTING"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"Dependencies(ConfigurableCacheFactory, BackingMapManagerContext, ClassLoader, String, String)","u":"%3Cinit%3E(com.tangosol.net.ConfigurableCacheFactory,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"Dependencies(ConfigurableCacheFactory, BackingMapManagerContext, ClassLoader, String, String, Map)","u":"%3Cinit%3E(com.tangosol.net.ConfigurableCacheFactory,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader,java.lang.String,java.lang.String,java.util.Map)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DependenciesHelper","l":"DependenciesHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"DependenciesHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Dequeue","l":"Dequeue()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"DEREF_NODE"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"deregisterCacheEntryListener(CacheEntryListenerConfiguration)","u":"deregisterCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"deregisterCacheEntryListener(CacheEntryListenerConfiguration)","u":"deregisterCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"deregisterCacheEntryListener(CacheEntryListenerConfiguration)","u":"deregisterCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"deregisterCacheEntryListener(CacheEntryListenerConfiguration)","u":"deregisterCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"desc(String)","u":"desc(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"desc(ValueExtractor)","u":"desc(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"descendingIterator()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"descendingKeySet()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"descendingKeySet()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"descendingMap()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"descendingMap()"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"descendingSet()"},{"p":"com.tangosol.net.management.annotation","c":"Notification","l":"description()"},{"p":"com.tangosol.net.management.annotation","c":"MetricsLabels","l":"DESCRIPTOR_KEY"},{"p":"com.tangosol.net.management.annotation","c":"MetricsTag","l":"DESCRIPTOR_KEY"},{"p":"com.tangosol.net.management.annotation","c":"MetricsValue","l":"DESCRIPTOR_KEY"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"DESCRIPTOR_NAME"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"DESCRIPTOR_PROPERTY"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"DeserializationAccelerator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"DeserializationAccelerator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"DeserializationAccelerator(ValueExtractor, boolean)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,boolean)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"deserialize(Binary)","u":"deserialize(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"ExternalizableLiteSerializer","l":"deserialize(DataInput)","u":"deserialize(java.io.DataInput)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean.Serializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger.Serializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong.Serializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference.Serializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference.Serializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference.Serializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap.Serializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"EnumPofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"ExternalizableLitePofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"ExternalizablePofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"InetAddressSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"InetSocketAddressSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"OptionalDoubleSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"OptionalIntSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"OptionalLongSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"OptionalSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"PofAnnotationSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"PofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"PortableObjectSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"PortableTypeSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"PrincipalPofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.ExternalSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.SafePofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"SerializableSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"SubjectPofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"ThrowablePofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"XmlSerializablePofSerializer","l":"deserialize(PofReader)","u":"deserialize(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"deserialize(ReadBuffer.BufferInput)","u":"deserialize(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"deserialize(ReadBuffer.BufferInput)","u":"deserialize(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"deserialize(ReadBuffer.BufferInput)","u":"deserialize(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io","c":"Serializer","l":"deserialize(ReadBuffer.BufferInput)","u":"deserialize(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"deserialize(ReadBuffer.BufferInput)","u":"deserialize(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"deserialize(ReadBuffer.BufferInput, Class)","u":"deserialize(com.tangosol.io.ReadBuffer.BufferInput,java.lang.Class)"},{"p":"com.tangosol.io","c":"Serializer","l":"deserialize(ReadBuffer.BufferInput, Class)","u":"deserialize(com.tangosol.io.ReadBuffer.BufferInput,java.lang.Class)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"deserializeComparator(ByteString, Serializer)","u":"deserializeComparator(com.google.protobuf.ByteString,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"deserializeRequest(ByteString)","u":"deserializeRequest(com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"deserializeToBytesValue(Binary)","u":"deserializeToBytesValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"DESTROY"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"destroy()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"destroy()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"destroy()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"destroy()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"destroy()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"destroy()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"destroy()"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"destroy()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"destroy()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"destroy()"},{"p":"com.tangosol.net","c":"NamedCollection","l":"destroy()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"destroy()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"destroy(DestroyRequest)","u":"destroy(com.oracle.coherence.grpc.DestroyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"destroy(DestroyRequest)","u":"destroy(com.oracle.coherence.grpc.DestroyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"destroy(DestroyRequest, StreamObserver)","u":"destroy(com.oracle.coherence.grpc.DestroyRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"destroy(String, String)","u":"destroy(java.lang.String,java.lang.String)"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"destroyBinaryStore(BinaryStore)","u":"destroyBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"destroyBinaryStore(BinaryStore)","u":"destroyBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.io","c":"BinaryStoreManager","l":"destroyBinaryStore(BinaryStore)","u":"destroyBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"destroyBinaryStore(BinaryStore)","u":"destroyBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"destroyBinaryStore(BinaryStore)","u":"destroyBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"destroyCache(CoherenceBasedCacheManager, JCacheIdentifier)","u":"destroyCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,com.tangosol.coherence.jcache.common.JCacheIdentifier)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"destroyCache(CoherenceBasedCacheManager, JCacheIdentifier, NamedCache)","u":"destroyCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,com.tangosol.coherence.jcache.common.JCacheIdentifier,com.tangosol.net.NamedCache)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedConfiguration","l":"destroyCache(CoherenceBasedCacheManager, String)","u":"destroyCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheConfiguration","l":"destroyCache(CoherenceBasedCacheManager, String)","u":"destroyCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfiguration","l":"destroyCache(CoherenceBasedCacheManager, String)","u":"destroyCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"destroyCache(CoherenceBasedCacheManager, String)","u":"destroyCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCacheConfiguration","l":"destroyCache(CoherenceBasedCacheManager, String)","u":"destroyCache(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"destroyCache(NamedCache)","u":"destroyCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"CacheService","l":"destroyCache(NamedCache)","u":"destroyCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"destroyCache(NamedCache)","u":"destroyCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"destroyCache(NamedCache)","u":"destroyCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"destroyCache(NamedCache)","u":"destroyCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"destroyCache(NamedCache)","u":"destroyCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"destroyCache(String)","u":"destroyCache(java.lang.String)"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent.Type","l":"DESTROYED"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"destroyIndex(Map)","u":"destroyIndex(java.util.Map)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"destroyIndex(Map, MapIndex>)","u":"destroyIndex(java.util.Map)"},{"p":"com.tangosol.util.extractor","c":"IndexAwareExtractor","l":"destroyIndex(Map, MapIndex>)","u":"destroyIndex(java.util.Map)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"destroyPartition(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"destroyPartition(int)"},{"p":"com.tangosol.net.partition","c":"PartitionAwareBackingMap","l":"destroyPartition(int)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"destroyPartition(int)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"destroyPartition(int)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"destroySubscriberGroup(String)","u":"destroySubscriberGroup(java.lang.String)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"destroySubscriberGroup(String, String)","u":"destroySubscriberGroup(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"destroySubscription(long)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"destroySubscription(long, Subscriber.Id)","u":"destroySubscription(long,com.tangosol.net.topic.Subscriber.Id)"},{"p":"com.tangosol.net","c":"TopicService","l":"destroyTopic(NamedTopic)","u":"destroyTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"destroyTopic(NamedTopic)","u":"destroyTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"destroyTopic(NamedTopic)","u":"destroyTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"destroyTopic(NamedTopic)","u":"destroyTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffCollection(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffCollection(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffMap(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffMap(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffPackedInt(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffPackedInt(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffPackedInts(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker, int)","u":"diffPackedInts(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker,int)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffPackedLong(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffPackedLong(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffPackedLongs(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker, int)","u":"diffPackedLongs(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker,int)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffSparseArray(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffSparseArray(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffTimeZone(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffTimeZone(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffUniformCollection(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffUniformCollection(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffUniformKeysMap(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffUniformKeysMap(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffUniformMap(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffUniformMap(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffUniformSparseArray(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffUniformSparseArray(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffUniformValue(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker, int)","u":"diffUniformValue(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker,int)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffUserType(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffUserType(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"diffValue(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker)","u":"diffValue(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker)"},{"p":"com.tangosol.persistence","c":"ArchiverHelper.DirectoryFileFilter","l":"DirectoryFileFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"DirectoryLock(File, String)","u":"%3Cinit%3E(java.io.File,java.lang.String)"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"DirectorySnapshotArchiver(String, String, File)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.io.File)"},{"p":"com.tangosol.coherence.rest.config","c":"DirectQuery","l":"DirectQuery(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.rest.config","c":"DirectQuery","l":"DirectQuery(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"disable(String)","u":"disable(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"disableTokenNamed(String)","u":"disableTokenNamed(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.EvictionApprover","l":"DISAPPROVER"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"discard()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"discard()"},{"p":"com.tangosol.util","c":"RecyclingLinkedList.Node","l":"discard()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"discard()"},{"p":"com.tangosol.io","c":"Serializer","l":"discoverSerializers()"},{"p":"com.tangosol.io","c":"Serializer","l":"discoverSerializers(ClassLoader)","u":"discoverSerializers(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"discoverSessions()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent.Discriminator","l":"Discriminator(NonBlockingFiniteStateMachine, Object)","u":"%3Cinit%3E(com.tangosol.util.fsm.NonBlockingFiniteStateMachine,java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"dispatch(CoherenceCacheEventEventDispatcher)","u":"dispatch(com.tangosol.coherence.jcache.common.CoherenceCacheEventEventDispatcher)"},{"p":"com.tangosol.net","c":"MemberEvent","l":"dispatch(EventListener[])","u":"dispatch(java.util.EventListener[])"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"dispatch(EventListener[])","u":"dispatch(java.util.EventListener[])"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEventEventDispatcher","l":"dispatch(Iterable>)","u":"dispatch(java.lang.Iterable)"},{"p":"com.tangosol.net","c":"MemberEvent","l":"dispatch(Listeners)","u":"dispatch(com.tangosol.util.Listeners)"},{"p":"com.tangosol.util","c":"MapEvent","l":"dispatch(Listeners)","u":"dispatch(com.tangosol.util.Listeners)"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"dispatch(Listeners)","u":"dispatch(com.tangosol.util.Listeners)"},{"p":"com.tangosol.util","c":"MapEvent","l":"dispatch(Listeners, boolean)","u":"dispatch(com.tangosol.util.Listeners,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.InternalMapListener","l":"dispatch(MapEvent)","u":"dispatch(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapEvent","l":"dispatch(MapListener)","u":"dispatch(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"dispatchEvent(CacheEvent)","u":"dispatchEvent(com.tangosol.net.cache.CacheEvent)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"dispatchEvent(MapEvent)","u":"dispatchEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"dispatchEvent(MapEvent)","u":"dispatchEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"dispatchEvent(MapEvent)","u":"dispatchEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"dispatchEvent(OverflowMap.Status, int, Object, Object, Object, boolean)","u":"dispatchEvent(com.tangosol.net.cache.OverflowMap.Status,int,java.lang.Object,java.lang.Object,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"dispatchEvent(OverflowMap.Status, MapEvent)","u":"dispatchEvent(com.tangosol.net.cache.OverflowMap.Status,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"dispatchPendingEvent(K, int, V, boolean)","u":"dispatchPendingEvent(K,int,V,boolean)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"dispatchPendingEvent(Object, int, Object, boolean)","u":"dispatchPendingEvent(java.lang.Object,int,java.lang.Object,boolean)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"displayStatistics(Snapshot, String)","u":"displayStatistics(com.tangosol.persistence.Snapshot,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Disposable","l":"dispose()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"dispose()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryValue","l":"dispose()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"dispose()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"dispose()"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"dispose()"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"dispose()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"dispose()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"dispose()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"dispose()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"dispose()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"dispose()"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"dispose()"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"dispose()"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryValue","l":"dispose()"},{"p":"com.tangosol.net.events.application","c":"LifecycleEvent.Type","l":"DISPOSING"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"distinct()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"distinct()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"distinct()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"distinct()"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"distinct(Filter, ValueExtractor)","u":"distinct(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"distinct(Filter, ValueExtractor)","u":"distinct(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"distinct(ValueExtractor)","u":"distinct(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"distinct(ValueExtractor)","u":"distinct(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"distinctValues()"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"DistinctValues()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"distinctValues(String)","u":"distinctValues(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"DistinctValues(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"DistinctValues(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Aggregators","l":"distinctValues(ValueExtractor)","u":"distinctValues(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionedAction","l":"DISTRIBUTE"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"DistributedScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"DistributedScheme(PartitionedCacheDependencies)","u":"%3Cinit%3E(com.tangosol.internal.net.service.grid.PartitionedCacheDependencies)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"DISTRIBUTION"},{"p":"com.tangosol.coherence.dslquery.operator","c":"DivisionOperator","l":"DivisionOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"DoAsAction","l":"DoAsAction(PrivilegedAction)","u":"%3Cinit%3E(java.security.PrivilegedAction)"},{"p":"com.tangosol.net.security","c":"DoAsAction","l":"DoAsAction(Subject, PrivilegedAction)","u":"%3Cinit%3E(javax.security.auth.Subject,java.security.PrivilegedAction)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"doBalancePrimary(SimpleAssignmentStrategy.AnalysisContext, Member, PartitionSet, Member[])","u":"doBalancePrimary(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext,com.tangosol.net.Member,com.tangosol.net.partition.PartitionSet,com.tangosol.net.Member[])"},{"p":"com.tangosol.config.xml","c":"DocumentElementPreprocessor","l":"DocumentElementPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor","l":"DocumentProcessor(DocumentProcessor.Dependencies)","u":"%3Cinit%3E(com.tangosol.config.xml.DocumentProcessor.Dependencies)"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"doHttpRequest(URI)","u":"doHttpRequest(java.net.URI)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"doSerialization(WriteBuffer.BufferOutput, Object, Serializer[])","u":"doSerialization(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object,com.tangosol.io.Serializer[])"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"DOUBLE_ARRAY_EMPTY"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"DOUBLE_AVERAGE_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"DOUBLE_MAX_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"DOUBLE_MIN_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"DOUBLE_SUM_FUNCTION_BUILDER"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DoubleAdapter","l":"DoubleAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"DoubleArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"DoubleAverage()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"DoubleAverage(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"DoubleAverage(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doubleBinaryOperator(Remote.DoubleBinaryOperator)","u":"doubleBinaryOperator(com.tangosol.util.function.Remote.DoubleBinaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doubleConsumer(Remote.DoubleConsumer)","u":"doubleConsumer(com.tangosol.util.function.Remote.DoubleConsumer)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doubleFunction(Remote.DoubleFunction)","u":"doubleFunction(com.tangosol.util.function.Remote.DoubleFunction)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"DOUBLELITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"DOUBLELITERAL"},{"p":"com.tangosol.util.aggregator","c":"DoubleMax","l":"DoubleMax()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"doubleMax(String)","u":"doubleMax(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMax","l":"DoubleMax(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"doubleMax(ValueExtractor)","u":"doubleMax(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMax","l":"DoubleMax(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMin","l":"DoubleMin()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"doubleMin(String)","u":"doubleMin(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMin","l":"DoubleMin(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"doubleMin(ValueExtractor)","u":"doubleMin(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMin","l":"DoubleMin(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doublePredicate(Remote.DoublePredicate)","u":"doublePredicate(com.tangosol.util.function.Remote.DoublePredicate)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"doubleRotate(AbstractSparseArray.Node, boolean)","u":"doubleRotate(com.tangosol.util.AbstractSparseArray.Node,boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleSum","l":"DoubleSum()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"doubleSum(String)","u":"doubleSum(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"DoubleSum","l":"DoubleSum(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"doubleSum(ValueExtractor)","u":"doubleSum(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"DoubleSum","l":"DoubleSum(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doubleSupplier(Remote.DoubleSupplier)","u":"doubleSupplier(com.tangosol.util.function.Remote.DoubleSupplier)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doubleToIntFunction(Remote.DoubleToIntFunction)","u":"doubleToIntFunction(com.tangosol.util.function.Remote.DoubleToIntFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doubleToLongFunction(Remote.DoubleToLongFunction)","u":"doubleToLongFunction(com.tangosol.util.function.Remote.DoubleToLongFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"doubleUnaryOperator(Remote.DoubleUnaryOperator)","u":"doubleUnaryOperator(com.tangosol.util.function.Remote.DoubleUnaryOperator)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"doubleValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"doubleValue()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"doubleValue()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.DownConverter","l":"DownConverter(Serializer, Converter)","u":"%3Cinit%3E(com.tangosol.io.Serializer,com.tangosol.util.Converter)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"doWrite(WriteBuffer.BufferOutput, Object, Serializer)","u":"doWrite(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object,com.tangosol.io.Serializer)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"drainBacklog(long)"},{"p":"com.tangosol.net","c":"FlowControl","l":"drainBacklog(long)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"drainBacklog(long)"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"drainPermits()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"drainPermits()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"drainPermits()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder.DropCacheStatement","l":"DropCacheStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder","l":"DropCacheStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder.DropIndexStatement","l":"DropIndexStatement(String, ValueExtractor)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder","l":"DropIndexStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"dropWhile(Predicate)","u":"dropWhile(java.util.function.Predicate)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"dump()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"dump()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder.ServicesQueryPlusStatement","l":"dumpServiceInfo(ExecutionContext)","u":"dumpServiceInfo(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"dup(char, int)","u":"dup(char,int)"},{"p":"com.tangosol.util","c":"Base","l":"dup(char, int)","u":"dup(char,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"dup(String, int)","u":"dup(java.lang.String,int)"},{"p":"com.tangosol.util","c":"Base","l":"dup(String, int)","u":"dup(java.lang.String,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"DuplexingPofHandler(PofHandler, PofHandler)","u":"%3Cinit%3E(com.tangosol.io.pof.PofHandler,com.tangosol.io.pof.PofHandler)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"duplicateEntrySet(Map, Collection>, boolean)","u":"duplicateEntrySet(java.util.Map,java.util.Collection,boolean)"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"DURATION_HTTP_TIMEOUT"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"DURATION_RETRY_PERIOD"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"DURATION_RETRY_TIMEOUT"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_ALL"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_DELETED"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_INSERTED"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_KEYSET"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"E_NATURAL"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"E_SYNTHETIC"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_UPDATED"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_UPDATED_ENTERED"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_UPDATED_LEFT"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"E_UPDATED_WITHIN"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"EDITION_COMMUNITY"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"EDITION_DATA_CLIENT"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"EDITION_ENTERPRISE"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"EDITION_GRID"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"EDITION_REAL_TIME_CLIENT"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"EDITION_STANDARD"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"effectiveIndex(int)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"BackingMapSchemeProcessor","l":"ELEMENT_NAME"},{"p":"com.tangosol.coherence.config.builder","c":"ElementCalculatorBuilder","l":"ElementCalculatorBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ElementCalculatorProcessor","l":"ElementCalculatorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"ElementIterator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"ElementList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ElementProcessorHelper","l":"ElementProcessorHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"LiteSet","l":"elements()"},{"p":"com.tangosol.util","c":"StringTable","l":"elements()"},{"p":"com.tangosol.util","c":"Tree","l":"elements()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"emitLossNotification(PartitionSet)","u":"emitLossNotification(com.tangosol.net.partition.PartitionSet)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"EMPTY"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"EMPTY"},{"p":"com.tangosol.util","c":"Binary","l":"EMPTY"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"EMPTY"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"EMPTY"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"EMPTY"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"EMPTY_ARRAY"},{"p":"com.tangosol.util","c":"SubSet","l":"EMPTY_ARRAY"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"EMPTY_BINARY_ARRAY"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"EMPTY_BYTE_STRING"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"EMPTY_BYTES"},{"p":"com.tangosol.net.security","c":"SecurityHelper","l":"EMPTY_SUBJECT"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"empty(V)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"EmptyChannel(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.ssl","c":"EmptyKeyStoreLoader","l":"EmptyKeyStoreLoader()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"enable(String)","u":"enable(java.lang.String)"},{"p":"com.tangosol.net.security","c":"Security","l":"ENABLED"},{"p":"com.tangosol.net.topic","c":"Publisher.FailOnFull","l":"enabled()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CompleteOnEmpty","l":"enabled()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"enableManagement(String, boolean)","u":"enableManagement(java.lang.String,boolean)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"enableReference()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"enableReference()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"enableStatistics(String, boolean)","u":"enableStatistics(java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"enableTokenNamed(String)","u":"enableTokenNamed(java.lang.String)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"encode(byte[])"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"encode(byte[], boolean)","u":"encode(byte[],boolean)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"encode(byte[], int, int, boolean)","u":"encode(byte[],int,int,boolean)"},{"p":"com.tangosol.io.pof.reflect","c":"Codec","l":"encode(PofWriter, int, Object)","u":"encode(com.tangosol.io.pof.PofWriter,int,java.lang.Object)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.AbstractCodec","l":"encode(PofWriter, int, Object)","u":"encode(com.tangosol.io.pof.PofWriter,int,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"encodeAttribute(String, char)","u":"encodeAttribute(java.lang.String,char)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"encodeContent(String, boolean)","u":"encodeContent(java.lang.String,boolean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"PagedQueryHelper","l":"encodeCookie(PartitionSet, int)","u":"encodeCookie(com.tangosol.net.partition.PartitionSet,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"encodeExpiry(ReadBuffer, long)","u":"encodeExpiry(com.tangosol.io.ReadBuffer,long)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"encodeInitParams(XmlElement, XmlElement)","u":"encodeInitParams(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"encodePosition(int)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"encodeString(String)","u":"encodeString(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"encodeTinyInt(int)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"encodeUri(String)","u":"encodeUri(java.lang.String)"},{"p":"com.tangosol.net.security","c":"AccessController","l":"encrypt(Object, Subject)","u":"encrypt(java.lang.Object,javax.security.auth.Subject)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"encrypt(Object, Subject)","u":"encrypt(java.lang.Object,javax.security.auth.Subject)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"encrypt(Serializable, PrivateKey)","u":"encrypt(java.io.Serializable,java.security.PrivateKey)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"end()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"ENDANGERED"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"endBulkKeyProcess(Object[], SimpleOverflowMap.Status[])","u":"endBulkKeyProcess(java.lang.Object[],com.tangosol.net.cache.SimpleOverflowMap.Status[])"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"endComplexValue()"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"endComplexValue()"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"endComplexValue()"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"endComplexValue()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"endComplexValue()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"endComplexValue()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"endComplexValue()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"endKeyProcess(Object, OverflowMap.Status)","u":"endKeyProcess(java.lang.Object,com.tangosol.net.cache.OverflowMap.Status)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"endKeyProcess(Object, SimpleOverflowMap.Status)","u":"endKeyProcess(java.lang.Object,com.tangosol.net.cache.SimpleOverflowMap.Status)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"endMapProcess()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"endMapProcess()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"EndOfStatementOPToken","l":"EndOfStatementOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"EndOPToken","l":"EndOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"endProperty(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"endProperty(int)"},{"p":"com.tangosol.util","c":"Binary","l":"endsWith(Binary)","u":"endsWith(com.tangosol.util.Binary)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"enlist(TransactionMap, Object)","u":"enlist(com.tangosol.util.TransactionMap,java.lang.Object)"},{"p":"com.tangosol.util","c":"TransactionMap.Validator","l":"enlist(TransactionMap, Object)","u":"enlist(com.tangosol.util.TransactionMap,java.lang.Object)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"enrichEvent(MapEvent, Listeners)","u":"enrichEvent(com.tangosol.util.MapEvent,com.tangosol.util.Listeners)"},{"p":"com.tangosol.net","c":"Session","l":"ensure(SessionConfiguration)","u":"ensure(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"Session","l":"ensure(SessionConfiguration, Coherence.Mode)","u":"ensure(com.tangosol.net.SessionConfiguration,com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.util","c":"WrapperException","l":"ensure(Throwable)","u":"ensure(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"WrapperException","l":"ensure(Throwable, String)","u":"ensure(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"ensureActive()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"ensureAdded()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"ensureArgument(Object, String)","u":"ensureArgument(java.lang.Object,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"ensureBigDecimal(Number)","u":"ensureBigDecimal(java.lang.Number)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"ensureBigDecimal(Number)","u":"ensureBigDecimal(java.lang.Number)"},{"p":"com.tangosol.util","c":"Base","l":"ensureBigDecimal(Number)","u":"ensureBigDecimal(java.lang.Number)"},{"p":"com.tangosol.net","c":"LoadBalancer.SocketHandler","l":"ensureBuffer(Socket)","u":"ensureBuffer(java.net.Socket)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"ensureBufferOutput(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager","l":"ensureBundles(ParameterResolver, BundlingNamedCache)","u":"ensureBundles(com.tangosol.config.expression.ParameterResolver,com.tangosol.net.cache.BundlingNamedCache)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager","l":"ensureBundles(ParameterResolver, ReadWriteBackingMap.StoreWrapper)","u":"ensureBundles(com.tangosol.config.expression.ParameterResolver,com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"ensureCache(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, ClassLoader)","u":"ensureCache(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"ensureCache(MapEvent)","u":"ensureCache(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net","c":"CacheProvider","l":"ensureCache(String, ClassLoader)","u":"ensureCache(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"CacheService","l":"ensureCache(String, ClassLoader)","u":"ensureCache(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"ensureCache(String, ClassLoader)","u":"ensureCache(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"ensureCache(String, ClassLoader)","u":"ensureCache(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"ensureCache(String, ClassLoader, NamedMap.Option...)","u":"ensureCache(java.lang.String,java.lang.ClassLoader,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"ensureCache(String, ClassLoader, NamedMap.Option...)","u":"ensureCache(java.lang.String,java.lang.ClassLoader,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"ensureCache(String, ClassLoader, NamedMap.Option...)","u":"ensureCache(java.lang.String,java.lang.ClassLoader,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"ensureCapacity(int)"},{"p":"com.tangosol.net","c":"TopicService","l":"ensureChannelCount(String, int)","u":"ensureChannelCount(java.lang.String,int)"},{"p":"com.tangosol.net","c":"TopicService","l":"ensureChannelCount(String, int, int)","u":"ensureChannelCount(java.lang.String,int,int)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"ensureClassLoader(ClassLoader)","u":"ensureClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"ensureClassLoader(ClassLoader)","u":"ensureClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"Base","l":"ensureClassLoader(ClassLoader)","u":"ensureClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"ensureClient()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"ensureCluster()"},{"p":"com.oracle.coherence.cdi","c":"CoherenceExtension","l":"ensureCoherence(BeanManager)","u":"ensureCoherence(jakarta.enterprise.inject.spi.BeanManager)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"ensureCollection(Object)","u":"ensureCollection(java.lang.Object)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"ensureCompactness()"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"ensureConfigCCFMap(ClassLoader)","u":"ensureConfigCCFMap(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"ensureConfigMap(ClassLoader)","u":"ensureConfigMap(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"ensureConfiguredService(ParameterResolver, MapBuilder.Dependencies)","u":"ensureConfiguredService(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"TopicScheme","l":"ensureConfiguredService(ParameterResolver, MapBuilder.Dependencies)","u":"ensureConfiguredService(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"ensureConnection(SocketAddress)","u":"ensureConnection(java.net.SocketAddress)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"ensureConverted(Converter)","u":"ensureConverted(com.tangosol.util.Converter)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureConverted(InvocableMap.EntryProcessor)","u":"ensureConverted(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"ensureConverterDown()"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"ensureConverterKeyDown()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureConverters(NamedCache)","u":"ensureConverters(com.tangosol.net.NamedCache)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"ensureConverterUp()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"ensureDatagramSocketProvider(String, SocketProviderFactory.Dependencies, int)","u":"ensureDatagramSocketProvider(java.lang.String,com.tangosol.net.SocketProviderFactory.Dependencies,int)"},{"p":"com.tangosol.io","c":"FileHelper","l":"ensureDir(File)","u":"ensureDir(java.io.File)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"ensureDomain(String)","u":"ensureDomain(java.lang.String)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"ensureEffectiveIndex(int)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"ensureElement(String)","u":"ensureElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"ensureElement(String)","u":"ensureElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"ensureElement(XmlElement, String)","u":"ensureElement(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"ensureEraseBundler(int)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureEventQueue()"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"ensureExpired()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"ensureExtent(long)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"ensureExtent(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"ensureExtent(long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"ensureExtentInternal(long)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactoryManager","l":"ensureFactory(BerkeleyDBBinaryStoreManager)","u":"ensureFactory(com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"ensureFilter(ByteString, Serializer)","u":"ensureFilter(com.google.protobuf.ByteString,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"ensureFilter(ByteString, Serializer)","u":"ensureFilter(com.google.protobuf.ByteString,com.tangosol.io.Serializer)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"ensureFilter(NodeTerm, String, String, List, ParameterResolver, ExecutionContext)","u":"ensureFilter(com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.lang.String,java.lang.String,java.util.List,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"ensureGetBundler(int)"},{"p":"com.tangosol.net.management","c":"Registry","l":"ensureGlobalName(String)","u":"ensureGlobalName(java.lang.String)"},{"p":"com.tangosol.net.management","c":"Registry","l":"ensureGlobalName(String, Member)","u":"ensureGlobalName(java.lang.String,com.tangosol.net.Member)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureIndexMap()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureInflated(Object, Object)","u":"ensureInflated(java.lang.Object,java.lang.Object)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"ensureInitialized()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"ensureInitialized()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"ensureInitialized()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"ensureInitialized()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"ensureInitialized()"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"ensureInitialized()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"ensureInitialized(boolean)"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"ensureInputStream()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"ensureInstance(ConfigurableCacheFactory)","u":"ensureInstance(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureInternalCache()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"ensureInternalIterator()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"ensureInternalListener()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"ensureInvalidationStrategy()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"ensureIterator()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"ensureLifecycleListeners()"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"ensureListener(MapIndex)","u":"ensureListener(com.tangosol.util.MapIndex)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureListenerSupport()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"ensureLoadBundler(int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"ensureLoadFactor(SegmentedHashMap.Segment)","u":"ensureLoadFactor(com.tangosol.util.SegmentedHashMap.Segment)"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"ensureMap()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"ensureMapFilters()"},{"p":"com.tangosol.net.management","c":"MapJsonBodyHandler","l":"ensureMapJsonBodyHandler()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"ensureMapListenerSupport()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"ensureMutable()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"ensureNamespace(XmlElement, String, String)","u":"ensureNamespace(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"ensureNamespaceHandler(String, NamespaceHandler)","u":"ensureNamespaceHandler(java.lang.String,com.tangosol.config.xml.NamespaceHandler)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"ensureNamespaceHandler(String, NamespaceHandler)","u":"ensureNamespaceHandler(java.lang.String,com.tangosol.config.xml.NamespaceHandler)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"ensureNamespaceHandler(String, URI)","u":"ensureNamespaceHandler(java.lang.String,java.net.URI)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"ensureNamespaceHandler(String, URI)","u":"ensureNamespaceHandler(java.lang.String,java.net.URI)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"ensureOpen()"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"ensureOutputStream()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"ensurePersistenceException(Throwable)","u":"ensurePersistenceException(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"ensurePersistenceException(Throwable)","u":"ensurePersistenceException(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"ensurePersistenceException(Throwable)","u":"ensurePersistenceException(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"ensurePersistenceException(Throwable)","u":"ensurePersistenceException(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"ensurePersistenceException(Throwable, String)","u":"ensurePersistenceException(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"ensurePersistenceException(Throwable, String)","u":"ensurePersistenceException(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"ensurePersistenceException(Throwable, String)","u":"ensurePersistenceException(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"ensurePersistenceException(Throwable, String)","u":"ensurePersistenceException(java.lang.Throwable,java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"ensurePrimingListener()"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"ensurePutBundler(int)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"ensureQueueDaemon()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"ensureReadOnly()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"ensureReady()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"ensureReferenceRegistry()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"ensureReferenceRegistry()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"ensureRefreshThread()"},{"p":"com.tangosol.net.security","c":"SecurityProvider","l":"ensureRegistration()"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"ensureRemoveBundler(int)"},{"p":"com.tangosol.util","c":"DeltaSet","l":"ensureRemoved()"},{"p":"com.tangosol.util","c":"SubSet","l":"ensureRemoved()"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"ensureResults()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"ensureResults()"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"ensureResults()"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"ensureResults()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"ensureResults(boolean)"},{"p":"com.tangosol.util","c":"SubSet","l":"ensureRetained()"},{"p":"com.oracle.coherence.common.base","c":"Exceptions","l":"ensureRuntimeException(Throwable)","u":"ensureRuntimeException(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"Base","l":"ensureRuntimeException(Throwable)","u":"ensureRuntimeException(java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Exceptions","l":"ensureRuntimeException(Throwable, String)","u":"ensureRuntimeException(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"ensureRuntimeException(Throwable, String)","u":"ensureRuntimeException(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"ensureSafe(Comparator)","u":"ensureSafe(java.util.Comparator)"},{"p":"com.oracle.coherence.grpc","c":"SafeStreamObserver","l":"ensureSafeObserver(StreamObserver)","u":"ensureSafeObserver(io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"ensureSafeSet(Set)","u":"ensureSafeSet(java.util.Set)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"ensureSerializer(ClassLoader)","u":"ensureSerializer(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"ensureService(ServiceScheme)","u":"ensureService(com.tangosol.coherence.config.scheme.ServiceScheme)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"ensureService(String)","u":"ensureService(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"ensureService(String)","u":"ensureService(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"ensureService(String)","u":"ensureService(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"ensureService(String, Cluster)","u":"ensureService(java.lang.String,com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.scheme","c":"BaseGrpcCacheScheme","l":"ensureService(String, Cluster)","u":"ensureService(java.lang.String,com.tangosol.net.Cluster)"},{"p":"com.tangosol.net","c":"Cluster","l":"ensureService(String, String)","u":"ensureService(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"ensureService(XmlElement)","u":"ensureService(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"ensureServiceInternal(XmlElement)","u":"ensureServiceInternal(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"ensureSet()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"ensureSet(Set)","u":"ensureSet(java.util.Set)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"ensureSingletonMBean(String)","u":"ensureSingletonMBean(java.lang.String)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"ensureSocketException(IOException)","u":"ensureSocketException(java.io.IOException)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"ensureSocketProvider(String, SocketProviderFactory.Dependencies, int)","u":"ensureSocketProvider(java.lang.String,com.tangosol.net.SocketProviderFactory.Dependencies,int)"},{"p":"com.oracle.coherence.grpc","c":"ErrorsHelper","l":"ensureStatusRuntimeException(Throwable)","u":"ensureStatusRuntimeException(java.lang.Throwable)"},{"p":"com.oracle.coherence.grpc","c":"ErrorsHelper","l":"ensureStatusRuntimeException(Throwable, String)","u":"ensureStatusRuntimeException(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.ExplainStep","l":"ensureStep(Filter)","u":"ensureStep(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.TraceStep","l":"ensureStep(Filter)","u":"ensureStep(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.ExplainStep","l":"ensureStep(Filter)","u":"ensureStep(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.TraceStep","l":"ensureStep(Filter)","u":"ensureStep(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"ensureStoreBundler(int)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"ensureSubscriberGroup(String)","u":"ensureSubscriberGroup(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"ensureSubscriberGroup(String, Filter, ValueExtractor)","u":"ensureSubscriberGroup(java.lang.String,com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"ensureSubscriberGroup(String, String)","u":"ensureSubscriberGroup(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"ensureSubscriberGroup(String, String, Filter, ValueExtractor)","u":"ensureSubscriberGroup(java.lang.String,java.lang.String,com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"ensureSubscription(String, long, Subscriber.Id)","u":"ensureSubscription(java.lang.String,long,com.tangosol.net.topic.Subscriber.Id)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"ensureSubscription(String, long, Subscriber.Id, boolean)","u":"ensureSubscription(java.lang.String,long,com.tangosol.net.topic.Subscriber.Id,boolean)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"ensureSubscription(String, SubscriberGroupId, Subscriber.Id, Filter, ValueExtractor)","u":"ensureSubscription(java.lang.String,com.tangosol.internal.net.topic.impl.paged.model.SubscriberGroupId,com.tangosol.net.topic.Subscriber.Id,com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"ensureSynchronized(boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"ensureSynthetic()"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"ensureTarget()"},{"p":"com.tangosol.util","c":"Daemon","l":"ensureThreadGroup()"},{"p":"com.tangosol.net","c":"TopicService","l":"ensureTopic(String, ClassLoader)","u":"ensureTopic(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"ensureTopic(String, ClassLoader, NamedCollection.Option...)","u":"ensureTopic(java.lang.String,java.lang.ClassLoader,com.tangosol.net.NamedCollection.Option...)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"ensureTopic(String, ClassLoader, NamedCollection.Option...)","u":"ensureTopic(java.lang.String,java.lang.ClassLoader,com.tangosol.net.NamedCollection.Option...)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"ensureTopic(String, ClassLoader, NamedCollection.Option...)","u":"ensureTopic(java.lang.String,java.lang.ClassLoader,com.tangosol.net.NamedCollection.Option...)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"ensureTopic(String, NamedCollection.Option...)","u":"ensureTopic(java.lang.String,com.tangosol.net.NamedCollection.Option...)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"ensureTracingDaemonPool(DaemonPool)","u":"ensureTracingDaemonPool(com.tangosol.internal.util.DaemonPool)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"ensureTrashDir()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"ensureType(int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofReflectionHelper","l":"ensureType(Object, int, PofContext)","u":"ensureType(java.lang.Object,int,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.net","c":"CacheProvider","l":"ensureTypedCache(String, ClassLoader, TypeAssertion)","u":"ensureTypedCache(java.lang.String,java.lang.ClassLoader,com.tangosol.net.cache.TypeAssertion)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"ensureTypedCache(String, ClassLoader, TypeAssertion)","u":"ensureTypedCache(java.lang.String,java.lang.ClassLoader,com.tangosol.net.cache.TypeAssertion)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"ensureUnconverted(Converter)","u":"ensureUnconverted(com.tangosol.util.Converter)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"ensureUpdatedPartitions()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"ensureValid()"},{"p":"com.tangosol.util","c":"SetMap","l":"ensureValue(Object)","u":"ensureValue(java.lang.Object)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"ensureValueExtractor(ByteString, Serializer)","u":"ensureValueExtractor(com.google.protobuf.ByteString,com.tangosol.io.Serializer)"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"enter()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"enter()"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"enter(long)"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"enter(long)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"entering(Class, String, Object...)","u":"entering(java.lang.Class,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"ENTRY"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"ENTRY_DELETED"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"ENTRY_DELETED"},{"p":"com.tangosol.util","c":"MapEvent","l":"ENTRY_DELETED"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"ENTRY_INSERTED"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"ENTRY_INSERTED"},{"p":"com.tangosol.util","c":"MapEvent","l":"ENTRY_INSERTED"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"ENTRY_OVERHEAD"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"ENTRY_TO_KEY_CONVERTER"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"ENTRY_TO_VALUE_CONVERTER"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"ENTRY_UPDATED"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"ENTRY_UPDATED"},{"p":"com.tangosol.util","c":"MapEvent","l":"ENTRY_UPDATED"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ObservableHashMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Entry","l":"Entry(Binary, Binary)","u":"%3Cinit%3E(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"Entry(Binary, Binary, Binary, long, BackingMapManagerContext)","u":"%3Cinit%3E(com.tangosol.util.Binary,com.tangosol.util.Binary,com.tangosol.util.Binary,long,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.Entry","l":"Entry(K, V)","u":"%3Cinit%3E(K,V)"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"Entry(Object, Object)","u":"%3Cinit%3E(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"Entry(Object, Object)","u":"%3Cinit%3E(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.Entry","l":"Entry(Object, Object)","u":"%3Cinit%3E(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet.Entry","l":"Entry(Object, Object)","u":"%3Cinit%3E(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"Entry(Object, Object, int)","u":"%3Cinit%3E(java.lang.Object,java.lang.Object,int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntryActionAdapter","l":"EntryActionAdapter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntryAttributes","l":"EntryAttributes(long, long, int)","u":"%3Cinit%3E(long,long,int)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"EntryComparator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"EntryComparator(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"EntryComparator(Comparator, int)","u":"%3Cinit%3E(java.util.Comparator,int)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"entryConsumer(StreamObserver)","u":"entryConsumer(io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.DeactivationListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfigurationMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughMapListenerAdapter","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"CachingMap.DeactivationListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"CachingMap.FrontMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.DeactivationListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.InternalMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SeppukuMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache.VersionCacheListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"AbstractMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.IndexAdapter","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.MapListenerAdapter","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MultiplexingMapListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.WrapperPrimingListener","l":"entryDeleted(MapEvent)","u":"entryDeleted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryEventHandler","l":"EntryEventHandler(EventObserverSupport.EventObserver>)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.tangosol.util.extractor","c":"EntryExtractor","l":"EntryExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"EntryExtractor","l":"EntryExtractor(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"entryFromBucket(SegmentedHashMap.Entry[], int)","u":"entryFromBucket(com.tangosol.util.SegmentedHashMap.Entry[],int)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughMapListenerAdapter","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.InternalMapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SeppukuMapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"AbstractMapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.IndexAdapter","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.MapListenerAdapter","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MultiplexingMapListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.WrapperPrimingListener","l":"entryInserted(MapEvent)","u":"entryInserted(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache.EntryIterator","l":"EntryIterator(Iterator>, LocalCache)","u":"%3Cinit%3E(java.util.Iterator,com.tangosol.coherence.jcache.localcache.LocalCache)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache.EntryIterator","l":"EntryIterator(Iterator>, PartitionedCache)","u":"%3Cinit%3E(java.util.Iterator,com.tangosol.coherence.jcache.partitionedcache.PartitionedCache)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryProcessorEventHandler","l":"EntryProcessorEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"EntryResource(NamedCache, Object, Class)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,java.lang.Object,java.lang.Class)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"entrySet()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"entrySet()"},{"p":"com.tangosol.io.pof","c":"PofHelper.ReadableEntrySetMap","l":"entrySet()"},{"p":"com.tangosol.io.pof","c":"PofHelper.WriteableEntrySetMap","l":"entrySet()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"entrySet()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"entrySet()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"entrySet()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"ChainedMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"EntrySetMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"SetMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"entrySet()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"entrySet()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"LocalCache.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ChainedMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"EntrySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"entrySet(BiConsumer)","u":"entrySet(java.util.function.BiConsumer)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"entrySet(CacheRequestHolder, StreamObserver)","u":"entrySet(com.oracle.coherence.grpc.CacheRequestHolder,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"entrySet(Consumer>)","u":"entrySet(java.util.function.Consumer)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"entrySet(EntrySetRequest, StreamObserver)","u":"entrySet(com.oracle.coherence.grpc.EntrySetRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"entrySet(EntrySetRequest, StreamObserver)","u":"entrySet(com.oracle.coherence.grpc.EntrySetRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"entrySet(EntrySetRequest, StreamObserver)","u":"entrySet(com.oracle.coherence.grpc.EntrySetRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"entrySet(Filter)","u":"entrySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"entrySet(Filter)","u":"entrySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"entrySet(Filter)","u":"entrySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"entrySet(Filter)","u":"entrySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterQueryMap","l":"entrySet(Filter)","u":"entrySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"QueryMap","l":"entrySet(Filter)","u":"entrySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"entrySet(Filter, Comparator)","u":"entrySet(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"entrySet(Filter, Comparator)","u":"entrySet(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"entrySet(Filter, Comparator)","u":"entrySet(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"entrySet(Filter, Comparator)","u":"entrySet(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterQueryMap","l":"entrySet(Filter, Comparator)","u":"entrySet(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.util","c":"QueryMap","l":"entrySet(Filter, Comparator)","u":"entrySet(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"entrySet(Filter)","u":"entrySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"entrySet(Filter, BiConsumer)","u":"entrySet(com.tangosol.util.Filter,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"entrySet(Filter, Comparator)","u":"entrySet(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"entrySet(Filter, Consumer>)","u":"entrySet(com.tangosol.util.Filter,java.util.function.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"entrySet(InvocableMap)","u":"entrySet(com.tangosol.util.InvocableMap)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"entrySet(String, String, String, ByteString)","u":"entrySet(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"entrySet(String, String, String, ByteString, ByteString)","u":"entrySet(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"entrySetInternal(Filter)","u":"entrySetInternal(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"entrySetInternal(Filter, Comparator)","u":"entrySetInternal(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.EntrySet.EntrySetIterator","l":"EntrySetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.EntrySet.EntrySetIterator","l":"EntrySetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.EntrySetIterator","l":"EntrySetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet.EntrySetIterator","l":"EntrySetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet.EntrySetIterator","l":"EntrySetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet.EntrySetIterator","l":"EntrySetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"EntrySetMap","l":"EntrySetMap(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"EntrySetResource(NamedCache, Set, Class)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,java.util.Set,java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.EvictionPolicy","l":"entryTouched(ConfigurableCacheMap.Entry)","u":"entryTouched(com.tangosol.net.cache.ConfigurableCacheMap.Entry)"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalEvictionPolicy","l":"entryTouched(ConfigurableCacheMap.Entry)","u":"entryTouched(com.tangosol.net.cache.ConfigurableCacheMap.Entry)"},{"p":"com.tangosol.net.cache","c":"SerializationCache.InternalEvictionPolicy","l":"entryTouched(ConfigurableCacheMap.Entry)","u":"entryTouched(com.tangosol.net.cache.ConfigurableCacheMap.Entry)"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"entryUpdated(ConfigurableCacheMap.Entry)","u":"entryUpdated(com.tangosol.net.cache.ConfigurableCacheMap.Entry)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.DeactivationListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSyntheticDeleteMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughMapListenerAdapter","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"CachingMap.DeactivationListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.DeactivationListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.InternalMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SeppukuMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache.VersionCacheListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"AbstractMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.IndexAdapter","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.MapListenerAdapter","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MultiplexingMapListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.WrapperPrimingListener","l":"entryUpdated(MapEvent)","u":"entryUpdated(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.rest.providers","c":"EntryWriter","l":"EntryWriter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"EntryWriter","l":"EntryWriter(MarshallerRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.rest.io.MarshallerRegistry)"},{"p":"com.tangosol.util","c":"EnumerationIterator","l":"EnumerationIterator(Enumeration)","u":"%3Cinit%3E(java.util.Enumeration)"},{"p":"com.tangosol.io.pof","c":"EnumPofSerializer","l":"EnumPofSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"EnumProcessor","l":"EnumProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"ENVIRONMENT_NAME_PREFIX"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"EnvironmentHolder(BerkeleyDBBinaryStoreManager)","u":"%3Cinit%3E(com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager)"},{"p":"com.tangosol.util","c":"Filters","l":"equal(String, E)","u":"equal(java.lang.String,E)"},{"p":"com.tangosol.util","c":"Filters","l":"equal(ValueExtractor, E)","u":"equal(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util","c":"Binary","l":"equals(byte[], int, byte[], int, int)","u":"equals(byte[],int,byte[],int,int)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.cdi","c":"AnnotationInstance","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.cdi","c":"AnnotationLiteral","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"IdentityHolder","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcMetricsInterceptor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.MapListenerAdapter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryKey","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry.SchemeMappingKey","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TopicMappingProcessor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryListenerRegistration","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofPrincipal","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawYearMonthInterval","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.EventRouter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.HashcodeComparator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion.WithTypesAssertion","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.management","c":"ObjectNameExcludeFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"SocketAddressProvider","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.net","c":"ValueTypeAssertion.WithValueTypeAssertion","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractByteSequence","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractMapListener","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"Binary","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"CacheCollator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ClassFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.comparator","c":"InverseComparator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"CompositeKey","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterHolder","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"Fragment","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent.Discriminator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList.ListView","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SetView","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SortedSetView","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList.ListView","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList.SetView","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.IndexAdapter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"LongArray","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"MultiplexingMapListener","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullFilter","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryKey","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"StringTable","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"SubList","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"Tree","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"UID","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"UUID","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Objects","l":"equals(Object, Object)","u":"equals(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"Base","l":"equals(Object, Object)","u":"equals(java.lang.Object,java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Hasher","l":"equals(V, V)","u":"equals(V,V)"},{"p":"com.oracle.coherence.common.base","c":"IdentityHasher","l":"equals(V, V)","u":"equals(V,V)"},{"p":"com.oracle.coherence.common.base","c":"NaturalHasher","l":"equals(V, V)","u":"equals(V,V)"},{"p":"com.oracle.coherence.common.base","c":"Objects","l":"equalsDeep(Object, Object)","u":"equalsDeep(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"Base","l":"equalsDeep(Object, Object)","u":"equalsDeep(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"equalsElement(XmlElement, XmlElement)","u":"equalsElement(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.filter","c":"EqualsFilter","l":"EqualsFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"EqualsFilter","l":"EqualsFilter(String, E)","u":"%3Cinit%3E(java.lang.String,E)"},{"p":"com.tangosol.util.filter","c":"EqualsFilter","l":"EqualsFilter(ValueExtractor, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"equalsMostly(Subject, Subject)","u":"equalsMostly(javax.security.auth.Subject,javax.security.auth.Subject)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE","l":"equalsName(String)","u":"equalsName(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"EqualsOperator","l":"EqualsOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"equalsValue(Object)","u":"equalsValue(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"equalsValue(Object, Object)","u":"equalsValue(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"equalsValue(XmlValue, XmlValue)","u":"equalsValue(com.tangosol.run.xml.XmlValue,com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.io","c":"AbstractBinaryStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"BinaryStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"erase(Binary)","u":"erase(com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheBinaryEntryStore","l":"erase(BinaryEntry)","u":"erase(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"BinaryEntryStore","l":"erase(BinaryEntry)","u":"erase(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"NonBlockingEntryStore","l":"erase(BinaryEntry)","u":"erase(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"AbstractCacheStore","l":"erase(K)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"erase(K)"},{"p":"com.tangosol.net.cache","c":"CacheStore","l":"erase(K)"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"erase(K)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"erase(long, R, Object)","u":"erase(long,R,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"erase(long, R, Object)","u":"erase(long,R,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"erase(long, ReadBuffer)","u":"erase(long,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"erase(long, ReadBuffer, Object)","u":"erase(long,com.tangosol.io.ReadBuffer,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"erase(Object)","u":"erase(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"erase(ReadWriteBackingMap.Entry)","u":"erase(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.io","c":"AbstractBinaryStore","l":"eraseAll()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"eraseAll()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"eraseAll()"},{"p":"com.tangosol.io","c":"BinaryStore","l":"eraseAll()"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"eraseAll()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"eraseAll()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"eraseAll()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"eraseAll()"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"eraseAll(Collection)","u":"eraseAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"CacheStore","l":"eraseAll(Collection)","u":"eraseAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"eraseAll(Collection)","u":"eraseAll(java.util.Collection)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheBinaryEntryStore","l":"eraseAll(Set)","u":"eraseAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"eraseAll(Set)","u":"eraseAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"BinaryEntryStore","l":"eraseAll(Set>)","u":"eraseAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"NonBlockingEntryStore","l":"eraseAll(Set>)","u":"eraseAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"eraseAllInternal(Set)","u":"eraseAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"eraseAllInternal(Set)","u":"eraseAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"eraseAllInternal(Set)","u":"eraseAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"eraseAllInternal(Set)","u":"eraseAllInternal(java.util.Set)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"eraseInternal(long, ReadBuffer, Object)","u":"eraseInternal(long,com.tangosol.io.ReadBuffer,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"eraseInternal(ReadWriteBackingMap.Entry)","u":"eraseInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"eraseInternal(ReadWriteBackingMap.Entry)","u":"eraseInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"eraseInternal(ReadWriteBackingMap.Entry)","u":"eraseInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"eraseInternal(ReadWriteBackingMap.Entry)","u":"eraseInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.EraseOperation","l":"EraseOperation(long, ReadBuffer)","u":"%3Cinit%3E(long,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"eraseStore()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"eraseStore()"},{"p":"com.tangosol.util","c":"Base","l":"err()"},{"p":"com.tangosol.util","c":"Base","l":"err(Class)","u":"err(java.lang.Class)"},{"p":"com.tangosol.util","c":"Base","l":"err(Object)","u":"err(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"err(String)","u":"err(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"err(String)","u":"err(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"err(String, Throwable)","u":"err(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"err(Supplier)","u":"err(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"err(Supplier, Throwable)","u":"err(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"err(Throwable)","u":"err(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"Base","l":"err(Throwable)","u":"err(java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"ERROR"},{"p":"com.tangosol.run.xml","c":"SaxParser.ValidationHandler","l":"error(SAXParseException)","u":"error(org.xml.sax.SAXParseException)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"error(String, Throwable)","u":"error(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.ErrorHandlingConverter","l":"ErrorHandlingConverter(Converter)","u":"%3Cinit%3E(com.tangosol.util.Converter)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"escape(char, char[], int)","u":"escape(char,char[],int)"},{"p":"com.tangosol.util","c":"Base","l":"escape(char, char[], int)","u":"escape(char,char[],int)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"establishMapListeners(Map, ParameterResolver, MapBuilder.Dependencies)","u":"establishMapListeners(java.util.Map,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"establishMapListeners(Map, ParameterResolver, MapBuilder.Dependencies)","u":"establishMapListeners(java.util.Map,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"ObservableCachingScheme","l":"establishMapListeners(Map, ParameterResolver, MapBuilder.Dependencies)","u":"establishMapListeners(java.util.Map,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"establishMapListeners(Map, ParameterResolver, MapBuilder.Dependencies)","u":"establishMapListeners(java.util.Map,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"establishMapListeners(Map, ParameterResolver, MapBuilder.Dependencies)","u":"establishMapListeners(java.util.Map,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"etReadLocatorBuilder(ReadLocatorBuilder)","u":"etReadLocatorBuilder(com.tangosol.coherence.config.builder.ReadLocatorBuilder)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"EVAL_COST"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"evalLine(String)","u":"evalLine(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"evaluate(MapEvent)","u":"evaluate(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"evaluate(MapEvent)","u":"evaluate(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"evaluate(MapEvent)","u":"evaluate(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.FrontFilterConverter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.net.management","c":"ObjectNameExcludeFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.SafetyFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.util","c":"ClassFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullFilter","l":"evaluate(Object)","u":"evaluate(java.lang.Object)"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.CacheRefExpression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.CollectionRefExpression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.ResourceRefExpression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.SchemeRefExpression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.config.expression","c":"Expression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"evaluate(ParameterResolver)","u":"evaluate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util.stream","c":"RemotePipeline","l":"evaluate(Stream>)","u":"evaluate(java.util.stream.Stream)"},{"p":"com.oracle.coherence.common.base","c":"Predicate","l":"evaluate(T)"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"evaluate(T)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"evaluate(T)"},{"p":"com.tangosol.util","c":"Filter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"WrapperQueryRecorderFilter","l":"evaluate(T)"},{"p":"com.tangosol.util.filter","c":"ScriptFilter","l":"evaluate(V)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"evaluateEntry(Filter, K, V)","u":"evaluateEntry(com.tangosol.util.Filter,K,V)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"evaluateEntry(Filter, Map.Entry)","u":"evaluateEntry(com.tangosol.util.Filter,java.util.Map.Entry)"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"WrapperQueryRecorderFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"evaluateEntry(Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"evaluateEntry(java.util.Map.Entry,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"evaluateEntry(Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"evaluateEntry(java.util.Map.Entry,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"evaluateEntry(Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"evaluateEntry(java.util.Map.Entry,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"evaluateEntry(Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"evaluateEntry(java.util.Map.Entry,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"evaluateEntry(Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"evaluateEntry(java.util.Map.Entry,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"EntryFilter","l":"evaluateEntry(Map.Entry)","u":"evaluateEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"evaluateEvent(Filter, MapEvent)","u":"evaluateEvent(com.tangosol.util.Filter,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"ContainsFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"EqualsFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"GreaterEqualsFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"NotEqualsFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"RegexFilter","l":"evaluateExtracted(E)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"evaluateExtracted(Object)","u":"evaluateExtracted(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"evaluateFilter(Filter, Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep)","u":"evaluateFilter(com.tangosol.util.Filter,java.util.Map.Entry,com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"evaluateGUID(String, String[], Set, int)","u":"evaluateGUID(java.lang.String,java.lang.String[],java.util.Set,int)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.DataStructureRefExpression","l":"evaluateName(ParameterResolver, Class, String)","u":"evaluateName(com.tangosol.config.expression.ParameterResolver,java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"evaluateOriginalEntry(Filter, MapTrigger.Entry)","u":"evaluateOriginalEntry(com.tangosol.util.Filter,com.tangosol.util.MapTrigger.Entry)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"EventHandler(EventObserverSupport.EventObserver, Class)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver,java.lang.Class)"},{"p":"com.tangosol.net.events","c":"EventHelper","l":"EventHelper()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport","l":"EventObserverSupport()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AnyListener","l":"eventOccurred(AnyEvent)","u":"eventOccurred(com.tangosol.util.AnyEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.EventRouter","l":"EventRouter(MapListener, boolean)","u":"%3Cinit%3E(com.tangosol.util.MapListener,boolean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"events(StreamObserver)","u":"events(io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"events(StreamObserver)","u":"events(io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"events(StreamObserver)","u":"events(io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"eventTypes()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"evict()"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"evict()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"evict()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"evict()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"evict()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"evict()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"evict()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"evict()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"evict(Map)","u":"evict(java.util.Map)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"evict(Object)","u":"evict(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"evict(Object)","u":"evict(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"evict(Object)","u":"evict(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"evict(Object)","u":"evict(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"evict(Object)","u":"evict(java.lang.Object)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"evictAll(Collection)","u":"evictAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"evictAll(Collection)","u":"evictAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"evictAll(Collection)","u":"evictAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"evictAll(Collection)","u":"evictAll(java.util.Collection)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"evictAll(Collection)","u":"evictAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EvictingBackupMap","l":"EvictingBackupMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"EVICTION_POLICY_EXTERNAL"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"EVICTION_POLICY_HYBRID"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"EVICTION_POLICY_LFU"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"EVICTION_POLICY_LRU"},{"p":"com.tangosol.coherence.config.builder","c":"EvictionPolicyBuilder","l":"EvictionPolicyBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"EvictionPolicyProcessor","l":"EvictionPolicyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"EvolvableHolder","l":"EvolvableHolder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"exact()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"exact(boolean)"},{"p":"com.oracle.coherence.common.base","c":"Exceptions","l":"Exceptions()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Backlog.Type","l":"EXCESSIVE"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"exclusiveLocksMap()"},{"p":"com.oracle.coherence.common.base","c":"Lockable","l":"exclusively()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"exclusively()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"exclusively()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"execute()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask","l":"execute()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.OpenTask","l":"execute()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.Task","l":"execute()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"execute(Callable)","u":"execute(java.util.concurrent.Callable)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder.CommandsQueryPlusStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder.HelpQueryPlusStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder.SanityCheckQueryPlusStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder.ServicesQueryPlusStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder.SetTimeoutStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder.TraceQueryPlusStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder.WheneverQueryPlusStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder.BackupStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder.CreateCacheStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder.CreateIndexStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder.DeleteStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder.DropCacheStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder.DropIndexStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery","c":"Statement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder.CreateSnapshotStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder.ForceRecoveryStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder.ListArchiverStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder.ListServicesStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder.ListSnapshotsStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder.RecoverSnapshotStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder.RemoveSnapshotStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder.ResumeServiceStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder.SuspendServiceStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder.ValidateSnapshotStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder.QueryRecorderStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder.RestoreStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.AsyncSelectStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder.SourceStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder.TruncateCacheStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"execute(ExecutionContext)","u":"execute(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.net","c":"InvocationService","l":"execute(Invocable, Set, InvocationObserver)","u":"execute(com.tangosol.net.Invocable,java.util.Set,com.tangosol.net.InvocationObserver)"},{"p":"com.tangosol.net","c":"WrapperInvocationService","l":"execute(Invocable, Set, InvocationObserver)","u":"execute(com.tangosol.net.Invocable,java.util.Set,com.tangosol.net.InvocationObserver)"},{"p":"com.tangosol.coherence.rest.query","c":"Query","l":"execute(NamedCache, ValueExtractor, String, int, int)","u":"execute(com.tangosol.net.NamedCache,com.tangosol.util.ValueExtractor,java.lang.String,int,int)"},{"p":"com.tangosol.coherence.dslquery","c":"StatementExecutor","l":"execute(Reader, ExecutionContext)","u":"execute(java.io.Reader,com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"execute(Remote.Function)","u":"execute(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"execute(Remote.Function)","u":"execute(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"execute(Remote.Runnable)","u":"execute(com.tangosol.util.function.Remote.Runnable)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"execute(Runnable)","u":"execute(java.lang.Runnable)"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"execute(Runnable)","u":"execute(java.lang.Runnable)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"execute(Runnable)","u":"execute(java.lang.Runnable)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder.DeleteStatement","l":"executeAsync(ExecutionContext)","u":"executeAsync(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery","c":"Statement","l":"executeAsync(ExecutionContext)","u":"executeAsync(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"executeAsync(ExecutionContext)","u":"executeAsync(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"executeAsync(ExecutionContext)","u":"executeAsync(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"executeAsync(ExecutionContext)","u":"executeAsync(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryProcessorEvent.Type","l":"EXECUTED"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"executePeriodicTask(Runnable, long)","u":"executePeriodicTask(java.lang.Runnable,long)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"executeQuery(String, ValueExtractor, int, int, String)","u":"executeQuery(java.lang.String,com.tangosol.util.ValueExtractor,int,int,java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"executeQuery(UriInfo, ValueExtractor, int, int, String)","u":"executeQuery(jakarta.ws.rs.core.UriInfo,com.tangosol.util.ValueExtractor,int,int,java.lang.String)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"executeStatement(String)","u":"executeStatement(java.lang.String)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"executeStatement(String, ExecutionContext)","u":"executeStatement(java.lang.String,com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"executeTask(AbstractPersistenceManager.Task)","u":"executeTask(com.tangosol.persistence.AbstractPersistenceManager.Task)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"executeTask(Runnable)","u":"executeTask(java.lang.Runnable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"executeTaskExclusive(AbstractPersistenceManager.Task)","u":"executeTaskExclusive(com.tangosol.persistence.AbstractPersistenceManager.Task)"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryProcessorEvent.Type","l":"EXECUTING"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"ExecutionContext()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"EXECUTOR_NAME"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"EXECUTOR_TYPE"},{"p":"com.tangosol.net.management","c":"Registry","l":"EXECUTOR_TYPE"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ExecutorProcessor","l":"ExecutorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"exists()"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"exists(ID)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"exists(ID)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"exists(long)"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"exit()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"exit()"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"exiting(Class, String)","u":"exiting(java.lang.Class,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"exiting(Class, String, Object, Object...)","u":"exiting(java.lang.Class,java.lang.String,java.lang.Object,java.lang.Object...)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.ExpirableStatus","l":"ExpirableStatus()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"expire(long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"expire(long)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"expire(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"expire(long)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"expire(long)"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"EXPIRED"},{"p":"com.tangosol.net.cache","c":"CacheMap","l":"EXPIRY_DEFAULT"},{"p":"com.tangosol.net.cache","c":"CacheMap","l":"EXPIRY_NEVER"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder.RecordType","l":"EXPLAIN"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder","l":"EXPLAIN_INSTANCE"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"explain(Filter, Map, Set, QueryRecord.PartialResult.ExplainStep)","u":"explain(com.tangosol.util.Filter,java.util.Map,java.util.Set,com.tangosol.util.QueryRecord.PartialResult.ExplainStep)"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"explain(Filter, Map, Set, QueryRecord.PartialResult.ExplainStep, ValueExtractor)","u":"explain(com.tangosol.util.Filter,java.util.Map,java.util.Set,com.tangosol.util.QueryRecord.PartialResult.ExplainStep,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set)","u":"explain(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.ExplainStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set)","u":"explain(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.ExplainStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set)","u":"explain(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.ExplainStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"QueryRecorderFilter","l":"explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set)","u":"explain(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.ExplainStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"WrapperQueryRecorderFilter","l":"explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set)","u":"explain(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.ExplainStep,java.util.Set)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.ExplainStep","l":"ExplainStep(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"expression(int)"},{"p":"com.tangosol.coherence.config.xml","c":"CacheConfigNamespaceHandler.Extension","l":"extend(CacheConfigNamespaceHandler)","u":"extend(com.tangosol.coherence.config.xml.CacheConfigNamespaceHandler)"},{"p":"com.tangosol.coherence.config.xml","c":"OperationalConfigNamespaceHandler.Extension","l":"extend(OperationalConfigNamespaceHandler)","u":"extend(com.tangosol.coherence.config.xml.OperationalConfigNamespaceHandler)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder.ExtendedLanguageCommandOPToken","l":"ExtendedLanguageCommandOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement","l":"ExtendedLanguageQueryPlusStatement(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder","l":"ExtendedLanguageStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"extendedSqlTokenTable()"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"ExtendPreprocessor","l":"ExtendPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"ExtensibleConfigurableCacheFactory(ExtensibleConfigurableCacheFactory.Dependencies)","u":"%3Cinit%3E(com.tangosol.net.ExtensibleConfigurableCacheFactory.Dependencies)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"extents()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"extents()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"extents()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"ExternalizableHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"ExternalizableLitePofSerializer","l":"ExternalizableLitePofSerializer(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io.pof","c":"ExternalizablePofSerializer","l":"ExternalizablePofSerializer(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"ExternalScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.ExternalSerializer","l":"ExternalSerializer(Serializer, boolean)","u":"%3Cinit%3E(com.tangosol.io.Serializer,boolean)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"extract(Collection)","u":"extract(java.util.Collection)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"extract(Object)","u":"extract(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"extract(Object)","u":"extract(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"extract(Object)","u":"extract(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"extract(Object)","u":"extract(java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"extract(Object)","u":"extract(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"extract(Object)","u":"extract(java.lang.Object)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"extract(Object[])","u":"extract(java.lang.Object[])"},{"p":"com.tangosol.util","c":"Extractors","l":"extract(String)","u":"extract(java.lang.String)"},{"p":"com.tangosol.util","c":"Processors","l":"extract(String)","u":"extract(java.lang.String)"},{"p":"com.tangosol.util","c":"Extractors","l":"extract(String, Object...)","u":"extract(java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"FragmentExtractor","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"ScriptValueExtractor","l":"extract(T)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"extract(T)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"extract(T)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"extract(T)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"extract(V)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"extract(ValueExtractor)","u":"extract(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"extract(ValueExtractor)","u":"extract(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Processors","l":"extract(ValueExtractor)","u":"extract(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"extract(ValueExtractor)","u":"extract(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"QueryMap.Entry","l":"extract(ValueExtractor)","u":"extract(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"extract(ValueExtractor)","u":"extract(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord.Entry","l":"extract(ValueExtractor)","u":"extract(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"extractCertificates(Set)","u":"extractCertificates(java.util.Set)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"extractChild(ReadBuffer, int, int)","u":"extractChild(com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"extractComplex(T)"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"extractDelta(ReadBuffer, ReadBuffer)","u":"extractDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"DecoratedBinaryDeltaCompressor","l":"extractDelta(ReadBuffer, ReadBuffer)","u":"extractDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"DecorationOnlyDeltaCompressor","l":"extractDelta(ReadBuffer, ReadBuffer)","u":"extractDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"DeltaCompressor","l":"extractDelta(ReadBuffer, ReadBuffer)","u":"extractDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.FormatAwareCompressor","l":"extractDelta(ReadBuffer, ReadBuffer)","u":"extractDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"NullImplementation.NullDeltaCompressor","l":"extractDelta(ReadBuffer, ReadBuffer)","u":"extractDelta(com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"extractExpiry(ReadWriteBackingMap.Entry)","u":"extractExpiry(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"extractFlag(int)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"extractFlag(int)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.CacheStatisticsExtractor","l":"extractFromEntry(Map.Entry)","u":"extractFromEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"extractFromEntry(Map.Entry)","u":"extractFromEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"extractFromEntry(Map.Entry)","u":"extractFromEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"extractFromEntry(Map.Entry)","u":"extractFromEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"extractFromEntry(Map.Entry)","u":"extractFromEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"extractFromEntry(ValueExtractor, Map.Entry)","u":"extractFromEntry(com.tangosol.util.ValueExtractor,java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"QueryMap.Entry","l":"extractFromKey(ValueExtractor)","u":"extractFromKey(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"QueryMap.Entry","l":"extractFromValue(ValueExtractor)","u":"extractFromValue(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"extractIntDecoration(ReadBuffer)","u":"extractIntDecoration(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"extractNewValue(Map.Entry)","u":"extractNewValue(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"extractOldValue(MapTrigger.Entry)","u":"extractOldValue(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.coherence.rest.query","c":"CoherenceQueryLanguageEngine","l":"EXTRACTOR_BUILDER"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"ExtractorComparator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"ExtractorComparator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"ExtractorEventTransformer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"ExtractorEventTransformer(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"ExtractorEventTransformer(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"ExtractorEventTransformer(ValueExtractor, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"ExtractorFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"ExtractorFilter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"ExtractorFilter(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"extractOriginalFromEntry(MapTrigger.Entry)","u":"extractOriginalFromEntry(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"extractOriginalFromEntry(MapTrigger.Entry)","u":"extractOriginalFromEntry(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"extractOriginalFromEntry(MapTrigger.Entry)","u":"extractOriginalFromEntry(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"extractOriginalFromEntry(MapTrigger.Entry)","u":"extractOriginalFromEntry(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"extractOriginalFromEntry(ValueExtractor, MapTrigger.Entry)","u":"extractOriginalFromEntry(com.tangosol.util.ValueExtractor,com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"ExtractorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"ExtractorProcessor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"ExtractorProcessor(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"Extractors","l":"Extractors()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"extractPage(Iterator)","u":"extractPage(java.util.Iterator)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"extractPage(Object[])","u":"extractPage(java.lang.Object[])"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"extractPage(Set)","u":"extractPage(java.util.Set)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"extractPublicKeys(Set)","u":"extractPublicKeys(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"extractState(int)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"extractState(int)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"f_aCol"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"f_activeSpan"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"f_aFilter"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder.QueryRecorderStatement","l":"f_aggregator"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.AsyncSelectStatement","l":"f_aggregator"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"f_aggregator"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"f_asAlias"},{"p":"com.tangosol.util","c":"ChainedSet","l":"f_aSets"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"f_asyncNamedCache"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"f_atomicRemovesCounter"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.Operation","l":"f_bufKey"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.StoreOperation","l":"f_bufValue"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"f_cache"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"f_cacheFactorySupplier"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"f_cacheSupplier"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.Task","l":"f_canceled"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cLoadFailures"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cLoadMillis"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cLoadOps"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.CollectionCodec","l":"f_clzCol"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.ArrayCodec","l":"f_clzComponent"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.LongArrayCodec","l":"f_clzLa"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.MapCodec","l":"f_clzMap"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean.SilentEmitter","l":"f_clzMBean"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"f_cMillisTimeout"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"f_collector"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.OpenTask","l":"f_collector"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder","l":"f_command"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder","l":"f_command"},{"p":"com.oracle.coherence.common.base","c":"InverseComparator","l":"f_comparator"},{"p":"com.tangosol.util","c":"SortedBag.WrapperComparator","l":"f_comparator"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"f_context"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"f_contFailure"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"f_contFailure"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"f_contFailure"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"f_convDown"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.KeyConverter","l":"f_converter"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.DownConverter","l":"f_converter"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.InternalMapListener","l":"f_convKey"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"f_convUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"f_convUp"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.InternalMapListener","l":"f_convValue"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cPendingAsyncStoreOps"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cStoreEntries"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cStoreFailures"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cStoreMillis"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"f_cStoreOps"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"f_ctx"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"f_daemonRefresh"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"f_defaultNamedBindVars"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"f_delegate"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool.TracingRunnable","l":"f_delegate"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"f_delegate"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"f_dependencies"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"f_dependencies"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"f_dirData"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"f_dirLock"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistenceSnapshotTools","l":"f_dirSnapshot"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"f_dirStore"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"f_dirTrash"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"f_dispatcher"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder.SetTimeoutStatement","l":"f_durationTimeout"},{"p":"com.tangosol.util","c":"SortedBag.UniqueElement","l":"f_elem"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"f_env"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"f_event"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"f_executor"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"f_executor"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"f_executor"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"f_exitSentry"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"f_exitSentry"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder.CreateIndexStatement","l":"f_extractor"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder.DropIndexStatement","l":"f_extractor"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"f_extractor"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"f_factoryCont"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"f_factoryCont"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"f_fConditional"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"f_fileActive"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"f_fileBackup"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"f_fileEvents"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"f_fileLock"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"f_fileSnapshot"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"f_fileTrash"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder.DeleteStatement","l":"f_filter"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder.QueryRecorderStatement","l":"f_filter"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.AsyncSelectStatement","l":"f_filter"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"f_filter"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"f_filter"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"f_fLazy"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.FilterInfo","l":"f_fLite"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.EventRouter","l":"f_fLite"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.AsyncSelectStatement","l":"f_fReduction"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"f_fReduction"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder.SanityCheckQueryPlusStatement","l":"f_fSanity"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"f_fShowKeys"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"f_fTloCreator"},{"p":"com.tangosol.util","c":"SetMap","l":"f_functionValue"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"f_fValue"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"f_guardable"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.KeyConverter","l":"f_holder"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"f_idToSerializer"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools","l":"f_info"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"f_iterator"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"f_laDelegate"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"f_language"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"f_language"},{"p":"com.tangosol.coherence.rest.query","c":"CoherenceQueryLanguageEngine","l":"f_language"},{"p":"com.tangosol.util","c":"QueryHelper","l":"f_language"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.Operation","l":"f_lExtentId"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask","l":"f_LExtentId"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool.TracingRunnable","l":"f_lHash"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.FilterInfo","l":"f_lId"},{"p":"com.tangosol.coherence.dslquery","c":"ChainedExtractorBuilder","l":"f_listBuilders"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"f_listDefaultBindVars"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"f_listener"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"f_listenerBackService"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"f_listenerDeactivation"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.InternalMapListener","l":"f_listenerSupport"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.WrapperPrimingListener","l":"f_listenerWrapped"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"f_listOps"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.BatchTasks","l":"f_listTasks"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"f_lock"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"f_lock"},{"p":"com.tangosol.util","c":"SafeLongArray","l":"f_lock"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"f_lockReadRaw"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"f_lockWrite"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"f_lRefresh"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.RefreshThread","l":"f_lRefresh"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"f_lTimeoutOrig"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"f_manager"},{"p":"com.tangosol.util","c":"SetMap","l":"f_map"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"f_mapFilter"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"f_mapForward"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"f_mapGUID"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"f_mapKeys"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"f_mapSnapshots"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"f_mapStores"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"f_mapTokens"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"f_mapTypeToSerializer"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"f_mbeanServerProxy"},{"p":"com.tangosol.io","c":"WrapperBufferInput.VersionAwareBufferInput","l":"f_message"},{"p":"com.tangosol.io","c":"WrapperBufferOutput.VersionAwareBufferOutput","l":"f_message"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"f_metrics"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"f_mlTimeout"},{"p":"com.tangosol.io","c":"MultiplexingSerializer.SerializationHeader","l":"f_nLength"},{"p":"com.tangosol.util","c":"SortedBag.UniqueElement","l":"f_nUniqueId"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.BatchTasks","l":"f_oAssociation"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"f_observer"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"f_oFrom"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"f_oKey"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"f_onPartial"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"f_openSentry"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"f_oReceipt"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"f_oResult"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"f_oTo"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"f_oToken"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"f_oValue"},{"p":"com.tangosol.net","c":"CompositeActionPolicy","l":"f_policyPrimary"},{"p":"com.tangosol.net","c":"CompositeActionPolicy","l":"f_policySecondary"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"f_pool"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"f_pool"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"f_processor"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"f_processor"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"f_processor"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.DeactivationListener","l":"f_proxy"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"f_request"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"f_resourceRegistry"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder.ServicesQueryPlusStatement","l":"f_sAction"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder.BackupStatement","l":"f_sCache"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder.CreateCacheStatement","l":"f_sCache"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder.CreateIndexStatement","l":"f_sCache"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder.DeleteStatement","l":"f_sCache"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.AsyncSelectStatement","l":"f_sCache"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"f_sCache"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"f_sCache"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder.DropCacheStatement","l":"f_sCacheName"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder.DropIndexStatement","l":"f_sCacheName"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"f_sCacheName"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder.QueryRecorderStatement","l":"f_sCacheName"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder.RestoreStatement","l":"f_sCacheName"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder.TruncateCacheStatement","l":"f_sCacheName"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"f_sClusterName"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"f_scopeResolver"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener","l":"f_sDescription"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener","l":"f_sDescription"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.DownConverter","l":"f_serializer"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"f_serializer"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.UpConverter","l":"f_serializerFrom"},{"p":"com.tangosol.io","c":"MultiplexingSerializer.SerializationHeader","l":"f_serializerName"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"f_serializerProducer"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"f_serializers"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.UpConverter","l":"f_serializerTo"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"f_service"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"f_service"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"f_service"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"f_setDeletedIds"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"f_setExtentIds"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"f_setKeys"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"f_setTasks"},{"p":"com.tangosol.coherence.config.xml.processor","c":"UnsupportedFeatureProcessor","l":"f_sFeature"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder.BackupStatement","l":"f_sFile"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder.RestoreStatement","l":"f_sFile"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder.SourceStatement","l":"f_sFileName"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"f_sFormat"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder.AbstractOPToken","l":"f_sFunctor"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"f_sId"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"f_sName"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"f_sName"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool.TracingRunnable","l":"f_span"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"f_spanParent"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"f_sServiceName"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"f_sServiceName"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"f_sServiceName"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"f_sSnapshotName"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"f_sSymbol"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"f_store"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"f_store"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.OpenTask","l":"f_storeFrom"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"f_storeTopics"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"f_supplierNamedCache"},{"p":"com.tangosol.util","c":"ThreadGateLite.Bar","l":"f_thread"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder","l":"f_tokenDelegate"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"f_writer"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceLoadBalancerBuilder","l":"f_xmlConfig"},{"p":"com.tangosol.coherence.config.builder","c":"FactoryBasedAddressProviderBuilder","l":"FactoryBasedAddressProviderBuilder(AddressProviderFactory)","u":"%3Cinit%3E(com.tangosol.net.AddressProviderFactory)"},{"p":"com.tangosol.util","c":"RegistrationBehavior","l":"FAIL"},{"p":"com.tangosol.net.topic","c":"Publisher.FailOnFull","l":"FailOnFull()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"FailoverAccessPolicy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"FailoverAccessPolicy(long, long, long)","u":"%3Cinit%3E(long,long,long)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"FakeBinaryStore()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Binary","l":"FALSE"},{"p":"com.tangosol.run.xml","c":"SaxParser.ValidationHandler","l":"fatalError(SAXParseException)","u":"fatalError(org.xml.sax.SAXParseException)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Segment","l":"fContend"},{"p":"com.tangosol.net.management","c":"Registry","l":"FEDERATION_TYPE"},{"p":"com.oracle.coherence.cdi.server","c":"FederationEventHandlers","l":"FederationEventHandlers()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"fForward"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"FIELD_LIST"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"FILE_CFG_CACHE"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"FILE_CFG_CACHE"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"FILE_MAPPED"},{"p":"com.tangosol.io","c":"FileHelper","l":"FileHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"FILL_BUFFER"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"FILL_BYTE"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"fill()"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter","l":"filter(ContainerRequestContext)","u":"filter(jakarta.ws.rs.container.ContainerRequestContext)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"filter(DoublePredicate)","u":"filter(java.util.function.DoublePredicate)"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"filter(Filter)","u":"filter(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"filter(Filter)","u":"filter(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"filter(IntPredicate)","u":"filter(java.util.function.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"filter(LongPredicate)","u":"filter(java.util.function.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"filter(Predicate)","u":"filter(java.util.function.Predicate)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"filter(Remote.DoublePredicate)","u":"filter(com.tangosol.util.function.Remote.DoublePredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"filter(Remote.IntPredicate)","u":"filter(com.tangosol.util.function.Remote.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"filter(Remote.LongPredicate)","u":"filter(com.tangosol.util.function.Remote.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"filter(Remote.Predicate)","u":"filter(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"filterArray(Object[], Filter)","u":"filterArray(java.lang.Object[],com.tangosol.util.Filter)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"filterArray(Object[], int, Filter)","u":"filterArray(java.lang.Object[],int,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"FilterBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"FilterBuilder(CoherenceQueryLanguage)","u":"%3Cinit%3E(com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"FilterBuilder(List, ParameterResolver, CoherenceQueryLanguage)","u":"%3Cinit%3E(java.util.List,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"FilterBuilder(Object[])","u":"%3Cinit%3E(java.lang.Object[])"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"FilterBuilder(Object[], Map)","u":"%3Cinit%3E(java.lang.Object[],java.util.Map)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"FilterBuilder(Term)","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.util","c":"FilterBuildingException","l":"FilterBuildingException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"FilterBuildingException","l":"FilterBuildingException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"FilterBuildingException","l":"FilterBuildingException(String, String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"Filtered()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"Filtered(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"FilterEnumerator(Enumeration, Filter)","u":"%3Cinit%3E(java.util.Enumeration,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"FilterEnumerator(Iterator, Filter)","u":"%3Cinit%3E(java.util.Iterator,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"FilterEnumerator(Object[], Filter)","u":"%3Cinit%3E(java.lang.Object[],com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"FilterEvent(MapEvent, Filter[])","u":"%3Cinit%3E(com.tangosol.util.MapEvent,com.tangosol.util.Filter[])"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"FilterEvent(ObservableMap, int, Object, boolean, boolean, Filter[])","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,java.lang.Object,boolean,boolean,com.tangosol.util.Filter[])"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"FilterEvent(ObservableMap, int, Object, boolean, Filter[])","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,java.lang.Object,boolean,com.tangosol.util.Filter[])"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"FilterEvent(ObservableMap, int, Object, Object, Object, boolean, boolean, Filter[])","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,java.lang.Object,java.lang.Object,java.lang.Object,boolean,boolean,com.tangosol.util.Filter[])"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"FilterEvent(ObservableMap, int, Object, Object, Object, boolean, CacheEvent.TransformationState, boolean, boolean, Filter[])","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,java.lang.Object,java.lang.Object,java.lang.Object,boolean,com.tangosol.net.cache.CacheEvent.TransformationState,boolean,boolean,com.tangosol.util.Filter[])"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"FilterEvent(ObservableMap, int, Object, Object, Object, boolean, CacheEvent.TransformationState, boolean, Filter[])","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,java.lang.Object,java.lang.Object,java.lang.Object,boolean,com.tangosol.net.cache.CacheEvent.TransformationState,boolean,com.tangosol.util.Filter[])"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"FilterEvent(ObservableMap, int, Object, Object, Object, boolean, CacheEvent.TransformationState, Filter[])","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,java.lang.Object,java.lang.Object,java.lang.Object,boolean,com.tangosol.net.cache.CacheEvent.TransformationState,com.tangosol.util.Filter[])"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.FilterInfo","l":"FilterInfo(long, boolean)","u":"%3Cinit%3E(long,boolean)"},{"p":"com.tangosol.util","c":"Filters","l":"Filters()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"filterSort(Object[], Comparator, Filter)","u":"filterSort(java.lang.Object[],java.util.Comparator,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"filterSort(Object[], int, Comparator, Filter)","u":"filterSort(java.lang.Object[],int,java.util.Comparator,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"filtersTokenTable()"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"FilterTrigger()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"FilterTrigger(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"FilterTrigger(Filter, int)","u":"%3Cinit%3E(com.tangosol.util.Filter,int)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"finalize()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"finalize()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"finalize()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"finalize()"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"finalize()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"finalizeResult()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"finalizeResult()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"finalizeResult()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractDoubleAggregator","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractLongAggregator","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalAverage","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"finalizeResult(boolean)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"find(long)"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"findAdapter(String)","u":"findAdapter(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"findAdapter(XmlBean.BeanInfo, XmlElement)","u":"findAdapter(com.tangosol.run.xml.XmlBean.BeanInfo,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"findAny()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"findAny()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"findAny()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"findAny()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"findAttribute(String)","u":"findAttribute(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"findAttribute(XmlElement)","u":"findAttribute(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config","c":"CacheMappingRegistry","l":"findCacheMapping(String)","u":"findCacheMapping(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ResourceMappingRegistry","l":"findCacheMapping(String)","u":"findCacheMapping(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"findCachingScheme(String)","u":"findCachingScheme(java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SchemeRefPreprocessor","l":"findCachingScheme(String, XmlElement)","u":"findCachingScheme(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"findChild(int)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"findChild(String)","u":"findChild(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"findChild(String)","u":"findChild(java.lang.String)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"findChildInternal(int, int, int)","u":"findChildInternal(int,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofArray","l":"findChildInternal(int, int, int)","u":"findChildInternal(int,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofSparseArray","l":"findChildInternal(int, int, int)","u":"findChildInternal(int,int,int)"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"findConstructor()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"findDistributedScheme(String)","u":"findDistributedScheme(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"findElement(String)","u":"findElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"findElement(String)","u":"findElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"findElement(XmlElement)","u":"findElement(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"findElement(XmlElement, String)","u":"findElement(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"findElement(XmlElement, String, Object)","u":"findElement(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"findEntry(Object)","u":"findEntry(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"findEntryBlock(Binary)","u":"findEntryBlock(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.common.base","c":"Resources","l":"findFileOrResource(String, ClassLoader)","u":"findFileOrResource(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"findFirst()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"findFirst()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"findFirst()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"findFirst()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"findInsertionPoint(long)"},{"p":"com.tangosol.net.management","c":"JmxmpServer","l":"findJMXServiceUrl(String)","u":"findJMXServiceUrl(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanServerFinder","l":"findJMXServiceUrl(String)","u":"findJMXServiceUrl(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"findJMXServiceUrl(String, GatewayDependencies)","u":"findJMXServiceUrl(java.lang.String,com.tangosol.internal.net.management.GatewayDependencies)"},{"p":"com.tangosol.coherence.config","c":"ResourceMappingRegistry","l":"findMapping(String, Class)","u":"findMapping(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry","l":"findMapping(String, Class)","u":"findMapping(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"findMatchingOPToken(OPParser)","u":"findMatchingOPToken(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"findMBeanServer()"},{"p":"com.tangosol.net.management","c":"JmxmpServer","l":"findMBeanServer(String)","u":"findMBeanServer(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"findMBeanServer(String)","u":"findMBeanServer(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanServerFinder","l":"findMBeanServer(String)","u":"findMBeanServer(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"findMBeanServer(String, GatewayDependencies)","u":"findMBeanServer(java.lang.String,com.tangosol.internal.net.management.GatewayDependencies)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"findMethod(Class, MBeanOperationInfo)","u":"findMethod(java.lang.Class,javax.management.MBeanOperationInfo)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"findMethod(Class, String, Class[], boolean)","u":"findMethod(java.lang.Class,java.lang.String,java.lang.Class[],boolean)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"findMethod(Class, String, Class[], boolean)","u":"findMethod(java.lang.Class,java.lang.String,java.lang.Class[],boolean)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"findMethod(Class, String, String...)","u":"findMethod(java.lang.Class,java.lang.String,java.lang.String...)"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"findMethod(String)","u":"findMethod(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"findProperty(ClassNode, String)","u":"findProperty(org.objectweb.asm.tree.ClassNode,java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"findProperty(List, String)","u":"findProperty(java.util.List,java.lang.String)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"findPublicKeys(Subject)","u":"findPublicKeys(javax.security.auth.Subject)"},{"p":"com.oracle.coherence.common.base","c":"Resources","l":"findRelativeOrAbsoluteResource(String, ClassLoader)","u":"findRelativeOrAbsoluteResource(java.lang.String,java.lang.ClassLoader)"},{"p":"com.oracle.coherence.common.base","c":"Resources","l":"findResource(String, ClassLoader)","u":"findResource(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"findScheme(String)","u":"findScheme(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"findScheme(XmlElement, String)","u":"findScheme(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"findSchemeByCacheName(String)","u":"findSchemeByCacheName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"findSchemeBySchemeName(String)","u":"findSchemeBySchemeName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ServiceSchemeRegistry","l":"findSchemeBySchemeName(String)","u":"findSchemeBySchemeName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"findSchemeByServiceName(String)","u":"findSchemeByServiceName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ServiceSchemeRegistry","l":"findSchemeByServiceName(String)","u":"findSchemeByServiceName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"findSchemeByTopicName(String)","u":"findSchemeByTopicName(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"findSchemeMapping(String)","u":"findSchemeMapping(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"findServiceScheme(String)","u":"findServiceScheme(java.lang.String)"},{"p":"com.tangosol.net","c":"Coherence","l":"findSession(String)","u":"findSession(java.lang.String)"},{"p":"com.tangosol.net","c":"Coherence","l":"findSessionsByScope(String)","u":"findSessionsByScope(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"findSpan()"},{"p":"com.tangosol.net.topic","c":"TopicBackingMapManager","l":"findTopicScheme(String)","u":"findTopicScheme(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"FINE"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"fine(String)","u":"fine(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"fine(String, Throwable)","u":"fine(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"fine(Supplier)","u":"fine(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"fine(Supplier, Throwable)","u":"fine(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"fine(Throwable)","u":"fine(java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"FINER"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finer(String)","u":"finer(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finer(String, Throwable)","u":"finer(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finer(Supplier)","u":"finer(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finer(Supplier, Throwable)","u":"finer(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finer(Throwable)","u":"finer(java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"FINEST"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finest(String)","u":"finest(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finest(String, Throwable)","u":"finest(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finest(Supplier)","u":"finest(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finest(Supplier, Throwable)","u":"finest(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"finest(Throwable)","u":"finest(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"Daemon","l":"finishStarting(Daemon.DaemonWorker)","u":"finishStarting(com.tangosol.util.Daemon.DaemonWorker)"},{"p":"com.tangosol.util","c":"Daemon","l":"finishStopping(Daemon.DaemonWorker, long)","u":"finishStopping(com.tangosol.util.Daemon.DaemonWorker,long)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"finishUse()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"fireEvent(MapEvent, boolean)","u":"fireEvent(com.tangosol.util.MapEvent,boolean)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent.Process","l":"FIRST"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"first()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"first()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"first()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"first()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedSet","l":"first()"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"first()"},{"p":"com.tangosol.util","c":"SortedBag","l":"first()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"first()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"firstEntry()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"firstKey()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedMap","l":"firstKey()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"firstKey()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"firstKey()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"firstKey()"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator.CalculatorState","l":"FIXED"},{"p":"com.oracle.coherence.grpc.proxy","c":"ConfigurableCacheFactorySuppliers","l":"fixed(ConfigurableCacheFactory...)","u":"fixed(com.tangosol.net.ConfigurableCacheFactory...)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier","l":"FixedCacheFactorySupplier(ConfigurableCacheFactory...)","u":"%3Cinit%3E(com.tangosol.net.ConfigurableCacheFactory...)"},{"p":"com.tangosol.net","c":"Coherence","l":"fixedClient()"},{"p":"com.tangosol.net","c":"Coherence","l":"fixedClient(CoherenceConfiguration)","u":"fixedClient(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net","c":"Coherence","l":"fixedClientBuilder(CoherenceConfiguration)","u":"fixedClientBuilder(com.tangosol.net.CoherenceConfiguration)"},{"p":"com.tangosol.net.topic","c":"FixedElementCalculator","l":"FixedElementCalculator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"fixNanos(Date)","u":"fixNanos(java.util.Date)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"FLASHJOURNAL"},{"p":"com.tangosol.coherence.config.scheme","c":"FlashJournalScheme","l":"FlashJournalScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"flatMap(DoubleFunction)","u":"flatMap(java.util.function.DoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMap(Function>)","u":"flatMap(java.util.function.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"flatMap(IntFunction)","u":"flatMap(java.util.function.IntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"flatMap(LongFunction)","u":"flatMap(java.util.function.LongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"flatMap(Remote.DoubleFunction)","u":"flatMap(com.tangosol.util.function.Remote.DoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMap(Remote.Function>)","u":"flatMap(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"flatMap(Remote.IntFunction)","u":"flatMap(com.tangosol.util.function.Remote.IntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"flatMap(Remote.LongFunction)","u":"flatMap(com.tangosol.util.function.Remote.LongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMapToDouble(Function)","u":"flatMapToDouble(java.util.function.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMapToDouble(Remote.Function)","u":"flatMapToDouble(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMapToInt(Function)","u":"flatMapToInt(java.util.function.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMapToInt(Remote.Function)","u":"flatMapToInt(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMapToLong(Function)","u":"flatMapToLong(java.util.function.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"flatMapToLong(Remote.Function)","u":"flatMapToLong(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"flatten(Object[][], int, Object[])","u":"flatten(java.lang.Object[][],int,java.lang.Object[])"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ComparisonOperator","l":"flip()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"EqualsOperator","l":"flip()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterEqualsOperator","l":"flip()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterOperator","l":"flip()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessEqualsOperator","l":"flip()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessOperator","l":"flip()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"NotEqualsOperator","l":"flip()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"FLOAT_ARRAY_EMPTY"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.FloatAdapter","l":"FloatAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"FloatArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"floatingPointFormatError()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"FLOATLITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"FLOATLITERAL"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"floatValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"floatValue()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"floatValue()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"floor(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"floor(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"floor(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"floor(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"floor(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"floor(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"floor(long)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"floor(Object)","u":"floor(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"floorEntry(Object)","u":"floorEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"floorIndex(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"floorIndex(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"floorIndex(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"floorIndex(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"floorIndex(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"floorIndex(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"floorIndex(long)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"floorKey(Object)","u":"floorKey(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Collector","l":"flush()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"flush()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"flush()"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"flush()"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"flush()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"flush()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"flush()"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"flush()"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"flush()"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"flush()"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"flush()"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"flush()"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"flush()"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"flush()"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"flush()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"flush()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"flush()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"flush()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"flush()"},{"p":"com.tangosol.net","c":"DatagramPacketOutputStream","l":"flush()"},{"p":"com.tangosol.net","c":"FlowControl","l":"flush()"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"flush()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"flush()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedDataOutputStream","l":"flush()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedObjectOutputStream","l":"flush()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedOutputStream","l":"flush()"},{"p":"com.tangosol.util","c":"NullImplementation.NullCollector","l":"flush()"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"flush()"},{"p":"com.tangosol.util","c":"NullImplementation.NullWriter","l":"flush()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"flush(int, SingleWaiterCooperativeNotifier)","u":"flush(int,com.oracle.coherence.common.base.SingleWaiterCooperativeNotifier)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"flush(ReadWriteBackingMap.WriteQueue, ReadWriteBackingMap.StoreWrapper)","u":"flush(com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue,com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"flushAccumulator()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_B_ARRAY"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_BIN_DECO"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_BIN_EXT_DECO"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_BINARY"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"FMT_BINDIFF"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_BOOLEAN"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_BYTE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_DECIMAL"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_DOUBLE"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"FMT_EMPTY"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_EXT"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_FLOAT"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_IDO"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_INT"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_INTEGER"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_LONG"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_NONE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_NULL"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_OBJ_EXT"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_OBJ_SER"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_OPT"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_OPT_DOUBLE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_OPT_INT"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_OPT_LONG"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"FMT_REPLACE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_SHORT"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_STRING"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_UNKNOWN"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_XML_BEAN"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FMT_XML_SER"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"FORCE_RESOLVING_STREAMS"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"forceRecovery()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder.ForceRecoveryStatement","l":"ForceRecoveryStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder","l":"ForceRecoveryStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"forceSync()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"forEach(BiConsumer)","u":"forEach(java.util.function.BiConsumer)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"forEach(BiConsumer)","u":"forEach(java.util.function.BiConsumer)"},{"p":"com.tangosol.util","c":"QueryMap","l":"forEach(BiConsumer)","u":"forEach(java.util.function.BiConsumer)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"forEach(BiConsumer)","u":"forEach(java.util.function.BiConsumer)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"forEach(BiConsumer)","u":"forEach(java.util.function.BiConsumer)"},{"p":"com.tangosol.net.cache","c":"CacheMap","l":"forEach(Collection, BiConsumer)","u":"forEach(java.util.Collection,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"NamedCache","l":"forEach(Collection, BiConsumer)","u":"forEach(java.util.Collection,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"NamedMap","l":"forEach(Collection, BiConsumer)","u":"forEach(java.util.Collection,java.util.function.BiConsumer)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"forEach(Consumer)","u":"forEach(java.util.function.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"forEach(Consumer)","u":"forEach(java.util.function.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"forEach(DoubleConsumer)","u":"forEach(java.util.function.DoubleConsumer)"},{"p":"com.tangosol.util","c":"QueryMap","l":"forEach(Filter, BiConsumer)","u":"forEach(com.tangosol.util.Filter,java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"forEach(IntConsumer)","u":"forEach(java.util.function.IntConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"forEach(LongConsumer)","u":"forEach(java.util.function.LongConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"forEachOrdered(Consumer)","u":"forEachOrdered(java.util.function.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"forEachOrdered(DoubleConsumer)","u":"forEachOrdered(java.util.function.DoubleConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"forEachOrdered(IntConsumer)","u":"forEachOrdered(java.util.function.IntConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"forEachOrdered(LongConsumer)","u":"forEachOrdered(java.util.function.LongConsumer)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"forgetDatabase(Database)","u":"forgetDatabase(com.sleepycat.je.Database)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"forgetDatabase(Database)","u":"forgetDatabase(com.sleepycat.je.Database)"},{"p":"com.tangosol.util","c":"Filter","l":"forKeys(Set)","u":"forKeys(java.util.Set)"},{"p":"com.tangosol.coherence.rest.io","c":"Marshaller","l":"FORMAT_OUTPUT"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"format(Date)","u":"format(java.util.Date)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"formatAction(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.FormatAwareCompressor","l":"FormatAwareCompressor(DeltaCompressor)","u":"%3Cinit%3E(com.tangosol.io.DeltaCompressor)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"formatDate(int, int, int)","u":"formatDate(int,int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"formatDateTime(long)"},{"p":"com.tangosol.util","c":"Base","l":"formatDateTime(long)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"formatIndex(int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"formatKeys(Set, String)","u":"formatKeys(java.util.Set,java.lang.String)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"formatOffset(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"formatOffsetArray(int[])"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"formatStatusName(int)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"FormattedMapStatementResult","l":"FormattedMapStatementResult(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"formatTime(int, int, int, int, boolean)","u":"formatTime(int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"formatTime(int, int, int, int, int, int)","u":"formatTime(int,int,int,int,int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"Formatting()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"formatUTF(byte[], int, char[], int)","u":"formatUTF(byte[],int,char[],int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"formatUTF(byte[], int, int, String)","u":"formatUTF(byte[],int,int,java.lang.String)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"forMethod(Method)","u":"forMethod(java.lang.reflect.Method)"},{"p":"com.tangosol.util","c":"Filter","l":"forPartitions(PartitionSet)","u":"forPartitions(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util.comparator","c":"PriorityComparator","l":"forServiceLoader()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"ForwardOnlyMapIndex(ValueExtractor, BackingMapContext, boolean)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.net.BackingMapContext,boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"FOUND"},{"p":"com.tangosol.util","c":"Fragment","l":"Fragment()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Fragment","l":"Fragment(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"Extractors","l":"fragment(ValueExtractor...)","u":"fragment(com.tangosol.util.ValueExtractor...)"},{"p":"com.tangosol.util","c":"Extractors","l":"fragment(ValueExtractor, ValueExtractor...)","u":"fragment(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor...)"},{"p":"com.tangosol.util.extractor","c":"FragmentExtractor","l":"FragmentExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"FragmentExtractor","l":"FragmentExtractor(ValueExtractor[])","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor[])"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"FREE"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"free()"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"from(Date)","u":"from(java.sql.Date)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"from(Date)","u":"from(java.util.Date)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"from(Date)","u":"from(java.util.Date)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"from(Date)","u":"from(java.util.Date)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"from(LocalDate)","u":"from(java.time.LocalDate)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"from(LocalDateTime)","u":"from(java.time.LocalDateTime)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"from(LocalTime)","u":"from(java.time.LocalTime)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheEntryEvent","l":"from(MapEvent)","u":"from(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"from(Object)","u":"from(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"from(Object)","u":"from(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"from(Object)","u":"from(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"from(OffsetDateTime)","u":"from(java.time.OffsetDateTime)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"from(OffsetTime)","u":"from(java.time.OffsetTime)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"from(Time)","u":"from(java.sql.Time)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"from(Timestamp)","u":"from(java.sql.Timestamp)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"fromBinary(Binary)","u":"fromBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"fromBinary(Binary)","u":"fromBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"fromBinary(Binary)","u":"fromBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"fromBinary(Binary)","u":"fromBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromBinary(Binary)","u":"fromBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromBinary(Binary, ClassLoader)","u":"fromBinary(com.tangosol.util.Binary,java.lang.ClassLoader)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"fromBinary(Binary, Serializer)","u":"fromBinary(com.tangosol.util.Binary,com.tangosol.io.Serializer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromBinary(Binary, Serializer)","u":"fromBinary(com.tangosol.util.Binary,com.tangosol.io.Serializer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromBinary(Binary, Serializer, Class)","u":"fromBinary(com.tangosol.util.Binary,com.tangosol.io.Serializer,java.lang.Class)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromBinary(Binary, Serializer, Remote.Function)","u":"fromBinary(com.tangosol.util.Binary,com.tangosol.io.Serializer,com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromBinary(Binary, Serializer, Remote.Function, Class)","u":"fromBinary(com.tangosol.util.Binary,com.tangosol.io.Serializer,com.tangosol.util.function.Remote.Function,java.lang.Class)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"fromBoxedTypeField(String)","u":"fromBoxedTypeField(java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromByteArray(byte[])"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"fromByteArray(byte[], ClassLoader)","u":"fromByteArray(byte[],java.lang.ClassLoader)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"fromByteString(ByteString, Serializer)","u":"fromByteString(com.google.protobuf.ByteString,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"fromBytesValue(BytesValue, Serializer)","u":"fromBytesValue(com.google.protobuf.BytesValue,com.tangosol.io.Serializer)"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"fromClientName(String)","u":"fromClientName(java.lang.String)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"fromdir"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder.RecordType","l":"fromInt(int)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceConverterAdapter","l":"fromInternal(Object)","u":"fromInternal(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"InternalConverter","l":"fromInternal(Object)","u":"fromInternal(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"ReferenceInternalConverter","l":"fromInternal(Object)","u":"fromInternal(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"SerializingInternalConverter","l":"fromInternal(Object)","u":"fromInternal(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"fromInternal(Object)","u":"fromInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"fromKey()"},{"p":"com.tangosol.util","c":"Extractors","l":"fromPof(Class, int...)","u":"fromPof(java.lang.Class,int...)"},{"p":"com.tangosol.util","c":"Extractors","l":"fromPof(Class, PofNavigator)","u":"fromPof(java.lang.Class,com.tangosol.io.pof.reflect.PofNavigator)"},{"p":"com.tangosol.util","c":"Extractors","l":"fromPof(Class, String)","u":"fromPof(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"Extractors","l":"fromPof(int...)"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"KeyConverter","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigDecimalAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigIntegerAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BooleanAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ByteAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.CharAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DoubleAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.FloatAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.IntAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.LongAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ShortAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.StringAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.SystemTimeAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimeAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"UriSerializable","l":"fromUri(String)","u":"fromUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"DateFormatAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"QNameAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigDecimalAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigIntegerAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BooleanAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ByteAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.CharAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DateAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DoubleAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.FloatAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.IntAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.LongAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ShortAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.SystemTimeAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimeAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlElementAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlSerializable","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlSerializableAdapter","l":"fromXml(XmlElement)","u":"fromXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"fromXmlString(XmlElement)","u":"fromXmlString(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"fromXmlString(XmlElement)","u":"fromXmlString(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"fromXmlString(XmlElement)","u":"fromXmlString(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"fromXmlString(XmlElement)","u":"fromXmlString(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.FrontFilterConverter","l":"FrontFilterConverter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"CachingMap.FrontMapListener","l":"FrontMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.FrontMapListener","l":"FrontMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.FrontMapListener","l":"FrontMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"fullFormString()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"fullFormString()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"fullFormString()"},{"p":"com.tangosol.util.function","c":"Remote","l":"function(Remote.Function)","u":"function(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"FunctionBuilders()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLArchiveSnapshotOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLCreateSnapshotOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLForceRecoveryOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListArchivedSnapshotsOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListArchiverOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListServicesOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListSnapshotsOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRecoverSnapshotOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRemoveSnapshotOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLResumeServiceOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRetrieveSnapshotOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLSuspendServiceOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLValidateSnapshotOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLBackupOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLCreateCacheOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLCreateIndexOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDeleteOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDropCacheOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDropIndexOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLExplainOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLInsertOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLRestoreOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLSelectOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLSourceOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLTraceOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLTruncateCacheOPToken","l":"FUNCTOR"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLUpdateOPToken","l":"FUNCTOR"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"Gar"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"generateEnvironmentName()"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"generateGUID(int, long, long, Member)","u":"generateGUID(int,long,long,com.tangosol.net.Member)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"generateName()"},{"p":"com.oracle.coherence.common.base","c":"Holder","l":"get()"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"get()"},{"p":"com.oracle.coherence.common.base","c":"SimpleHolder","l":"get()"},{"p":"com.oracle.coherence.common.base","c":"VolatileHolder","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicBoolean","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"get()"},{"p":"com.tangosol.coherence.config.unit","c":"Bytes","l":"get()"},{"p":"com.tangosol.coherence.config.unit","c":"Megabytes","l":"get()"},{"p":"com.tangosol.coherence.config.unit","c":"Millis","l":"get()"},{"p":"com.tangosol.coherence.config.unit","c":"Seconds","l":"get()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProviderBuilderProcessor.DefaultPasswordProvider","l":"get()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"get()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"get()"},{"p":"com.tangosol.config.expression","c":"Value","l":"get()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"get()"},{"p":"com.tangosol.net","c":"InputStreamPasswordProvider","l":"get()"},{"p":"com.tangosol.net","c":"PasswordProvider","l":"get()"},{"p":"com.tangosol.net","c":"SessionProvider","l":"get()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"get()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterHolder","l":"get()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"get()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicMarkableReference","l":"get(boolean[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"get(boolean[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"get(boolean[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference","l":"get(boolean[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"get(boolean[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"get(boolean[])"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"get(CacheRequestHolder)","u":"get(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.util","c":"Tree","l":"get(Comparable)","u":"get(java.lang.Comparable)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"get(GetRequest)","u":"get(com.oracle.coherence.grpc.GetRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"get(GetRequest)","u":"get(com.oracle.coherence.grpc.GetRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"get(GetRequest, StreamObserver)","u":"get(com.oracle.coherence.grpc.GetRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"get(ID)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"get(ID)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"get(ID, ValueExtractor)","u":"get(ID,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"get(ID, ValueExtractor)","u":"get(ID,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"get(int)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"get(int)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"get(int)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"get(int)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"get(int)"},{"p":"com.tangosol.util","c":"InflatableList","l":"get(int)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"get(int)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"get(int)"},{"p":"com.tangosol.util","c":"SubList","l":"get(int)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"get(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicStampedReference","l":"get(int[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"get(int[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"get(int[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference","l":"get(int[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"get(int[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"get(int[])"},{"p":"com.tangosol.io.pof","c":"EvolvableHolder","l":"get(Integer)","u":"get(java.lang.Integer)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"get(InvocableMap.Entry)","u":"get(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"get(K)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"get(K)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"get(K)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"get(K)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"get(K)"},{"p":"com.tangosol.util","c":"MapIndex","l":"get(K)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"get(long)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"get(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"get(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"get(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"get(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"get(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"get(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"get(long)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"get(long, TimeUnit)","u":"get(long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"get(long, TimeUnit)","u":"get(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EvictingBackupMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MaskedPartitionMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"SetMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"get(PropertySet, Request)","u":"get(com.tangosol.coherence.rest.util.PropertySet,jakarta.ws.rs.core.Request)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"get(SessionProvider.Option...)","u":"get(com.tangosol.net.SessionProvider.Option...)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SnapshotArchiver","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.tangosol.util","c":"Fragment","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.tangosol.util","c":"StringTable","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"get(String, String, String, ByteString)","u":"get(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"Fragment","l":"get(ValueExtractor)","u":"get(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"get(XmlBean)","u":"get(com.tangosol.run.xml.XmlBean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getAbandonedCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getAbandonedThreadCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getAbandonedThreadCount()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getAbsolutePath()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getAbsolutePath()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getAbsolutePath(XmlElement)","u":"getAbsolutePath(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"NameService.RequestContext","l":"getAcceptAddress()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"getAccessCount()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getAccessCount()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getAccessor()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"getAccessTime()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getAccessTime()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder","l":"getAction()"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"getAction()"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"getAction()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"getActionName(int)"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getActionPolicy()"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"getActions()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContainerHelper.JCacheLifecycleInterceptor","l":"getActivatedCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getActiveMillis()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getActivePageArray()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getActivePageCount()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getActualBackupCount()"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"getAdapters()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"getAdapters()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"getAdded()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getAddress()"},{"p":"com.tangosol.net","c":"Member","l":"getAddress()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getAddress()"},{"p":"com.tangosol.util","c":"UID","l":"getAddress()"},{"p":"com.tangosol.util","c":"UUID","l":"getAddress()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"getAddressDescriptions()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"getAddressDescriptions()"},{"p":"com.tangosol.net","c":"DescribableAddressProvider","l":"getAddressDescriptions()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"getAddressDescriptions()"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"getAddressDescriptions(Collection)","u":"getAddressDescriptions(java.util.Collection)"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getAddressProvider()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getAddressProviderMap()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getAddressProviderMap()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"getAdvanceFrequency()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.Dependencies","l":"getAdvanceFrequency()"},{"p":"com.tangosol.config","c":"ConfigurationException","l":"getAdvice()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.AsyncSelectStatement","l":"getAggregator()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"getAggregator()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"getAggregator()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"getAggregator()"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"getAggregator()"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorRegistry","l":"getAggregator(String)","u":"getAggregator(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorFactory","l":"getAggregator(String...)","u":"getAggregator(java.lang.String...)"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"DefaultAggregatorFactory","l":"getAggregator(String...)","u":"getAggregator(java.lang.String...)"},{"p":"com.tangosol.coherence.rest.config","c":"AggregatorConfig","l":"getAggregatorClass()"},{"p":"com.tangosol.coherence.rest.config","c":"AggregatorConfig","l":"getAggregatorName()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"getAggregatorRegistry()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"getAggregators()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getAlias(NodeTerm)","u":"getAlias(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"getAliases()"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAll()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"getAll(CacheRequestHolder, StreamObserver)","u":"getAll(com.oracle.coherence.grpc.CacheRequestHolder,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Collection, Consumer)","u":"getAll(java.util.Collection,java.util.function.Consumer)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Collection, ValueExtractor)","u":"getAll(java.util.Collection,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAll(Collection, ValueExtractor)","u":"getAll(java.util.Collection,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Collection, ValueExtractor, BiConsumer)","u":"getAll(java.util.Collection,com.tangosol.util.ValueExtractor,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"CacheMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net","c":"NamedMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getAll(Collection, BiConsumer)","u":"getAll(java.util.Collection,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getAll(Collection, Consumer>)","u":"getAll(java.util.Collection,java.util.function.Consumer)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheMap","l":"getAll(Collection)","u":"getAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Consumer)","u":"getAll(java.util.function.Consumer)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Filter)","u":"getAll(com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAll(Filter)","u":"getAll(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getAll(Filter)","u":"getAll(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getAll(Filter, BiConsumer)","u":"getAll(com.tangosol.util.Filter,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getAll(Filter, Consumer>)","u":"getAll(com.tangosol.util.Filter,java.util.function.Consumer)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Filter, Consumer)","u":"getAll(com.tangosol.util.Filter,java.util.function.Consumer)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Filter, ValueExtractor)","u":"getAll(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAll(Filter, ValueExtractor)","u":"getAll(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(Filter, ValueExtractor, BiConsumer)","u":"getAll(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,java.util.function.BiConsumer)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"getAll(GetAllRequest, StreamObserver)","u":"getAll(com.oracle.coherence.grpc.GetAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"getAll(GetAllRequest, StreamObserver)","u":"getAll(com.oracle.coherence.grpc.GetAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"getAll(GetAllRequest, StreamObserver)","u":"getAll(com.oracle.coherence.grpc.GetAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getAll(Set)","u":"getAll(java.util.Set)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getAll(Set)","u":"getAll(java.util.Set)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"getAll(Set)","u":"getAll(java.util.Set)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getAll(Set)","u":"getAll(java.util.Set)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"getAll(String, String, String, Iterable)","u":"getAll(java.lang.String,java.lang.String,java.lang.String,java.lang.Iterable)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(ValueExtractor)","u":"getAll(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAll(ValueExtractor)","u":"getAll(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAll(ValueExtractor, BiConsumer)","u":"getAll(com.tangosol.util.ValueExtractor,java.util.function.BiConsumer)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getAllFromFrontMap(Collection)","u":"getAllFromFrontMap(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getAllInternal(Collection)","u":"getAllInternal(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAllOrderedBy(Filter, Remote.Comparator)","u":"getAllOrderedBy(com.tangosol.util.Filter,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAllOrderedBy(Filter, Remote.Comparator)","u":"getAllOrderedBy(com.tangosol.util.Filter,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAllOrderedBy(Filter, ValueExtractor)","u":"getAllOrderedBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAllOrderedBy(Filter, ValueExtractor)","u":"getAllOrderedBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAllOrderedBy(Remote.Comparator)","u":"getAllOrderedBy(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAllOrderedBy(Remote.Comparator)","u":"getAllOrderedBy(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"getAllOrderedBy(ValueExtractor)","u":"getAllOrderedBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"getAllOrderedBy(ValueExtractor)","u":"getAllOrderedBy(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getAnalysisDelay()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndAccumulate(int, IntBinaryOperator)","u":"getAndAccumulate(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndAccumulate(int, IntBinaryOperator)","u":"getAndAccumulate(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndAccumulate(int, IntBinaryOperator)","u":"getAndAccumulate(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndAccumulate(int, IntBinaryOperator)","u":"getAndAccumulate(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndAccumulate(int, IntBinaryOperator)","u":"getAndAccumulate(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndAccumulate(int, IntBinaryOperator)","u":"getAndAccumulate(int,java.util.function.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndAccumulate(int, Remote.IntBinaryOperator)","u":"getAndAccumulate(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndAccumulate(int, Remote.IntBinaryOperator)","u":"getAndAccumulate(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndAccumulate(int, Remote.IntBinaryOperator)","u":"getAndAccumulate(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndAccumulate(int, Remote.IntBinaryOperator)","u":"getAndAccumulate(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndAccumulate(int, Remote.IntBinaryOperator)","u":"getAndAccumulate(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndAccumulate(int, Remote.IntBinaryOperator)","u":"getAndAccumulate(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndAccumulate(long, LongBinaryOperator)","u":"getAndAccumulate(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndAccumulate(long, LongBinaryOperator)","u":"getAndAccumulate(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndAccumulate(long, LongBinaryOperator)","u":"getAndAccumulate(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndAccumulate(long, LongBinaryOperator)","u":"getAndAccumulate(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndAccumulate(long, LongBinaryOperator)","u":"getAndAccumulate(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndAccumulate(long, LongBinaryOperator)","u":"getAndAccumulate(long,java.util.function.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndAccumulate(long, Remote.LongBinaryOperator)","u":"getAndAccumulate(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndAccumulate(long, Remote.LongBinaryOperator)","u":"getAndAccumulate(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndAccumulate(long, Remote.LongBinaryOperator)","u":"getAndAccumulate(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndAccumulate(long, Remote.LongBinaryOperator)","u":"getAndAccumulate(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndAccumulate(long, Remote.LongBinaryOperator)","u":"getAndAccumulate(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndAccumulate(long, Remote.LongBinaryOperator)","u":"getAndAccumulate(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"getAndAccumulate(V, BinaryOperator)","u":"getAndAccumulate(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"getAndAccumulate(V, BinaryOperator)","u":"getAndAccumulate(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"getAndAccumulate(V, BinaryOperator)","u":"getAndAccumulate(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"getAndAccumulate(V, BinaryOperator)","u":"getAndAccumulate(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"getAndAccumulate(V, BinaryOperator)","u":"getAndAccumulate(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"getAndAccumulate(V, BinaryOperator)","u":"getAndAccumulate(V,java.util.function.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"getAndAccumulate(V, Remote.BinaryOperator)","u":"getAndAccumulate(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"getAndAccumulate(V, Remote.BinaryOperator)","u":"getAndAccumulate(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"getAndAccumulate(V, Remote.BinaryOperator)","u":"getAndAccumulate(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"getAndAccumulate(V, Remote.BinaryOperator)","u":"getAndAccumulate(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"getAndAccumulate(V, Remote.BinaryOperator)","u":"getAndAccumulate(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"getAndAccumulate(V, Remote.BinaryOperator)","u":"getAndAccumulate(V,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndAdd(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndAdd(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndAdd(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndAdd(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndAdd(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndAdd(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndAdd(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndAdd(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndAdd(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndAdd(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndAdd(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndAdd(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndDecrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndIncrement()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndIncrement()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getAndPut(K, V)","u":"getAndPut(K,V)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getAndPut(K, V)","u":"getAndPut(K,V)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"getAndPut(K, V)","u":"getAndPut(K,V)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getAndPut(K, V)","u":"getAndPut(K,V)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getAndRemove(K)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getAndRemove(K)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"getAndRemove(K)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getAndRemove(K)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getAndReplace(K, V)","u":"getAndReplace(K,V)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getAndReplace(K, V)","u":"getAndReplace(K,V)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"getAndReplace(K, V)","u":"getAndReplace(K,V)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getAndReplace(K, V)","u":"getAndReplace(K,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicBoolean","l":"getAndSet(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"getAndSet(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"getAndSet(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean","l":"getAndSet(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"getAndSet(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"getAndSet(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndSet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndSet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndSet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndSet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndSet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndSet(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndSet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndSet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndSet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndSet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndSet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndSet(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"getAndSet(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"getAndSet(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"getAndSet(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"getAndSet(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"getAndSet(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"getAndSet(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndUpdate(IntUnaryOperator)","u":"getAndUpdate(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndUpdate(IntUnaryOperator)","u":"getAndUpdate(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndUpdate(IntUnaryOperator)","u":"getAndUpdate(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndUpdate(IntUnaryOperator)","u":"getAndUpdate(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndUpdate(IntUnaryOperator)","u":"getAndUpdate(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndUpdate(IntUnaryOperator)","u":"getAndUpdate(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndUpdate(LongUnaryOperator)","u":"getAndUpdate(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndUpdate(LongUnaryOperator)","u":"getAndUpdate(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndUpdate(LongUnaryOperator)","u":"getAndUpdate(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndUpdate(LongUnaryOperator)","u":"getAndUpdate(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndUpdate(LongUnaryOperator)","u":"getAndUpdate(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndUpdate(LongUnaryOperator)","u":"getAndUpdate(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"getAndUpdate(Remote.IntUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"getAndUpdate(Remote.IntUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"getAndUpdate(Remote.IntUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"getAndUpdate(Remote.IntUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"getAndUpdate(Remote.IntUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"getAndUpdate(Remote.IntUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"getAndUpdate(Remote.LongUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"getAndUpdate(Remote.LongUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"getAndUpdate(Remote.LongUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"getAndUpdate(Remote.LongUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"getAndUpdate(Remote.LongUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"getAndUpdate(Remote.LongUnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"getAndUpdate(Remote.UnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"getAndUpdate(Remote.UnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"getAndUpdate(Remote.UnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"getAndUpdate(Remote.UnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"getAndUpdate(Remote.UnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"getAndUpdate(Remote.UnaryOperator)","u":"getAndUpdate(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"getAndUpdate(UnaryOperator)","u":"getAndUpdate(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"getAndUpdate(UnaryOperator)","u":"getAndUpdate(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"getAndUpdate(UnaryOperator)","u":"getAndUpdate(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"getAndUpdate(UnaryOperator)","u":"getAndUpdate(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"getAndUpdate(UnaryOperator)","u":"getAndUpdate(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"getAndUpdate(UnaryOperator)","u":"getAndUpdate(java.util.function.UnaryOperator)"},{"p":"com.tangosol.net","c":"Cluster.MemberTimeoutAction","l":"getAnnouncingMemberSet()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getAppendingBufferOutput()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getAppendingBufferOutput()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration","l":"getApplicationContext()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.SimpleConfig","l":"getApplicationContext()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getApplicationName()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getApplicationName()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getApplicationName()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getArchiverPersistenceTools(ExtensibleConfigurableCacheFactory, String, String)","u":"getArchiverPersistenceTools(com.tangosol.net.ExtensibleConfigurableCacheFactory,java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"AbstractScript","l":"getArgs()"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"getArgs()"},{"p":"com.tangosol.util","c":"Unsafe","l":"getArrayOffset(Binary)","u":"getArrayOffset(com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderHelper","l":"getAssignableValue(Class, Parameter, ParameterResolver, ClassLoader)","u":"getAssignableValue(java.lang.Class,com.tangosol.config.expression.Parameter,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getAssociatedEntry(String, K1)","u":"getAssociatedEntry(java.lang.String,K1)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getAssociatedEntry(String, K1, boolean)","u":"getAssociatedEntry(java.lang.String,K1,boolean)"},{"p":"com.oracle.coherence.common.base","c":"Associated","l":"getAssociatedKey()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"getAssociatedKey()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask","l":"getAssociatedKey()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.OpenTask","l":"getAssociatedKey()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.BatchTasks","l":"getAssociatedKey()"},{"p":"com.tangosol.util","c":"CompositeKey","l":"getAssociatedKey()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DefaultTaskDependencies","l":"getAssociatedKey()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.Task","l":"getAssociatedKey()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.TaskDependencies","l":"getAssociatedKey()"},{"p":"com.oracle.coherence.common.base","c":"Associator","l":"getAssociatedKey(Object)","u":"getAssociatedKey(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"NaturalAssociator","l":"getAssociatedKey(Object)","u":"getAssociatedKey(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"KeyAssociator","l":"getAssociatedKey(Object)","u":"getAssociatedKey(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"BroadKeyPartitioningStrategy","l":"getAssociatedPartitions(Object)","u":"getAssociatedPartitions(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"getAssociatedPartitions(Object)","u":"getAssociatedPartitions(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"KeyPartitioningStrategy","l":"getAssociatedPartitions(Object)","u":"getAssociatedPartitions(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"getAssociatedService()"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"getAsyncCache()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"getAsyncCache(String, String)","u":"getAsyncCache(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"Listeners","l":"getAsynchronousListeners()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AsyncStoreManagerBuilder","l":"getAsyncLimit(ParameterResolver)","u":"getAsyncLimit(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getAttribute(String)","u":"getAttribute(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getAttribute(String)","u":"getAttribute(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"getAttribute(String, String)","u":"getAttribute(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"getAttribute(String, String)","u":"getAttribute(java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getAttribute(XmlElement, String, String)","u":"getAttribute(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.SetAttributes","l":"getAttributeList(Map)","u":"getAttributeList(java.util.Map)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getAttributeMap()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getAttributeMap()"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"getAttributeProcessor(String)","u":"getAttributeProcessor(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"getAttributeProcessor(XmlAttribute)","u":"getAttributeProcessor(com.tangosol.run.xml.XmlAttribute)"},{"p":"com.tangosol.config.xml","c":"NamespaceHandler","l":"getAttributeProcessor(XmlAttribute)","u":"getAttributeProcessor(com.tangosol.run.xml.XmlAttribute)"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"getAttributes()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"getAttributes()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"GetAttributes()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"getAttributes(MBeanAccessor.QueryBuilder.ParsedQuery)","u":"getAttributes(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"GetAttributes(MBeanAccessor.QueryBuilder.ParsedQuery)","u":"%3Cinit%3E(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"getAttributes(MBeanAccessor.QueryBuilder.ParsedQuery, Filter, boolean)","u":"getAttributes(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"GetAttributes(MBeanAccessor.QueryBuilder.ParsedQuery, Filter, boolean)","u":"%3Cinit%3E(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery,com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"getAttributes(String, Filter)","u":"getAttributes(java.lang.String,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"getAttributes(String, Filter)","u":"getAttributes(java.lang.String,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"getAuthenticationScheme()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getAuthorizedHostFilter()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getAutoCloseable()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getAverageBatchSize()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getAverageEraseMillis()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getAverageGetMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getAverageGetMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getAverageGetMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getAverageGetTime()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getAverageGetTime()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getAverageGetTime()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getAverageHitMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getAverageHitMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getAverageHitMillis()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getAverageLoadMillis()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getAverageMissMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getAverageMissMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getAverageMissMillis()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"getAveragePartitionSize()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getAveragePartitionSizeKB()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getAveragePartitionSizeKB()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getAveragePruneMillis()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getAveragePutMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getAveragePutMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getAveragePutMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getAveragePutTime()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getAveragePutTime()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getAveragePutTime()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getAverageRemoveTime()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getAverageRemoveTime()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getAverageRemoveTime()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"getAverageStorageSize()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getAverageStorageSizeKB()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getAverageStorageSizeKB()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getAverageStoreMillis()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"getBackCache()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"getBackEvent()"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getBackingMap()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getBackingMap()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"getBackingMap()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getBackingMap()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"getBackingMap()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getBackingMap()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"getBackingMap(int)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getBackingMap(Object)","u":"getBackingMap(java.lang.Object)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getBackingMap(String)","u":"getBackingMap(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"getBackingMap(String)","u":"getBackingMap(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"getBackingMap(String)","u":"getBackingMap(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getBackingMap(String)","u":"getBackingMap(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getBackingMapContext()"},{"p":"com.tangosol.net.events.partition.cache","c":"Event","l":"getBackingMapContext()"},{"p":"com.tangosol.net.events.partition.cache","c":"PartitionedCacheDispatcher","l":"getBackingMapContext()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getBackingMapContext()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"getBackingMapContext()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getBackingMapContext()"},{"p":"com.tangosol.util","c":"QueryContext","l":"getBackingMapContext()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getBackingMapContext(String)","u":"getBackingMapContext(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getBackingMapContext(String)","u":"getBackingMapContext(java.lang.String)"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getBackingMapEntry(Object)","u":"getBackingMapEntry(java.lang.Object)"},{"p":"com.tangosol.net","c":"CacheService","l":"getBackingMapManager()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"getBackingMapManager()"},{"p":"com.tangosol.net.partition","c":"PartitionAwareBackingMap","l":"getBackingMapManager()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getBackingMapManager()"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"getBackingMapManager()"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"getBackingMapManager()"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"getBackingMapManagerContext()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getBackingMapManagerContext()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"getBackingMaps()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"getBackingMaps(PartitionSet)","u":"getBackingMaps(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.coherence.config.scheme","c":"ClusteredCachingScheme","l":"getBackingMapScheme()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"getBackingMapScheme()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReplicatedScheme","l":"getBackingMapScheme()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getBacklog()"},{"p":"com.tangosol.net","c":"ThreadPoolManager","l":"getBacklog()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getBackMap()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getBackMap()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getBackMap()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getBackMapListener()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"getBackPaddingSize()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCompositeScheme","l":"getBackScheme()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"getBackupCount()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getBackupCount()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getBackupCount()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getBackupCount()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getBackupLoadCalculator()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"getBackupMapConfig()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getBackupOwner(int, int)","u":"getBackupOwner(int,int)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackupMapConfig","l":"getBackupSchemeName(ParameterResolver)","u":"getBackupSchemeName(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"getBackupSchemeName(ParameterResolver)","u":"getBackupSchemeName(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getBackupStrength()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getBackupStrength()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getBackupStrengthName()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"getBaseMap()"},{"p":"com.tangosol.io","c":"FileHelper","l":"getBaseName(String)","u":"getBaseName(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getBatchSize()"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"getBeanId()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getBeanInfo()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"getBeanInfo()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"getBehavior()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getBigDecimal()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getBigDecimal()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getBigInteger()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getBigInteger()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getBinary()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getBinary()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getBinary(Binary)","u":"getBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getBinary(Binary)","u":"getBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"getBinaryChangeRecord()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"getBinaryEntryStore()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getBinaryKey()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getBinaryKey()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventEntry","l":"getBinaryKey()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getBinaryKey()"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"getBinaryMap()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"getBinaryMap()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"getBinaryStore()"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"getBinaryStore()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"getBinaryStore()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"getBinaryStore()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"getBinaryStore()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"getBinaryStoreKeyMap()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getBinaryStoreList()"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"getBinaryStoreManager()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getBinaryStoreManager()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AsyncStoreManagerBuilder","l":"getBinaryStoreManagerBuilder()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BinaryStoreManagerBuilderCustomization","l":"getBinaryStoreManagerBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"getBinaryStoreManagerBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"getBinaryStoreManagerBuilder()"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"getBinaryStoreMap()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getBinaryValue()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Element","l":"getBinaryValue()"},{"p":"com.tangosol.net.topic","c":"TopicPublisherException","l":"getBinaryValue()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getBinaryValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventEntry","l":"getBinaryValue()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getBinaryValue()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"getBindableServices()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"getBindingPower()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"getBits()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"getBlock(int)"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"getBlockCount()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"getBlockCount()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"getBlockDataSize()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"getBlockDataSize(int)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getBoolean()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getBoolean()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getBoolean()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getBoolean()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getBoolean(boolean)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getBoolean(boolean)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getBoolean(String)","u":"getBoolean(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getBoolean(String, boolean)","u":"getBoolean(java.lang.String,boolean)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getBooleanArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getBooleanArray()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getBottomAnchor()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getBucketCount()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"getBucketIndex(int, int)","u":"getBucketIndex(int,int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getBucketIndex(int, int)","u":"getBucketIndex(int,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getBucketLevel()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getBucketOffset(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"getBuffer()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"getBuffer()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"getBuffer()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"getBuffer()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"getBuffer()"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"getBuffer()"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"getBuffer()"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"getBuffer()"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"getBuffer()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"getBuffer(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getBuffer(int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"getBufferCount()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getBufferCount()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"getBufferIndexByOffset(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getBufferIndexByOffset(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"getBufferInput()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getBufferInput()"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"getBufferInput()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getBufferManager()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"getBufferOffset(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getBufferOffset(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getBufferOutput()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getBufferOutput()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"getBufferOutput()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"getBufferOutput()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getBufferOutput()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getBufferOutput(int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"getBufferOutput(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"getBufferOutput(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getBufferOutput(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"getBufferOutput(int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getBufferOutput(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getBufferPool()"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry.Registration","l":"getBuilder()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.BuilderRegistration","l":"getBuilder()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryValue","l":"getBuilder()"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry","l":"getBuilder(Class)","u":"getBuilder(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"getBuilder(Class)","u":"getBuilder(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry","l":"getBuilder(Class, String)","u":"getBuilder(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"getBuilder(Class, String)","u":"getBuilder(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getBuilderRegistry()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getBuilderRegistry()"},{"p":"com.tangosol.coherence.config.scheme","c":"BundlingScheme","l":"getBundleManager()"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"getBundleManager()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"getBundleManager()"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteCacheScheme","l":"getBundleManager()"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.GetBundler","l":"GetBundler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"getBundleSize()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"getBundleSize()"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"getBundleSize()"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"getBundleSize()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getByte()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getByte()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getByteArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getByteArray()"},{"p":"com.tangosol.util","c":"Unsafe","l":"getByteArray(Binary)","u":"getByteArray(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"getByteBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"getByteBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"getByteBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"getByteBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"getByteBuffer()"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"getBytesWritten()"},{"p":"com.tangosol.io","c":"WrapperObjectOutputStream","l":"getBytesWritten()"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"getCache()"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"getCache()"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"getCache()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getCache()"},{"p":"com.tangosol.util","c":"CacheCollator","l":"getCache()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getCache(String)","u":"getCache(java.lang.String)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getCache(String)","u":"getCache(java.lang.String)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getCache(String, Class, Class)","u":"getCache(java.lang.String,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getCache(String, ClassLoader)","u":"getCache(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getCache(String, ClassLoader, NamedMap.Option...)","u":"getCache(java.lang.String,java.lang.ClassLoader,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getCache(String, NamedMap.Option...)","u":"getCache(java.lang.String,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getCache(String, NamedMap.Option...)","u":"getCache(java.lang.String,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.net","c":"Session","l":"getCache(String, NamedMap.Option...)","u":"getCache(java.lang.String,com.tangosol.net.NamedMap.Option...)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"getCache(String, String, boolean)","u":"getCache(java.lang.String,java.lang.String,boolean)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DefaultDependencies","l":"getCacheConfig()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Dependencies","l":"getCacheConfig()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getCacheConfig()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getCacheConfigURI()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getCachedOrPending(Object)","u":"getCachedOrPending(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"getCacheEntry()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getCacheEntry(Object)","u":"getCacheEntry(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getCacheEntry(Object)","u":"getCacheEntry(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getCacheEntry(Object)","u":"getCacheEntry(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getCacheEntry(Object)","u":"getCacheEntry(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getCacheEntry(Object)","u":"getCacheEntry(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"getCacheEntryEventFilter()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryListenerRegistration","l":"getCacheEntryFilter()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryListenerRegistration","l":"getCacheEntryListener()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughMapListenerAdapter","l":"getCacheEntryListener()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughListenerRegistration","l":"getCacheEntryListenerConfiguration()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"getCacheEntryListenerConfigurations()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEvent","l":"getCacheEvent()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheEvictions()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheEvictions()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheEvictions()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getCacheFactory()"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"getCacheFactory()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"getCacheFactory()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"getCacheFactory()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"getCacheFactory()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager","l":"getCacheFactory()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getCacheFactoryBuilder()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getCacheFactoryBuilder()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getCacheFactoryBuilderConfig()"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl.DefaultDependencies","l":"getCacheFactorySupplier()"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl.Dependencies","l":"getCacheFactorySupplier()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"getCacheFormat(Service)","u":"getCacheFormat(com.tangosol.net.Service)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheGets()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheGets()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheGets()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheHitPercentage()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheHitPercentage()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheHitPercentage()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheHits()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheHits()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheHits()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getCacheHits()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getCacheHits()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getCacheHits()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getCacheHits()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheHitsMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheHitsMillis()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheHitsMillis()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getCacheHitsMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getCacheHitsMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getCacheHitsMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"getCacheLoader()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getCacheLoader()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheLoaderCacheStore","l":"getCacheLoader()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"getCacheLoaderFactory()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"getCacheManager()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"getCacheManager()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"getCacheManager(URI, ClassLoader)","u":"getCacheManager(java.net.URI,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"getCacheManager(URI, ClassLoader, Properties)","u":"getCacheManager(java.net.URI,java.lang.ClassLoader,java.util.Properties)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"getCacheManagerURI()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheMap","l":"getCacheMap()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getCacheMap(CacheMap, Converter, Converter, Converter, Converter)","u":"getCacheMap(com.tangosol.net.cache.CacheMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"getCacheMappingRegistry()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheMisses()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheMisses()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheMisses()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getCacheMisses()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getCacheMisses()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getCacheMisses()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getCacheMisses()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheMissesMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheMissesMillis()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheMissesMillis()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getCacheMissesMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getCacheMissesMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getCacheMissesMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheMissPercentage()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheMissPercentage()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheMissPercentage()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"getCacheName()"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"getCacheName()"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"getCacheName()"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"getCacheName()"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getCacheName()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getCacheName()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"getCacheName()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"getCacheName()"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"getCacheName()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"getCacheName()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"getCacheName()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent","l":"getCacheName()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEventDispatcher","l":"getCacheName()"},{"p":"com.tangosol.net.events.partition.cache","c":"Event","l":"getCacheName()"},{"p":"com.tangosol.net.events.partition.cache","c":"PartitionedCacheDispatcher","l":"getCacheName()"},{"p":"com.tangosol.net","c":"NamedCache","l":"getCacheName()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"getCacheName()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"getCacheName(long)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getCacheName(NodeTerm)","u":"getCacheName(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"getCacheNamePattern()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getCacheNames()"},{"p":"com.tangosol.net","c":"CacheService","l":"getCacheNames()"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"getCacheNames()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getCacheNames(PersistentStore)","u":"getCacheNames(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getCachePrunes()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getCachePrunes()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getCachePrunes()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getCachePrunesMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getCachePrunesMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getCachePrunesMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCachePuts()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCachePuts()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCachePuts()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCachePutsMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCachePutsMillis()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCachePutsMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheRemovals()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheRemovals()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheRemovals()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getCacheRemoveMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getCacheRemoveMillis()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getCacheRemoveMillis()"},{"p":"com.tangosol.coherence.rest","c":"DefaultRootResource","l":"getCacheResource(String)","u":"getCacheResource(java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"PassThroughRootResource","l":"getCacheResource(String)","u":"getCacheResource(java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"getCacheSerializer()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getCacheService()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getCacheService()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"getCacheService()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getCacheService()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"getCacheService()"},{"p":"com.tangosol.net","c":"NamedCache","l":"getCacheService()"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"getCacheService()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"getCacheService()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getCacheService()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getCacheStatistics()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getCacheStatistics()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"getCacheStatistics()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"getCacheStatistics()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getCacheStore()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"getCacheStore()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getCacheStore()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getCacheStore()"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"getCacheStoreScheme()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getCacheStoreScheme()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getCacheStoreTimeout(ParameterResolver)","u":"getCacheStoreTimeout(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getCacheStoreTimeoutMillis()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getCacheToConfigurationMapping(JCacheIdentifier)","u":"getCacheToConfigurationMapping(com.tangosol.coherence.jcache.common.JCacheIdentifier)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"getCacheWriter()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"getCacheWriterFactory()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getCachingProvider()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"getCachingScheme()"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"getCachingSchemeName()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"getCalculator()"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"getCalculatorState(Class)","u":"getCalculatorState(java.lang.Class)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getCalibratedHighUnits()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getCalibratedLowUnits()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getCallerStackFrame()"},{"p":"com.tangosol.util","c":"Base","l":"getCallerStackFrame()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"getCanonicalCacheName()"},{"p":"com.oracle.coherence.common.base","c":"CanonicallyNamed","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"getCanonicalName()"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"getCanonicalName()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getCapacity()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"getCapacity()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"getCapacity()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getCapacity()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"getCapacity()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getCapacity()"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"getCapacity()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"getCapacity()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getCapacity()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"getCCF(String)","u":"getCCF(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"getChangedBinaryValue()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getChanges()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getChanges()"},{"p":"com.tangosol.net.topic","c":"Publisher.Status","l":"getChannel()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"getChannel()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Element","l":"getChannel()"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"getChannelCount()"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"getChannelCount()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getChannelCount()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getChannelCount(ParameterResolver)","u":"getChannelCount(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"TopicService","l":"getChannelCount(String)","u":"getChannelCount(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getChannels()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getChar()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getChar()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getCharArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getCharArray()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"getCharBuf()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"getCharBuf(int)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"getChild(int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getChild(int)"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofValue","l":"getChild(int)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"getChildrenIterator()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getClass(int)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"getClass(int)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"getClass(int)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"getClass(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"getClass(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.SimpleXmlBeanClassCache","l":"getClass(int, ClassLoader)","u":"getClass(int,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.XmlBeanClassCache","l":"getClass(int, ClassLoader)","u":"getClass(int,java.lang.ClassLoader)"},{"p":"com.tangosol.io.pof.reflect","c":"PofReflectionHelper","l":"getClass(int, PofContext)","u":"getClass(int,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getClass(String)","u":"getClass(java.lang.String)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getClass(Type)","u":"getClass(java.lang.reflect.Type)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"getClassArray(Object[])","u":"getClassArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getClassArray(Object[])","u":"getClassArray(java.lang.Object[])"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"getClassArrayFromObjectArray(Object[])","u":"getClassArrayFromObjectArray(java.lang.Object[])"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"getClassExtracted()"},{"p":"com.tangosol.io.pof","c":"PortableTypeSerializer","l":"getClassForTypeId(PofContext, int)","u":"getClassForTypeId(com.tangosol.io.pof.PofContext,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.SimpleXmlBeanClassCache","l":"getClassId(Class)","u":"getClassId(java.lang.Class)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.XmlBeanClassCache","l":"getClassId(Class)","u":"getClassId(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"getClassLoader()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.DataStructureRefExpression","l":"getClassLoader()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"getClassLoader()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getClassLoader()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getClassLoader()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"getClassLoader()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getClassLoader()"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"getClassLoader()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"getClassLoader()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"getClassLoader()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getClassLoader()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getClassLoader()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getClassLoader()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getClassLoader()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getClassLoader()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getClassLoader()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"getClassName()"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"getClassName()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getClassName(int)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"getClassName(int)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"getClassName(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"getClassName(int)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"getClassNode(Class)","u":"getClassNode(java.lang.Class)"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"getClient()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getCloner()"},{"p":"com.oracle.coherence.cdi.server","c":"ClusterProducer","l":"getCluster()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getCluster()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getCluster()"},{"p":"com.tangosol.net","c":"Coherence","l":"getCluster()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"getCluster()"},{"p":"com.tangosol.net","c":"Service","l":"getCluster()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getCluster()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getClusterActionPolicyBuilder()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getClusterAnnounceTimeoutMillis()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getClusterConfig()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getClusterHeartbeatDelayMillis()"},{"p":"com.tangosol.net","c":"Cluster","l":"getClusterName()"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"getClusterName()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getClusterName()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getClusterName()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getClusterName()"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"getClusterPermissions(Principal)","u":"getClusterPermissions(java.security.Principal)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"getClusterQuorumMap()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getClusterTimestampMaxVarianceMillis()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"getCode()"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs","l":"getCodec(Class)","u":"getCodec(java.lang.Class)"},{"p":"com.oracle.coherence.cdi","c":"AbstractCacheInterceptor","l":"getCoherence()"},{"p":"com.oracle.coherence.cdi","c":"CoherenceExtension","l":"getCoherence()"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent","l":"getCoherence()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getCoherenceQueryLanguage()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getCoherenceQueryLanguage()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getCoherenceQueryLanguage()"},{"p":"com.tangosol.util","c":"CacheCollator","l":"getCollationKey(String)","u":"getCollationKey(java.lang.String)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"getCollection()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getCollection(Collection)","u":"getCollection(java.util.Collection)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getCollection(Collection)","u":"getCollection(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getCollection(Collection, Class)","u":"getCollection(java.util.Collection,java.lang.Class)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getCollection(Collection, Converter, Converter)","u":"getCollection(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getCollector()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getComment()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getComment()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getCommitCount()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getCommitCount()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getCommonDaemonPool()"},{"p":"com.tangosol.util","c":"Base","l":"getCommonMonitor(int)"},{"p":"com.tangosol.util","c":"Base","l":"getCommonMonitor(long)"},{"p":"com.tangosol.util","c":"Base","l":"getCommonMonitor(Object)","u":"getCommonMonitor(java.lang.Object)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"getComparator()"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"getComparator()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getComparator()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"getComparator()"},{"p":"com.tangosol.util","c":"MapIndex","l":"getComparator()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"getComparator()"},{"p":"com.tangosol.util","c":"SortedBag","l":"getComparator()"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"getComparators()"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"getComparisonStyle()"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"getCompatibleConstructor(Class, Class[])","u":"getCompatibleConstructor(java.lang.Class,java.lang.Class[])"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"getCompatibleMethod(Class, String, Object...)","u":"getCompatibleMethod(java.lang.Class,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"getCompletableFuture()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"getCompletableFuture()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getCompletedTime()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"getComplex()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"getComplex()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getComponentType(Type)","u":"getComponentType(java.lang.reflect.Type)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getCompositeName(Class, String)","u":"getCompositeName(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getCompositeName(String, String)","u":"getCompositeName(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getCompositePackage(String, String)","u":"getCompositePackage(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"getConcreteType(Type)","u":"getConcreteType(java.lang.reflect.Type)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"getConcurrency()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterConcurrentMap","l":"getConcurrentMap()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getConcurrentMap(ConcurrentMap, Converter, Converter, Converter, Converter)","u":"getConcurrentMap(com.tangosol.util.ConcurrentMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"getConditionalRemoveAction()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"getConfig()"},{"p":"com.tangosol.io","c":"ConfigurableSerializerFactory","l":"getConfig()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getConfig()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getConfig()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getConfig()"},{"p":"com.tangosol.net","c":"CompressionFilter","l":"getConfig()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProviderFactory","l":"getConfig()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getConfig()"},{"p":"com.tangosol.net","c":"SocketOptions","l":"getConfig()"},{"p":"com.tangosol.persistence","c":"ConfigurableSnapshotArchiverFactory","l":"getConfig()"},{"p":"com.tangosol.run.xml","c":"XmlConfigurable","l":"getConfig()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getConfig()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getConfigClassLoader()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getConfigClassLoader()"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"getConfigElementName()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getConfigElementName()"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"getConfigElementName()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getConfigLocation()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"getConfigMap()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getConfigSerialFilter()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getConfigSerialFilterFactory()"},{"p":"com.oracle.coherence.mp.config","c":"CdiConfigSourceProvider","l":"getConfigSources(ClassLoader)","u":"getConfigSources(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getConfigUnsafe()"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"getConfigurableCacheFactory()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getConfigurableCacheFactory()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getConfigurableCacheFactory()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"getConfigurableCacheFactory()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getConfigurableCacheFactory()"},{"p":"com.tangosol.net.events.application","c":"LifecycleEvent","l":"getConfigurableCacheFactory()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getConfigurableCacheFactory(ClassLoader)","u":"getConfigurableCacheFactory(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"getConfigurableCacheFactory(ClassLoader)","u":"getConfigurableCacheFactory(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"getConfigurableCacheFactory(ClassLoader)","u":"getConfigurableCacheFactory(java.lang.ClassLoader)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.ServiceEventHandler","l":"getConfigurableCacheFactory(PartitionedService)","u":"getConfigurableCacheFactory(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"getConfigurableCacheFactory(String, ClassLoader)","u":"getConfigurableCacheFactory(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"getConfigurableCacheFactory(String, ClassLoader)","u":"getConfigurableCacheFactory(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"getConfigurableCacheFactory(String, ClassLoader, ParameterResolver)","u":"getConfigurableCacheFactory(java.lang.String,java.lang.ClassLoader,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"getConfigurableCacheFactory(String, ClassLoader, ParameterResolver)","u":"getConfigurableCacheFactory(java.lang.String,java.lang.ClassLoader,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getConfigurableCacheFactoryConfig()"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"getConfigurableCacheFactoryConfig()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryListenerRegistration","l":"getConfiguration()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"getConfiguration()"},{"p":"com.tangosol.net","c":"Coherence","l":"getConfiguration()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"getConfiguration(Class)","u":"getConfiguration(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getConfiguration(Class)","u":"getConfiguration(java.lang.Class)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"getConfiguredAddresses(AddressProvider)","u":"getConfiguredAddresses(com.tangosol.net.AddressProvider)"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getConfiguredChannelCount()"},{"p":"com.tangosol.util","c":"Daemon","l":"getConfiguredName()"},{"p":"com.tangosol.util","c":"Daemon","l":"getConfiguredPriority()"},{"p":"com.oracle.coherence.cdi","c":"SessionInitializer","l":"getConfigUri()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getConfigUri()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getConfigUri()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getConfigUri()"},{"p":"com.tangosol.io.pof","c":"PofConfigProvider","l":"getConfigURI()"},{"p":"com.tangosol.io.pof","c":"PofConfigProvider","l":"getConfigURIs()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"getConfirmationMessage(String)","u":"getConfirmationMessage(java.lang.String)"},{"p":"com.tangosol.net","c":"ServiceLoad","l":"getConnectionCount()"},{"p":"com.tangosol.net","c":"ServiceLoad","l":"getConnectionLimit()"},{"p":"com.tangosol.net","c":"ServiceLoad","l":"getConnectionPendingCount()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"getConnectionPort()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"getConnectionPortMax()"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"DefaultAggregatorFactory","l":"getConstructor(Constructor[])","u":"getConstructor(java.lang.reflect.Constructor[])"},{"p":"com.tangosol.coherence.rest.util.processor","c":"DefaultProcessorFactory","l":"getConstructor(Constructor[])","u":"getConstructor(java.lang.reflect.Constructor[])"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"getConstructorParameterList()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getContainerContext()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getContainsValueAction()"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"getContent()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"getContentionObserver()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"getContext()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies","l":"getContext()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getContext()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getContext()"},{"p":"com.tangosol.net","c":"AbstractBackingMapManager","l":"getContext()"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"getContext()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getContext()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getContext()"},{"p":"com.tangosol.net","c":"Guardable","l":"getContext()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getContext()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getContext()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"getContext()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getContext()"},{"p":"com.tangosol.util","c":"Daemon","l":"getContext()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getContext()"},{"p":"com.tangosol.coherence.rest.providers","c":"JacksonMapperProvider","l":"getContext(Class)","u":"getContext(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"getContext(ResourceRegistry, JCacheIdentifier)","u":"getContext(com.tangosol.util.ResourceRegistry,com.tangosol.coherence.jcache.common.JCacheIdentifier)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"getContext(ResourceRegistry, JCacheIdentifier, CompleteConfiguration)","u":"getContext(com.tangosol.util.ResourceRegistry,com.tangosol.coherence.jcache.common.JCacheIdentifier,javax.cache.configuration.CompleteConfiguration)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"getContextClassLoader()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"getContextClassLoader()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"getContextClassLoader()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"getContextClassLoader()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getContextClassLoader()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"getContextClassLoader()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.Dependencies","l":"getContextClassLoader()"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getContextClassLoader()"},{"p":"com.tangosol.io","c":"ClassLoaderAware","l":"getContextClassLoader()"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"getContextClassLoader()"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"getContextClassLoader()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getContextClassLoader()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"getContextClassLoader()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DefaultDependencies","l":"getContextClassLoader()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Dependencies","l":"getContextClassLoader()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getContextClassLoader()"},{"p":"com.tangosol.util","c":"Base","l":"getContextClassLoader()"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"getContextClassLoader(Object)","u":"getContextClassLoader(java.lang.Object)"},{"p":"com.tangosol.util","c":"Base","l":"getContextClassLoader(Object)","u":"getContextClassLoader(java.lang.Object)"},{"p":"com.tangosol.io","c":"SerializerAware","l":"getContextSerializer()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getContinuation()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getControlMap()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getControlMap()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getConverter()"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"getConverter()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"getConverterDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"getConverterDown()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getConverterHolder(F, Converter)","u":"getConverterHolder(F,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"getConverterKeyDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"getConverterKeyDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"getConverterKeyUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntry","l":"getConverterKeyUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterEntry","l":"getConverterKeyUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"getConverterKeyUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"getConverterKeyUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getConverterKeyUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"getConverterKeyUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"getConverterListener(MapListener)","u":"getConverterListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"getConverterUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"getConverterUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"getConverterValueDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntry","l":"getConverterValueDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterEntry","l":"getConverterValueDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"getConverterValueDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"getConverterValueDown()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"getConverterValueUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntry","l":"getConverterValueUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterEntry","l":"getConverterValueUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"getConverterValueUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"getConverterValueUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getConverterValueUp()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"getConverterValueUp()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getCookie()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getCookie(Class)","u":"getCookie(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getCookie(Class)","u":"getCookie(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getCookie(Class, String)","u":"getCookie(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getCookie(Class, String)","u":"getCookie(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getCoordinatorId()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getCoordinatorId()"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"getCoordinatorId()"},{"p":"com.oracle.coherence.concurrent","c":"CountDownLatch","l":"getCount()"},{"p":"com.oracle.coherence.concurrent","c":"LocalCountDownLatch","l":"getCount()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"getCount()"},{"p":"com.tangosol.util","c":"UID","l":"getCount()"},{"p":"com.tangosol.util","c":"UUID","l":"getCount()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"getCreatedMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"getCreationTime()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getCreationTime()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"getCurrent()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"getCurrentAsString()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"getCurrentAsStringWithAdvance()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"getCurrentBaseToken()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getCurrentBuffer()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getCurrentBufferAbsoluteOffset()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getCurrentBufferRemaining()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"getCurrentChar()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getCurrentPage()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getCurrentPageNumber()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getCurrentPageTime()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.AddressIterator","l":"getCurrentProvider()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"getCurrentRule()"},{"p":"com.tangosol.net.security","c":"SecurityHelper","l":"getCurrentSubject()"},{"p":"com.tangosol.coherence.jcache.common","c":"Helper","l":"getCurrentTimeMillis()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getCurrentTimeMillis()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"getCurrentToken()"},{"p":"com.tangosol.net.partition","c":"VersionAwareMapListener","l":"getCurrentVersion()"},{"p":"com.tangosol.coherence.config.builder","c":"BuilderCustomization","l":"getCustomBuilder()"},{"p":"com.tangosol.coherence.config.builder","c":"DefaultBuilderCustomization","l":"getCustomBuilder()"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"getCustomBuilder()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractStoreManagerBuilder","l":"getCustomBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractLocalCachingScheme","l":"getCustomBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"getCustomBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"getCustomBuilder()"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"getDaemon()"},{"p":"com.tangosol.net","c":"ServiceLoad","l":"getDaemonActiveCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getDaemonCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getDaemonCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getDaemonCount()"},{"p":"com.tangosol.net","c":"ServiceLoad","l":"getDaemonCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getDaemonCountMax()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getDaemonCountMax()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getDaemonCountMax()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getDaemonCountMin()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getDaemonCountMin()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getDaemonCountMin()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"getDaemonPool()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies","l":"getDaemonPool()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getDaemonPool()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getDaemonPool()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"getDataDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getDataDirectory()"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"getDatagramSocketProvider(int)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDatagramSocketProvider(String, SocketProviderFactory.Dependencies, int, boolean)","u":"getDatagramSocketProvider(java.lang.String,com.tangosol.net.SocketProviderFactory.Dependencies,int,boolean)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDatagramSocketProvider(XmlElement, int)","u":"getDatagramSocketProvider(com.tangosol.run.xml.XmlElement,int)"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"getDataInput()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"getDataInput()"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"getDataOutput()"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"getDataOutput()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getDataOutput()"},{"p":"com.tangosol.io","c":"AbstractEvolvable","l":"getDataVersion()"},{"p":"com.tangosol.io","c":"Evolvable","l":"getDataVersion()"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"getDataVersion()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getDate()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getDate()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDate()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDate()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDate(Date)","u":"getDate(java.sql.Date)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDate(Date)","u":"getDate(java.sql.Date)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDateTime()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDateTime()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDateTime(Timestamp)","u":"getDateTime(java.sql.Timestamp)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDateTime(Timestamp)","u":"getDateTime(java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"getDay()"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"getDays()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"getDb()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"getDbConfig()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"getDbHolder()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"getDbIdCounter()"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"getDeactivationListener()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDecimal()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDecimal()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDecimal(BigDecimal)","u":"getDecimal(java.math.BigDecimal)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDecimal(BigDecimal)","u":"getDecimal(java.math.BigDecimal)"},{"p":"com.tangosol.util","c":"CacheCollator","l":"getDecomposition()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.IntDecoratedObject","l":"getDecoration()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getDecoration(Binary, int)","u":"getDecoration(com.tangosol.util.Binary,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getDecoration(ReadBuffer, int)","u":"getDecoration(com.tangosol.io.ReadBuffer,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getDecorations(ReadBuffer)","u":"getDecorations(com.tangosol.io.ReadBuffer)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getDeepMessage(Throwable, String)","u":"getDeepMessage(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"getDeepMessage(Throwable, String)","u":"getDeepMessage(java.lang.Throwable,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"getDefault()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"getDefaultClassLoader()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"getDefaultCoherenceBasedConfigurationClassName()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDefaultDatagramSocketProvider(SocketProviderBuilder, int)","u":"getDefaultDatagramSocketProvider(com.tangosol.coherence.config.builder.SocketProviderBuilder,int)"},{"p":"com.tangosol.io","c":"AbstractBinaryStore","l":"getDefaultDirectory()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getDefaultDomain()"},{"p":"com.tangosol.net","c":"Guardian","l":"getDefaultGuardRecovery()"},{"p":"com.tangosol.net","c":"Guardian","l":"getDefaultGuardTimeout()"},{"p":"com.tangosol.coherence.config.builder","c":"InvalidConfigServiceLoadBalancerBuilder","l":"getDefaultLoadBalancer()"},{"p":"com.tangosol.coherence.config.builder","c":"ProxyServiceLoadBalancerBuilder","l":"getDefaultLoadBalancer()"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceLoadBalancerBuilder","l":"getDefaultLoadBalancer()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getDefaultName(String, Filter, ValueExtractor)","u":"getDefaultName(java.lang.String,com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"getDefaultNamespaceHandler()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.Dependencies","l":"getDefaultNamespaceHandler()"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"getDefaultParameterResolver()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"getDefaultParameterResolver()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getDefaultParameterResolver()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"getDefaultParameterResolver()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.Dependencies","l":"getDefaultParameterResolver()"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getDefaultParameterResolver()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"getDefaultPersistenceEnvironmentHomeDirectory()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"getDefaultProperties()"},{"p":"com.oracle.coherence.cdi","c":"SerializerProducer","l":"getDefaultSerializer(InjectionPoint)","u":"getDefaultSerializer(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getDefaultServiceName()"},{"p":"com.oracle.coherence.cdi","c":"SessionProducer","l":"getDefaultSession(InjectionPoint)","u":"getDefaultSession(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration","l":"getDefaultSessionName()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.SimpleConfig","l":"getDefaultSessionName()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDefaultSocketProviderBuilder()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"getDefaultURI()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getDeferredList()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getDeferredList()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"getDelayMillis()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"getDelayMillis()"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"getDelayMillis(ParameterResolver)","u":"getDelayMillis(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"getDelaySeconds()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"getDelegate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool.TracingRunnable","l":"getDelegate()"},{"p":"com.tangosol.coherence.config.builder","c":"NamedResourceBuilder","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSet","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"getDelegate()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperSet","l":"getDelegate()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"getDelegateSocketProvider()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.Dependencies","l":"getDelegateSocketProvider()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.DefaultDelimiterExpansionProcessor","l":"getDelimiter()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.MacroExpansionProcessor","l":"getDelimiter()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.OffsetLengthSubstringExpansionProcessor","l":"getDelimiter()"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor.ChangeTracker","l":"getDelta()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getDeltaCompressor()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getDeltaCompressor(Serializer, DeltaCompressor)","u":"getDeltaCompressor(com.tangosol.io.Serializer,com.tangosol.io.DeltaCompressor)"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"getDemultiplexedSocketProvider(int)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDemultiplexedSocketProvider(SocketProviderBuilder, int)","u":"getDemultiplexedSocketProvider(com.tangosol.coherence.config.builder.SocketProviderBuilder,int)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDemultiplexedSocketProvider(String, SocketProviderFactory.Dependencies, int, boolean)","u":"getDemultiplexedSocketProvider(java.lang.String,com.tangosol.net.SocketProviderFactory.Dependencies,int,boolean)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDemultiplexedSocketProvider(XmlElement, int)","u":"getDemultiplexedSocketProvider(com.tangosol.run.xml.XmlElement,int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"getDependencies()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"getDependencies()"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"getDependencies()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getDependencies()"},{"p":"com.tangosol.net","c":"Cluster","l":"getDependencies()"},{"p":"com.tangosol.net","c":"Service","l":"getDependencies()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getDependencies()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getDependencies()"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"getDepth()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getDerivedName(Class, String)","u":"getDerivedName(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getDerivedName(String, String)","u":"getDerivedName(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder","l":"getDescription()"},{"p":"com.tangosol.coherence.dslquery","c":"StatementBuilder","l":"getDescription()"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"getDescription()"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.ExpirableStatus","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getDescription()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"PartitionAssignmentStrategy","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getDescription()"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"getDescription()"},{"p":"com.tangosol.net","c":"ThreadPoolSizingStrategy","l":"getDescription()"},{"p":"com.tangosol.util","c":"Daemon","l":"getDescription()"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"getDescription()"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"getDescription()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getDescription()"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"getDescription()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPartitionAssignmentStrategy","l":"getDescription()"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"getDescription()"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"getDescription()"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"getDescription()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"getDescription()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"getDescription()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"getDescription()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getDescription(Class, MBeanAttributeInfo)","u":"getDescription(java.lang.Class,javax.management.MBeanAttributeInfo)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getDescription(Class, MBeanOperationInfo)","u":"getDescription(java.lang.Class,javax.management.MBeanOperationInfo)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getDescription(Class, MBeanInfo)","u":"getDescription(java.lang.Class,javax.management.MBeanInfo)"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"getDescription(int)"},{"p":"com.tangosol.util","c":"MapEvent","l":"getDescription(int)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean","l":"getDescription(MBeanAttributeInfo)","u":"getDescription(javax.management.MBeanAttributeInfo)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardMBean","l":"getDescription(MBeanAttributeInfo)","u":"getDescription(javax.management.MBeanAttributeInfo)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean","l":"getDescription(MBeanInfo)","u":"getDescription(javax.management.MBeanInfo)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardMBean","l":"getDescription(MBeanInfo)","u":"getDescription(javax.management.MBeanInfo)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean","l":"getDescription(MBeanOperationInfo)","u":"getDescription(javax.management.MBeanOperationInfo)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardMBean","l":"getDescription(MBeanOperationInfo)","u":"getDescription(javax.management.MBeanOperationInfo)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"getDeserializedResult()"},{"p":"com.tangosol.util.fsm","c":"Event","l":"getDesiredState(S, ExecutionContext)","u":"getDesiredState(S,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"Instruction.TransitionTo","l":"getDesiredState(S, ExecutionContext)","u":"getDesiredState(S,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"getDesiredState(S, ExecutionContext)","u":"getDesiredState(S,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DelayedTransitionTo","l":"getDesiredState(S, ExecutionContext)","u":"getDesiredState(S,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.SubsequentEvent","l":"getDesiredState(S, ExecutionContext)","u":"getDesiredState(S,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getDestination(int)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getDestinationCount()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"getDestructiveBufferInput()"},{"p":"com.tangosol.io.nio","c":"MappedStoreManager","l":"getDirectory()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"getDirectory(ParameterResolver)","u":"getDirectory(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"NioFileManagerBuilder","l":"getDirectory(ParameterResolver)","u":"getDirectory(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackupMapConfig","l":"getDirectory(ParameterResolver)","u":"getDirectory(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"getDirectory(ParameterResolver)","u":"getDirectory(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"getDirectQuery()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getDirectStorageSize()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"getDirEnv()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"getDirLock()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"getDirParent()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getDirtyBytesCount()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getDiscoveryInterface()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getDiscoveryTimeToLive()"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent","l":"getDispatcher()"},{"p":"com.tangosol.net.events","c":"Event","l":"getDispatcher()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent","l":"getDispatcher()"},{"p":"com.tangosol.net.events.partition.cache","c":"Event","l":"getDispatcher()"},{"p":"com.tangosol.net.events.partition","c":"Event","l":"getDispatcher()"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent","l":"getDispatcher()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.StrengthComparator","l":"getDistance(Member)","u":"getDistance(com.tangosol.net.Member)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.StrengthComparator","l":"getDistance(Member, Member)","u":"getDistance(com.tangosol.net.Member,com.tangosol.net.Member)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getDistributedCacheConfig()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"getDocumentComment()"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"getDocumentComment()"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"getDocumentPreprocessor()"},{"p":"com.tangosol.config.xml","c":"NamespaceHandler","l":"getDocumentPreprocessor()"},{"p":"com.tangosol.net.management","c":"Registry","l":"getDomainName()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getDomainPartitions()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getDomainPartitions()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getDouble()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getDouble()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDouble()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDouble()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getDouble(double)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getDouble(double)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getDouble(String)","u":"getDouble(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getDouble(String, double)","u":"getDouble(java.lang.String,double)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getDoubleArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getDoubleArray()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"getDtdName()"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"getDtdName()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"getDtdUri()"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"getDtdUri()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DelayedTransitionTo","l":"getDuration()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.ProcessEventLater","l":"getDuration()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.Step","l":"getDuration()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"getDuration()"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getDuration(String)","u":"getDuration(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getDuration(String, Duration)","u":"getDuration(java.lang.String,com.oracle.coherence.common.util.Duration)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getEdition()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getEdition()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getEdition()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getEditionName()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.Step","l":"getEfficiency()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"getEfficiency()"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"getElement(int)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getElement(String)","u":"getElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getElement(String)","u":"getElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getElement(XmlElement, String)","u":"getElement(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getElement(XmlElement, String, String)","u":"getElement(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"getElementAdapter()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getElementCalculator()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getElementCalculatorBuilder()"},{"p":"com.tangosol.coherence.config.builder","c":"ElementCalculatorBuilder","l":"getElementCalculatorType(ParameterResolver)","u":"getElementCalculatorType(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"getElementCount()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getElementExpiryMillis()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getElementList()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getElementList()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"getElementName()"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"getElementName()"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"getElementProcessor(String)","u":"getElementProcessor(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"getElementProcessor(XmlElement)","u":"getElementProcessor(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"NamespaceHandler","l":"getElementProcessor(XmlElement)","u":"getElementProcessor(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getElements(String)","u":"getElements(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getElements(String)","u":"getElements(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getElements(XmlElement)","u":"getElements(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getElements(XmlElement, String, String)","u":"getElements(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"getEncodedHash()"},{"p":"com.tangosol.util","c":"HashEncoded","l":"getEncodedHash()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"getEncoding()"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"getEncoding()"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"getEndingState()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"getEntityType()"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent","l":"getEntries()"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"getEntries(int, int, String, PropertySet, String)","u":"getEntries(int,int,java.lang.String,com.tangosol.coherence.rest.util.PropertySet,java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"getEntries(PropertySet)","u":"getEntries(com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"getEntries(UriInfo, int, int, String, PropertySet)","u":"getEntries(jakarta.ws.rs.core.UriInfo,int,int,java.lang.String,com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent","l":"getEntry()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"getEntry()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"getEntry()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getEntry(Map.Entry, Converter, Converter, Converter)","u":"getEntry(java.util.Map.Entry,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"getEntry(MapEvent)","u":"getEntry(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getEntry(Object)","u":"getEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"getEntry(Object)","u":"getEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"getEntry(Object)","u":"getEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getEntry(Object)","u":"getEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.GetEntryAction","l":"GetEntryAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getEntryBlockCount()"},{"p":"com.tangosol.net.events","c":"EventHelper","l":"getEntryEventsMap(Set, boolean)","u":"getEntryEventsMap(java.util.Set,boolean)"},{"p":"com.tangosol.net.events","c":"EventHelper","l":"getEntryEventsMap(TransactionEvent)","u":"getEntryEventsMap(com.tangosol.net.events.partition.TransactionEvent)"},{"p":"com.tangosol.net.events","c":"EventHelper","l":"getEntryEventsMap(UnsolicitedCommitEvent)","u":"getEntryEventsMap(com.tangosol.net.events.partition.UnsolicitedCommitEvent)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getEntryInternal(Object)","u":"getEntryInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"getEntryInternal(Object)","u":"getEntryInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getEntryInternal(Object)","u":"getEntryInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getEntryInternal(Object, boolean)","u":"getEntryInternal(java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"getEntryMap()"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"getEntryOrQueryResource(String)","u":"getEntryOrQueryResource(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getEntryProcessor()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent","l":"getEntrySet()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryProcessorEvent","l":"getEntrySet()"},{"p":"com.tangosol.net.events.partition","c":"TransactionEvent","l":"getEntrySet()"},{"p":"com.tangosol.net.events.partition","c":"UnsolicitedCommitEvent","l":"getEntrySet()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"getEntrySet()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getEntrySet(Collection>, Converter, Converter, Converter, Converter)","u":"getEntrySet(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getEntrySet(Set, Class, Class)","u":"getEntrySet(java.util.Set,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"getEntrySetResource(String)","u":"getEntrySetResource(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"getEntrySize()"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"getEntrySize()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getEnumeration()"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getenv(String)","u":"getenv(java.lang.String)"},{"p":"com.oracle.coherence.mp.config","c":"ConfigPropertyResolver","l":"getEnv(String)","u":"getEnv(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"EnvironmentVariableResolver.Default","l":"getEnv(String)","u":"getEnv(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"EnvironmentVariableResolver","l":"getEnv(String)","u":"getEnv(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"EnvironmentVariableResolver","l":"getEnv(String, String)","u":"getEnv(java.lang.String,java.lang.String)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"getEnvConfig()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"getEnvHolder()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"getEnvironment()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"getEnvironment()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.FailureContinuationFactory","l":"getEnvironmentContinuation(PersistenceEnvironment)","u":"getEnvironmentContinuation(com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getEnvironmentInfo(ExtensibleConfigurableCacheFactory, String)","u":"getEnvironmentInfo(com.tangosol.net.ExtensibleConfigurableCacheFactory,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getEraseBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getEraseFailures()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getEraseMillis()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getEraseOps()"},{"p":"com.tangosol.util","c":"Base","l":"getErr()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"getError()"},{"p":"com.tangosol.run.xml","c":"SaxParser.ValidationHandler","l":"getErrorCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getErrorRequestCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getErrorRequestCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getErrorRequestFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getErrorRequestFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getErrorRequestFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getErrorRequestFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getErrorRequestMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getErrorRequestMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getErrorRequestOneMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getErrorRequestOneMinuteRate()"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"getEscapeChar()"},{"p":"com.tangosol.util.fsm","c":"Instruction.ProcessEvent","l":"getEvent()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.ProcessEventLater","l":"getEvent()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent","l":"getEventDispatcher()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getEventDispatcherThreadPriority()"},{"p":"com.tangosol.net.events","c":"InterceptorRegistry","l":"getEventInterceptor(String)","u":"getEventInterceptor(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractLocalCachingScheme","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"getEventInterceptorBuilders()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener","l":"getEventListeners()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheSynchronousMapListener","l":"getEventListeners()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener","l":"getEventListeners()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSynchronousMapListener","l":"getEventListeners()"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"getEventMask()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getEventQueue()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"getEventScope(E)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.LifecycleEventHandler","l":"getEventScope(LifecycleEvent)","u":"getEventScope(com.tangosol.net.events.application.LifecycleEvent)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"getEventType()"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent","l":"getEventTypes()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"getEventTypes()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getEvictionApprover()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getEvictionApprover()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getEvictionApprover()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getEvictionApprover()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getEvictionApprover()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getEvictionPolicy()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getEvictionPolicy()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getEvictionPolicy()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getEvictionPolicy()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getEvictionPolicy()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"getEvictionPolicyBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"getEvictionPolicyBuilder()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getEvictionType()"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalEvictionPolicy","l":"getEvictionType()"},{"p":"com.tangosol.coherence.config.builder","c":"EvictionPolicyBuilder","l":"getEvictionType(ParameterResolver)","u":"getEvictionType(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.io.pof","c":"EvolvableObject","l":"getEvolvable(int)"},{"p":"com.tangosol.io.pof","c":"EvolvableObject","l":"getEvolvableHolder()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"getException()"},{"p":"com.tangosol.run.xml","c":"SaxParser.ValidationHandler","l":"getException()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"getException()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder.AbstractStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery","c":"Statement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder.CreateSnapshotStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder.ForceRecoveryStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder.RecoverSnapshotStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder.RemoveSnapshotStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder.ResumeServiceStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder.SuspendServiceStatement","l":"getExecutionConfirmation(ExecutionContext)","u":"getExecutionConfirmation(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"getExecutionContext()"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"getExecutionTimeoutMillis()"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"getExecutionTimeoutMillis()"},{"p":"com.tangosol.net","c":"PriorityTask","l":"getExecutionTimeoutMillis()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DefaultTaskDependencies","l":"getExecutionTimeoutMillis()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.Task","l":"getExecutionTimeoutMillis()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.TaskDependencies","l":"getExecutionTimeoutMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"getExecutor()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies","l":"getExecutor()"},{"p":"com.tangosol.net","c":"AsyncNamedMap.Complete","l":"getExecutor()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getExpiry()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.ExpirableStatus","l":"getExpiry()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"getExpiry()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getExpiry()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"getExpiry()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getExpiry()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getExpiryArray()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getExpiryArray()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getExpiryDelay()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getExpiryDelay()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getExpiryDelay()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getExpiryDelay()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getExpiryDelay()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getExpiryDelay()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"getExpiryDelay(ParameterResolver)","u":"getExpiryDelay(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"getExpiryDelay(ParameterResolver)","u":"getExpiryDelay(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"getExpiryDelay(ParameterResolver)","u":"getExpiryDelay(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"getExpiryDelay(ParameterResolver)","u":"getExpiryDelay(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"getExpiryDelay(ParameterResolver)","u":"getExpiryDelay(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getExpiryDelay(ParameterResolver)","u":"getExpiryDelay(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.Entry","l":"getExpiryMillis()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"getExpiryMillis()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"getExpiryMillis()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"getExpiryMillis()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"getExpiryMillis()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"getExpiryPolicy()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"getExpiryPolicyFactory()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"getExpiryTime()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getExpiryTime()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntryAttributes","l":"getExpiryTime()"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"getExplicitType()"},{"p":"com.tangosol.coherence.rest.config","c":"NamedQuery","l":"getExpression()"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"getExpression()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getExpression(String)","u":"getExpression(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getExpressionParser()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"getExpressionParser()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.Dependencies","l":"getExpressionParser()"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getExpressionParser()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getExtendedContext()"},{"p":"com.oracle.coherence.cdi","c":"AbstractCacheInterceptor","l":"getExtension()"},{"p":"com.tangosol.io","c":"FileHelper","l":"getExtension(String)","u":"getExtension(java.lang.String)"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"getExtensionsMap()"},{"p":"com.tangosol.util","c":"SetMap","l":"getExternalMap()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"getExtractor()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"getExtractor()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"getExtractor()"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"getExtractor()"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"getExtractor()"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"getExtractor()"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"getExtractor()"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"getExtractor()"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"getExtractor()"},{"p":"com.tangosol.util","c":"ValueManipulator","l":"getExtractor()"},{"p":"com.tangosol.util.extractor","c":"IndexAwareExtractor","l":"getExtractor(Map, MapIndex>, MapIndex)","u":"getExtractor(java.util.Map,com.tangosol.util.MapIndex)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getExtractor(NodeTerm)","u":"getExtractor(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getExtractorBuilder()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.IndexLookupRecord","l":"getExtractorDescription()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"getExtractorDescription()"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"getExtractors()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"getFactory()"},{"p":"com.tangosol.net","c":"SocketProvider","l":"getFactory()"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"getFactory(String, ClassLoader, ParameterResolver)","u":"getFactory(java.lang.String,java.lang.ClassLoader,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"getFactory(String, ClassLoader, ParameterResolver)","u":"getFactory(java.lang.String,java.lang.ClassLoader,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"getFactoryClassName()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"getFactoryManager()"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"getFactoryMethodName()"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"getFactoryMethodParameters()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter","l":"getFairShare()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getFairShare(boolean)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getFairShareBackup()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getFairShareBackup()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getFairSharePrimary()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getFairSharePrimary()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getFields(NodeTerm)","u":"getFields(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"getFile()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getFile(NodeTerm)","u":"getFile(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"getFileName()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getFiles()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getFiles()"},{"p":"com.oracle.coherence.common.base","c":"Resources","l":"getFileURL(String)","u":"getFileURL(java.lang.String)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getFillLength()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"getFilter()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.AsyncSelectStatement","l":"getFilter()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"getFilter()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getFilter()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"getFilter()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"getFilter()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"getFilter()"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter.WeightedFilter","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"getFilter()"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"getFilter()"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"getFilter()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"getFilter(ByteString, Serializer)","u":"getFilter(com.google.protobuf.ByteString,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"getFilter(ByteString, Serializer)","u":"getFilter(com.google.protobuf.ByteString,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.cdi","c":"FilterProducer","l":"getFilter(InjectionPoint)","u":"getFilter(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"getFilterBuilder()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.Step","l":"getFilterDescription()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"getFilterDescription()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getFilterList()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getFilterMap()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getFilterMap()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"getFilters()"},{"p":"com.tangosol.util","c":"Listeners","l":"getFilters()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getFilterSet()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"getFirst()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"getFirstEntry()"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"LongArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"getFirstIndex()"},{"p":"com.tangosol.util","c":"ChainedMap","l":"getFirstMap()"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"getFirstParameter(ParameterResolver, ParameterList, Class)","u":"getFirstParameter(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.ParameterList,java.lang.Class)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getFirstPolled()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getFirstPolled()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getFirstPolledTimestamp()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getFirstPolledTimestamp()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getFloat()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getFloat()"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getFloat(String)","u":"getFloat(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getFloat(String, float)","u":"getFloat(java.lang.String,float)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getFloatArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getFloatArray()"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"getFlowControl()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getFlowControl()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getFlushTime()"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"getForwardEntry(Object)","u":"getForwardEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"getForwardEntry(Object)","u":"getForwardEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"Fragment","l":"getFragment(String)","u":"getFragment(java.lang.String)"},{"p":"com.tangosol.util","c":"Fragment","l":"getFragment(ValueExtractor)","u":"getFragment(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getFreeBlockOffset(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getFreeCapacity()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getFreeListCount()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getFromInternalCache(Object)","u":"getFromInternalCache(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"getFromMember()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"getFrontEvent()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"getFrontEvent()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getFrontMap()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getFrontMap()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getFrontMap()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getFrontMapListener()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getFrontMapListener()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"getFrontPaddingSize()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCompositeScheme","l":"getFrontScheme()"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"getFullStackTrace()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getFullyQualifiedClassNameOf(String)","u":"getFullyQualifiedClassNameOf(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getFunction(String)","u":"getFunction(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getFunctionKey(String)","u":"getFunctionKey(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder.AbstractOPToken","l":"getFunctor()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLExplainOPToken","l":"getFunctor()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLTraceOPToken","l":"getFunctor()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"getFunctor()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"getFunctor()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"getFunctor()"},{"p":"com.tangosol.io","c":"AbstractEvolvable","l":"getFutureData()"},{"p":"com.tangosol.io","c":"Evolvable","l":"getFutureData()"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"getFutureData()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getGarFileName()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getGarFileName()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getGate()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getGate()"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"getGenericTypeId(Class)","u":"getGenericTypeId(java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"getGetBundler()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getGetEntryAction()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getGlobalPartitions(PartitionedService)","u":"getGlobalPartitions(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getGlobalSocketProviderBuilder()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getGroupAddress()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getGroupBufferSize()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getGroupBy(NodeTerm)","u":"getGroupBy(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getGroupInterface()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getGroupListenerPriority()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getGroupPort()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getGroupTimeToLive()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getGrowthCount()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"getGrowthThreshold()"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"getGrowthThreshold()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"getGuardable()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getGuardable()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"getGuardableCount()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"getGuardContexts()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"getGuardian()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getGuardian()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"getGuardian()"},{"p":"com.tangosol.util","c":"Daemon","l":"getGuardRegisterAction()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getGuardTimeoutMillis()"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"getGUID(List, int)","u":"getGUID(java.util.List,int)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"getHashCode()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getHAStatus()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getHAStatus()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getHAStatusCode()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getHAStatusCode()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getHATarget()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getHATarget()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getHead()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getHead()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getHead(int)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getHeads()"},{"p":"com.tangosol.net.management","c":"Registry","l":"getHealthCheck(String)","u":"getHealthCheck(java.lang.String)"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getHealthCheckDependencies()"},{"p":"com.tangosol.net.management","c":"Registry","l":"getHealthChecks()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getHighUnitFairShare()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getHighUnits()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getHighUnits()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getHighUnits()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getHighUnits()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getHighUnits()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"getHighUnits(ParameterResolver)","u":"getHighUnits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"getHighUnits(ParameterResolver)","u":"getHighUnits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"getHighUnits(ParameterResolver)","u":"getHighUnits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"getHighUnits(ParameterResolver)","u":"getHighUnits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getHighUnits(ParameterResolver)","u":"getHighUnits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getHitProbability()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getHitProbability()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getHitProbability()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getHitProbability()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"getHoldCount()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"getHoldCount()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"getHost()"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getHost()"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"getHostKey()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"getHostName()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getHostnameVerifierBuilder()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"getHour()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"getHourOffset()"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"getHours()"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"getHours()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getHungCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getHungDuration()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getHungTaskCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getHungTaskCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getHungTaskDuration()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getHungTaskDuration()"},{"p":"com.oracle.coherence.cdi","c":"CdiEventObserver","l":"getId()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"getId()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventObserver","l":"getId()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getId()"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.FilterInfo","l":"getId()"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"getId()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"getId()"},{"p":"com.tangosol.net","c":"Member","l":"getId()"},{"p":"com.tangosol.net","c":"MemberEvent","l":"getId()"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"getId()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getId()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getId()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getId()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"getId()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"getId()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getId()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"getId()"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"getId()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"getId(T)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"getIdentifier()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getIdentifier()"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent","l":"getIdentifier()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.ReferenceLibrary","l":"getIdentity(Object)","u":"getIdentity(java.lang.Object)"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getIdentityAsserter()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getIdentityManager()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getIdentityTransformer()"},{"p":"com.tangosol.net","c":"ThreadPoolManager","l":"getIdleThreadCount()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"getIdleTimeout()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getIgnoredAdvice()"},{"p":"com.tangosol.io","c":"AbstractEvolvable","l":"getImplVersion()"},{"p":"com.tangosol.io","c":"Evolvable","l":"getImplVersion()"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"getImplVersion()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"getImplVersion()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getImplVersion()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"getIn()"},{"p":"com.tangosol.net","c":"Cluster.MemberTimeoutAction","l":"getIncidentStartTime()"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"getIndent()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"getIndex()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"getIndex()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray.ConverterLongArrayIterator","l":"getIndex()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"getIndex()"},{"p":"com.tangosol.util","c":"LongArray.Iterator","l":"getIndex()"},{"p":"com.tangosol.util","c":"SimpleLongArray.Iterator","l":"getIndex()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"getIndexContents()"},{"p":"com.tangosol.util","c":"MapIndex","l":"getIndexContents()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"getIndexContents()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"getIndexDef()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.IndexLookupRecord","l":"getIndexDescription()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"getIndexDescription()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getIndexExtentId(long)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getIndexFileName()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.Step","l":"getIndexLookupRecords()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"getIndexLookupRecords()"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getIndexMap()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getIndexMap()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getIndexMap()"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getIndexMap(int)"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getIndexMap(PartitionSet)","u":"getIndexMap(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getIndirectStorageSize()"},{"p":"com.tangosol.net","c":"Service","l":"getInfo()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getInfo()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getInheritedUserTypeIdentifier(Class)","u":"getInheritedUserTypeIdentifier(java.lang.Class)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"getInitialCount()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"getInitialPermits()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractNioManagerBuilder","l":"getInitialSize(ParameterResolver)","u":"getInitialSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackupMapConfig","l":"getInitialSize(ParameterResolver)","u":"getInitialSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"getInitialSize(ParameterResolver)","u":"getInitialSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"getInitParams()"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"getInnerScheme()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"getInProcessName()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"getInProcessName()"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"getInputStream()"},{"p":"com.tangosol.net","c":"InputStreamPasswordProvider","l":"getInputStream()"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"getInputStream()"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"getInputStream()"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"getInputStream()"},{"p":"com.tangosol.net.ssl","c":"URLCertificateLoader","l":"getInputStream()"},{"p":"com.tangosol.net.ssl","c":"URLKeyStoreLoader","l":"getInputStream()"},{"p":"com.tangosol.net.ssl","c":"URLPrivateKeyLoader","l":"getInputStream()"},{"p":"com.tangosol.net","c":"URLPasswordProvider","l":"getInputStream()"},{"p":"com.tangosol.util","c":"Binary","l":"getInputStream()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getInputStream(DataInput)","u":"getInputStream(java.io.DataInput)"},{"p":"com.tangosol.io","c":"WrapperStreamFactory","l":"getInputStream(InputStream)","u":"getInputStream(java.io.InputStream)"},{"p":"com.tangosol.net","c":"CompressionFilter","l":"getInputStream(InputStream)","u":"getInputStream(java.io.InputStream)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getInsertAction()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getInsertKey(NodeTerm)","u":"getInsertKey(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getInsertValue(NodeTerm)","u":"getInsertValue(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics","l":"getInstance()"},{"p":"com.tangosol.coherence.config","c":"EnvironmentVariableResolver","l":"getInstance()"},{"p":"com.tangosol.coherence.config","c":"SystemPropertyResolver","l":"getInstance()"},{"p":"com.tangosol.net","c":"Coherence","l":"getInstance()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"getInstance()"},{"p":"com.tangosol.util","c":"NullFilter","l":"getInstance()"},{"p":"com.tangosol.net","c":"Coherence","l":"getInstance(ClassLoader)","u":"getInstance(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"Coherence","l":"getInstance(String)","u":"getInstance(java.lang.String)"},{"p":"com.tangosol.net","c":"Coherence","l":"getInstance(String, ClassLoader)","u":"getInstance(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry.Registration","l":"getInstanceClass()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.BuilderRegistration","l":"getInstanceClass()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryKey","l":"getInstanceClass()"},{"p":"com.tangosol.net","c":"Coherence","l":"getInstances()"},{"p":"com.tangosol.net","c":"Coherence","l":"getInstances(ClassLoader)","u":"getInstances(java.lang.ClassLoader)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getInt()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getInt()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getInt()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getInt()"},{"p":"com.tangosol.util","c":"AnyEvent","l":"getInt()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getInt(int)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getInt(int)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getIntArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getIntArray()"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getInteger(String)","u":"getInteger(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getInteger(String, int)","u":"getInteger(java.lang.String,int)"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent","l":"getInterceptor()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"getInterceptor()"},{"p":"com.oracle.coherence.cdi","c":"CdiInterceptorMetadataResolver","l":"getInterceptorClass(EventInterceptor)","u":"getInterceptorClass(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.events","c":"InterceptorMetadataResolver","l":"getInterceptorClass(EventInterceptor)","u":"getInterceptorClass(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net","c":"Coherence","l":"getInterceptorRegistry()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getInterceptorRegistry()"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"getInterceptorRegistry()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getInterceptorRegistry()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getInterceptorRegistry()"},{"p":"com.tangosol.net","c":"Session","l":"getInterceptorRegistry()"},{"p":"com.oracle.coherence.cdi","c":"CoherenceExtension.InterceptorProvider","l":"getInterceptors()"},{"p":"com.oracle.coherence.cdi.server","c":"CoherenceServerExtension","l":"getInterceptors()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration","l":"getInterceptors()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.SimpleConfig","l":"getInterceptors()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getInterceptors()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getInterceptors()"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"getInterceptors()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"getInterceptors()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getInterceptors()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getInternal(Object)","u":"getInternal(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getInternal(Object, boolean, Map)","u":"getInternal(java.lang.Object,boolean,java.util.Map)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getInternalCache()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getInternalCache()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getInternalConfigurableCache()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"getInternalIterator()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getInternalKeySet()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getInternalKeySet()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"getInternalKeySet()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"getInternalKeySet()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"getInternalKeySet()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getInternalListener()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getInternalMap()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"getInternalMap()"},{"p":"com.tangosol.util","c":"SetMap","l":"getInternalMap()"},{"p":"com.tangosol.util","c":"SortedBag","l":"getInternalMap()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getInternalScheme()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getInternalValue()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getInternalValue()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getInternalValue(long)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getInternalValueDecoration(Object, int)","u":"getInternalValueDecoration(java.lang.Object,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getInternalValueDecoration(Object, int)","u":"getInternalValueDecoration(java.lang.Object,int)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getInvalidationHits()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getInvalidationMisses()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getInvalidationStrategy()"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"getInvalidationStrategy(ParameterResolver)","u":"getInvalidationStrategy(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"getInvocableMap()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getInvocableMap(InvocableMap, Converter, Converter, Converter, Converter)","u":"getInvocableMap(com.tangosol.util.InvocableMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net","c":"WrapperInvocationService","l":"getInvocationService()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getIpMonitorAttempts()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getIpMonitorPriority()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getIpMonitorTimeoutMillis()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getIsDistinct(NodeTerm)","u":"getIsDistinct(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getIterable()"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"getIterator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterIterator","l":"getIterator()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getIterator()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getIterator(Iterator, Converter)","u":"getIterator(java.util.Iterator,com.tangosol.util.Converter)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"getJavaTypeId(Object, PofContext)","u":"getJavaTypeId(java.lang.Object,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"getJlineReader(OutputStream, InputStream, boolean)","u":"getJlineReader(java.io.OutputStream,java.io.InputStream,boolean)"},{"p":"com.tangosol.net","c":"Service.MemberJoinAction","l":"getJoiningMember()"},{"p":"com.oracle.coherence.mp.config","c":"ConfigPropertyChanged","l":"getKey()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord.Entry","l":"getKey()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"getKey()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"getKey()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"getKey()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheEntryEvent","l":"getKey()"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"getKey()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getKey()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getKey()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"getKey()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent","l":"getKey()"},{"p":"com.tangosol.run.xml","c":"Identifiable","l":"getKey()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"getKey()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventEntry","l":"getKey()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getKey()"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"getKey()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"getKey()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getKey()"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"getKey()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.PrimitiveNode","l":"getKey()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"getKey()"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"getKey()"},{"p":"com.tangosol.util","c":"SafeSortedMap.NullableEntry","l":"getKey()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"getKey()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"getKey()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"getKey()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"getKey()"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"getKeyAdapter()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getKeyAssociator()"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"getKeyClass()"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"getKeyClassName()"},{"p":"com.tangosol.net.cache","c":"TypeAssertion.WithTypesAssertion","l":"getKeyClassName()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getKeyConverter()"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"getKeyConverter()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getKeyFromInternalConverter()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getKeyFromInternalConverter()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getKeyHash()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getKeyLength()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"getKeyList()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"getKeyMap()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"getKeyMap()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getKeyMask()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getKeyOwner(Object)","u":"getKeyOwner(java.lang.Object)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getKeyPartition()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getKeyPartition(Object)","u":"getKeyPartition(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"BroadKeyPartitioningStrategy","l":"getKeyPartition(Object)","u":"getKeyPartition(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"getKeyPartition(Object)","u":"getKeyPartition(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"KeyPartitioningStrategy","l":"getKeyPartition(Object)","u":"getKeyPartition(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getKeyPartition(Object)","u":"getKeyPartition(java.lang.Object)"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getKeyPartitioningStrategy()"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"getKeys()"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"getKeys()"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"getKeys(String)","u":"getKeys(java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"getKeys(UriInfo)","u":"getKeys(jakarta.ws.rs.core.UriInfo)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getKeySet()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getKeyToInternalConverter()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getKeyToInternalConverter()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"getKeyType()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"getKeyType()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"getKeyType()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLambdasSerializationMode()"},{"p":"com.tangosol.util","c":"AbstractScript","l":"getLanguage()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getLastAnalysisContext()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getLastAnalysisTime()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getLastAnalysisTime()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getLastBlockOffset()"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"getLastChildIndex(int)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getLastCommit()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getLastCommit()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getLastCommitted()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getLastCommitted(int)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"getLastIndex()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"getLastIndex()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"getLastIndex()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"getLastIndex()"},{"p":"com.tangosol.util","c":"LongArray","l":"getLastIndex()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"getLastIndex()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"getLastIndex()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"getLastIndex()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getLastOwnershipMembers()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getLastPolled()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getLastPolled()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getLastPolledTimestamp()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getLastPolledTimestamp()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"getLastPosition()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getLastReceived()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getLastReceived()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getLastResetMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getLastResetMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getLastResetMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getLastResizeMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getLastResizeMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getLastResizeMillis()"},{"p":"com.oracle.coherence.common.base","c":"TimeHelper","l":"getLastSafeTimeMillis()"},{"p":"com.tangosol.util","c":"Base","l":"getLastSafeTimeMillis()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.Entry","l":"getLastTouchMillis()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"getLastTouchMillis()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"getLastTouchMillis()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"getLastTouchMillis()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"getLastTouchMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getLastTransferTime()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.HistoricCacheEvent","l":"getLatestOldValue()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getLatestOldValue(MapEvent)","u":"getLatestOldValue(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"getLeavingMembers()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getLeavingOwners()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"getLedASTName()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getLegacySocketProvider(XmlElement)","u":"getLegacySocketProvider(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getLength()"},{"p":"com.tangosol.io.pof.reflect","c":"PofArray","l":"getLength()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getLicenseMode()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"getLine()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"getLineNumber()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"getLink()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"getList()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"getList()"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"getList()"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getList(List, Class)","u":"getList(java.util.List,java.lang.Class)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getList(List, Converter, Converter)","u":"getList(java.util.List,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"getListenerBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"ObservableCachingScheme","l":"getListenerBuilder()"},{"p":"com.tangosol.util","c":"Listeners","l":"getListenerClassNames()"},{"p":"com.tangosol.util","c":"Listeners","l":"getListenerCount()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getListenerCount()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getListenerExtentId(long)"},{"p":"com.tangosol.net.topic","c":"Subscriber.ChannelOwnershipListeners","l":"getListeners()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getListeners(Filter)","u":"getListeners(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getListeners(Object)","u":"getListeners(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"getListIterator()"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getListIterator(ListIterator, Class)","u":"getListIterator(java.util.ListIterator,java.lang.Class)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getListIterator(ListIterator, Converter, Converter)","u":"getListIterator(java.util.ListIterator,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.LoadCalculator","l":"getLoad(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.SimpleLoadCalculator","l":"getLoad(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.LoadCalculator","l":"getLoad(PartitionSet)","u":"getLoad(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.SimpleLoadCalculator","l":"getLoad(PartitionSet)","u":"getLoad(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getLoadBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getLoadFailures()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getLoadMillis()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getLoadOps()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"getLocalAddress()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLocalAddress()"},{"p":"com.tangosol.net","c":"NameService","l":"getLocalAddress()"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"getLocalAddress(Filter)","u":"getLocalAddress(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLocalBufferSize()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLocalDiscoveryAddress()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"getLocalEntry()"},{"p":"com.tangosol.util","c":"WrapperException","l":"getLocalizedMessage()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLocalListenerPriority()"},{"p":"com.tangosol.net","c":"AbstractServiceLoadBalancer","l":"getLocalMember()"},{"p":"com.tangosol.net","c":"Cluster","l":"getLocalMember()"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent","l":"getLocalMember()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getLocalMember()"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"getLocalName()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"getLocalPort()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLocalPort()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"getLocalPort()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLocalPortAutoAdjust()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLocalServiceProvider(String)","u":"getLocalServiceProvider(java.lang.String)"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getLocalTcpPort()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getLocalTransaction(NamedCache)","u":"getLocalTransaction(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getLocalXmlName()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getLocation()"},{"p":"com.tangosol.util","c":"SafeLongArray","l":"getLock()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"getLock()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"getLock()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"getLock()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"getLockAction()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"getLockCount()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getLockDelaySeconds()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"getLockDescription(Object)","u":"getLockDescription(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getLockDirectory()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getLockExtentId(long)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"getLockHolder()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getLockMap()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"getLockThread()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"getLockTypeDescription()"},{"p":"com.tangosol.util","c":"Base","l":"getLog()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getLoggingConfig()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getLong()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getLong()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getLong()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getLong()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getLong(long)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getLong(long)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getLong(String)","u":"getLong(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getLong(String, long)","u":"getLong(java.lang.String,long)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getLongArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getLongArray()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getLongArray()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getLongArray(LongArray, Converter, Converter)","u":"getLongArray(com.tangosol.util.LongArray,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getLostPacketThreshold()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"getLowerBound()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"getLowerFilter()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getLowUnitFairShare()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getLowUnits()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getLowUnits()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getLowUnits()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getLowUnits()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getLowUnits()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"getLowUnits(ParameterResolver)","u":"getLowUnits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"getLowUnits(ParameterResolver)","u":"getLowUnits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getLruArray()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"getMachineCount()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getMachineId()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getMachineId()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getMachineName()"},{"p":"com.tangosol.net","c":"MemberIdentityProvider","l":"getMachineName()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getMachineName()"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"getMachineName()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMemberIdentityProvider","l":"getMachineName()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor","l":"getManagement()"},{"p":"com.tangosol.net","c":"Cluster","l":"getManagement()"},{"p":"com.tangosol.net","c":"Coherence","l":"getManagement()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getManagementConfig()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getManager()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getManager()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"getManager()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getManager()"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getManagerContext()"},{"p":"com.tangosol.net.events.partition.cache","c":"Event","l":"getManagerContext()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.FailureContinuationFactory","l":"getManagerContinuation(PersistenceManager)","u":"getManagerContinuation(com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getMandatoryProperty(String, Type, XmlElement)","u":"getMandatoryProperty(java.lang.String,java.lang.reflect.Type,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getMandatoryProperty(String, Type, XmlElement)","u":"getMandatoryProperty(java.lang.String,java.lang.reflect.Type,com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"getMap()"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"getMap()"},{"p":"com.tangosol.net.cache","c":"SeppukuMapListener","l":"getMap()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"getMap()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getMap()"},{"p":"com.tangosol.util","c":"MapSet","l":"getMap()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getMap()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"getMap()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getMap(Map)","u":"getMap(java.util.Map)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getMap(Map)","u":"getMap(java.util.Map)"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getMap(Map, Class, Class)","u":"getMap(java.util.Map,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getMap(Map, Converter, Converter, Converter, Converter)","u":"getMap(java.util.Map,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getMap(String, NamedMap.Option...)","u":"getMap(java.lang.String,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.net","c":"Session","l":"getMap(String, NamedMap.Option...)","u":"getMap(java.lang.String,com.tangosol.net.NamedMap.Option...)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getMapArray()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getMapEvent()"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"getMapEvent()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getMapEvent(ObservableMap, MapEvent, Converter, Converter)","u":"getMapEvent(com.tangosol.util.ObservableMap,com.tangosol.util.MapEvent,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getMapEvent(ObservableMap, MapEvent, Converter, Converter, BackingMapManagerContext)","u":"getMapEvent(com.tangosol.util.ObservableMap,com.tangosol.util.MapEvent,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughListenerRegistration","l":"getMapEventFilter()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactoryManager","l":"getMapFactories()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder.ParsedQuery","l":"getMapFilters()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughListenerRegistration","l":"getMapListener()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getMapListener()"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"getMapListener()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getMapListener(ObservableMap, MapListener, Converter, Converter)","u":"getMapListener(com.tangosol.util.ObservableMap,com.tangosol.util.MapListener,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.oracle.coherence.cdi","c":"CoherenceExtension","l":"getMapListeners()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListenerManager","l":"getMapListeners(String, String)","u":"getMapListeners(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"getMapListenersRegistry()"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"getMapListenerSupport()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getMapListenerSupport()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getMapListenerSupport()"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"getMapListenerSupport()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"getMapListenerSupport()"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"getMappingRegistry()"},{"p":"com.tangosol.coherence.config","c":"CacheMappingRegistry","l":"getMappingRegistry()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"getMarkInternal()"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"getMarshaller(Class, MediaType)","u":"getMarshaller(java.lang.Class,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"getMarshaller(Class, String)","u":"getMarshaller(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"getMarshallerMap()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"getMarshallerRegistry()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"getMask()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"getMathContext()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getMaxBacklog()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getMaxBatchSizeBytes()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"getMaxCapacity()"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"getMaxCapacity()"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"getMaxCapacity()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"getMaxDecDigits(int)"},{"p":"com.tangosol.util","c":"Base","l":"getMaxDecDigits(int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"getMaxHexDigits(int)"},{"p":"com.tangosol.util","c":"Base","l":"getMaxHexDigits(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getMaximumCapacity()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.Allocator","l":"getMaximumCapacity()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"getMaximumCapacity()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"getMaximumCapacity()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getMaximumCapacity()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.WriteBufferPool","l":"getMaximumCapacity()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getMaximumCapacity()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.Stats","l":"getMaximumCapacity()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getMaximumPages()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getMaximumPages()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractNioManagerBuilder","l":"getMaximumSize(ParameterResolver)","u":"getMaximumSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackupMapConfig","l":"getMaximumSize(ParameterResolver)","u":"getMaximumSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"getMaximumSize(ParameterResolver)","u":"getMaximumSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"getMaxIncrement()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getMaxLoadFactor()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getMaxLoadNodeId()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"getMaxLoadNodeId()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getMaxLoadNodeId()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"getMaxPartitionSize()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getMaxPartitionSizeKB()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getMaxPartitionSizeKB()"},{"p":"com.tangosol.net","c":"ThreadPoolManager","l":"getMaxPoolSize()"},{"p":"com.tangosol.coherence.rest.config","c":"NamedQuery","l":"getMaxResults()"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"getMaxResults()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"getMaxStorageSize()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getMaxStorageSizeKB()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getMaxStorageSizeKB()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMaxTaskBacklog()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMaxTaskBacklog()"},{"p":"com.tangosol.coherence.config.builder","c":"DaemonPoolBuilder","l":"getMaxThreadCount()"},{"p":"com.tangosol.util","c":"Daemon","l":"getMaxWaitMillis(long)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"getMBean()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getMBean()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getMBean()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"getMBean()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getMBean()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"getMBeanDomain()"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"getMBeanInfo(String)","u":"getMBeanInfo(java.lang.String)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"getMBeanInfo(String)","u":"getMBeanInfo(java.lang.String)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getMBeanName(String)","u":"getMBeanName(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanReference","l":"getMBeanServer()"},{"p":"com.tangosol.net.management","c":"Registry","l":"getMBeanServerProxy()"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"getMediaType()"},{"p":"com.tangosol.net","c":"MemberEvent","l":"getMember()"},{"p":"com.tangosol.net","c":"NameService.RequestContext","l":"getMember()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getMember(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getMember(int)"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"getMemberGUIDs()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getMemberId()"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"getMemberId()"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"getMemberId()"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"getMemberId(String)","u":"getMemberId(java.lang.String)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getMemberIdentity()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getMemberIdentityProvider()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getMemberJoinDelay()"},{"p":"com.tangosol.net.proxy","c":"DefaultProxyServiceLoadBalancer","l":"getMemberList(Member)","u":"getMemberList(com.tangosol.net.Member)"},{"p":"com.tangosol.net","c":"ServiceLoadBalancer","l":"getMemberList(Member)","u":"getMemberList(com.tangosol.net.Member)"},{"p":"com.tangosol.net","c":"SimpleServiceLoadBalancer","l":"getMemberList(Member)","u":"getMemberList(com.tangosol.net.Member)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getMemberLoad(Member, boolean)","u":"getMemberLoad(com.tangosol.net.Member,boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"getMemberLocatorType(ParameterResolver)","u":"getMemberLocatorType(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getMemberName()"},{"p":"com.tangosol.net","c":"MemberIdentityProvider","l":"getMemberName()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getMemberName()"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"getMemberName()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMemberIdentityProvider","l":"getMemberName()"},{"p":"com.tangosol.net","c":"Cluster","l":"getMemberSet()"},{"p":"com.tangosol.persistence","c":"ArchiverHelper","l":"getMembersOwningPartition(Map, String)","u":"getMembersOwningPartition(java.util.Map,java.lang.String)"},{"p":"com.tangosol.coherence.config.unit","c":"Units","l":"getMemorySize()"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getMemorySize(String)","u":"getMemorySize(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getMemorySize(String, String)","u":"getMemorySize(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"getMemoryUsage()"},{"p":"com.tangosol.config","c":"ConfigurationException","l":"getMessage()"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"getMessage()"},{"p":"com.tangosol.util","c":"WrapperException","l":"getMessage()"},{"p":"com.tangosol.net","c":"ServiceLoad","l":"getMessageBacklogIncoming()"},{"p":"com.tangosol.net","c":"ServiceLoad","l":"getMessageBacklogOutgoing()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDuration75thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDuration75thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDuration95thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDuration95thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDuration98thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDuration98thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDuration999thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDuration999thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDuration99thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDuration99thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDurationMax()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDurationMax()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDurationMean()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDurationMean()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDurationMin()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDurationMin()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessageDurationStdDev()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessageDurationStdDev()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessagesReceivedCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessagesReceivedCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessagesReceivedFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessagesReceivedFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessagesReceivedFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessagesReceivedFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessagesReceivedMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessagesReceivedMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getMessagesReceivedOneMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getMessagesReceivedOneMinuteRate()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getMetadata()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"getMetadata(String)","u":"getMetadata(java.lang.String)"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"getMetadata(String)","u":"getMetadata(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"getMethodName()"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"getMethodName()"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"getMethodName()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"getMethodName()"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"getMethodName()"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"getMethodName()"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"getMetrics()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyService","l":"getMetrics()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"getMetrics()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"getMinCapacity()"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"getMinCapacity()"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"getMinCapacity()"},{"p":"com.tangosol.net","c":"Service","l":"getMinimumServiceVersion()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getMinimumServiceVersion()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getMinLoadFactor()"},{"p":"com.tangosol.net","c":"ThreadPoolManager","l":"getMinPoolSize()"},{"p":"com.tangosol.coherence.config.builder","c":"DaemonPoolBuilder","l":"getMinThreadCount()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"getMinute()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"getMinuteOffset()"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"getMinutes()"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"getMinutes()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getMinVersion(EventListener[])","u":"getMinVersion(java.util.EventListener[])"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getMinVersions(EventListener[])","u":"getMinVersions(java.util.EventListener[])"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getMinVersions(Filter)","u":"getMinVersions(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"getMinVersions(Object)","u":"getMinVersions(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getMissCache()"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"getMissCacheScheme()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getMissCacheScheme()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getMissedSoftTimeout()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getMissesCache()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getMode()"},{"p":"com.tangosol.net","c":"Coherence","l":"getMode()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getMode()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getMode()"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"getMode()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"getMode()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getMode()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"getModificationCount()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getModificationCount()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"getModificationTime()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"getModificationTime()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"getModifiedEntry()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getModulo()"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"getMonth()"},{"p":"com.tangosol.io.pof","c":"RawYearMonthInterval","l":"getMonths()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"getMostRecentTaskTime()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getMutator()"},{"p":"com.oracle.coherence.cdi","c":"SessionInitializer","l":"getName()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getName()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"getName()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceDefaultsConfigSource","l":"getName()"},{"p":"com.oracle.coherence.mp.metrics","c":"CoherenceTagsConfigSource","l":"getName()"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"getName()"},{"p":"com.tangosol.coherence.config.builder","c":"NamedResourceBuilder","l":"getName()"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry.Registration","l":"getName()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.BuilderRegistration","l":"getName()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryKey","l":"getName()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.ProviderBuilder","l":"getName()"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry.SchemeMappingKey","l":"getName()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"getName()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"getName()"},{"p":"com.tangosol.coherence.rest.config","c":"NamedQuery","l":"getName()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"getName()"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"getName()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"getName()"},{"p":"com.tangosol.io","c":"ConfigurableSerializerFactory","l":"getName()"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"getName()"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"getName()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getName()"},{"p":"com.tangosol.io.pof","c":"PofPrincipal","l":"getName()"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"getName()"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"getName()"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"getName()"},{"p":"com.tangosol.io","c":"Serializer","l":"getName()"},{"p":"com.tangosol.io","c":"SerializerFactory","l":"getName()"},{"p":"com.tangosol.net.cache","c":"AbstractEvictionPolicy","l":"getName()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.EvictionPolicy","l":"getName()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.UnitCalculator","l":"getName()"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalEvictionPolicy","l":"getName()"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalUnitCalculator","l":"getName()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.InternalEvictionPolicy","l":"getName()"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"getName()"},{"p":"com.tangosol.net","c":"Coherence","l":"getName()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration","l":"getName()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.SimpleConfig","l":"getName()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getName()"},{"p":"com.tangosol.net.events","c":"CoherenceDispatcher","l":"getName()"},{"p":"com.tangosol.net.events","c":"SessionDispatcher","l":"getName()"},{"p":"com.tangosol.net","c":"NamedCollection","l":"getName()"},{"p":"com.tangosol.net","c":"NamedMap","l":"getName()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"getName()"},{"p":"com.tangosol.net.partition","c":"PartitionAwareBackingMap","l":"getName()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getName()"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"getName()"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"getName()"},{"p":"com.tangosol.net","c":"Session","l":"getName()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getName()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getName()"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"getName()"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"getName()"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"getName()"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"getName()"},{"p":"com.tangosol.net.topic","c":"NamedTopic.ElementCalculator","l":"getName()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"getName()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getName()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getName()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"getName()"},{"p":"com.tangosol.persistence","c":"Snapshot","l":"getName()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getName()"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"getName()"},{"p":"com.tangosol.run.xml","c":"SimpleAttribute","l":"getName()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getName()"},{"p":"com.tangosol.run.xml","c":"XmlAttribute","l":"getName()"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"getName()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getName()"},{"p":"com.tangosol.util","c":"AbstractScript","l":"getName()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"getName()"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"getName()"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"getName()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"getName()"},{"p":"com.tangosol.util.fsm","c":"ExecutionContext","l":"getName()"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"getName()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"getName()"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"getName()"},{"p":"com.tangosol.util","c":"HealthCheck","l":"getName()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"getName()"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryKey","l":"getName()"},{"p":"com.tangosol.io","c":"FileHelper","l":"getName(String)","u":"getName(java.lang.String)"},{"p":"com.tangosol.net","c":"AsyncNamedCache","l":"getNamedCache()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"getNamedCache()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getNamedCache(NamedCache, Converter, Converter, Converter, Converter)","u":"getNamedCache(com.tangosol.net.NamedCache,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"getNamedCacheName()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getNamedMap()"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"getNamedQuery(String)","u":"getNamedQuery(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"SerializerProducer","l":"getNamedSerializer(InjectionPoint)","u":"getNamedSerializer(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.oracle.coherence.cdi","c":"SerializerProducer","l":"getNamedSerializer(String, ClassLoader)","u":"getNamedSerializer(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"NamedSerializerFactory","l":"getNamedSerializer(String, ClassLoader)","u":"getNamedSerializer(java.lang.String,java.lang.ClassLoader)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"getNamedSerializerFactory()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies","l":"getNamedSerializerFactory()"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"getNamedTopic()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getNamedTopic()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies","l":"getNameList()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getNamePattern()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getNamespaceHandler(String)","u":"getNamespaceHandler(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getNamespaceHandler(String)","u":"getNamespaceHandler(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getNamespaceHandler(URI)","u":"getNamespaceHandler(java.net.URI)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getNamespaceHandler(URI)","u":"getNamespaceHandler(java.net.URI)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getNamespaceHandlers()"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getNamespaceHandlers()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getNamespacePrefix()"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"getNamespacePrefix()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getNamespacePrefix(XmlElement, String)","u":"getNamespacePrefix(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getNamespaceUri()"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"getNamespaceUri()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getNamespaceURI(String)","u":"getNamespaceURI(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getNamespaceURI(String)","u":"getNamespaceURI(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getNamespaceUri(XmlElement, String)","u":"getNamespaceUri(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getNameUsing(String)","u":"getNameUsing(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"getNano()"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"getNanos()"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"getNanos()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"getNanos(Date)","u":"getNanos(java.util.Date)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"getNavigator()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NestingOPToken","l":"getNest()"},{"p":"com.tangosol.coherence.dsltools.base","c":"NestedBaseTokens","l":"getNestEnd()"},{"p":"com.tangosol.coherence.dsltools.base","c":"NestedBaseTokens","l":"getNestStart()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getNewEntry()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getNewEntry()"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"getNewestGUID(int)"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"getNewestGUIDs(PartitionSet)","u":"getNewestGUIDs(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getNewObjectInput(DataInput, ClassLoader)","u":"getNewObjectInput(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"getNewValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getNewValue()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getNewValue()"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"getNewValue()"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"getNewValueExtractor()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"getNext()"},{"p":"com.tangosol.net","c":"AddressProvider","l":"getNextAddress()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"getNextAddress()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"getNextAddress()"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"getNextAddress()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"getNextAddress()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"getNextAddress()"},{"p":"com.tangosol.net","c":"SocketAddressProvider","l":"getNextAddress()"},{"p":"com.tangosol.util","c":"NullImplementation.NullAddressProvider","l":"getNextAddress()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"getNextAddressInternal()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getNextBlockOffset()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"getNextCheckTime()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getNextCompactBlock()"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getNextDestination()"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getNextDestinationSocket()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.Entry","l":"getNextEntry()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getNextExpiryTime()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getNextExpiryTime()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getNextExpiryTime()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getNextExpiryTime()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getNextExpiryTime()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getNextNodeOffset()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"getNextPosition()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.ComplexMap","l":"getNextPosition()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"getNextPropertyIndex()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getNextRehashBucket()"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"getNextValidator()"},{"p":"com.tangosol.util","c":"TransactionMap.Validator","l":"getNextValidator()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"getNode(int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"getNonBlockingEntryStore()"},{"p":"com.tangosol.util","c":"SortedBag","l":"getNonceCounter()"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"getNonPartialIndexes(Map)","u":"getNonPartialIndexes(java.util.Map)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"getNonPassThruCache()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListenerManager","l":"getNonWildcardMapListeners()"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean","l":"getNotificationInfo()"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean.SilentEmitter","l":"getNotificationInfo()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getNotificationInfo(Class)","u":"getNotificationInfo(java.lang.Class)"},{"p":"com.tangosol.net.management","c":"Registry","l":"getNotificationManager()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getNotificationTimeout()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"getNudASTName()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProviderBuilderProcessor","l":"getNullPasswordProviderBuilder()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"getNumber()"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"getNumFactor()"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"getNumInc()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"getObject()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"getObject()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"getObject()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getObjectArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getObjectArray()"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"getObjectInput()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getObjectInput(DataInput, ClassLoader)","u":"getObjectInput(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"ObjectStreamFactory","l":"getObjectInput(DataInput, ClassLoader, boolean)","u":"getObjectInput(java.io.DataInput,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.DefaultObjectStreamFactory","l":"getObjectInput(DataInput, ClassLoader, boolean)","u":"getObjectInput(java.io.DataInput,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"getObjectInputFilter()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"getObjectInputFilter()"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"getObjectInputFilter()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getObjectInputFilter(DataInput)","u":"getObjectInputFilter(java.io.DataInput)"},{"p":"com.tangosol.coherence.rest.providers","c":"JacksonMapperProvider","l":"getObjectMapper()"},{"p":"com.tangosol.net.management","c":"MBeanReference","l":"getObjectName()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder.ParsedQuery","l":"getObjectNameFilter()"},{"p":"com.tangosol.io","c":"WrapperObjectOutputStream","l":"getObjectOutput()"},{"p":"com.tangosol.io","c":"ObjectStreamFactory","l":"getObjectOutput(DataOutput)","u":"getObjectOutput(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.DefaultObjectStreamFactory","l":"getObjectOutput(DataOutput)","u":"getObjectOutput(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getObjectOutput(DataOutput)","u":"getObjectOutput(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getObjectStreamFactory()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"getObservableMap()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"getObservableMap()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getObservableMap()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getObservableMap(ObservableMap, Converter, Converter, Converter, Converter)","u":"getObservableMap(com.tangosol.util.ObservableMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.oracle.coherence.cdi","c":"CdiEventObserver","l":"getObservedQualifiers()"},{"p":"com.oracle.coherence.cdi","c":"CdiMapEventObserver","l":"getObservedQualifiers()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener.MapEventObserver","l":"getObservedQualifiers()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventObserver","l":"getObservedQualifiers()"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryValue","l":"getObserver()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"getOffset()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"getOffset()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getOffset()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"getOffset()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getOffset()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"getOffset()"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"getOffset()"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"getOffset()"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"getOffset()"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"getOffset()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getOldEntry()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getOldEntry()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getOldestActivePage()"},{"p":"com.tangosol.net","c":"Cluster","l":"getOldestMember()"},{"p":"com.tangosol.net","c":"ServiceInfo","l":"getOldestMember()"},{"p":"com.oracle.coherence.mp.config","c":"ConfigPropertyChanged","l":"getOldValue()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"getOldValue()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"getOldValue()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheEntryEvent","l":"getOldValue()"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"getOldValue()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.DeferredCacheEvent","l":"getOldValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getOldValue()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getOldValue()"},{"p":"com.tangosol.util","c":"MapListenerSupport.FilterEvent","l":"getOldValue()"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"getOldValueExtractor()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"getOpenBundle()"},{"p":"com.oracle.coherence.cdi.server","c":"ClusterProducer","l":"getOperationalContext()"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"getOperationName(ParameterResolver)","u":"getOperationName(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"getOperationStatus()"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"ContainsFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"EqualsFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"GreaterEqualsFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"NotEqualsFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"RegexFilter","l":"getOperator()"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"getOperator()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getOperator(String)","u":"getOperator(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getOperators()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"getOption(int)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getOptionalProperty(String, Type, T, XmlElement)","u":"getOptionalProperty(java.lang.String,java.lang.reflect.Type,T,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getOptionalProperty(String, Type, T, XmlElement)","u":"getOptionalProperty(java.lang.String,java.lang.reflect.Type,T,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"getOPToken(String)","u":"getOPToken(java.lang.String)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"getOrDefault(K, V)","u":"getOrDefault(K,V)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"getOrDefault(Object, Object)","u":"getOrDefault(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"getOrDefault(Object, Object)","u":"getOrDefault(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"getOrDefault(Object, V)","u":"getOrDefault(java.lang.Object,V)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"getOrDefault(Object, V)","u":"getOrDefault(java.lang.Object,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"getOrDefault(Object, V)","u":"getOrDefault(java.lang.Object,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"getOrDefault(Object, V)","u":"getOrDefault(java.lang.Object,V)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"getOrder()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"getOrder()"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"getOrderId()"},{"p":"com.tangosol.net.topic","c":"Publisher.Orderable","l":"getOrderId()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"getOrderId(V)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"getOrderId(V)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"getOrderId(V)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"getOrderId(V)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"getOrderId(V)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"getOrdinal()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceDefaultsConfigSource","l":"getOrdinal()"},{"p":"com.oracle.coherence.mp.metrics","c":"CoherenceTagsConfigSource","l":"getOrdinal()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"getOriginal()"},{"p":"com.tangosol.util","c":"SubSet","l":"getOriginal()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getOriginalBinaryValue()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getOriginalBinaryValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"getOriginalBinaryValue()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getOriginalBinaryValue()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getOriginalBuffer()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"getOriginalEntry()"},{"p":"com.tangosol.util","c":"WrapperException","l":"getOriginalException()"},{"p":"com.oracle.coherence.common.base","c":"Exceptions","l":"getOriginalException(RuntimeException)","u":"getOriginalException(java.lang.RuntimeException)"},{"p":"com.tangosol.util","c":"Base","l":"getOriginalException(RuntimeException)","u":"getOriginalException(java.lang.RuntimeException)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getOriginalValue()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent","l":"getOriginalValue()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getOriginalValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"getOriginalValue()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"getOriginalValue()"},{"p":"com.tangosol.util","c":"MapTrigger.Entry","l":"getOriginalValue()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"getOriginalValue()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getOrphanedPartitions()"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionRecoveryAction","l":"getOrphanedPartitions()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"getOut()"},{"p":"com.tangosol.util","c":"Base","l":"getOut()"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"getOutputStream()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getOutputStream()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getOutputStream(DataOutput)","u":"getOutputStream(java.io.DataOutput)"},{"p":"com.tangosol.io","c":"WrapperStreamFactory","l":"getOutputStream(OutputStream)","u":"getOutputStream(java.io.OutputStream)"},{"p":"com.tangosol.net","c":"CompressionFilter","l":"getOutputStream(OutputStream)","u":"getOutputStream(java.io.OutputStream)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getOutputWriter()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getOutputWriter()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getOutstandingPacketMaximum()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getOutstandingPacketMinimum()"},{"p":"com.tangosol.coherence.config.xml","c":"CacheConfigNamespaceHandler","l":"getOverrideProcessor()"},{"p":"com.tangosol.config.xml","c":"NamespaceHandler","l":"getOverrideProcessor()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getOwnedCode()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getOwnedCode()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getOwnedPartitions()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getOwnedPartitions(Member)","u":"getOwnedPartitions(com.tangosol.net.Member)"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getOwnedPartitions(Member, int)","u":"getOwnedPartitions(com.tangosol.net.Member,int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getOwnedPartitions(Member, int)","u":"getOwnedPartitions(com.tangosol.net.Member,int)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"getOwner()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"getOwner()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"getOwner(int)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"getOwners()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"getOwners(int[])"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter","l":"getOwnership()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.SafetyFilter","l":"getOwnership()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.StrengthComparator","l":"getOwnership()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getOwnershipEnabledMembers()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getOwnershipLeavingMembers()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getOwnershipMembers()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getOwnershipMembers()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"getOwnershipMemberSet()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getOwnershipMembersList()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getOwnershipSenior()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getOwnershipVersion(int)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"getOwnerThread()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"getOwnerThread()"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject.PartialClassLoader","l":"getPackage(String)","u":"getPackage(java.lang.String)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getPackageName(Class)","u":"getPackageName(java.lang.Class)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getPackageName(String)","u":"getPackageName(java.lang.String)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getPackageResources(Class)","u":"getPackageResources(java.lang.Class)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getPackageResources(String)","u":"getPackageResources(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject.PartialClassLoader","l":"getPackages()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPacketBundlingAggression()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPacketBundlingThresholdNanos()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPacketMaxLength()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPacketPreferredLength()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getPage()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getPage(int)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getPageAdvanceTime()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getPagedBinaryStore()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getPagedKeyMap()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"getPageDuration()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"getPageDurationSeconds(ParameterResolver)","u":"getPageDurationSeconds(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"getPageLimit(ParameterResolver)","u":"getPageLimit(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getPageSize()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getPageSize(ParameterResolver)","u":"getPageSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"InvocableMap.ParallelAwareAggregator","l":"getParallelAggregator()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getParameterAnnotation(Method, int, Class)","u":"getParameterAnnotation(java.lang.reflect.Method,int,java.lang.Class)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getParameterName(Class, MBeanOperationInfo, MBeanParameterInfo, int)","u":"getParameterName(java.lang.Class,javax.management.MBeanOperationInfo,javax.management.MBeanParameterInfo,int)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean","l":"getParameterName(MBeanOperationInfo, MBeanParameterInfo, int)","u":"getParameterName(javax.management.MBeanOperationInfo,javax.management.MBeanParameterInfo,int)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardMBean","l":"getParameterName(MBeanOperationInfo, MBeanParameterInfo, int)","u":"getParameterName(javax.management.MBeanOperationInfo,javax.management.MBeanParameterInfo,int)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getParameterResolver()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getParameterResolver()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getParameterResolver()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getParameterResolver()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getParameterResolver(String, Class, ClassLoader, BackingMapManagerContext)","u":"getParameterResolver(java.lang.String,java.lang.Class,java.lang.ClassLoader,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getParameterResolver(String, ClassLoader, BackingMapManagerContext)","u":"getParameterResolver(java.lang.String,java.lang.ClassLoader,com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"getParameters()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"getParameters()"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine.ParsedQuery","l":"getParameterTypes()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getParent()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getParent()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getParent()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getParent()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"getParentDirectory()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"getParentParser()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"getParentParser()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"getParentSpan()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"getParentWriter()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"getParentWriter()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"getParentXmlBean()"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"getParser()"},{"p":"com.tangosol.util","c":"FilterBuildingException","l":"getParseString()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"getPartialClass()"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"getPartialClass(Class, PropertySet)","u":"getPartialClass(java.lang.Class,com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"getPartialClassLoader()"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"getPartialClassMap(PartialObject.PartialClassLoader)","u":"getPartialClassMap(com.tangosol.coherence.rest.util.PartialObject.PartialClassLoader)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"getPartialConstructorMap(PartialObject.PartialClassLoader)","u":"getPartialConstructorMap(com.tangosol.coherence.rest.util.PartialObject.PartialClassLoader)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"getPartialResult()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"getPartialResult()"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"getPartialResult()"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"getPartialResult()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"getPartialResult()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getPartition()"},{"p":"com.tangosol.net.partition","c":"VersionedPartitions.Iterator","l":"getPartition()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getPartition()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getPartition()"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"getPartition(String)","u":"getPartition(java.lang.String)"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getPartitionAssignmentStrategy()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPartitionAssignmentStrategy()"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"getPartitionAwareBackingMap()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getPartitionCache(Object)","u":"getPartitionCache(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getPartitionCacheArray()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"getPartitionCount()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getPartitionCount()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getPartitionCount()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getPartitionCount()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getPartitionCount(PersistentStore)","u":"getPartitionCount(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent","l":"getPartitionId()"},{"p":"com.tangosol.net.partition","c":"KeyPartitioningStrategy.PartitionAwareKey","l":"getPartitionId()"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"getPartitionId()"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"getPartitionKey(int)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getPartitionKeys(String, int)","u":"getPartitionKeys(java.lang.String,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getPartitionKeys(String, int)","u":"getPartitionKeys(java.lang.String,int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getPartitionLoad(int, boolean)","u":"getPartitionLoad(int,boolean)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"getPartitionMap(int)"},{"p":"com.tangosol.net.partition","c":"PartitionAwareBackingMap","l":"getPartitionMap(int)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getPartitionMap(int)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"getPartitionMap(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"getPartitionMap(PartitionSet)","u":"getPartitionMap(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"PartitionAwareBackingMap","l":"getPartitionMap(PartitionSet)","u":"getPartitionMap(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"getPartitionMap(PartitionSet)","u":"getPartitionMap(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"getPartitionMap(PartitionSet)","u":"getPartitionMap(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getPartitionMapType()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getPartitionOwner(int)"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getPartitionOwnership(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getPartitionOwnership(int)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"getPartitions()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"getPartitions()"},{"p":"com.tangosol.net.partition","c":"VersionedPartitions","l":"getPartitions()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult","l":"getPartitions()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"getPartitions()"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"getPartitions(Map, int)","u":"getPartitions(java.util.Map,int)"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"getPartitionSet()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"getPartitionSet()"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"getPartitionSet()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"getPartitionSplittingBackingMap()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getPartitionStats()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getPartitionUnitFactor()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"getPassThroughCache(String, String)","u":"getPassThroughCache(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.security","c":"UsernameAndPassword","l":"getPassword()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProviderBuilderProcessor","l":"getPasswordProviderBuilderForPasswordStr(String)","u":"getPasswordProviderBuilderForPasswordStr(java.lang.String)"},{"p":"com.tangosol.io","c":"FileHelper","l":"getPath(File)","u":"getPath(java.io.File)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofPath","l":"getPathElements()"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"getPathElements()"},{"p":"com.tangosol.io","c":"FileHelper","l":"getPathNoEndSeparator(String)","u":"getPathNoEndSeparator(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"getPattern()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getPendingAsyncStoreOps()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"getPendingMap()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"getPendingMap()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getPendingRemoves()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getPendingWrites()"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"getPermission()"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"getPermissionsConfig()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceActiveDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getPersistenceActiveDirectory()"},{"p":"com.tangosol.persistence","c":"PersistenceEnvironmentInfo","l":"getPersistenceActiveDirectory()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceActiveSpaceUsed()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getPersistenceActiveSpaceUsed()"},{"p":"com.tangosol.persistence","c":"PersistenceEnvironmentInfo","l":"getPersistenceActiveSpaceUsed()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceBackupDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getPersistenceBackupDirectory()"},{"p":"com.tangosol.persistence","c":"PersistenceEnvironmentInfo","l":"getPersistenceBackupDirectory()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceBackupSpaceUsed()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getPersistenceBackupSpaceUsed()"},{"p":"com.tangosol.persistence","c":"PersistenceEnvironmentInfo","l":"getPersistenceBackupSpaceUsed()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getPersistenceEnvironment()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPersistenceEnvironment()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPersistenceEnvironment(Class)","u":"getPersistenceEnvironment(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"getPersistenceEnvironmentInfo(String, String)","u":"getPersistenceEnvironmentInfo(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceEventsDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getPersistenceEventsDirectory()"},{"p":"com.tangosol.persistence","c":"PersistenceEnvironmentInfo","l":"getPersistenceEventsDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools","l":"getPersistenceInfo()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"getPersistenceInfo()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPersistenceManager()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPersistenceManager(Class)","u":"getPersistenceManager(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"getPersistenceMode()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceMode()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"getPersistenceMode()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceSnapshotDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getPersistenceSnapshotDirectory()"},{"p":"com.tangosol.persistence","c":"PersistenceEnvironmentInfo","l":"getPersistenceSnapshotDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getPersistenceTools()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"getPersistenceTools()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"getPersistenceTools(String)","u":"getPersistenceTools(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SnapshotArchiver","l":"getPersistenceTools(String)","u":"getPersistenceTools(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"getPersistenceTrashDirectory()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"getPersistenceTrashDirectory()"},{"p":"com.tangosol.persistence","c":"PersistenceEnvironmentInfo","l":"getPersistenceTrashDirectory()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getPersistenceVersion(PersistentStore)","u":"getPersistenceVersion(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPersistentStore()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPersistentStore(Class)","u":"getPersistentStore(java.lang.Class)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getPersistentStoreMap()"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"getPersistentVersionCache()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getPofConfig()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getPofConfigURI()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"getPofContext()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"getPofContext()"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"getPofContext()"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"getPofContext()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getPofContext()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPofContext()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"getPofHandler()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getPofHandler()"},{"p":"com.tangosol.io.pof.reflect","c":"PofReflectionHelper.NavigatorAndType","l":"getPofNavigator()"},{"p":"com.tangosol.io.pof.reflect","c":"PofReflectionHelper","l":"getPofNavigator(Class, String)","u":"getPofNavigator(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"getPofReader()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getPofSerializer(int)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"getPofSerializer(int)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"getPofSerializer(int)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"getPofSerializer(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"getPofSerializer(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"getPofTypeId(Class, PofContext)","u":"getPofTypeId(java.lang.Class,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"getPofTypeId(PofContext)","u":"getPofTypeId(com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"getPofWriter()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"getPolicyPopulation()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"getPolicyPopulation()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getPolls()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getPolls()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"getPool()"},{"p":"com.tangosol.net","c":"ThreadPoolManager","l":"getPoolSize()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"getPort()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"getPort()"},{"p":"com.tangosol.net","c":"Member","l":"getPort()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getPort()"},{"p":"com.tangosol.util","c":"UUID","l":"getPort()"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"getPortMin()"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"getPortMinOriginal()"},{"p":"com.tangosol.net.topic","c":"Publisher.Status","l":"getPosition()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"getPosition()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Element","l":"getPosition()"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"getPostFactor()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.Step","l":"getPostFilterKeySetSize()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"getPostFilterKeySetSize()"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"getPostInc()"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"getPreferredSize(ParameterResolver)","u":"getPreferredSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.Step","l":"getPreFilterKeySetSize()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"getPreFilterKeySetSize()"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"getPrefix()"},{"p":"com.tangosol.io","c":"FileHelper","l":"getPrefixLength(String)","u":"getPrefixLength(java.lang.String)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getPrevBlockOffset()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"getPrevious()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getPreviousModulo()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"getPreviousPropertyIndex()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getPrevNodeOffset()"},{"p":"com.tangosol.util","c":"CompositeKey","l":"getPrimaryKey()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getPrimaryLoadCalculator()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"getPrimaryOwner()"},{"p":"com.tangosol.net","c":"CompositeActionPolicy","l":"getPrimaryPolicy()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"getPrimitive(long)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.Iterator","l":"getPrimitiveValue()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.PrimitiveNode","l":"getPrimitiveValue()"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"getPrintWriter()"},{"p":"com.oracle.coherence.cdi","c":"SessionInitializer","l":"getPriority()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"getPriority()"},{"p":"com.tangosol.net.management","c":"MapJsonBodyHandler","l":"getPriority()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getPriority()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getPriority()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getPriority()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getPriority()"},{"p":"com.tangosol.net","c":"SessionProvider","l":"getPriority()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getPriority()"},{"p":"com.tangosol.config","c":"ConfigurationException","l":"getProblem()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver","l":"getProcessedEntries()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getProcessName()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getProcessName()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"getProcessor()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryProcessorEvent","l":"getProcessor()"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"getProcessor()"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"getProcessor()"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorRegistry","l":"getProcessor(String)","u":"getProcessor(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"DefaultProcessorFactory","l":"getProcessor(String...)","u":"getProcessor(java.lang.String...)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"NumberIncrementorFactory","l":"getProcessor(String...)","u":"getProcessor(java.lang.String...)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"NumberMultiplierFactory","l":"getProcessor(String...)","u":"getProcessor(java.lang.String...)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorFactory","l":"getProcessor(String...)","u":"getProcessor(java.lang.String...)"},{"p":"com.tangosol.coherence.rest.config","c":"ProcessorConfig","l":"getProcessorClass()"},{"p":"com.tangosol.coherence.rest.config","c":"ProcessorConfig","l":"getProcessorName()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"getProcessorRegistry()"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"getProcessRandom()"},{"p":"com.tangosol.util","c":"Base","l":"getProcessRandom()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"getProperties()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceDefaultsConfigSource","l":"getProperties()"},{"p":"com.oracle.coherence.mp.metrics","c":"CoherenceTagsConfigSource","l":"getProperties()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getProperties()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"getProperties()"},{"p":"com.oracle.coherence.mp.config","c":"ConfigPropertyResolver","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"SystemPropertyResolver.Default","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"SystemPropertyResolver","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getProperty(String, boolean)","u":"getProperty(java.lang.String,boolean)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getProperty(String, int)","u":"getProperty(java.lang.String,int)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getProperty(String, String)","u":"getProperty(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"SystemPropertyResolver","l":"getProperty(String, String)","u":"getProperty(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getProperty(String, String)","u":"getProperty(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"Config","l":"getProperty(String, Supplier)","u":"getProperty(java.lang.String,java.util.function.Supplier)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getPropertyIndex()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"getPropertyName()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"getPropertyNames()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceDefaultsConfigSource","l":"getPropertyNames()"},{"p":"com.oracle.coherence.mp.metrics","c":"CoherenceTagsConfigSource","l":"getPropertyNames()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"getPropertySet()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getPropertyValue(String, Type, XmlElement, boolean)","u":"getPropertyValue(java.lang.String,java.lang.reflect.Type,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getProtocol()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getProviderBuilder()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"getProviderList()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getProviderName()"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"getProviderType(String)","u":"getProviderType(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies","l":"getProviderType(String)","u":"getProviderType(java.lang.String)"},{"p":"com.tangosol.util","c":"Proxyable","l":"getProxy(String, K)","u":"getProxy(java.lang.String,K)"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"getPruneDelay()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherAckDelayMillis()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherCloggedCount()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherCloggedDelayMillis()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherGroupThreshold()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherNackDelayMillis()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherPriority()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherResendDelayMillis()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherResendTimeoutMillis()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getPublisherSocketBufferSize()"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"getPutBundler()"},{"p":"com.tangosol.run.xml","c":"SimpleAttribute","l":"getQualifiedName()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getQualifiedName()"},{"p":"com.tangosol.run.xml","c":"XmlAttribute","l":"getQualifiedName()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getQualifiedName()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getQualifiedName(String, String)","u":"getQualifiedName(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine.ParsedQuery","l":"getQuery()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder.ParsedQuery","l":"getQuery()"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"getQueryConfig()"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngineRegistry","l":"getQueryEngine(String)","u":"getQueryEngine(java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"QueryEngineConfig","l":"getQueryEngineClass()"},{"p":"com.tangosol.coherence.rest.config","c":"NamedQuery","l":"getQueryEngineName()"},{"p":"com.tangosol.coherence.rest.config","c":"QueryEngineConfig","l":"getQueryEngineName()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"getQueryEngineRegistry()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterQueryMap","l":"getQueryMap()"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getQueryMap(QueryMap, Converter, Converter, Converter, Converter)","u":"getQueryMap(com.tangosol.util.QueryMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.coherence.rest.util","c":"RestHelper","l":"getQueryParameters(UriInfo)","u":"getQueryParameters(jakarta.ws.rs.core.UriInfo)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getQueue()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"getQueueDaemon()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"getQueuedLimit()"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"getQueuedLimit()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"getQueuedSize()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"getQueueLength()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"getQueueLength()"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionRecoveryAction","l":"getQuorumInfo()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"getQuorumRules()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"getRackCount()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getRackName()"},{"p":"com.tangosol.net","c":"MemberIdentityProvider","l":"getRackName()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getRackName()"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"getRackName()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMemberIdentityProvider","l":"getRackName()"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"getRandom()"},{"p":"com.tangosol.util","c":"Base","l":"getRandom()"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"getRandomBinary(int, int)","u":"getRandomBinary(int,int)"},{"p":"com.tangosol.util","c":"Base","l":"getRandomBinary(int, int)","u":"getRandomBinary(int,int)"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"getRandomBinary(int, int, byte...)","u":"getRandomBinary(int,int,byte...)"},{"p":"com.tangosol.util","c":"Base","l":"getRandomBinary(int, int, byte...)","u":"getRandomBinary(int,int,byte...)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getRandomDestination()"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"getRandomString(int, int, boolean)","u":"getRandomString(int,int,boolean)"},{"p":"com.tangosol.util","c":"Base","l":"getRandomString(int, int, boolean)","u":"getRandomString(int,int,boolean)"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"getRawByteArray()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"getRawByteArray()"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"getRawDate()"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"getRawOffset()"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"getRawTime()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getReadBuffer()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"getReadBuffer()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getReadBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"getReadBuffer()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getReadBuffer()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"getReadBuffer(int, int)","u":"getReadBuffer(int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"getReadBuffer(int, int)","u":"getReadBuffer(int,int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getReader()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getReader()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getReader()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getReader()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"getReadHoldCount()"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"getReadLocator(String)","u":"getReadLocator(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"getReadLocator(String)","u":"getReadLocator(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"getReadLocatorBuilder()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"getReadLockCount()"},{"p":"com.tangosol.net","c":"BackingMapContext","l":"getReadOnlyEntry(Object)","u":"getReadOnlyEntry(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getReadQueue()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getReadThread()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getReceiveCount()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getReceiveCount()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getReceived()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getReceived()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getReceivedFifteenMinuteRate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getReceivedFifteenMinuteRate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getReceivedFiveMinuteRate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getReceivedFiveMinuteRate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getReceivedMeanRate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getReceivedMeanRate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"getReceivedOneMinuteRate()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"getReceivedOneMinuteRate()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getReceiverPriority()"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"getRecentIterator()"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"getReconnectInterval()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getReconnectInterval()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"getReconnectInterval()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"getReconnectInterval()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getReconnectRetryMillis()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getReconnectRetryMillis(ParameterResolver)","u":"getReconnectRetryMillis(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getReconnectTimeoutMillis()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getReconnectTimeoutMillis(ParameterResolver)","u":"getReconnectTimeoutMillis(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getReconnectWaitMillis()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getReconnectWaitMillis(ParameterResolver)","u":"getReconnectWaitMillis(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getRecoveryMillis()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicMarkableReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicStampedReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"getReference()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"getReference()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getRefreshAheadFactor()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getRefreshAheadFactor(ParameterResolver)","u":"getRefreshAheadFactor(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"getRefreshFrequency()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getRefreshPeriod()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getRefreshPolicy()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getRegisteredAsynchronousEventListeners()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getRegisteredAsynchronousEventListeners()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"getRegisteredDbs()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"getRegisteredName()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getRegisteredSynchronousEventListeners()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getRegisteredSynchronousEventListeners()"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"getRegistrationBehavior()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"getRegistrationContext()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"getRegistry()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies","l":"getRegistry()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"getRegistryPort()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getReifiedTypes(Class, Class)","u":"getReifiedTypes(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getReliableTransport()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getRemainingDistributionCount()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getRemainingDistributionCount()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getRemainingMessages()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getRemainingMessages(int)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"getRemainingMessages(String)","u":"getRemainingMessages(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"getRemainingMessages(String, int...)","u":"getRemainingMessages(java.lang.String,int...)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"getRemoteCacheScheme()"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent","l":"getRemoteMember()"},{"p":"com.oracle.coherence.grpc","c":"ErrorsHelper","l":"getRemoteStack(StatusException)","u":"getRemoteStack(io.grpc.StatusException)"},{"p":"com.oracle.coherence.grpc","c":"ErrorsHelper","l":"getRemoteStack(StatusRuntimeException)","u":"getRemoteStack(io.grpc.StatusRuntimeException)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getRemoveAction()"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"getRemoveBundler()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"getRemoved()"},{"p":"com.tangosol.util","c":"SubSet","l":"getRemoved()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getReplicatedCacheConfig()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"getRequest()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getRequestCount()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getRequestCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getRequestCountFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getRequestCountFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getRequestCountMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getRequestCountOneMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDuration75thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDuration75thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDuration95thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDuration95thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDuration98thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDuration98thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDuration999thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDuration999thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDuration99thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDuration99thPercentile()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDurationMax()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDurationMax()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDurationMean()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDurationMean()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDurationMin()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDurationMin()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getRequestDurationStdDev()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getRequestDurationStdDev()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getRequestTimeout(ServiceScheme)","u":"getRequestTimeout(com.tangosol.coherence.config.scheme.ServiceScheme)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getRequestTimeout(XmlElement)","u":"getRequestTimeout(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"getRequestTimeoutMillis()"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"getRequestTimeoutMillis()"},{"p":"com.tangosol.net","c":"PriorityTask","l":"getRequestTimeoutMillis()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getRequestTimeoutMillis()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.Task","l":"getRequestTimeoutMillis()"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionRecoveryAction","l":"getResolver()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"getResolver(String)","u":"getResolver(java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryValue","l":"getResource()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getResource(Class)","u":"getResource(java.lang.Class)"},{"p":"com.tangosol.util","c":"ChainedResourceResolver","l":"getResource(Class)","u":"getResource(java.lang.Class)"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"getResource(Class)","u":"getResource(java.lang.Class)"},{"p":"com.tangosol.util","c":"ResourceResolver","l":"getResource(Class)","u":"getResource(java.lang.Class)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"getResource(Class)","u":"getResource(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getResource(Class, String)","u":"getResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"ChainedResourceResolver","l":"getResource(Class, String)","u":"getResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"getResource(Class, String)","u":"getResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"ResourceResolver","l":"getResource(Class, String)","u":"getResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"getResource(Class, String)","u":"getResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.net","c":"Cluster","l":"getResource(String)","u":"getResource(java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryKey","l":"getResourceClass()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getResourceRegistry()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getResourceRegistry()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"getResourceRegistry()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"getResourceRegistry()"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.Dependencies","l":"getResourceRegistry()"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"Cluster","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"Coherence","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DefaultDependencies","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Dependencies","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"Service","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"Session","l":"getResourceRegistry()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getResourceRegistry()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getResourceRegistry()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"getResources()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getResources(Class, String)","u":"getResources(java.lang.Class,java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getResponsesSentCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getResponsesSentCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getResponsesSentFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getResponsesSentFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getResponsesSentFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getResponsesSentFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getResponsesSentMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getResponsesSentMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getResponsesSentOneMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getResponsesSentOneMinuteRate()"},{"p":"com.tangosol.net","c":"Cluster.MemberTimeoutAction","l":"getResponsiveMemberSet()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"getResult()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"getResult()"},{"p":"com.tangosol.coherence.dslquery","c":"StatementResult","l":"getResult()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"TermWalker","l":"getResult()"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"getResult()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"getResult()"},{"p":"com.tangosol.net","c":"Invocable","l":"getResult()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"getResult()"},{"p":"com.tangosol.util","c":"QueryRecord","l":"getResults()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"getResults()"},{"p":"com.tangosol.util","c":"SubSet","l":"getRetained()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"getRipeArray()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"getRipeMillis()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"getRMIConnectorAttributes()"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"getRole()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getRoleName()"},{"p":"com.tangosol.net","c":"MemberIdentityProvider","l":"getRoleName()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getRoleName()"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"getRoleName()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMemberIdentityProvider","l":"getRoleName()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getRoles()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"getRollover()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getRoot()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getRoot()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getRoot()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getRoot()"},{"p":"com.tangosol.util","c":"WrapperException","l":"getRootCause()"},{"p":"com.tangosol.coherence.rest.io","c":"AbstractMarshaller","l":"getRootClass()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"getRoundingMode()"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"getRoundRobinDestination()"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"getRoutableAddresses(InetAddress, boolean, Collection, boolean)","u":"getRoutableAddresses(java.net.InetAddress,boolean,java.util.Collection,boolean)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"getRule(int)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"getRuleMask()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getSafeAttribute(String)","u":"getSafeAttribute(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getSafeAttribute(String)","u":"getSafeAttribute(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"getSafeElement(String)","u":"getSafeElement(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"getSafeElement(String)","u":"getSafeElement(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"TimeHelper","l":"getSafeTimeMillis()"},{"p":"com.tangosol.util","c":"Base","l":"getSafeTimeMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getSampleDuration()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getSampleStartTime()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getSamplingPeriod()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"getScale()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"getScanner()"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"getSchedulingPriority()"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"getSchedulingPriority()"},{"p":"com.tangosol.net","c":"PriorityTask","l":"getSchedulingPriority()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.Task","l":"getSchedulingPriority()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getSchemaLocations(XmlElement, String)","u":"getSchemaLocations(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry.SchemeMappingKey","l":"getSchemeMappingClass()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getSchemeName()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractScheme","l":"getSchemeName()"},{"p":"com.tangosol.coherence.config.scheme","c":"Scheme","l":"getSchemeName()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"getSchemeName()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"getSchemeName()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"getScopedResolver(String)","u":"getScopedResolver(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getScopedServiceName()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"getScopedServiceName()"},{"p":"com.tangosol.coherence.config.scheme","c":"ViewScheme","l":"getScopedServiceName()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"getScopedServiceName()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getScopedServiceName(String)","u":"getScopedServiceName(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"getScopedServiceName(String, String)","u":"getScopedServiceName(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"getScopeName()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"getScopeName()"},{"p":"com.oracle.coherence.cdi","c":"SessionInitializer","l":"getScopeName()"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceBuilder","l":"getScopeName()"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"getScopeName()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getScopeName()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getScopeName()"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"getScopeName()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"getScopeName()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent","l":"getScopeName()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEventDispatcher","l":"getScopeName()"},{"p":"com.tangosol.net.events.partition.cache","c":"PartitionedCacheDispatcher","l":"getScopeName()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getScopeName()"},{"p":"com.tangosol.net","c":"Session","l":"getScopeName()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"getScopeName()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"getScopeName()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"getScopeName()"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"getScopePrefix()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"getScopePrefix()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"getScopePrefix(String, ContainerContext)","u":"getScopePrefix(java.lang.String,com.tangosol.application.ContainerContext)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"getScopeResolver()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"getSecond()"},{"p":"com.tangosol.util","c":"CompositeKey","l":"getSecondaryKey()"},{"p":"com.tangosol.net","c":"CompositeActionPolicy","l":"getSecondaryPolicy()"},{"p":"com.tangosol.util","c":"ChainedMap","l":"getSecondMap()"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"getSeconds()"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"getSeconds()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getSecurityConfig()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getSegmentForKey(Object)","u":"getSegmentForKey(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getSegmentIndex(int)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getSerializedValue()"},{"p":"com.tangosol.io.pof.reflect","c":"PofSparseArray.NilPofValue","l":"getSerializedValue()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"getSerializer()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getSerializer()"},{"p":"com.tangosol.net","c":"Service","l":"getSerializer()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getSerializer()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"getSerializer()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"getSerializer()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"getSerializer()"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"getSerializer(String, String, Supplier, Supplier)","u":"getSerializer(java.lang.String,java.lang.String,java.util.function.Supplier,java.util.function.Supplier)"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getSerializerFactory()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getSerializerMap()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getSerializerMap()"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"getService()"},{"p":"com.tangosol.net","c":"AbstractServiceLoadBalancer","l":"getService()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"getService()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"getService()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"getService()"},{"p":"com.tangosol.net.events.partition.cache","c":"Event","l":"getService()"},{"p":"com.tangosol.net.events.partition","c":"Event","l":"getService()"},{"p":"com.tangosol.net.events.partition","c":"PartitionedServiceDispatcher","l":"getService()"},{"p":"com.tangosol.net","c":"MemberEvent","l":"getService()"},{"p":"com.tangosol.net","c":"NamedCollection","l":"getService()"},{"p":"com.tangosol.net","c":"NamedMap","l":"getService()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"getService()"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"getService()"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"getService()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getService()"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"getService()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getService(String)","u":"getService(java.lang.String)"},{"p":"com.tangosol.net","c":"Cluster","l":"getService(String)","u":"getService(java.lang.String)"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getService(String)","u":"getService(java.lang.String)"},{"p":"com.tangosol.net","c":"Session","l":"getService(String)","u":"getService(java.lang.String)"},{"p":"com.tangosol.net","c":"Cluster","l":"getServiceBanner()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"getServiceBanner(Collection)","u":"getServiceBanner(java.util.Collection)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getServiceBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"getServiceBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"getServiceBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"getServiceBuilder()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getServiceConfig(String)","u":"getServiceConfig(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getServiceDependencies()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getServiceFailurePolicyBuilder()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getServiceFilterMap()"},{"p":"com.tangosol.net","c":"Cluster","l":"getServiceInfo(String)","u":"getServiceInfo(java.lang.String)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"getServiceJoinTime(String)","u":"getServiceJoinTime(java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getServiceMachineCount()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getServiceMachineCount()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getServiceMap()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"getServiceMap()"},{"p":"com.tangosol.net","c":"ServiceInfo","l":"getServiceMember(int)"},{"p":"com.tangosol.net","c":"ServiceInfo","l":"getServiceMembers()"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"getServiceMonitor()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"getServiceName()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getServiceName()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"getServiceName()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"getServiceName()"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"getServiceName()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"getServiceName()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent","l":"getServiceName()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEventDispatcher","l":"getServiceName()"},{"p":"com.tangosol.net.events.partition.cache","c":"PartitionedCacheDispatcher","l":"getServiceName()"},{"p":"com.tangosol.net.events.partition","c":"PartitionedServiceDispatcher","l":"getServiceName()"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"getServiceName()"},{"p":"com.tangosol.net","c":"ServiceInfo","l":"getServiceName()"},{"p":"com.tangosol.net","c":"Cluster","l":"getServiceNames()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getServiceNodeCount()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getServiceNodeCount()"},{"p":"com.tangosol.coherence.config.scheme","c":"BaseGrpcScheme","l":"getServiceProvider()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getServiceRackCount()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getServiceRackCount()"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"getServiceSchemeRegistry()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"getServiceSerializer()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getServiceSiteCount()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getServiceSiteCount()"},{"p":"com.tangosol.coherence.config.scheme","c":"ViewScheme","l":"getServiceStore(Cluster)","u":"getServiceStore(com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractLocalCachingScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"BaseGrpcCacheScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"InvocationScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"OptimisticScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"ProxyScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteCacheScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteInvocationScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReplicatedScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"TransactionalScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"ViewScheme","l":"getServiceType()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"getServiceType()"},{"p":"com.tangosol.net","c":"ServiceInfo","l":"getServiceType()"},{"p":"com.tangosol.net","c":"ServiceInfo","l":"getServiceVersion(Member)","u":"getServiceVersion(com.tangosol.net.Member)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getServiceVersion(PersistentStore)","u":"getServiceVersion(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getSession()"},{"p":"com.tangosol.net","c":"Coherence","l":"getSession()"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent","l":"getSession()"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"getSession()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"getSession()"},{"p":"com.oracle.coherence.cdi","c":"AbstractCacheInterceptor","l":"getSession(String)","u":"getSession(java.lang.String)"},{"p":"com.tangosol.net","c":"Coherence","l":"getSession(String)","u":"getSession(java.lang.String)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration","l":"getSessionConfigurations()"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.SimpleConfig","l":"getSessionConfigurations()"},{"p":"com.tangosol.net","c":"Coherence","l":"getSessionIfPresent(String)","u":"getSessionIfPresent(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"getSessionName()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent","l":"getSessionName()"},{"p":"com.tangosol.net","c":"Coherence","l":"getSessionNames()"},{"p":"com.tangosol.net","c":"SessionProvider.Provider","l":"getSessionProvider()"},{"p":"com.tangosol.net","c":"Coherence","l":"getSessionScopeNames()"},{"p":"com.tangosol.net","c":"Coherence","l":"getSessionsWithScope(String)","u":"getSessionsWithScope(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"SessionProducer","l":"getSessionWithName(InjectionPoint)","u":"getSessionWithName(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.oracle.coherence.cdi","c":"SessionProducer","l":"getSessionWithSessionName(InjectionPoint)","u":"getSessionWithSessionName(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"getSet()"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"getSet()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getSet()"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getSet(Set, Class)","u":"getSet(java.util.Set,java.lang.Class)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getSet(Set, Converter, Converter)","u":"getSet(java.util.Set,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getSetList(NodeTerm)","u":"getSetList(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"getSharedDirectoryPath()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getShieldedOutputStream(OutputStream)","u":"getShieldedOutputStream(java.io.OutputStream)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getShort()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getShort()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getShortArray()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getShortArray()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"getShortClassName()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getShrinkageCount()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"getShrinkageThreshold()"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"getShrinkageThreshold()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getShutdownHookOption()"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"getSignedPermission()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers","l":"getSimpleFactory(Continuation)","u":"getSimpleFactory(com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"getSimpleName()"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"getSimpleName(Class)","u":"getSimpleName(java.lang.Class)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getSimpleName(Class)","u":"getSimpleName(java.lang.Class)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"getSimpleName(String)","u":"getSimpleName(java.lang.String)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"getSimpleName(String)","u":"getSimpleName(java.lang.String)"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"getSingletonFactory()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"getSiteCount()"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"getSiteName()"},{"p":"com.tangosol.net","c":"MemberIdentityProvider","l":"getSiteName()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getSiteName()"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"getSiteName()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMemberIdentityProvider","l":"getSiteName()"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"getSize()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getSize()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getSize()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"getSize()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"getSize()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"getSize()"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"getSize()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"getSize()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"getSize()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"getSize()"},{"p":"com.tangosol.util","c":"LongArray","l":"getSize()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"getSize()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"getSize()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"getSize()"},{"p":"com.tangosol.util","c":"StringTable","l":"getSize()"},{"p":"com.tangosol.util","c":"Tree","l":"getSize()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"getSize()"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlMapWriter","l":"getSize(Map, Class, Type, Annotation[], MediaType)","u":"getSize(java.util.Map,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"EntryWriter","l":"getSize(Object, Class, Type, Annotation[], MediaType)","u":"getSize(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"JsonCollectionWriter","l":"getSize(Object, Class, Type, Annotation[], MediaType)","u":"getSize(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"ObjectWriter","l":"getSize(Object, Class, Type, Annotation[], MediaType)","u":"getSize(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlCollectionWriter","l":"getSize(Object, Class, Type, Annotation[], MediaType)","u":"getSize(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlKeysWriter","l":"getSize(Set, Class, Type, Annotation[], MediaType)","u":"getSize(java.util.Set,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"getSizeAction()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getSizeCode()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"getSizeThreshold()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getSnapshotArchiverMap()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getSnapshotArchiverMap()"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.RecoveryTransferEvent","l":"getSnapshotName()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getSnapshotPersistenceTools(File)","u":"getSnapshotPersistenceTools(java.io.File)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"getSnapshots()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSocketProvider(String)","u":"getSocketProvider(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSocketProvider(String, SocketProviderFactory.Dependencies, int)","u":"getSocketProvider(java.lang.String,com.tangosol.net.SocketProviderFactory.Dependencies,int)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSocketProvider(XmlElement)","u":"getSocketProvider(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getSocketProviderBuilder()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSocketProviderBuilder(XmlElement)","u":"getSocketProviderBuilder(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSocketProviderBuilder(XmlElement, boolean)","u":"getSocketProviderBuilder(com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getSocketProviderFactory()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"getSocketProviderFactory()"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"getSocketProviderFactory()"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies","l":"getSocketProviderFactory()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSocketProviderFactory(ProcessingContext, XmlElement)","u":"getSocketProviderFactory(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getSoftTimeout()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"getSoftTimeoutMillis()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getSoftTimeoutMillis()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"getSortedMap()"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getSortedMap(SortedMap, Class, Class)","u":"getSortedMap(java.util.SortedMap,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getSortedMap(SortedMap, Converter, Converter, Converter, Converter)","u":"getSortedMap(java.util.SortedMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"getSortedSet()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"getSortedSet()"},{"p":"com.tangosol.util","c":"RestrictedCollections","l":"getSortedSet(SortedSet, Class)","u":"getSortedSet(java.util.SortedSet,java.lang.Class)"},{"p":"com.tangosol.util","c":"ConverterCollections","l":"getSortedSet(SortedSet, Converter, Converter)","u":"getSortedSet(java.util.SortedSet,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord.Entry","l":"getSource()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"getSource()"},{"p":"com.tangosol.net","c":"NameService.RequestContext","l":"getSourceAddress()"},{"p":"com.tangosol.net.partition","c":"BroadKeyPartitioningStrategy","l":"getSpan(Object)","u":"getSpan(java.lang.Object)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getSpeakerPriority()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getSpeakerVolumeMinimum()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getSqlTokenTable(boolean)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"getSSLDependencies(String)","u":"getSSLDependencies(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies","l":"getSSLDependencies(String)","u":"getSSLDependencies(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"getSSLDependenciesBuilderMap()"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"getSSLSettings()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSSLSettings(SocketProvider)","u":"getSSLSettings(com.oracle.coherence.common.net.SocketProvider)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSSLSettings(SocketProviderBuilder)","u":"getSSLSettings(com.tangosol.coherence.config.builder.SocketProviderBuilder)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"getSSLSettings(XmlElement)","u":"getSSLSettings(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"getStableBucketArray()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"getStableBucketArray()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getStackFrame()"},{"p":"com.tangosol.util","c":"Base","l":"getStackFrame()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getStackFrames()"},{"p":"com.tangosol.util","c":"Base","l":"getStackFrames()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getStackTrace()"},{"p":"com.tangosol.util","c":"Base","l":"getStackTrace()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getStackTrace(Thread)","u":"getStackTrace(java.lang.Thread)"},{"p":"com.tangosol.util","c":"Base","l":"getStackTrace(Thread)","u":"getStackTrace(java.lang.Thread)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"getStackTrace(Throwable)","u":"getStackTrace(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"Base","l":"getStackTrace(Throwable)","u":"getStackTrace(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"getStalePartitions(PartitionedService.PartitionRecoveryAction, PartitionSet, PartitionSet)","u":"getStalePartitions(com.tangosol.net.PartitionedService.PartitionRecoveryAction,com.tangosol.net.partition.PartitionSet,com.tangosol.net.partition.PartitionSet)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicStampedReference","l":"getStamp()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"getStamp()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"getStamp()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference","l":"getStamp()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"getStamp()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"getStamp()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getState()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getState()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"getState()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"getState()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"getState()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getState()"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"getState()"},{"p":"com.tangosol.util","c":"Daemon","l":"getState()"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"getState()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"getState()"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"getState(String)","u":"getState(java.lang.String)"},{"p":"com.tangosol.util.fsm","c":"AnnotationDrivenModel","l":"getStateClass()"},{"p":"com.tangosol.util.fsm","c":"Model","l":"getStateClass()"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"getStateClass()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getStateCode()"},{"p":"com.tangosol.util.fsm","c":"AnnotationDrivenModel","l":"getStateEntryActions()"},{"p":"com.tangosol.util.fsm","c":"Model","l":"getStateEntryActions()"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"getStateEntryActions()"},{"p":"com.tangosol.util.fsm","c":"AnnotationDrivenModel","l":"getStateExitActions()"},{"p":"com.tangosol.util.fsm","c":"Model","l":"getStateExitActions()"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"getStateExitActions()"},{"p":"com.tangosol.util.fsm","c":"RollbackTransitionException","l":"getStateFrom()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getStatementBuilder(String)","u":"getStatementBuilder(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"getStatementBuilders()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getStatementExecutor()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getStatementExecutor()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getStatementExecutor()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getStatements()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getStatements()"},{"p":"com.tangosol.util.fsm","c":"AnnotationDrivenModel","l":"getStates()"},{"p":"com.tangosol.util.fsm","c":"Model","l":"getStates()"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"getStates()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getStateString(int)"},{"p":"com.tangosol.util.fsm","c":"RollbackTransitionException","l":"getStateTo()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"getStatistics()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"getStatistics()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getStatistics()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"getStatistics()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"getStatistics()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"getStatistics()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistenceSnapshotTools","l":"getStatistics()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"getStatistics()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"getStatus()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"getStatus()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"getStatus()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"getStatusDescription()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy","l":"getStatusDescription()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"getStatusDescription()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ProxyQuorumPolicy","l":"getStatusDescription()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"getStatusMap()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"getStatusMap()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult","l":"getSteps()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.Step","l":"getSteps()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"getSteps()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"getSteps()"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"getStorageAccessAuthorizer()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getStorageAccessAuthorizer()"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"getStorageAccessAuthorizer(String)","u":"getStorageAccessAuthorizer(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"getStorageAccessAuthorizer(String)","u":"getStorageAccessAuthorizer(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"getStorageAccessAuthorizer(String)","u":"getStorageAccessAuthorizer(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"getStorageAccessAuthorizer(String)","u":"getStorageAccessAuthorizer(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager","l":"getStorageAccessAuthorizer(String)","u":"getStorageAccessAuthorizer(java.lang.String)"},{"p":"com.tangosol.net","c":"DistributedCacheService","l":"getStorageEnabledMembers()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getStorageFormat()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.SafetyFilter","l":"getStorageIndex()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getStorageScheme()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getStorageScheme(ParameterResolver)","u":"getStorageScheme(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getStorageSize()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getStorageVersion()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"getStore()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"getStore()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"getStore()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getStore()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"getStore()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getStoreBundler()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.FailureContinuationFactory","l":"getStoreContinuation(PersistentStore)","u":"getStoreContinuation(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getStoreFailures()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getStoreMillis()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"getStoreName(ParameterResolver)","u":"getStoreName(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"getStoreOps()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getStrategyName()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"getStrategyName()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getStreamFormat(Object)","u":"getStreamFormat(java.lang.Object)"},{"p":"com.tangosol.util","c":"CacheCollator","l":"getStrength()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getString()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getString()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getString()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getString()"},{"p":"com.tangosol.util","c":"AnyEvent","l":"getString()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getString(String)","u":"getString(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getString(String)","u":"getString(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Resources","l":"getString(String, String)","u":"getString(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Resources","l":"getString(String, String[], String)","u":"getString(java.lang.String,java.lang.String[],java.lang.String)"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"getSubject()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getSubMappings()"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"getSubscriberGroupBuilders()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getSubscriberGroupMBeanName(SubscriberGroupId, String, Service)","u":"getSubscriberGroupMBeanName(com.tangosol.internal.net.topic.impl.paged.model.SubscriberGroupId,java.lang.String,com.tangosol.net.Service)"},{"p":"com.tangosol.coherence.config.builder","c":"SubscriberGroupBuilder","l":"getSubscriberGroupName(ParameterResolver)","u":"getSubscriberGroupName(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"getSubscriberGroups()"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"getSubscriberGroups(String)","u":"getSubscriberGroups(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getSubscriberMBeanName(PagedTopicSubscriber)","u":"getSubscriberMBeanName(com.tangosol.internal.net.topic.impl.paged.PagedTopicSubscriber)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getSubscriberMBeanPattern(NamedTopic, boolean)","u":"getSubscriberMBeanPattern(com.tangosol.net.topic.NamedTopic,boolean)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getSubscriberMBeanPattern(NamedTopic, SubscriberGroupId, boolean)","u":"getSubscriberMBeanPattern(com.tangosol.net.topic.NamedTopic,com.tangosol.internal.net.topic.impl.paged.model.SubscriberGroupId,boolean)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"getSubscribers(String, SubscriberGroupId)","u":"getSubscribers(java.lang.String,com.tangosol.internal.net.topic.impl.paged.model.SubscriberGroupId)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getSubscriberTimeout(ParameterResolver)","u":"getSubscriberTimeout(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"getSubscriberTimeoutMillis()"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"getSubscription(long)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"getSubscriptionId(String, SubscriberGroupId)","u":"getSubscriptionId(java.lang.String,com.tangosol.internal.net.topic.impl.paged.model.SubscriberGroupId)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getSuccessfulRequestCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getSuccessfulRequestCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getSuccessfulRequestFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getSuccessfulRequestFifteenMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getSuccessfulRequestFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getSuccessfulRequestFiveMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getSuccessfulRequestMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getSuccessfulRequestMeanRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getSuccessfulRequestOneMinuteRate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getSuccessfulRequestOneMinuteRate()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getSuggestionCompletionDelay()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getSuggestionDelay()"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"getSupplier()"},{"p":"com.tangosol.net.events","c":"EventDispatcher","l":"getSupportedTypes()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"getSymbol()"},{"p":"com.tangosol.util","c":"Listeners","l":"getSynchronousListeners()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.coherence.dslquery","c":"StatementBuilder","l":"getSyntax()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getSyntheticEventsMap()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"getSyntheticInfo(String)","u":"getSyntheticInfo(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getTail(int)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"getTails()"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"getTarget()"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"getTarget()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getTaskActiveMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getTaskActiveMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getTaskAddCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getTaskAddCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getTaskAddCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getTaskBacklog()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getTaskBacklog()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getTaskCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getTaskCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getTaskCount()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getTaskExecutionTime()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getTaskHungThresholdMillis()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"getTasks()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getTasksCompletedCount()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getTasksInProgressCount()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"getTasksRejectedCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getTaskTimeout()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getTaskTimeout()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getTaskTimeout()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"getTaskTimeoutCount()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"getTaskTimeoutCount()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getTaskTimeoutMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"getTaskWaitTime()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getTcpBacklog()"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"getTcpDatagramSocketDependencies(String)","u":"getTcpDatagramSocketDependencies(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies","l":"getTcpDatagramSocketDependencies(String)","u":"getTcpDatagramSocketDependencies(java.lang.String)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getTcpDatagramSocketOptions()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getTcpRingSocketOptions()"},{"p":"com.tangosol.net","c":"ServiceMonitor","l":"getThread()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"getThread()"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"getThread()"},{"p":"com.tangosol.util","c":"Daemon","l":"getThread()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"getThreadContext()"},{"p":"com.tangosol.util","c":"Daemon","l":"getThreadContextClassLoader()"},{"p":"com.tangosol.net","c":"ThreadPoolManager","l":"getThreadDecreaseInterval()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"getThreadDump()"},{"p":"com.tangosol.util","c":"Base","l":"getThreadFactory()"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"getThreadId()"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"getThreadId()"},{"p":"com.tangosol.net","c":"ThreadPoolManager","l":"getThreadIncreaseInterval()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getThreadPriority()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"getThreadThreshold()"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"getThreadThreshold(ParameterResolver)","u":"getThreadThreshold(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"getThreshold()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"getThresholdFactor()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getTime()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getTime()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getTime(Time)","u":"getTime(java.sql.Time)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getTime(Time)","u":"getTime(java.sql.Time)"},{"p":"com.tangosol.net","c":"Cluster.MemberTimeoutAction","l":"getTimedOutMemberSet()"},{"p":"com.tangosol.net","c":"Cluster","l":"getTimeMillis()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getTimeout()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getTimeout()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getTimeout()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getTimeout()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"getTimeoutCount()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"getTimeoutMillis()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"getTimeoutMillis()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getTimestamp()"},{"p":"com.tangosol.net","c":"Member","l":"getTimestamp()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getTimestamp()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Element","l":"getTimestamp()"},{"p":"com.tangosol.util","c":"UID","l":"getTimestamp()"},{"p":"com.tangosol.util","c":"UUID","l":"getTimestamp()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"getTimeToLive()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DelayedTransitionTo","l":"getTimeUnit()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.ProcessEventLater","l":"getTimeUnit()"},{"p":"com.oracle.coherence.common.base","c":"TimeHelper","l":"getTimeZone(String)","u":"getTimeZone(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"getTimeZone(String)","u":"getTimeZone(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getTitle()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"getTitle()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"getTitle()"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"getTokens()"},{"p":"com.tangosol.coherence.dsltools.base","c":"NestedBaseTokens","l":"getTokens()"},{"p":"com.tangosol.coherence.dsltools.base","c":"SequenceBaseToken","l":"getTokens()"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"getToMember()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"getTopAnchor()"},{"p":"com.tangosol.net","c":"Session","l":"getTopic(String)","u":"getTopic(java.lang.String)"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"getTopic(String, NamedCollection.Option...)","u":"getTopic(java.lang.String,com.tangosol.net.NamedCollection.Option...)"},{"p":"com.tangosol.net","c":"Session","l":"getTopic(String, NamedCollection.Option...)","u":"getTopic(java.lang.String,com.tangosol.net.NamedCollection.Option...)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"getTopicBackingMapManager()"},{"p":"com.tangosol.net","c":"TopicService","l":"getTopicBackingMapManager()"},{"p":"com.tangosol.net.topic","c":"TopicBackingMapManager","l":"getTopicDependencies(String)","u":"getTopicDependencies(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getTopicMBeanName(NamedTopic)","u":"getTopicMBeanName(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getTopicMBeanPattern()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"getTopicMBeanPattern(TopicService)","u":"getTopicMBeanPattern(com.tangosol.net.TopicService)"},{"p":"com.tangosol.net","c":"TopicService","l":"getTopicNames()"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"getTopicService()"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"getTopicStatistics(String)","u":"getTopicStatistics(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getTotalGets()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getTotalGets()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getTotalGets()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getTotalGetsMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getTotalGetsMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getTotalGetsMillis()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"getTotalPageCount()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getTotalPuts()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getTotalPuts()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getTotalPuts()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"getTotalPutsMillis()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"getTotalPutsMillis()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"getTotalPutsMillis()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"getTotalRegisterListener()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.Entry","l":"getTouchCount()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"getTouchCount()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntryAttributes","l":"getTouchCount()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"getTouchCount()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"getTouchCount()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"getTouchCount()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getTouchCounter()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"getTransactionIsolation()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"getTransactionTimeout()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"getTransferThreshold()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies","l":"getTransferThreshold()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"getTransformationState()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"getTransformer()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"getTransformer()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"getTransformer()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"getTransformer()"},{"p":"com.oracle.coherence.cdi","c":"MapEventTransformerProducer","l":"getTransformer(InjectionPoint)","u":"getTransformer(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"getTransformerBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"getTransientExpression()"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"getTransientVersionCache()"},{"p":"com.tangosol.util.fsm","c":"ExecutionContext","l":"getTransitionCount()"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"getTransitionCount()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"getTransitionCount()"},{"p":"com.tangosol.util.fsm","c":"AnnotationDrivenModel","l":"getTransitions()"},{"p":"com.tangosol.util.fsm","c":"Model","l":"getTransitions()"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"getTransitions()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"getTrashDirectory()"},{"p":"com.tangosol.util","c":"MapTriggerListener","l":"getTrigger()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"getTriggerExtentId(long)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"getTrustManager()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"getTTL()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"getType()"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"getType()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getType()"},{"p":"com.tangosol.io.pof.reflect","c":"PofReflectionHelper.NavigatorAndType","l":"getType()"},{"p":"com.tangosol.net.events","c":"Event","l":"getType()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getType()"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"getType()"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"getType()"},{"p":"com.tangosol.util","c":"QueryRecord","l":"getType()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"getType()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"getTypeCode()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getTypedCache(String, ClassLoader, TypeAssertion)","u":"getTypedCache(java.lang.String,java.lang.ClassLoader,com.tangosol.net.cache.TypeAssertion)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"getTypedCache(String, TypeAssertion)","u":"getTypedCache(java.lang.String,com.tangosol.net.cache.TypeAssertion)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getTypeId()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getTypeId()"},{"p":"com.tangosol.io.pof","c":"EvolvableHolder","l":"getTypeIds()"},{"p":"com.tangosol.io.pof","c":"PofAnnotationSerializer","l":"getTypeMetadata()"},{"p":"com.tangosol.net","c":"Member","l":"getUid()"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"getUid()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics.ConnectionMetricsMBean","l":"getUID()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.DecoratedMultiBufferReadBuffer","l":"getUndecorated()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getUndecorated(Binary)","u":"getUndecorated(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"getUndecorated(ReadBuffer)","u":"getUndecorated(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getUnicastSocketProviderBuilder()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getUnicastSocketProviderXml()"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"getUniformElementType()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"getUniformType()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.ComplexMap","l":"getUniformType()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.Complex","l":"getUniformType()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.ComplexMap","l":"getUniformType()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"getUniqueDbName()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getUnitCalculator()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getUnitCalculator()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getUnitCalculator()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getUnitCalculator()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getUnitCalculator()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"getUnitCalculatorBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"getUnitCalculatorBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"getUnitCalculatorBuilder()"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"getUnitCalculatorBuilder()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getUnitCalculatorType()"},{"p":"com.tangosol.coherence.config.builder","c":"UnitCalculatorBuilder","l":"getUnitCalculatorType(ParameterResolver)","u":"getUnitCalculatorType(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.unit","c":"Units","l":"getUnitCount()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getUnitFactor()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getUnitFactor()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getUnitFactor()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getUnitFactor()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getUnitFactor()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"getUnitFactor(ParameterResolver)","u":"getUnitFactor(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"getUnitFactor(ParameterResolver)","u":"getUnitFactor(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"getUnitFactor(ParameterResolver)","u":"getUnitFactor(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"getUnitFactor(ParameterResolver)","u":"getUnitFactor(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"getUnitOfOrderId()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"getUnitOfOrderId()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"getUnitOfOrderId()"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"getUnitOfOrderId()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"getUnits()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.Entry","l":"getUnits()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"getUnits()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"getUnits()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"getUnits()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntryAttributes","l":"getUnits()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"getUnits()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"getUnits()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"getUnits()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"getUnits()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"getUnits()"},{"p":"com.tangosol.util","c":"MapIndex","l":"getUnits()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"getUnits()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"getUniversalName(String, String)","u":"getUniversalName(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"getUnlockAction()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getUnownedPartitions(PartitionSet, int)","u":"getUnownedPartitions(com.tangosol.net.partition.PartitionSet,int)"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"getUnresolvedPartitions()"},{"p":"com.tangosol.util","c":"Unsafe","l":"getUnsafe()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getUnsafeReadBuffer()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"getUnsafeReadBuffer()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"getUnsafeReadBuffer()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"getUnsafeReadBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"getUnsafeReadBuffer()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getUnsafeReadBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"getUnsafeWriteBuffer()"},{"p":"com.tangosol.util","c":"Tree","l":"getUnsynchronizedKeyEnumerator()"},{"p":"com.tangosol.util","c":"Tree","l":"getUnsynchronizedKeyEnumerator(Comparable)","u":"getUnsynchronizedKeyEnumerator(java.lang.Comparable)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"getUpdatedPartitions()"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"getUpdater()"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"getUpdater()"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"getUpdater()"},{"p":"com.tangosol.util","c":"ValueManipulator","l":"getUpdater()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"getUpperBound()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"getUpperFilter()"},{"p":"com.oracle.coherence.common.base","c":"TimeHelper","l":"getUpTimeMillis()"},{"p":"com.tangosol.util","c":"Base","l":"getUpTimeMillis()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"getURI()"},{"p":"com.tangosol.net","c":"URLPasswordProvider","l":"getURL()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"getUsedCapacity()"},{"p":"com.tangosol.net","c":"Service","l":"getUserContext()"},{"p":"com.tangosol.net","c":"WrapperService","l":"getUserContext()"},{"p":"com.tangosol.net.security","c":"UsernameAndPassword","l":"getUsername()"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"getUserPrincipal()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"getUserTypeId()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"getUserTypeId()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"getUserTypeId()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"getUserTypeId()"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"getUserTypeId()"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"getUserTypeId()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getUserTypeIdentifier(Class)","u":"getUserTypeIdentifier(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"getUserTypeIdentifier(Class)","u":"getUserTypeIdentifier(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"getUserTypeIdentifier(Class)","u":"getUserTypeIdentifier(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"getUserTypeIdentifier(Class)","u":"getUserTypeIdentifier(java.lang.Class)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"getUserTypeIdentifier(Class)","u":"getUserTypeIdentifier(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getUserTypeIdentifier(Object)","u":"getUserTypeIdentifier(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"getUserTypeIdentifier(Object)","u":"getUserTypeIdentifier(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"getUserTypeIdentifier(Object)","u":"getUserTypeIdentifier(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"getUserTypeIdentifier(Object)","u":"getUserTypeIdentifier(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getUserTypeIdentifier(String)","u":"getUserTypeIdentifier(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"getUserTypeIdentifier(String)","u":"getUserTypeIdentifier(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"getUserTypeIdentifier(String)","u":"getUserTypeIdentifier(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"getUserTypeIdentifier(String)","u":"getUserTypeIdentifier(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"getUserTypeIdentifier(String)","u":"getUserTypeIdentifier(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getUserTypeIdentifierInternal(Class)","u":"getUserTypeIdentifierInternal(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"getUserTypeIdentifierInternal(String)","u":"getUserTypeIdentifierInternal(java.lang.String)"},{"p":"com.tangosol.net","c":"Member","l":"getUuid()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"getValidator()"},{"p":"com.oracle.coherence.mp.config","c":"ConfigPropertyChanged","l":"getValue()"},{"p":"com.tangosol.coherence.dsltools.base","c":"IdentifierBaseToken","l":"getValue()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LeafBaseToken","l":"getValue()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"getValue()"},{"p":"com.tangosol.coherence.dsltools.base","c":"OperatorBaseToken","l":"getValue()"},{"p":"com.tangosol.coherence.dsltools.base","c":"PunctuationBaseToken","l":"getValue()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"getValue()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"getValue()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord.Entry","l":"getValue()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"getValue()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"getValue()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheEntryEvent","l":"getValue()"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"getValue()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getValue()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getValue()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getValue()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"getValue()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"getValue()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent","l":"getValue()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"getValue()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Element","l":"getValue()"},{"p":"com.tangosol.net.topic","c":"TopicPublisherException","l":"getValue()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"getValue()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"getValue()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.Entry","l":"getValue()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"getValue()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"getValue()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"getValue()"},{"p":"com.tangosol.util","c":"AnyEvent","l":"getValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray.ConverterLongArrayIterator","l":"getValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"getValue()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.IntDecoratedObject","l":"getValue()"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"getValue()"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"getValue()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"LongArray.Iterator","l":"getValue()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.PrimitiveNode","l":"getValue()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"getValue()"},{"p":"com.tangosol.util","c":"SafeSortedMap.NullableEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"getValue()"},{"p":"com.tangosol.util","c":"SimpleLongArray.Iterator","l":"getValue()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"SparseArray.ObjectNode","l":"getValue()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"getValue()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"getValue()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"getValue()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getValue(Class)","u":"getValue(java.lang.Class)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getValue(Class)","u":"getValue(java.lang.Class)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getValue(int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofSparseArray.NilPofValue","l":"getValue(int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"getValue(int)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"getValue(Object)","u":"getValue(java.lang.Object)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"getValue(String)","u":"getValue(java.lang.String)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceDefaultsConfigSource","l":"getValue(String)","u":"getValue(java.lang.String)"},{"p":"com.oracle.coherence.mp.metrics","c":"CoherenceTagsConfigSource","l":"getValue(String)","u":"getValue(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getValue(String)","u":"getValue(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getValue(String, Class)","u":"getValue(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"getValue(Supplier)","u":"getValue(java.util.function.Supplier)"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"getValue(V)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"getValueAdapter()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"getValueBuffer()"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"getValueClass()"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"getValueClassName()"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"getValueClassName()"},{"p":"com.tangosol.net.cache","c":"TypeAssertion.WithTypesAssertion","l":"getValueClassName()"},{"p":"com.tangosol.net","c":"ValueTypeAssertion.WithValueTypeAssertion","l":"getValueClassName()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"getValueConverter()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"getValueExtractor()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"getValueExtractor()"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"getValueExtractor()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"getValueExtractor()"},{"p":"com.tangosol.util","c":"MapIndex","l":"getValueExtractor()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getValueExtractor()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"getValueExtractor()"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer","l":"getValueExtractor(InjectionPoint)","u":"getValueExtractor(jakarta.enterprise.inject.spi.InjectionPoint)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getValueFromInternalConverter()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getValueFromInternalConverter()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"getValueIndex()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"getValueInternal()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"getValueLength()"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"getValues(int, int, String, PropertySet, String)","u":"getValues(int,int,java.lang.String,com.tangosol.coherence.rest.util.PropertySet,java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"getValues(PropertySet)","u":"getValues(com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"getValues(UriInfo, int, int, String, PropertySet)","u":"getValues(jakarta.ws.rs.core.UriInfo,int,int,java.lang.String,com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"getValueToInternalConverter()"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"getValueToInternalConverter()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"getValueType()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"getValueType()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"getValueType()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"getVariance(SimpleAssignmentStrategy.AnalysisContext, boolean)","u":"getVariance(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext,boolean)"},{"p":"com.tangosol.io.pof.reflect","c":"PofUserType","l":"getVersion()"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"getVersion()"},{"p":"com.tangosol.net.partition","c":"VersionedPartitions.VersionedIterator","l":"getVersion()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"getVersion()"},{"p":"com.tangosol.util","c":"MapEvent","l":"getVersion()"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"getVersion(int)"},{"p":"com.tangosol.net.partition","c":"VersionedPartitions","l":"getVersion(int)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"getVersion(String)","u":"getVersion(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"getVersionCache()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"getVersionId()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"getVersionId()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"getVersionId()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"getVersionId()"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"getVersionId()"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"getVersionId()"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap","l":"getVersionIndicator()"},{"p":"com.tangosol.util","c":"Versionable","l":"getVersionIndicator()"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"getVersionMap()"},{"p":"com.tangosol.net.partition","c":"VersionAwareMapListener","l":"getVersions()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"getViewName()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"getViewName()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"getWaitingThread()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"getWaitMillis()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"getWeaker()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"getWellKnownAddresses()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"getWhere(NodeTerm)","u":"getWhere(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"getWildcardMatch(String)","u":"getWildcardMatch(java.lang.String)"},{"p":"com.tangosol.util","c":"Daemon","l":"getWorker()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getWorkerThreadCount()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getWorkerThreadCountMax()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getWorkerThreadCountMin()"},{"p":"com.tangosol.net","c":"ServiceDependencies","l":"getWorkerThreadPriority()"},{"p":"com.tangosol.util","c":"WrapperException","l":"getWrapper()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getWriteBatchFactor()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getWriteBatchFactor(ParameterResolver)","u":"getWriteBatchFactor(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getWriteBehindMillis()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getWriteBehindSeconds()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getWriteBuffer(int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getWriteBuffer(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"getWriteBuffer(int, int)","u":"getWriteBuffer(int,int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"getWriteBuffer(int, int)","u":"getWriteBuffer(int,int)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getWriteDelay(ParameterResolver)","u":"getWriteDelay(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getWriteDelaySeconds(ParameterResolver)","u":"getWriteDelaySeconds(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"getWriteHoldCount()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getWriteMaxBatchSize()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getWriteMaxBatchSize(ParameterResolver)","u":"getWriteMaxBatchSize(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getWriteQueue()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"getWriter()"},{"p":"com.tangosol.util","c":"NullImplementation","l":"getWriter()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getWriteRequeueThreshold()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"getWriteRequeueThreshold(ParameterResolver)","u":"getWriteRequeueThreshold(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"getWriteThread()"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceBuilder","l":"getXml()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"getXml()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"getXmlConfig()"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"getXmlConfig(ClassLoader, URL)","u":"getXmlConfig(java.lang.ClassLoader,java.net.URL)"},{"p":"com.tangosol.run.xml","c":"XmlDocumentReference","l":"getXmlDocument()"},{"p":"com.tangosol.run.xml","c":"XmlDocumentReference","l":"getXmlDocument(ClassLoader)","u":"getXmlDocument(java.lang.ClassLoader)"},{"p":"com.tangosol.run.xml","c":"SimpleAttribute","l":"getXmlElement()"},{"p":"com.tangosol.run.xml","c":"XmlAttribute","l":"getXmlElement()"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"getXmlInitParams(ParameterResolver)","u":"getXmlInitParams(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"getXmlName()"},{"p":"com.tangosol.run.xml","c":"SimpleAttribute","l":"getXmlValue()"},{"p":"com.tangosol.run.xml","c":"XmlAttribute","l":"getXmlValue()"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"getYear()"},{"p":"com.tangosol.io.pof","c":"RawYearMonthInterval","l":"getYears()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"GlobalSocketProviderProcessor","l":"GlobalSocketProviderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"grabBlock(int)"},{"p":"com.tangosol.util","c":"Filters","l":"greater(ValueExtractor, E)","u":"greater(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util","c":"Filters","l":"greaterEqual(ValueExtractor, E)","u":"greaterEqual(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util.filter","c":"GreaterEqualsFilter","l":"GreaterEqualsFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"GreaterEqualsFilter","l":"GreaterEqualsFilter(String, E)","u":"%3Cinit%3E(java.lang.String,E)"},{"p":"com.tangosol.util.filter","c":"GreaterEqualsFilter","l":"GreaterEqualsFilter(ValueExtractor, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterEqualsOperator","l":"GreaterEqualsOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"GreaterFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"GreaterFilter(String, E)","u":"%3Cinit%3E(java.lang.String,E)"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"GreaterFilter(ValueExtractor, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterOperator","l":"GreaterOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"GroupAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"GroupAggregator(ValueExtractor, InvocableMap.EntryAggregator, Filter)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.InvocableMap.EntryAggregator,com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(Filter, ValueExtractor)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(Filter, ValueExtractor)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(Filter, ValueExtractor, Remote.Comparator)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(Filter, ValueExtractor, Remote.Comparator)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(Filter, ValueExtractor, Remote.Supplier, RemoteCollector)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Supplier,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(Filter, ValueExtractor, Remote.Supplier, RemoteCollector)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Supplier,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(Filter, ValueExtractor, RemoteCollector)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(Filter, ValueExtractor, RemoteCollector)","u":"groupBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(ValueExtractor)","u":"groupBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(ValueExtractor)","u":"groupBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(ValueExtractor, Remote.Comparator)","u":"groupBy(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(ValueExtractor, Remote.Comparator)","u":"groupBy(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(ValueExtractor, Remote.Supplier, RemoteCollector)","u":"groupBy(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Supplier,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(ValueExtractor, Remote.Supplier, RemoteCollector)","u":"groupBy(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Supplier,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"groupBy(ValueExtractor, RemoteCollector)","u":"groupBy(com.tangosol.util.ValueExtractor,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"groupBy(ValueExtractor, RemoteCollector)","u":"groupBy(com.tangosol.util.ValueExtractor,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.tangosol.util","c":"Aggregators","l":"grouping(InvocableMap.EntryAggregator, Filter, String...)","u":"grouping(com.tangosol.util.InvocableMap.EntryAggregator,com.tangosol.util.Filter,java.lang.String...)"},{"p":"com.tangosol.util","c":"Aggregators","l":"grouping(InvocableMap.EntryAggregator, String...)","u":"grouping(com.tangosol.util.InvocableMap.EntryAggregator,java.lang.String...)"},{"p":"com.tangosol.util","c":"Aggregators","l":"grouping(ValueExtractor, InvocableMap.EntryAggregator, Filter)","u":"grouping(com.tangosol.util.ValueExtractor,com.tangosol.util.InvocableMap.EntryAggregator,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"Aggregators","l":"grouping(ValueExtractor, InvocableMap.EntryAggregator)","u":"grouping(com.tangosol.util.ValueExtractor,com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"groupingBy(ValueExtractor)","u":"groupingBy(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"groupingBy(ValueExtractor, Remote.Supplier, RemoteCollector)","u":"groupingBy(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Supplier,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"groupingBy(ValueExtractor, RemoteCollector)","u":"groupingBy(com.tangosol.util.ValueExtractor,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"groupMembersByRole(Set)","u":"groupMembersByRole(java.util.Set)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"GROUPS_PER_LINE"},{"p":"com.tangosol.util","c":"Dequeue","l":"grow()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"grow()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"grow()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"grow(int)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"grow(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"grow(int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"grow(int)"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"Grpc"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"GRPC"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"GrpcFixed"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcMetricsInterceptor","l":"GrpcMetricsInterceptor(GrpcProxyMetrics)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.GrpcProxyMetrics)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"GrpcProxyMetrics(String, DaemonPoolExecutor.DaemonPoolManagement)","u":"%3Cinit%3E(java.lang.String,com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"GUARD_RECOVERY"},{"p":"com.tangosol.net","c":"Guardian","l":"guard(Guardable)","u":"guard(com.tangosol.net.Guardable)"},{"p":"com.tangosol.net","c":"Guardian","l":"guard(Guardable, long, float)","u":"guard(com.tangosol.net.Guardable,long,float)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"GUARDIAN_EARLY_THRESHOLD"},{"p":"com.tangosol.net","c":"GuardSupport","l":"GUARDIAN_LATE_THRESHOLD"},{"p":"com.tangosol.net","c":"GuardSupport","l":"GUARDIAN_LOG_INTERVAL"},{"p":"com.tangosol.net","c":"GuardSupport","l":"GUARDIAN_MAX_CHECK_INTERVAL"},{"p":"com.tangosol.util","c":"Daemon","l":"guardIfNeeded()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"GuardSupport(Guardian)","u":"%3Cinit%3E(com.tangosol.net.Guardian)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"GUIDHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"GUIDResolver(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"handle(Callback[])","u":"handle(javax.security.auth.callback.Callback[])"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"handleEnsureServiceException(RuntimeException)","u":"handleEnsureServiceException(java.lang.RuntimeException)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleError(Resp, Throwable)","u":"handleError(Resp,java.lang.Throwable)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleError(Throwable, StreamObserver)","u":"handleError(java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleErrorOrComplete(Throwable, StreamObserver)","u":"handleErrorOrComplete(java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleMapOfEntries(RequestHolder>, Throwable, StreamObserver)","u":"handleMapOfEntries(com.oracle.coherence.grpc.RequestHolder,java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleSetOfEntries(RequestHolder>>, Throwable, StreamObserver)","u":"handleSetOfEntries(com.oracle.coherence.grpc.RequestHolder,java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleStream(Iterable, Throwable, StreamObserver)","u":"handleStream(java.lang.Iterable,java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleStream(RequestHolder>, Throwable, StreamObserver)","u":"handleStream(com.oracle.coherence.grpc.RequestHolder,java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleStream(Stream, Throwable, StreamObserver)","u":"handleStream(java.util.stream.Stream,java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleStreamOfEntries(RequestHolder, Stream>, StreamObserver)","u":"handleStreamOfEntries(com.oracle.coherence.grpc.RequestHolder,java.util.stream.Stream,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"handleUnary(R, Throwable, StreamObserver)","u":"handleUnary(R,java.lang.Throwable,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"hasArchivedSnapshot(String)","u":"hasArchivedSnapshot(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"hasCurrent()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"hasDomain(String)","u":"hasDomain(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"hasElement(XmlElement, String)","u":"hasElement(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"hasEvent()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"hasEvent()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.ExpirableStatus","l":"hasExpiry()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"hasExpiry()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"hasFilterAnnotation()"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(boolean, int)","u":"hash(boolean,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(boolean, int)","u":"hash(boolean,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(boolean[], int)","u":"hash(boolean[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(boolean[], int)","u":"hash(boolean[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(byte, int)","u":"hash(byte,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(byte, int)","u":"hash(byte,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(byte[], int)","u":"hash(byte[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(byte[], int)","u":"hash(byte[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(char, int)","u":"hash(char,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(char, int)","u":"hash(char,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(char[], int)","u":"hash(char[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(char[], int)","u":"hash(char[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(Collection, int)","u":"hash(java.util.Collection,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(Collection, int)","u":"hash(java.util.Collection,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(double, int)","u":"hash(double,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(double, int)","u":"hash(double,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(double[], int)","u":"hash(double[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(double[], int)","u":"hash(double[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(float, int)","u":"hash(float,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(float, int)","u":"hash(float,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(float[], int)","u":"hash(float[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(float[], int)","u":"hash(float[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(int, int)","u":"hash(int,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(int, int)","u":"hash(int,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(int[], int)","u":"hash(int[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(int[], int)","u":"hash(int[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(long, int)","u":"hash(long,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(long, int)","u":"hash(long,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(long[], int)","u":"hash(long[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(long[], int)","u":"hash(long[],int)"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"hash(Object)","u":"hash(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(Object, int)","u":"hash(java.lang.Object,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(Object, int)","u":"hash(java.lang.Object,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(Object[], int)","u":"hash(java.lang.Object[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(Object[], int)","u":"hash(java.lang.Object[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(short, int)","u":"hash(short,int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(short, int)","u":"hash(short,int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(short[], int)","u":"hash(short[],int)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(short[], int)","u":"hash(short[],int)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hash(String)","u":"hash(java.lang.String)"},{"p":"com.tangosol.util","c":"HashHelper","l":"hash(String)","u":"hash(java.lang.String)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"hashCode()"},{"p":"com.oracle.coherence.cdi","c":"AnnotationInstance","l":"hashCode()"},{"p":"com.oracle.coherence.cdi","c":"AnnotationLiteral","l":"hashCode()"},{"p":"com.oracle.coherence.common.base","c":"IdentityHolder","l":"hashCode()"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"hashCode()"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"hashCode()"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"hashCode()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcMetricsInterceptor","l":"hashCode()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.MapListenerAdapter","l":"hashCode()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryKey","l":"hashCode()"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry.SchemeMappingKey","l":"hashCode()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TopicMappingProcessor","l":"hashCode()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"hashCode()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"hashCode()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"hashCode()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryListenerRegistration","l":"hashCode()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"hashCode()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"hashCode()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"hashCode()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"PofPrincipal","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"hashCode()"},{"p":"com.tangosol.io.pof","c":"RawYearMonthInterval","l":"hashCode()"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"hashCode()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"hashCode()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.EventRouter","l":"hashCode()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"hashCode()"},{"p":"com.tangosol.net.cache","c":"TypeAssertion.WithTypesAssertion","l":"hashCode()"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"hashCode()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"hashCode()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"hashCode()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"hashCode()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"hashCode()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"hashCode()"},{"p":"com.tangosol.net.management","c":"ObjectNameExcludeFilter","l":"hashCode()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"hashCode()"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"hashCode()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"hashCode()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"hashCode()"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"hashCode()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"hashCode()"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"hashCode()"},{"p":"com.tangosol.net","c":"SocketAddressProvider","l":"hashCode()"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"hashCode()"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"hashCode()"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"hashCode()"},{"p":"com.tangosol.net","c":"ValueTypeAssertion.WithValueTypeAssertion","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"hashCode()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"hashCode()"},{"p":"com.tangosol.util","c":"AbstractByteSequence","l":"hashCode()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.Entry","l":"hashCode()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"hashCode()"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"hashCode()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"hashCode()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"hashCode()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"hashCode()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"hashCode()"},{"p":"com.tangosol.util","c":"Binary","l":"hashCode()"},{"p":"com.tangosol.util","c":"CacheCollator","l":"hashCode()"},{"p":"com.tangosol.util","c":"ClassFilter","l":"hashCode()"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"hashCode()"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"hashCode()"},{"p":"com.tangosol.util","c":"CompositeKey","l":"hashCode()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"hashCode()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"hashCode()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterHolder","l":"hashCode()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"hashCode()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"hashCode()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSet","l":"hashCode()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"hashCode()"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"hashCode()"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"hashCode()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"hashCode()"},{"p":"com.tangosol.util","c":"Fragment","l":"hashCode()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent.Discriminator","l":"hashCode()"},{"p":"com.tangosol.util","c":"ImmutableArrayList.ListView","l":"hashCode()"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SetView","l":"hashCode()"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SortedSetView","l":"hashCode()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.ListView","l":"hashCode()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.SetView","l":"hashCode()"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"hashCode()"},{"p":"com.tangosol.util","c":"InflatableList","l":"hashCode()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.IndexAdapter","l":"hashCode()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"hashCode()"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"hashCode()"},{"p":"com.tangosol.util","c":"NullFilter","l":"hashCode()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"hashCode()"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"hashCode()"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"hashCode()"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"hashCode()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"hashCode()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"hashCode()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"hashCode()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"hashCode()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"hashCode()"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"hashCode()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"hashCode()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"hashCode()"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"hashCode()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"hashCode()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"hashCode()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"hashCode()"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryKey","l":"hashCode()"},{"p":"com.tangosol.util","c":"SubList","l":"hashCode()"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"hashCode()"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"hashCode()"},{"p":"com.tangosol.util","c":"UID","l":"hashCode()"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"hashCode()"},{"p":"com.tangosol.util","c":"UUID","l":"hashCode()"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"hashCode()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"hashCode()"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"hashCode(Object)","u":"hashCode(java.lang.Object)"},{"p":"com.tangosol.util","c":"Base","l":"hashCode(Object)","u":"hashCode(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Hasher","l":"hashCode(V)"},{"p":"com.oracle.coherence.common.base","c":"IdentityHasher","l":"hashCode(V)"},{"p":"com.oracle.coherence.common.base","c":"NaturalHasher","l":"hashCode(V)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.HashcodeComparator","l":"HashcodeComparator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"hashElement(XmlElement)","u":"hashElement(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.common.base","c":"HashHelper","l":"HashHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"HashHelper","l":"HashHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"hashValue(XmlValue)","u":"hashValue(com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"hasListeners()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"hasListeners()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"hasListeners()"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"hasListeners()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"hasListeners()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"hasLocalSnapshot(PersistenceEnvironment, String)","u":"hasLocalSnapshot(com.oracle.coherence.persistence.PersistenceEnvironment,java.lang.String)"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"hasMoreElements()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"hasMoreElements()"},{"p":"com.tangosol.util","c":"Dequeue","l":"hasMoreElements()"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"hasMoreElements()"},{"p":"com.tangosol.util","c":"IteratorEnumerator","l":"hasMoreElements()"},{"p":"com.tangosol.util","c":"NullImplementation.NullEnumerator","l":"hasMoreElements()"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"hasMoreElements()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term.TermIterator","l":"hasNext()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEventFilteringIterator","l":"hasNext()"},{"p":"com.tangosol.coherence.jcache.common","c":"MapEntryIteratorToCacheEntryIteratorAdapter","l":"hasNext()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache.EntryIterator","l":"hasNext()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache.EntryIterator","l":"hasNext()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"hasNext()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"hasNext()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.EntrySet.EntrySetIterator","l":"hasNext()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"hasNext()"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"hasNext()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.EntrySetIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection.ValuesIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"hasNext()"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"hasNext()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"hasNext()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"DeltaSet.DeltaIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"Dequeue","l":"hasNext()"},{"p":"com.tangosol.util","c":"EnumerationIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"hasNext()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"IteratorEnumerator","l":"hasNext()"},{"p":"com.tangosol.util","c":"LongArray.Iterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"NullImplementation.NullEnumerator","l":"hasNext()"},{"p":"com.tangosol.util","c":"PagedIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"hasNext()"},{"p":"com.tangosol.util","c":"SimpleLongArray.Iterator","l":"hasNext()"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"hasNext()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"hasNext()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"hasPendingEvents()"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"hasPrefix()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"hasPrevious()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"hasPrevious()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"hasPrevious()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"hasPrevious()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"hasQueuedThread(Thread)","u":"hasQueuedThread(java.lang.Thread)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"hasQueuedThread(Thread)","u":"hasQueuedThread(java.lang.Thread)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"hasQueuedThreads()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"hasQueuedThreads()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"hasRemaining(int)"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"hasSession()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"hasSession()"},{"p":"com.tangosol.net","c":"Coherence","l":"hasSession(String)","u":"hasSession(java.lang.String)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"hasSubscription(long)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"hasTimezone()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"hasTransformerAnnotation()"},{"p":"com.tangosol.net.partition","c":"VersionAwareMapListener","l":"HEAD"},{"p":"com.tangosol.util","c":"SortedBag","l":"headBag(E)"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"headBag(E)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"headChildrenTermEqual(Term)","u":"headChildrenTermEqual(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"HEADER_SIZE"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"headMap(K)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedMap","l":"headMap(Object)","u":"headMap(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"headMap(Object)","u":"headMap(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"headMap(Object)","u":"headMap(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"headMap(Object, boolean)","u":"headMap(java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"headMap(Object, boolean)","u":"headMap(java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"headMap(TK)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"headSet(E)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"headSet(Object)","u":"headSet(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedSet","l":"headSet(Object)","u":"headSet(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"headSet(Object)","u":"headSet(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"headSet(Object, boolean)","u":"headSet(java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"headSet(T)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatementBuilder","l":"headsMatch(NodeTerm, NodeTerm)","u":"headsMatch(com.tangosol.coherence.dsltools.termtrees.NodeTerm,com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.net.management","c":"Registry","l":"HEALTH_TYPE"},{"p":"com.tangosol.util","c":"HealthCheckClient","l":"HealthCheckClient()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HealthProcessor","l":"HealthProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"heartbeat()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"heartbeat()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"heartbeat()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"heartbeat()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"heartbeat()"},{"p":"com.tangosol.util","c":"Daemon","l":"heartbeat()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"heartbeat(long)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"heartbeat(long)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"heartbeat(long)"},{"p":"com.tangosol.util","c":"Daemon","l":"heartbeat(long)"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"HELP_COMMAND_LINE_ARG"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder.HelpCommandOPToken","l":"HelpCommandOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"Helper","l":"Helper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder.HelpQueryPlusStatement","l":"HelpQueryPlusStatement()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder","l":"HelpStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"HEX"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"hexValue(char)"},{"p":"com.tangosol.util","c":"Base","l":"hexValue(char)"},{"p":"com.tangosol.net.events.annotation","c":"Interceptor.Order","l":"HIGH"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"higher(Object)","u":"higher(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"higherEntry(Object)","u":"higherEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"higherKey(Object)","u":"higherKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.HistoricCacheEvent","l":"HistoricCacheEvent(ObservableMap, int, Object, Object, Object, boolean, Object)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,java.lang.Object,java.lang.Object,java.lang.Object,boolean,java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"honorOrder()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder","l":"HostnameVerifierBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"HTTP_COMMAND_LINE_ARG"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"HTTP_PORT_PROPERTY"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HttpAcceptorDependenciesProcessor","l":"HttpAcceptorDependenciesProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"id(int)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"id(int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"IDENTIFIER_NODE"},{"p":"com.tangosol.net.events.annotation","c":"Interceptor","l":"identifier()"},{"p":"com.tangosol.coherence.dsltools.base","c":"IdentifierBaseToken","l":"IdentifierBaseToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"IdentifierOPToken","l":"IdentifierOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"IdentifierOPToken","l":"IdentifierOPToken(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"Extractors","l":"identity()"},{"p":"com.tangosol.util.function","c":"Remote.DoubleUnaryOperator","l":"identity()"},{"p":"com.tangosol.util.function","c":"Remote.Function","l":"identity()"},{"p":"com.tangosol.util.function","c":"Remote.IntUnaryOperator","l":"identity()"},{"p":"com.tangosol.util.function","c":"Remote.LongUnaryOperator","l":"identity()"},{"p":"com.tangosol.util.function","c":"Remote.UnaryOperator","l":"identity()"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"identity()"},{"p":"com.tangosol.util","c":"Extractors","l":"identityCast()"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"identityCast()"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"IdentityExtractor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"IdentityHasher","l":"IdentityHasher()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"IdentityHolder","l":"IdentityHolder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.IdentityHolder","l":"IdentityHolder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"IdentityHolder","l":"IdentityHolder(V)","u":"%3Cinit%3E(V)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor.EmptyElementBehavior","l":"IGNORE"},{"p":"com.tangosol.util","c":"RegistrationBehavior","l":"IGNORE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ILikeOperator","l":"ILikeOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"ImmutableArrayList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"ImmutableArrayList(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"ImmutableArrayList(Object[])","u":"%3Cinit%3E(java.lang.Object[])"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"ImmutableArrayList(Object[], int, int)","u":"%3Cinit%3E(java.lang.Object[],int,int)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"ImmutableMultiList(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"ImmutableMultiList(Object[][])","u":"%3Cinit%3E(java.lang.Object[][])"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket.Impl","l":"Impl()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"Impl()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket.Impl","l":"Impl(SocketProvider)","u":"%3Cinit%3E(com.oracle.coherence.common.net.SocketProvider)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"Impl(SocketProvider)","u":"%3Cinit%3E(com.oracle.coherence.common.net.SocketProvider)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"implies(Permission)","u":"implies(java.security.Permission)"},{"p":"com.tangosol.util","c":"Filters","l":"in(ValueExtractor, E...)","u":"in(com.tangosol.util.ValueExtractor,E...)"},{"p":"com.tangosol.util","c":"Filters","l":"in(ValueExtractor, Set)","u":"in(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"incBytesWritten(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"includeMessage(Throwable)","u":"includeMessage(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"Processors","l":"increment(PropertyManipulator, N, boolean)","u":"increment(com.tangosol.util.processor.PropertyManipulator,N,boolean)"},{"p":"com.tangosol.util","c":"Processors","l":"increment(String, N, boolean)","u":"increment(java.lang.String,N,boolean)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"incrementAndGet()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"incrementAndGet()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"incrementDirtyBytesCount(int)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"incrementDirtyValuesCount()"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap","l":"incrementVersion()"},{"p":"com.tangosol.util","c":"Versionable","l":"incrementVersion()"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"incrementVersion(Object, Object)","u":"incrementVersion(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"IndentingWriter(Writer, int)","u":"%3Cinit%3E(java.io.Writer,int)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"IndentingWriter(Writer, String)","u":"%3Cinit%3E(java.io.Writer,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"indentString(String, String)","u":"indentString(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"indentString(String, String)","u":"indentString(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"indentString(String, String, boolean)","u":"indentString(java.lang.String,java.lang.String,boolean)"},{"p":"com.tangosol.util","c":"Base","l":"indentString(String, String, boolean)","u":"indentString(java.lang.String,java.lang.String,boolean)"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor","l":"index()"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Literal","l":"index()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.IndexAdapter","l":"IndexAdapter(MapIndex)","u":"%3Cinit%3E(com.tangosol.util.MapIndex)"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"IndexCalculator(BackingMapContext, SimpleMapIndex)","u":"%3Cinit%3E(com.tangosol.net.BackingMapContext,com.tangosol.util.SimpleMapIndex)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"IndexLookupRecord()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"IndexLookupRecord(QueryRecord.PartialResult.IndexLookupRecord)","u":"%3Cinit%3E(com.tangosol.util.QueryRecord.PartialResult.IndexLookupRecord)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"IndexLookupRecord(String, String, boolean, long, int, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean,long,int,java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"IndexLookupRecord(ValueExtractor, MapIndex)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.MapIndex)"},{"p":"com.tangosol.util","c":"Binary","l":"indexOf(Binary)","u":"indexOf(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"Binary","l":"indexOf(Binary, int)","u":"indexOf(com.tangosol.util.Binary,int)"},{"p":"com.tangosol.util","c":"Binary","l":"indexOf(byte)"},{"p":"com.tangosol.util","c":"Binary","l":"indexOf(byte, int)","u":"indexOf(byte,int)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"SubList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"indexOf(Object)","u":"indexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"indexOf(Object, long)","u":"indexOf(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"indexOf(T)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"indexOf(T, long)","u":"indexOf(T,long)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"indexOf(V)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"indexOf(V)"},{"p":"com.tangosol.util","c":"LongArray","l":"indexOf(V)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"indexOf(V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"indexOf(V)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"indexOf(V, long)","u":"indexOf(V,long)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"indexOf(V, long)","u":"indexOf(V,long)"},{"p":"com.tangosol.util","c":"LongArray","l":"indexOf(V, long)","u":"indexOf(V,long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"indexOf(V, long)","u":"indexOf(V,long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"indexOf(V, long)","u":"indexOf(V,long)"},{"p":"com.tangosol.io","c":"FileHelper","l":"indexOfExtension(String)","u":"indexOfExtension(java.lang.String)"},{"p":"com.tangosol.io","c":"FileHelper","l":"indexOfLastSeparator(String)","u":"indexOfLastSeparator(java.lang.String)"},{"p":"com.tangosol.util","c":"BitHelper","l":"indexOfLSB(byte)"},{"p":"com.tangosol.util","c":"BitHelper","l":"indexOfLSB(int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"indexOfLSB(long)"},{"p":"com.tangosol.util","c":"BitHelper","l":"indexOfMSB(byte)"},{"p":"com.tangosol.util","c":"BitHelper","l":"indexOfMSB(int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"indexOfMSB(long)"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"InetAddressHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"InetAddressRangeFilterBuilder","l":"InetAddressRangeFilterBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"InetAddressSerializer","l":"InetAddressSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"InetSocketAddressSerializer","l":"InetSocketAddressSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"InFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"InFilter(String, Set)","u":"%3Cinit%3E(java.lang.String,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"InFilter(ValueExtractor, Set)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.Set)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"InfixOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"InfixOPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"InfixOPToken(String, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixRightOPToken","l":"InfixRightOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixRightOPToken","l":"InfixRightOPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"InflatableCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"InflatableList","l":"InflatableList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"InflatableSet","l":"InflatableSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"CompressionFilter.InflaterInputShell","l":"InflaterInputShell(InputStream, Inflater)","u":"%3Cinit%3E(java.io.InputStream,java.util.zip.Inflater)"},{"p":"com.tangosol.net","c":"CompressionFilter.InflaterInputShell","l":"InflaterInputShell(InputStream, Inflater, int)","u":"%3Cinit%3E(java.io.InputStream,java.util.zip.Inflater,int)"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"INFLATION_OVERHEAD"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"INFO"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"info(String)","u":"info(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"info(String, Throwable)","u":"info(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"info(Supplier)","u":"info(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"info(Supplier, Throwable)","u":"info(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"info(Throwable)","u":"info(java.lang.Throwable)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"inGroup(String)","u":"inGroup(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"inGroup(String)","u":"inGroup(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"init()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"init()"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"init()"},{"p":"com.tangosol.net","c":"AbstractBackingMapManager","l":"init(BackingMapManagerContext)","u":"init(com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"init(BackingMapManagerContext)","u":"init(com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"init(BackingMapManagerContext)","u":"init(com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"init(BackingMapManagerContext)","u":"init(com.tangosol.net.BackingMapManagerContext)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractDoubleAggregator","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractLongAggregator","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMax","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMin","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleSum","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"LongMax","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"LongMin","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"LongSum","l":"init(boolean)"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"init(boolean)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"init(Class, String, String[])","u":"init(java.lang.Class,java.lang.String,java.lang.String[])"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"init(DistributionManager)","u":"init(com.tangosol.net.partition.DistributionManager)"},{"p":"com.tangosol.net.partition","c":"PartitionAssignmentStrategy","l":"init(DistributionManager)","u":"init(com.tangosol.net.partition.DistributionManager)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"init(DistributionManager)","u":"init(com.tangosol.net.partition.DistributionManager)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPartitionAssignmentStrategy","l":"init(DistributionManager)","u":"init(com.tangosol.net.partition.DistributionManager)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"init(int)"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"init(InvocationService)","u":"init(com.tangosol.net.InvocationService)"},{"p":"com.tangosol.net","c":"Invocable","l":"init(InvocationService)","u":"init(com.tangosol.net.InvocationService)"},{"p":"com.tangosol.net.partition","c":"BroadKeyPartitioningStrategy","l":"init(PartitionedService)","u":"init(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net.partition","c":"DefaultKeyAssociator","l":"init(PartitionedService)","u":"init(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"init(PartitionedService)","u":"init(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net.partition","c":"KeyAssociator","l":"init(PartitionedService)","u":"init(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net.partition","c":"KeyPartitioningStrategy","l":"init(PartitionedService)","u":"init(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net","c":"AbstractServiceLoadBalancer","l":"init(S)"},{"p":"com.tangosol.net","c":"ServiceLoadBalancer","l":"init(S)"},{"p":"com.tangosol.net","c":"ActionPolicy","l":"init(Service)","u":"init(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"CompositeActionPolicy","l":"init(Service)","u":"init(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"init(Service)","u":"init(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"init(Service)","u":"init(com.tangosol.net.Service)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"init(Service)","u":"init(com.tangosol.net.Service)"},{"p":"com.tangosol.util","c":"NullImplementation.NullActionPolicy","l":"init(Service)","u":"init(com.tangosol.net.Service)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"init(String, DatabaseFactory)","u":"init(java.lang.String,com.tangosol.io.bdb.DatabaseFactory)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"init(String, String, String, int)","u":"init(java.lang.String,java.lang.String,java.lang.String,int)"},{"p":"com.tangosol.net","c":"ThreadPoolSizingStrategy","l":"init(ThreadPoolManager)","u":"init(com.tangosol.net.ThreadPoolManager)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.SimpleXmlBeanClassCache","l":"init(XmlElement)","u":"init(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.XmlBeanClassCache","l":"init(XmlElement)","u":"init(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"initBeanInfo()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"initBlock(int)"},{"p":"com.tangosol.util","c":"LiteSet","l":"initFromArray(Object[], int)","u":"initFromArray(java.lang.Object[],int)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"initialize()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"initialize()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"initialize(boolean)"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"initialize(Object)","u":"initialize(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PortableObjectSerializer","l":"initialize(PortableObject, PofReader)","u":"initialize(com.tangosol.io.pof.PortableObject,com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"initializeActions()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"initializeActions()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"initializeBuckets()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"initializeBundler(AbstractBundler, XmlElement)","u":"initializeBundler(com.tangosol.net.cache.AbstractBundler,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager","l":"initializeBundler(ParameterResolver, AbstractBundler, BundleManager.BundleConfig)","u":"initializeBundler(com.tangosol.config.expression.ParameterResolver,com.tangosol.net.cache.AbstractBundler,com.tangosol.coherence.config.scheme.BundleManager.BundleConfig)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"initializeConfiguredProperties()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"initializeFreeLists()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"initializeFunctionMap()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"initializeLanguage()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"initializeOperatorMap()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"initialStartServices(long)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitiatorDependenciesProcessor","l":"InitiatorDependenciesProcessor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"initListenerChannel(String, String, String)","u":"initListenerChannel(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor","l":"InitParamProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamsProcessor","l":"InitParamsProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"initRecycling(int)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"inject(B, XmlElement)","u":"inject(B,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"inject(B, XmlElement)","u":"inject(B,com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.cdi","c":"CdiInjector","l":"inject(Object)","u":"inject(java.lang.Object)"},{"p":"com.tangosol.coherence.rest.server","c":"InjectionBinder","l":"inject(T, ServiceLocator)","u":"inject(T,org.glassfish.hk2.api.ServiceLocator)"},{"p":"com.tangosol.coherence.rest.server","c":"InjectionBinder","l":"InjectionBinder(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"injectScopeNameIntoService(Service)","u":"injectScopeNameIntoService(com.tangosol.net.Service)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"InKeySetFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"InKeySetFilter(Filter, Set)","u":"%3Cinit%3E(com.tangosol.util.Filter,java.util.Set)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"InOperator","l":"InOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"InputStreamPasswordProvider","l":"InputStreamPasswordProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"InputStreamPasswordProvider","l":"InputStreamPasswordProvider(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"insert(Map.Entry)","u":"insert(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"insert(Map.Entry)","u":"insert(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"MapIndex","l":"insert(Map.Entry)","u":"insert(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.InsertAction","l":"InsertAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent.Type","l":"INSERTED"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"INSERTED"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent.Type","l":"INSERTING"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"INSERTING"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"insertInternal(Map.Entry)","u":"insertInternal(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"insertInternal(Map.Entry)","u":"insertInternal(java.util.Map.Entry)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"InsertStatement(String, Object, Object)","u":"%3Cinit%3E(java.lang.String,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"InsertStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"AlwaysFilter.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi","c":"CacheAdd.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi","c":"CacheGet.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi","c":"CachePut.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi","c":"CacheRemove.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Activated.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Activating.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Arrived.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Assigned.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Committed.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Committing.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"CommittingLocal.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"CommittingRemote.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Connecting.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Created.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Deleted.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Departed.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Departing.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Destroyed.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Disconnected.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Disposing.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Error.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Executed.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Executing.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Inserted.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Inserting.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Lite.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Lost.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Recovered.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Removed.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Removing.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Replicating.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Rollback.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Started.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Starting.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Stopped.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Stopping.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Synced.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Synchronous.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Syncing.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Truncated.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Updated.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi.events","c":"Updating.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi","c":"Remote.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.cdi","c":"View.Literal","l":"INSTANCE"},{"p":"com.oracle.coherence.common.base","c":"IdentityHasher","l":"INSTANCE"},{"p":"com.oracle.coherence.common.base","c":"InverseComparator","l":"INSTANCE"},{"p":"com.oracle.coherence.common.base","c":"NaturalComparator","l":"INSTANCE"},{"p":"com.oracle.coherence.common.base","c":"NaturalHasher","l":"INSTANCE"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"INSTANCE"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpressionParser","l":"INSTANCE"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"ExtendPreprocessor","l":"INSTANCE"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SchemeRefPreprocessor","l":"INSTANCE"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SystemPropertyPreprocessor","l":"INSTANCE"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"ViewSchemePreprocessor","l":"INSTANCE"},{"p":"com.tangosol.coherence.config.xml.processor","c":"NoOpElementProcessor","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AdditionOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AndOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BetweenOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAllOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAnyOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"DivisionOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"EqualsOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterEqualsOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ILikeOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"InOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessEqualsOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LikeOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"MultiplicationOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"NotEqualsOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"OrOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"SubtractionOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.operator","c":"XorOperator","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder","l":"INSTANCE"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"EndOfStatementOPToken","l":"INSTANCE"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"EndOPToken","l":"INSTANCE"},{"p":"com.tangosol.config.expression","c":"SystemPropertyParameterResolver","l":"INSTANCE"},{"p":"com.tangosol.net.cache","c":"BinaryMemoryCalculator","l":"INSTANCE"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalUnitCalculator","l":"INSTANCE"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.FrontFilterConverter","l":"INSTANCE"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.HashcodeComparator","l":"INSTANCE"},{"p":"com.tangosol.net","c":"InetAddressHelper.RoutableFilter","l":"INSTANCE"},{"p":"com.tangosol.net","c":"ScopeResolver","l":"INSTANCE"},{"p":"com.tangosol.net.security","c":"DefaultIdentityAsserter","l":"INSTANCE"},{"p":"com.tangosol.net.security","c":"DefaultIdentityTransformer","l":"INSTANCE"},{"p":"com.tangosol.net.ssl","c":"EmptyKeyStoreLoader","l":"INSTANCE"},{"p":"com.tangosol.net","c":"SystemDatagramSocketProvider","l":"INSTANCE"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"INSTANCE"},{"p":"com.tangosol.net.topic","c":"BinaryElementCalculator","l":"INSTANCE"},{"p":"com.tangosol.net.topic","c":"FixedElementCalculator","l":"INSTANCE"},{"p":"com.tangosol.net.topic","c":"Publisher.FailOnFull","l":"INSTANCE"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"INSTANCE"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"INSTANCE"},{"p":"com.tangosol.net.topic","c":"Subscriber.CompleteOnEmpty","l":"INSTANCE"},{"p":"com.tangosol.persistence","c":"ArchiverHelper.DirectoryFileFilter","l":"INSTANCE"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"INSTANCE"},{"p":"com.tangosol.util","c":"DaemonThreadFactory","l":"INSTANCE"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"INSTANCE"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"INSTANCE"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"INSTANCE"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullActionPolicy","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullAddressProvider","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullCollector","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullContinuation","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullConverter","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullDeltaCompressor","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullEntryProcessor","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullEnumerator","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullMemberIdentityProvider","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullPartitionAssignmentStrategy","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"INSTANCE"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"INSTANCE"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"INSTANCE"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"INSTANCE"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"INSTANCE_BINARY"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"INSTANCE_FIXED"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"INSTANCE_HYBRID"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"INSTANCE_LFU"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"INSTANCE_LRU"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"INSTANCE()"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"INSTANCE()"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"INSTANCE()"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"INSTANCE()"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"INSTANCE()"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"INSTANCE()"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"InstanceBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"InstanceBuilder(Class, Object...)","u":"%3Cinit%3E(java.lang.Class,java.lang.Object...)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"InstanceBuilder(Expression, Object...)","u":"%3Cinit%3E(com.tangosol.config.expression.Expression,java.lang.Object...)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"InstanceBuilder(String, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InstanceProcessor","l":"InstanceProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CustomizableBuilderProcessor","l":"instantiate()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceBuilderProcessor","l":"instantiate()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"instantiateAddListener()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"instantiateAnalysisContext()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateAny(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateAny(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"AsyncBinaryStoreManager","l":"instantiateAsyncBinaryStore(BinaryStore)","u":"instantiateAsyncBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateAsyncBinaryStore(BinaryStore, int)","u":"instantiateAsyncBinaryStore(com.tangosol.io.BinaryStore,int)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateAsyncBinaryStoreManager(BinaryStoreManager, int)","u":"instantiateAsyncBinaryStoreManager(com.tangosol.io.BinaryStoreManager,int)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"instantiateAttribute()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"instantiateAttributeMap()"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"instantiateBackingMap(String)","u":"instantiateBackingMap(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"instantiateBackingMap(String)","u":"instantiateBackingMap(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"instantiateBackingMap(String)","u":"instantiateBackingMap(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"instantiateBackingMap(String)","u":"instantiateBackingMap(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager","l":"instantiateBackingMap(String)","u":"instantiateBackingMap(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateBackingMapManager(int, XmlElement)","u":"instantiateBackingMapManager(int,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"instantiateBackMapListener()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"instantiateBackMapListener(int)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"instantiateBackupMap(String)","u":"instantiateBackupMap(java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateBackupStrength(Set)","u":"instantiateBackupStrength(java.util.Set)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"instantiateBean(String)","u":"instantiateBean(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateBinaryStoreManager(XmlElement, ClassLoader, boolean)","u":"instantiateBinaryStoreManager(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"instantiateBlock()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"instantiateBufferInput()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"instantiateBufferInput()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"instantiateBufferInput()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"instantiateBufferInput()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"instantiateBufferInput(boolean)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler","l":"instantiateBundle()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"instantiateBundle()"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler","l":"instantiateBundle()"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler","l":"instantiateBundle()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateBundlingNamedCache(NamedCache, XmlElement)","u":"instantiateBundlingNamedCache(com.tangosol.net.NamedCache,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateCacheLoaderCacheStore(CacheLoader)","u":"instantiateCacheLoaderCacheStore(com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.coherence.rest","c":"DefaultRootResource","l":"instantiateCacheResource(NamedCache, Class, Class, KeyConverter, QueryConfig, int)","u":"instantiateCacheResource(com.tangosol.net.NamedCache,java.lang.Class,java.lang.Class,com.tangosol.coherence.rest.KeyConverter,com.tangosol.coherence.rest.config.QueryConfig,int)"},{"p":"com.tangosol.coherence.rest","c":"DefaultRootResource","l":"instantiateCacheResourceInternal(ResourceConfig)","u":"instantiateCacheResourceInternal(com.tangosol.coherence.rest.config.ResourceConfig)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateCacheStore(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateCacheStore(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateCacheStoreWrapper(BinaryEntryStore)","u":"instantiateCacheStoreWrapper(com.tangosol.net.cache.BinaryEntryStore)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateCacheStoreWrapper(CacheStore)","u":"instantiateCacheStoreWrapper(com.tangosol.net.cache.CacheStore)"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"instantiateCacheStoreWrapper(CacheStore)","u":"instantiateCacheStoreWrapper(com.tangosol.net.cache.CacheStore)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateCacheStoreWrapper(NonBlockingEntryStore)","u":"instantiateCacheStoreWrapper(com.tangosol.net.cache.NonBlockingEntryStore)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"instantiateCalculator()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy","l":"instantiateClusterPolicy(Map)","u":"instantiateClusterPolicy(java.util.Map)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"instantiateCollection()"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"instantiateCollection()"},{"p":"com.tangosol.util","c":"InflatableList","l":"instantiateCollection()"},{"p":"com.tangosol.util","c":"InflatableSet","l":"instantiateCollection()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"instantiateCollection(Collection, Converter, Converter)","u":"instantiateCollection(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"instantiateCollection(Collection, Converter, Converter)","u":"instantiateCollection(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"instantiateConditionalRemoveAction()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateContainsValueAction()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.SizeAction","l":"instantiateContext(boolean)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"instantiateContext(Guardable, long, float)","u":"instantiateContext(com.tangosol.net.Guardable,long,float)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ContainsValueAction","l":"instantiateContext(Object)","u":"instantiateContext(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateControlMap()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"instantiateConverterMap(Map)","u":"instantiateConverterMap(java.util.Map)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"instantiateCrawler(AbstractSparseArray.Node, int, boolean)","u":"instantiateCrawler(com.tangosol.util.AbstractSparseArray.Node,int,boolean)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"instantiateCrawler(AbstractSparseArray.Node, int, boolean)","u":"instantiateCrawler(com.tangosol.util.AbstractSparseArray.Node,int,boolean)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateDefaultComparator()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateDiskBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateDiskBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"instantiateDocument()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"instantiateElement(String, Object)","u":"instantiateElement(java.lang.String,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"instantiateElementList()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"instantiateEntry()"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"instantiateEntry()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"instantiateEntry()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"instantiateEntry(Binary, Binary)","u":"instantiateEntry(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"instantiateEntry(K, V)","u":"instantiateEntry(K,V)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"instantiateEntry(K, V, int)","u":"instantiateEntry(K,V,int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"instantiateEntry(Object)","u":"instantiateEntry(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet","l":"instantiateEntry(Object, Object)","u":"instantiateEntry(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet","l":"instantiateEntry(Object, Object)","u":"instantiateEntry(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"instantiateEntry(Object, Object)","u":"instantiateEntry(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet","l":"instantiateEntry(Object, Object)","u":"instantiateEntry(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"instantiateEntry(Object, Object, int)","u":"instantiateEntry(java.lang.Object,java.lang.Object,int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateEntry(Object, Object, int)","u":"instantiateEntry(java.lang.Object,java.lang.Object,int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateEntry(Object, Object, Object)","u":"instantiateEntry(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateEntry(Object, Object, Object, long)","u":"instantiateEntry(java.lang.Object,java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"instantiateEntryAttributes(SerializationCache.EntryAttributes, long, long, int)","u":"instantiateEntryAttributes(com.tangosol.net.cache.SerializationCache.EntryAttributes,long,long,int)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"instantiateEntryResource(NamedCache, Object, Class)","u":"instantiateEntryResource(com.tangosol.net.NamedCache,java.lang.Object,java.lang.Class)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"instantiateEntrySet()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"instantiateEntrySet()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"instantiateEntrySet()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.util","c":"ChainedMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateEntrySet()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"instantiateEntrySet(Collection>, Converter, Converter, Converter, Converter)","u":"instantiateEntrySet(java.util.Collection,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"instantiateEntrySet(Set>, Converter, Converter, Converter, Converter)","u":"instantiateEntrySet(java.util.Set,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"instantiateEntrySetResource(NamedCache, Set, Class)","u":"instantiateEntrySetResource(com.tangosol.net.NamedCache,java.util.Set,java.lang.Class)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"instantiateEnvironment(BerkeleyDBBinaryStoreManager)","u":"instantiateEnvironment(com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"instantiateEraseBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"instantiateEraseBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"instantiateEraseBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"instantiateEraseBundler()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"instantiateEventQueue()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"instantiateEventRouter(MapListener, boolean)","u":"instantiateEventRouter(com.tangosol.util.MapListener,boolean)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"instantiateEventsVisitor(long, Filter, long, Map, Converter, Converter, Converter, Converter)","u":"instantiateEventsVisitor(long,com.tangosol.util.Filter,long,java.util.Map,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"instantiateEventsVisitor(long, Set, long, Map, Converter, Converter, Converter, Converter)","u":"instantiateEventsVisitor(long,java.util.Set,long,java.util.Map,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"instantiateExclusiveClosable()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"instantiateExplainStep(Filter)","u":"instantiateExplainStep(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateExternalBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateExternalBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"instantiateFactory(ClassLoader, XmlElement, XmlElement, String, String, ParameterResolver)","u":"instantiateFactory(java.lang.ClassLoader,com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"instantiateFakeBinaryStore()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateFlashJournalBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateFlashJournalBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"instantiateForwardIndex()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"instantiateForwardIndex()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"instantiateForwardIndex()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"instantiateFrontMapListener()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"instantiateFrontMapListener()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"instantiateFrontMapListener()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateGetEntryAction()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateInsertAction()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"instantiateInternalCache()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"instantiateInternalKeySet()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"instantiateInternalListener()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateInternalListener()"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"instantiateInternalListener()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"instantiateInternalListener()"},{"p":"com.tangosol.util","c":"SortedBag","l":"instantiateInternalMap(Comparator)","u":"instantiateInternalMap(java.util.Comparator)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"instantiateInverseIndex(boolean, Comparator)","u":"instantiateInverseIndex(boolean,java.util.Comparator)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.EntrySet","l":"instantiateIterator()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"instantiateIterator()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"instantiateIterator()"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet","l":"instantiateIterator()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"instantiateIterator()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"instantiateIterator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"instantiateIterator(Iterator, Converter)","u":"instantiateIterator(java.util.Iterator,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"instantiateIterator(LongArray.Iterator)","u":"instantiateIterator(com.tangosol.util.LongArray.Iterator)"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"instantiateKeyIterator()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"instantiateKeyMap()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"instantiateKeySet()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"instantiateKeySet()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateKeySet()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"instantiateKeySet()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"instantiateKeySet()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"instantiateKeySet()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"instantiateKeySet()"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"instantiateKeySet()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"instantiateKeySet()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateKeySet()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"instantiateKeyToBinaryConverter(ClassLoader, boolean)","u":"instantiateKeyToBinaryConverter(java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"instantiateList(List, Converter, Converter)","u":"instantiateList(java.util.List,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"instantiateListIterator(ListIterator, Converter, Converter)","u":"instantiateListIterator(java.util.ListIterator,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"instantiateLoadBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"instantiateLoadBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"instantiateLoadBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"instantiateLoadBundler()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"instantiateLoadCalculator(boolean)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateLoadComparator(boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateLocalCache(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateLocalCache(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateLocalCache(int, int)","u":"instantiateLocalCache(int,int)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"instantiateLock(Object)","u":"instantiateLock(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"instantiateLockAction()"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap","l":"instantiateMap()"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"instantiateMap()"},{"p":"com.tangosol.util","c":"MapSet","l":"instantiateMap()"},{"p":"com.tangosol.util","c":"SafeHashSet","l":"instantiateMap()"},{"p":"com.tangosol.util","c":"SegmentedHashSet","l":"instantiateMap()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"instantiateMap(Class)","u":"instantiateMap(java.lang.Class)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"instantiateMap(Map, Converter, Converter, Converter, Converter)","u":"instantiateMap(java.util.Map,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"instantiateMapEvent(int, Object, Object, Object)","u":"instantiateMapEvent(int,java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"instantiateMapListener(AbstractRepositoryBase.Listener)","u":"instantiateMapListener(com.oracle.coherence.repository.AbstractRepositoryBase.Listener)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateMapListener(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateMapListener(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"instantiateMemberListener()"},{"p":"com.tangosol.util","c":"SubSet","l":"instantiateModificationSet(int)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"instantiateNamedQueryResource(NamedCache, NamedQuery, int)","u":"instantiateNamedQueryResource(com.tangosol.net.NamedCache,com.tangosol.coherence.rest.config.NamedQuery,int)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateNearCache(Map, NamedCache, int)","u":"instantiateNearCache(java.util.Map,com.tangosol.net.NamedCache,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofSparseArray","l":"instantiateNilValue(int, int)","u":"instantiateNilValue(int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofUniformSparseArray","l":"instantiateNilValue(int, int)","u":"instantiateNilValue(int,int)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"instantiateNode(long, long)","u":"instantiateNode(long,long)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"instantiateNode(long, Long)","u":"instantiateNode(long,java.lang.Long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"instantiateNode(long, V)","u":"instantiateNode(long,V)"},{"p":"com.tangosol.util","c":"SparseArray","l":"instantiateNode(long, V)","u":"instantiateNode(long,V)"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"instantiateNode(Object)","u":"instantiateNode(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"instantiateNode(Object)","u":"instantiateNode(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateNotOwnedFilter(Ownership)","u":"instantiateNotOwnedFilter(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder","l":"instantiateOpToken()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateOverflowBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader, Map)","u":"instantiateOverflowBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader,java.util.Map)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateOverflowMap(ObservableMap, Map, boolean)","u":"instantiateOverflowMap(com.tangosol.util.ObservableMap,java.util.Map,boolean)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateOverloadedFilter(boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiatePagedExternalBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiatePagedExternalBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"instantiatePagedStore(int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"instantiateParser(Reader)","u":"instantiateParser(java.io.Reader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"instantiatePartitionedBackingMap(MapBuilder, ParameterResolver, MapBuilder.Dependencies, CachingScheme)","u":"instantiatePartitionedBackingMap(com.tangosol.coherence.config.builder.MapBuilder,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies,com.tangosol.coherence.config.scheme.CachingScheme)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy","l":"instantiatePartitionedCachePolicy(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[], AddressProvider)","u":"instantiatePartitionedCachePolicy(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[],com.tangosol.net.AddressProvider)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"instantiatePeriodicTask(Runnable, long)","u":"instantiatePeriodicTask(java.lang.Runnable,long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"instantiatePersistenceTools(OfflinePersistenceInfo)","u":"instantiatePersistenceTools(com.oracle.coherence.persistence.OfflinePersistenceInfo)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"instantiatePersistenceTools(OfflinePersistenceInfo, String)","u":"instantiatePersistenceTools(com.oracle.coherence.persistence.OfflinePersistenceInfo,java.lang.String)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"instantiatePersistenceVisitor(CachePersistenceHelper.Visitor)","u":"instantiatePersistenceVisitor(com.tangosol.persistence.CachePersistenceHelper.Visitor)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"instantiatePersistentStore(String)","u":"instantiatePersistentStore(java.lang.String)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValueParser","l":"instantiatePofValue(PofValue, int, ReadBuffer, PofContext, int, ReadBuffer.BufferInput)","u":"instantiatePofValue(com.tangosol.io.pof.reflect.PofValue,int,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy","l":"instantiateProxyPolicy(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])","u":"instantiateProxyPolicy(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"instantiateQueue()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"instantiateQueueDaemon()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateRamJournalBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"instantiateRamJournalBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"instantiateReadBuffer(int, int)","u":"instantiateReadBuffer(int,int)"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"instantiateReadBuffer(int, int)","u":"instantiateReadBuffer(int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"instantiateReadBuffer(int, int)","u":"instantiateReadBuffer(int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"instantiateReadBuffer(int, int)","u":"instantiateReadBuffer(int,int)"},{"p":"com.tangosol.util","c":"Binary","l":"instantiateReadBuffer(int, int)","u":"instantiateReadBuffer(int,int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateReadLatch(Object)","u":"instantiateReadLatch(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateReadQueue()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateReadThread()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, BinaryEntryStore, boolean, int, double)","u":"instantiateReadWriteBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.BinaryEntryStore,boolean,int,double)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, BinaryEntryStore, boolean, int, double, boolean)","u":"instantiateReadWriteBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.BinaryEntryStore,boolean,int,double,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, boolean, int, double)","u":"instantiateReadWriteBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheLoader,boolean,int,double)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, boolean, int, double, boolean)","u":"instantiateReadWriteBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheLoader,boolean,int,double,boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, NonBlockingEntryStore, boolean, int, double, boolean)","u":"instantiateReadWriteBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.NonBlockingEntryStore,boolean,int,double,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateReadWriteBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, Map)","u":"instantiateReadWriteBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.util.Map)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, BinaryEntryStore, boolean, int, double)","u":"instantiateReadWriteSplittingBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.BinaryEntryStore,boolean,int,double)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, BinaryEntryStore, boolean, int, double, boolean)","u":"instantiateReadWriteSplittingBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.BinaryEntryStore,boolean,int,double,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, CacheLoader, boolean, int, double)","u":"instantiateReadWriteSplittingBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.CacheLoader,boolean,int,double)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, CacheLoader, boolean, int, double, boolean)","u":"instantiateReadWriteSplittingBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.CacheLoader,boolean,int,double,boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, NonBlockingEntryStore, boolean, int, double, boolean)","u":"instantiateReadWriteSplittingBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.NonBlockingEntryStore,boolean,int,double,boolean)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"instantiateRemoveAction()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateRemoveAction()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"instantiateRemoveListener()"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"instantiateRequestHandler(LoadBalancer.Queue)","u":"instantiateRequestHandler(com.tangosol.net.LoadBalancer.Queue)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"instantiateResponseHandler(LoadBalancer.RequestHandler)","u":"instantiateResponseHandler(com.tangosol.net.LoadBalancer.RequestHandler)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"instantiateRoot(String)","u":"instantiateRoot(java.lang.String)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"instantiateSafeIterator(boolean, long)","u":"instantiateSafeIterator(boolean,long)"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"instantiateSafeIterator(boolean, long)","u":"instantiateSafeIterator(boolean,long)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateSafetyFilter(Ownership, int)","u":"instantiateSafetyFilter(com.tangosol.net.partition.Ownership,int)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"instantiateScopeResolver()"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"instantiateSerializationCache(BinaryStore, int, boolean)","u":"instantiateSerializationCache(com.tangosol.io.BinaryStore,int,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSerializationCache(BinaryStore, int, boolean)","u":"instantiateSerializationCache(com.tangosol.io.BinaryStore,int,boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"instantiateSerializationCache(BinaryStore, int, ClassLoader)","u":"instantiateSerializationCache(com.tangosol.io.BinaryStore,int,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSerializationCache(BinaryStore, int, ClassLoader)","u":"instantiateSerializationCache(com.tangosol.io.BinaryStore,int,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"instantiateSerializationMap(BinaryStore, boolean)","u":"instantiateSerializationMap(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSerializationMap(BinaryStore, boolean)","u":"instantiateSerializationMap(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSerializationMap(BinaryStore, boolean, ClassLoader, int, int, String, XmlElement)","u":"instantiateSerializationMap(com.tangosol.io.BinaryStore,boolean,java.lang.ClassLoader,int,int,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"instantiateSerializationMap(BinaryStore, ClassLoader)","u":"instantiateSerializationMap(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSerializationMap(BinaryStore, ClassLoader)","u":"instantiateSerializationMap(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"instantiateSerializationMap(ParameterResolver, BinaryStore, boolean, ClassLoader, int, int)","u":"instantiateSerializationMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.io.BinaryStore,boolean,java.lang.ClassLoader,int,int)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"instantiateSerializationPagedCache(BinaryStoreManager, int, int, boolean, boolean)","u":"instantiateSerializationPagedCache(com.tangosol.io.BinaryStoreManager,int,int,boolean,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSerializationPagedCache(BinaryStoreManager, int, int, boolean, boolean)","u":"instantiateSerializationPagedCache(com.tangosol.io.BinaryStoreManager,int,int,boolean,boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"instantiateSerializationPagedCache(BinaryStoreManager, int, int, ClassLoader)","u":"instantiateSerializationPagedCache(com.tangosol.io.BinaryStoreManager,int,int,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSerializationPagedCache(BinaryStoreManager, int, int, ClassLoader)","u":"instantiateSerializationPagedCache(com.tangosol.io.BinaryStoreManager,int,int,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"instantiateSerializer()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"instantiateSerializer(Class, Integer, Class)","u":"instantiateSerializer(java.lang.Class,java.lang.Integer,java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"instantiateSerializer(XmlElement, int, Class)","u":"instantiateSerializer(com.tangosol.run.xml.XmlElement,int,java.lang.Class)"},{"p":"com.tangosol.util","c":"LiteSet","l":"instantiateSet()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"instantiateSet()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"instantiateSet(Set, Converter, Converter)","u":"instantiateSet(java.util.Set,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSimpleOverflowMap(ObservableMap, Map, Map)","u":"instantiateSimpleOverflowMap(com.tangosol.util.ObservableMap,java.util.Map,java.util.Map)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"instantiateSimpleSerializationMap(BinaryStore, boolean)","u":"instantiateSimpleSerializationMap(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSimpleSerializationMap(BinaryStore, boolean)","u":"instantiateSimpleSerializationMap(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"instantiateSimpleSerializationMap(BinaryStore, ClassLoader)","u":"instantiateSimpleSerializationMap(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSimpleSerializationMap(BinaryStore, ClassLoader)","u":"instantiateSimpleSerializationMap(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"instantiateSizeAction()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"instantiateSortedMap(SortedMap, Converter, Converter, Converter, Converter)","u":"instantiateSortedMap(java.util.SortedMap,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"instantiateSortedSet(SortedSet, Converter, Converter)","u":"instantiateSortedSet(java.util.SortedSet,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"instantiateStatus()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"instantiateStatus()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"instantiateStoreBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"instantiateStoreBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"instantiateStoreBundler()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"instantiateStoreBundler()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateStrengthComparator(Ownership)","u":"instantiateStrengthComparator(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateSubclass(String, Class, ClassLoader, Object[], XmlElement)","u":"instantiateSubclass(java.lang.String,java.lang.Class,java.lang.ClassLoader,java.lang.Object[],com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"instantiateTraceStep(Filter)","u":"instantiateTraceStep(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"instantiateUnderloadedFilter(boolean)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"instantiateUnlockAction()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"instantiateUnmodifiableIterator(LongArray.Iterator)","u":"instantiateUnmodifiableIterator(com.tangosol.util.LongArray.Iterator)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"instantiateValues()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"instantiateValues()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"instantiateValuesCollection()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"instantiateValuesCollection()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateValuesCollection()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"instantiateValuesCollection()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"instantiateValuesCollection()"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"instantiateVersionCacheListener()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateVersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, NamedCache, NamedCache, boolean)","u":"instantiateVersionedBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheLoader,com.tangosol.net.NamedCache,com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateVersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheStore, boolean, int, double, NamedCache, NamedCache, boolean)","u":"instantiateVersionedBackingMap(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheStore,boolean,int,double,com.tangosol.net.NamedCache,com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateVersionedBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, Map)","u":"instantiateVersionedBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.util.Map)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"instantiateVersionedNearCache(Map, NamedCache, NamedCache)","u":"instantiateVersionedNearCache(java.util.Map,com.tangosol.net.NamedCache,com.tangosol.net.NamedCache)"},{"p":"com.tangosol.util","c":"Daemon","l":"instantiateWorker()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"instantiateWrapperStore(BinaryStore)","u":"instantiateWrapperStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateWriteQueue()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"instantiateWriteThread()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"INT_ARRAY_EMPTY"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.IntAdapter","l":"IntAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"IntArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intBinaryOperator(Remote.IntBinaryOperator)","u":"intBinaryOperator(com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intConsumer(Remote.IntConsumer)","u":"intConsumer(com.tangosol.util.function.Remote.IntConsumer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.IntDecoratedObject","l":"IntDecoratedObject(Object, int)","u":"%3Cinit%3E(java.lang.Object,int)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"INTEGERLITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"INTEGERLITERAL"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcMetricsInterceptor","l":"interceptCall(ServerCall, Metadata, ServerCallHandler)","u":"interceptCall(io.grpc.ServerCall,io.grpc.Metadata,io.grpc.ServerCallHandler)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ServerLoggingInterceptor","l":"interceptCall(ServerCall, Metadata, ServerCallHandler)","u":"interceptCall(io.grpc.ServerCall,io.grpc.Metadata,io.grpc.ServerCallHandler)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InterceptorProcessor","l":"InterceptorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InterceptorsProcessor","l":"InterceptorsProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"LocalPermission","l":"INTERNAL_SERVICE"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InternalCacheSchemeProcessor","l":"InternalCacheSchemeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"internalClose(Consumer)","u":"internalClose(java.util.function.Consumer)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet","l":"InternalKeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet.InternalKeySetIterator","l":"InternalKeySetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalListener","l":"InternalListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperObservableMap.InternalListener","l":"InternalListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.InternalMapListener","l":"InternalMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap.InternalMapListener","l":"InternalMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.InternalMapListener","l":"InternalMapListener(MapListenerSupport, Converter, Converter)","u":"%3Cinit%3E(com.tangosol.util.MapListenerSupport,com.tangosol.util.Converter,com.tangosol.util.Converter)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"interrupted()"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"intersects(Object[], Object[])","u":"intersects(java.lang.Object[],java.lang.Object[])"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"intersects(PartitionSet)","u":"intersects(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intFunction(Remote.IntFunction)","u":"intFunction(com.tangosol.util.function.Remote.IntFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intPredicate(Remote.IntPredicate)","u":"intPredicate(com.tangosol.util.function.Remote.IntPredicate)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"introduceEventDispatcher(String, EventDispatcher)","u":"introduceEventDispatcher(java.lang.String,com.tangosol.net.events.EventDispatcher)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"introduceEventDispatcher(String, EventDispatcher)","u":"introduceEventDispatcher(java.lang.String,com.tangosol.net.events.EventDispatcher)"},{"p":"com.tangosol.net","c":"Coherence.LifecycleListener","l":"introduceEventDispatcher(String, EventDispatcher)","u":"introduceEventDispatcher(java.lang.String,com.tangosol.net.events.EventDispatcher)"},{"p":"com.tangosol.net.events","c":"EventDispatcherAwareInterceptor","l":"introduceEventDispatcher(String, EventDispatcher)","u":"introduceEventDispatcher(java.lang.String,com.tangosol.net.events.EventDispatcher)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"introduceEventDispatcher(String, EventDispatcher)","u":"introduceEventDispatcher(java.lang.String,com.tangosol.net.events.EventDispatcher)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intSupplier(Remote.IntSupplier)","u":"intSupplier(com.tangosol.util.function.Remote.IntSupplier)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intToDoubleFunction(Remote.IntToDoubleFunction)","u":"intToDoubleFunction(com.tangosol.util.function.Remote.IntToDoubleFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intToLongFunction(Remote.IntToLongFunction)","u":"intToLongFunction(com.tangosol.util.function.Remote.IntToLongFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"intUnaryOperator(Remote.IntUnaryOperator)","u":"intUnaryOperator(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"intValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"intValue()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"intValue()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"invalidate()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"invalidateFront(Object)","u":"invalidateFront(java.lang.Object)"},{"p":"com.tangosol.coherence.config.builder","c":"InvalidConfigServiceLoadBalancerBuilder","l":"InvalidConfigServiceLoadBalancerBuilder(String, XmlElement)","u":"%3Cinit%3E(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"inverse(Comparator)","u":"inverse(java.util.Comparator)"},{"p":"com.tangosol.util.comparator","c":"InverseComparator","l":"InverseComparator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.comparator","c":"InverseComparator","l":"InverseComparator(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.oracle.coherence.common.base","c":"InverseComparator","l":"InverseComparator(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"invert()"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"InvocableMapHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"InvocationObserver","l":"invocationCompleted()"},{"p":"com.tangosol.coherence.config.scheme","c":"InvocationScheme","l":"InvocationScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InvocationServiceProxyProcessor","l":"InvocationServiceProxyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"Invoke()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"invoke(CacheRequestHolder)","u":"invoke(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"invoke(Class, Object, String, Object[])","u":"invoke(java.lang.Class,java.lang.Object,java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.util","c":"ClassHelper","l":"invoke(Class, Object, String, Object[])","u":"invoke(java.lang.Class,java.lang.Object,java.lang.String,java.lang.Object[])"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"invoke(InvokeRequest)","u":"invoke(com.oracle.coherence.grpc.InvokeRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"invoke(InvokeRequest)","u":"invoke(com.oracle.coherence.grpc.InvokeRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"invoke(InvokeRequest, StreamObserver)","u":"invoke(com.oracle.coherence.grpc.InvokeRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"invoke(K, EntryProcessor, Object...)","u":"invoke(K,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"invoke(K, EntryProcessor, Object...)","u":"invoke(K,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"invoke(K, EntryProcessor, Object...)","u":"invoke(K,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"invoke(K, EntryProcessor, Object...)","u":"invoke(K,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"invoke(K, InvocableMap.EntryProcessor)","u":"invoke(K,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invoke(K, InvocableMap.EntryProcessor)","u":"invoke(K,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"invoke(K, InvocableMap.EntryProcessor)","u":"invoke(K,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"invoke(K, InvocableMap.EntryProcessor)","u":"invoke(K,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"invoke(K, InvocableMap.EntryProcessor)","u":"invoke(K,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"invoke(K, InvocableMap.EntryProcessor)","u":"invoke(K,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"invoke(MBeanAccessor.QueryBuilder.ParsedQuery, String, Object[], String[])","u":"invoke(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery,java.lang.String,java.lang.Object[],java.lang.String[])"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"Invoke(MBeanAccessor.QueryBuilder.ParsedQuery, String, Object[], String[])","u":"%3Cinit%3E(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery,java.lang.String,java.lang.Object[],java.lang.String[])"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"invoke(Object, String, Object[])","u":"invoke(java.lang.Object,java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.util","c":"ClassHelper","l":"invoke(Object, String, Object[])","u":"invoke(java.lang.Object,java.lang.String,java.lang.Object[])"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"invoke(Remote.Function)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"invoke(Remote.Function)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"invoke(Remote.Function, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"invoke(Remote.Function, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"invoke(Remote.Function)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"invoke(Remote.Function)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"invoke(Remote.Function, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"invoke(Remote.Function, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"invoke(Remote.Function)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"invoke(Remote.Function)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"invoke(Remote.Function, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"invoke(Remote.Function, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"invoke(Remote.Function, R>)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"invoke(Remote.Function, R>)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"invoke(Remote.Function, R>, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"invoke(Remote.Function, R>, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"invoke(Remote.Function, R>)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"invoke(Remote.Function, R>)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"invoke(Remote.Function, R>, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"invoke(Remote.Function, R>, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"invoke(Remote.Function, R>)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"invoke(Remote.Function, R>)","u":"invoke(com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"invoke(Remote.Function, R>, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"invoke(Remote.Function, R>, boolean)","u":"invoke(com.tangosol.util.function.Remote.Function,boolean)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"invoke(String, String, Object[], String[])","u":"invoke(java.lang.String,java.lang.String,java.lang.Object[],java.lang.String[])"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"invoke(String, String, Object[], String[])","u":"invoke(java.lang.String,java.lang.String,java.lang.Object[],java.lang.String[])"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"invoke(String, String, String, ByteString, ByteString)","u":"invoke(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"invoke(TK, InvocableMap.EntryProcessor)","u":"invoke(TK,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"invoke(TK, InvocableMap.EntryProcessor)","u":"invoke(TK,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(Collection, InvocableMap.EntryProcessor, BiConsumer)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(Collection, InvocableMap.EntryProcessor, Consumer>)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.Consumer)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"invokeAll(Collection>)","u":"invokeAll(java.util.Collection)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"invokeAll(Collection>, long, TimeUnit)","u":"invokeAll(java.util.Collection,long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"invokeAll(Collection, InvocableMap.EntryProcessor)","u":"invokeAll(java.util.Collection,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(Filter, InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(Filter, InvocableMap.EntryProcessor, BiConsumer)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(Filter, InvocableMap.EntryProcessor, Consumer>)","u":"invokeAll(com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.Consumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"invokeAll(InvocableMap.EntryProcessor)","u":"invokeAll(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(InvocableMap.EntryProcessor, BiConsumer)","u":"invokeAll(com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.BiConsumer)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"invokeAll(InvocableMap.EntryProcessor, Consumer>)","u":"invokeAll(com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.Consumer)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"invokeAll(InvokeAllRequest, StreamObserver)","u":"invokeAll(com.oracle.coherence.grpc.InvokeAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"invokeAll(InvokeAllRequest, StreamObserver)","u":"invokeAll(com.oracle.coherence.grpc.InvokeAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"invokeAll(InvokeAllRequest, StreamObserver)","u":"invokeAll(com.oracle.coherence.grpc.InvokeAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"invokeAll(Set, EntryProcessor, Object...)","u":"invokeAll(java.util.Set,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"invokeAll(Set, EntryProcessor, Object...)","u":"invokeAll(java.util.Set,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"invokeAll(Set, EntryProcessor, Object...)","u":"invokeAll(java.util.Set,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"invokeAll(Set, EntryProcessor, Object...)","u":"invokeAll(java.util.Set,javax.cache.processor.EntryProcessor,java.lang.Object...)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"invokeAll(String, String, String, ByteString, ByteString)","u":"invokeAll(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"invokeAll(String, String, String, Iterable, ByteString)","u":"invokeAll(java.lang.String,java.lang.String,java.lang.String,java.lang.Iterable,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeAllAsync(NamedCache, Collection, int, InvocableMap.EntryProcessor, Executor, BiConsumer, ? super Throwable>...)","u":"invokeAllAsync(com.tangosol.net.NamedCache,java.util.Collection,int,com.tangosol.util.InvocableMap.EntryProcessor,java.util.concurrent.Executor,java.util.function.BiConsumer...)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeAllAsync(NamedCache, Collection, ToIntFunction, InvocableMap.EntryProcessor, BiConsumer, ? super Throwable>...)","u":"invokeAllAsync(com.tangosol.net.NamedCache,java.util.Collection,java.util.function.ToIntFunction,com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.BiConsumer...)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeAllAsync(NamedCache, Collection, ToIntFunction, InvocableMap.EntryProcessor, Executor, BiConsumer, ? super Throwable>...)","u":"invokeAllAsync(com.tangosol.net.NamedCache,java.util.Collection,java.util.function.ToIntFunction,com.tangosol.util.InvocableMap.EntryProcessor,java.util.concurrent.Executor,java.util.function.BiConsumer...)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeAllLocked(ConcurrentMap, Set>, InvocableMap.EntryProcessor)","u":"invokeAllLocked(com.tangosol.util.ConcurrentMap,java.util.Set,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"invokeAllWithFilter(CacheRequestHolder, StreamObserver)","u":"invokeAllWithFilter(com.oracle.coherence.grpc.CacheRequestHolder,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"invokeAllWithFilter(InvokeAllRequest, StreamObserver)","u":"invokeAllWithFilter(com.oracle.coherence.grpc.InvokeAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"invokeAllWithKeys(CacheRequestHolder, StreamObserver)","u":"invokeAllWithKeys(com.oracle.coherence.grpc.CacheRequestHolder,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"invokeAllWithKeys(InvokeAllRequest, StreamObserver)","u":"invokeAllWithKeys(com.oracle.coherence.grpc.InvokeAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"invokeAny(Collection>)","u":"invokeAny(java.util.Collection)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"invokeAny(Collection>, long, TimeUnit)","u":"invokeAny(java.util.Collection,long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeAsync(NamedCache, K, int, InvocableMap.EntryProcessor, BiConsumer...)","u":"invokeAsync(com.tangosol.net.NamedCache,K,int,com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.BiConsumer...)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeAsync(NamedCache, K, int, InvocableMap.EntryProcessor, Executor, BiConsumer...)","u":"invokeAsync(com.tangosol.net.NamedCache,K,int,com.tangosol.util.InvocableMap.EntryProcessor,java.util.concurrent.Executor,java.util.function.BiConsumer...)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeAsync(NamedCache, K, InvocableMap.EntryProcessor)","u":"invokeAsync(com.tangosol.net.NamedCache,K,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.ConditionalRemoveAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.RemoveAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.SizeAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.UnlockAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ContainsValueAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntryAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntryActionAdapter","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.GetEntryAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.InsertAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.RemoveAction","l":"invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry)","u":"invokeFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int,com.tangosol.util.SegmentedHashMap.Entry,com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"invokeLocked(ConcurrentMap, InvocableMap.Entry, InvocableMap.EntryProcessor)","u":"invokeLocked(com.tangosol.util.ConcurrentMap,com.tangosol.util.InvocableMap.Entry,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockAction","l":"invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int)","u":"invokeNotFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.UnlockAction","l":"invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int)","u":"invokeNotFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntryAction","l":"invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int)","u":"invokeNotFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntryActionAdapter","l":"invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int)","u":"invokeNotFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.GetEntryAction","l":"invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int)","u":"invokeNotFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.InsertAction","l":"invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int)","u":"invokeNotFound(java.lang.Object,java.lang.Object,com.tangosol.util.SegmentedHashMap.Entry[],int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"invokeOnAllKeys(Object, boolean, SegmentedHashMap.IterableEntryAction)","u":"invokeOnAllKeys(java.lang.Object,boolean,com.tangosol.util.SegmentedHashMap.IterableEntryAction)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"invokeOnKey(Object, Object, boolean, SegmentedHashMap.EntryAction)","u":"invokeOnKey(java.lang.Object,java.lang.Object,boolean,com.tangosol.util.SegmentedHashMap.EntryAction)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"invokeOperation(MBeanServer, String)","u":"invokeOperation(javax.management.MBeanServer,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"invokeStatic(Class, String, Object[])","u":"invokeStatic(java.lang.Class,java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.util","c":"ClassHelper","l":"invokeStatic(Class, String, Object[])","u":"invokeStatic(java.lang.Class,java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"IO_EXCEPTIONS_LOG_LEVEL"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"isAcceptable(EventDispatcher)","u":"isAcceptable(com.tangosol.net.events.EventDispatcher)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"isAcquiredByCurrentThread()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"isActive()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"isActive()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isActive()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"isActive()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"isActive()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"isActive()"},{"p":"com.tangosol.net","c":"Coherence","l":"isActive()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"isActive()"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"isActive()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"isActive()"},{"p":"com.tangosol.net","c":"NamedMap","l":"isActive()"},{"p":"com.tangosol.net","c":"Releasable","l":"isActive()"},{"p":"com.tangosol.net","c":"Session","l":"isActive()"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"isActive()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"isActive()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"isActive()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"isActiveBackup()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"isActiveIterator()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"isActiveIterator()"},{"p":"com.tangosol.util","c":"UUID","l":"isAddressIncluded()"},{"p":"com.tangosol.util","c":"Streamer","l":"isAllInclusive()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"isAllowAutoAdjust()"},{"p":"com.tangosol.net","c":"ActionPolicy","l":"isAllowed(Service, Action)","u":"isAllowed(com.tangosol.net.Service,com.tangosol.net.Action)"},{"p":"com.tangosol.net","c":"CompositeActionPolicy","l":"isAllowed(Service, Action)","u":"isAllowed(com.tangosol.net.Service,com.tangosol.net.Action)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"isAllowed(Service, Action)","u":"isAllowed(com.tangosol.net.Service,com.tangosol.net.Action)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"isAllowed(Service, Action)","u":"isAllowed(com.tangosol.net.Service,com.tangosol.net.Action)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ProxyQuorumPolicy","l":"isAllowed(Service, Action)","u":"isAllowed(com.tangosol.net.Service,com.tangosol.net.Action)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"isAllowed(Service, Action)","u":"isAllowed(com.tangosol.net.Service,com.tangosol.net.Action)"},{"p":"com.tangosol.util","c":"NullImplementation.NullActionPolicy","l":"isAllowed(Service, Action)","u":"isAllowed(com.tangosol.net.Service,com.tangosol.net.Action)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"isAllowInconsistencies()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"isAllowUnownedCommits()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"isAllowUnownedCommits(ParameterResolver)","u":"isAllowUnownedCommits(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractScheme","l":"isAnonymous()"},{"p":"com.tangosol.coherence.config.scheme","c":"Scheme","l":"isAnonymous()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"isAnonymous()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"isAnonymous()"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"isAnyLocalAddress(InetAddress)","u":"isAnyLocalAddress(java.net.InetAddress)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.CacheLifecycleEventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryEventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryProcessorEventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.CoherenceLifecycleEventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.LifecycleEventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.ServiceEventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.SessionLifecycleEventHandler","l":"isApplicable(EventDispatcher, String)","u":"isApplicable(com.tangosol.net.events.EventDispatcher,java.lang.String)"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"isAssignableFrom(Type, Type)","u":"isAssignableFrom(java.lang.reflect.Type,java.lang.reflect.Type)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderHelper","l":"isAssignablePrimitive(Class, Class)","u":"isAssignablePrimitive(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"isAssignablePrimitive(Class, Class)","u":"isAssignablePrimitive(java.lang.Class,java.lang.Class)"},{"p":"com.oracle.coherence.cdi","c":"CdiEventObserver","l":"isAsync()"},{"p":"com.oracle.coherence.cdi","c":"CdiMapEventObserver","l":"isAsync()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener.MapEventObserver","l":"isAsync()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventObserver","l":"isAsync()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"isAsync()"},{"p":"com.tangosol.util","c":"MapListener","l":"isAsynchronous()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"isAsynchronousPageDeactivation()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"isAtom()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"isAtom()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"isAttribute()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"isAttribute()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"isAttribute()"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"isAutoAdjust(ParameterResolver)","u":"isAutoAdjust(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"isAutoStart()"},{"p":"com.tangosol.coherence.config.scheme","c":"ServiceScheme","l":"isAutoStart()"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"isAutoStart()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isAvailable()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isAvailable()"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"isBackingMapPersistent(String)","u":"isBackingMapPersistent(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"isBackingMapPersistent(String)","u":"isBackingMapPersistent(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"isBackingMapPersistent(String)","u":"isBackingMapPersistent(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"isBackingMapPersistent(String)","u":"isBackingMapPersistent(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager","l":"isBackingMapPersistent(String)","u":"isBackingMapPersistent(java.lang.String)"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"isBackingMapPersistent(String, boolean)","u":"isBackingMapPersistent(java.lang.String,boolean)"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"isBackingMapSlidingExpiry(String)","u":"isBackingMapSlidingExpiry(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"isBackingMapSlidingExpiry(String)","u":"isBackingMapSlidingExpiry(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"isBackingMapSlidingExpiry(String)","u":"isBackingMapSlidingExpiry(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"isBackingMapSlidingExpiry(String)","u":"isBackingMapSlidingExpiry(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager","l":"isBackingMapSlidingExpiry(String)","u":"isBackingMapSlidingExpiry(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"isBackup()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"isBackupPartitioned(String)","u":"isBackupPartitioned(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isBackUpToDate()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isBackUpToDate()"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"isBinary()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"isBinaryMap()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"isBinaryMap()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isBinaryNamedCache()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isBinaryNamedCache(NamedCache)","u":"isBinaryNamedCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"isBinaryOnly()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies","l":"isBlackList()"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"isBlind()"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"isBlindPutAllowed()"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"isBlindRemoveAllowed()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"isBlocking()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"isBlocking()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"isBlocking()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.Dependencies","l":"isBlocking()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"isBound()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"isByMember()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"isByPartition()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"isByteArrayPrivate()"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"isByteArrayPrivate()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"isByteArrayPrivate()"},{"p":"com.tangosol.util","c":"Binary","l":"isByteArrayPrivate()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"isCacheActive(String, ClassLoader)","u":"isCacheActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"isCacheActive(String, ClassLoader)","u":"isCacheActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"isCacheActive(String, ClassLoader)","u":"isCacheActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"isCacheActive(String, ClassLoader)","u":"isCacheActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"Session","l":"isCacheActive(String, ClassLoader)","u":"isCacheActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isCacheValues()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"isCacheValues()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"isCacheValues()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"isCanceled()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"isCancelled()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"isCancelled()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"isCanonicalKeySupported(Map)","u":"isCanonicalKeySupported(java.util.Map)"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"isCanonicallyEquatable(Object)","u":"isCanonicallyEquatable(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"isChanged()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"isCheckPrimingExclusively(boolean)"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"isClient()"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"isClient()"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"isClient()"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DateAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimeAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"XmlElementAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.run.xml","c":"XmlSerializableAdapter","l":"isCloneRequired()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"isClosed()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"isClosed()"},{"p":"com.tangosol.net","c":"Coherence","l":"isClosed()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"isClosed()"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"isClosed()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"isClosed()"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"isClosedByCurrentThread()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"isClosedByCurrentThread()"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"isClusterMember()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"isCoherent()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"isCollectStats()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"isCollectStats()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isCommentValid(String)","u":"isCommentValid(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isCommitting()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isCommitting()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"isCompacting()"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"isCompareEntry()"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"isCompareKey()"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"isCompareValue()"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"isCompatibleMethod(Method, int, Type, Type...)","u":"isCompatibleMethod(java.lang.reflect.Method,int,java.lang.reflect.Type,java.lang.reflect.Type...)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"isComplete()"},{"p":"com.tangosol.net","c":"SessionProvider.Context","l":"isComplete()"},{"p":"com.tangosol.net","c":"SessionProvider.DefaultContext","l":"isComplete()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.SizeAction","l":"isComplete(Object)","u":"isComplete(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ContainsValueAction","l":"isComplete(Object)","u":"isComplete(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntryActionAdapter","l":"isComplete(Object)","u":"isComplete(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.IterableEntryAction","l":"isComplete(Object)","u":"isComplete(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"isCompletedExceptionally()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"isCompletedExceptionally()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"isCompound()"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"isCompound()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LeafBaseToken","l":"isCompound()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"isCompressable()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"isConditional()"},{"p":"com.tangosol.net","c":"SocketOptions","l":"isConfigured()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContainerHelper.JCacheLifecycleInterceptor","l":"isContainerContext()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContainerHelper","l":"isContainerContext(ExtensibleConfigurableCacheFactory)","u":"isContainerContext(com.tangosol.net.ExtensibleConfigurableCacheFactory)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"isContended()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"isContent()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"isContent()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"isContiguous()"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"isConverted()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"isCurrent()"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"isCurrentThread()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"isDebug()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"isDecimal(char)"},{"p":"com.tangosol.util","c":"Base","l":"isDecimal(char)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isDecorated(ReadBuffer)","u":"isDecorated(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isDecorated(ReadBuffer, int)","u":"isDecorated(com.tangosol.io.ReadBuffer,int)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"isDelegateParallel()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"isDelegateStreaming()"},{"p":"com.tangosol.util","c":"MapEvent","l":"isDelete()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"isDeleted()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isDestroyed()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"isDestroyed()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"isDestroyed()"},{"p":"com.tangosol.net","c":"NamedCollection","l":"isDestroyed()"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"isDestroyed()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"isDestroyed()"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"isDirectQueryEnabled()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"isDirty()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"isDirty()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isDiscardable()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isDiscardable()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"isDiscardable()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"isDiscarded()"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"isDisposed()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"isDisposed()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"isDisposed()"},{"p":"com.oracle.coherence.grpc","c":"SafeStreamObserver","l":"isDone()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"isDone()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"isDone()"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"isDone()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"isDormant()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"isElementMatch(XmlElement)","u":"isElementMatch(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isElementMatch(XmlElement, String, String)","u":"isElementMatch(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"isEmpty()"},{"p":"com.tangosol.coherence.config.builder","c":"ListBasedAddressProviderBuilder","l":"isEmpty()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"isEmpty()"},{"p":"com.tangosol.coherence.config","c":"ParameterList","l":"isEmpty()"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"isEmpty()"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"isEmpty()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"isEmpty()"},{"p":"com.tangosol.io.pof","c":"EvolvableHolder","l":"isEmpty()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"isEmpty()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"isEmpty()"},{"p":"com.tangosol.net","c":"LoadBalancer.Queue","l":"isEmpty()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"isEmpty()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"isEmpty()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MaskedPartitionMap","l":"isEmpty()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"isEmpty()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"isEmpty()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"isEmpty()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"isEmpty()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"isEmpty()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.KeySet","l":"isEmpty()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"isEmpty()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"isEmpty()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"isEmpty()"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"isEmpty()"},{"p":"com.tangosol.util","c":"ChainedSet","l":"isEmpty()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"isEmpty()"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"isEmpty()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"isEmpty()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"isEmpty()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"Dequeue","l":"isEmpty()"},{"p":"com.tangosol.util","c":"Listeners","l":"isEmpty()"},{"p":"com.tangosol.util","c":"LiteSet","l":"isEmpty()"},{"p":"com.tangosol.util","c":"LongArray","l":"isEmpty()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"isEmpty()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"isEmpty()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"isEmpty()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"isEmpty()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SafeSortedMap.Values","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SetMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SortedBag","l":"isEmpty()"},{"p":"com.tangosol.util","c":"StringTable","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SubList","l":"isEmpty()"},{"p":"com.tangosol.util","c":"SubSet","l":"isEmpty()"},{"p":"com.tangosol.util","c":"Tree","l":"isEmpty()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"isEmpty()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"isEmpty()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"isEmpty()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"isEmpty()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"isEmpty(Filter)","u":"isEmpty(com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"isEmpty(IsEmptyRequest)","u":"isEmpty(com.oracle.coherence.grpc.IsEmptyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"isEmpty(IsEmptyRequest)","u":"isEmpty(com.oracle.coherence.grpc.IsEmptyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"isEmpty(IsEmptyRequest, StreamObserver)","u":"isEmpty(com.oracle.coherence.grpc.IsEmptyRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"isEmpty(Map[])","u":"isEmpty(java.util.Map[])"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"isEmpty(Object)","u":"isEmpty(java.lang.Object)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"isEmpty(String, String)","u":"isEmpty(java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isEmpty(XmlElement)","u":"isEmpty(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor","l":"isEmptyElement(ProcessingContext, XmlElement)","u":"isEmptyElement(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"isEmptyIsNull()"},{"p":"com.tangosol.net.management","c":"MapJsonBodyHandler","l":"isEnabled()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"isEnabled()"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"isEnabled()"},{"p":"com.tangosol.net.ssl","c":"CertificateLoader","l":"isEnabled()"},{"p":"com.tangosol.net.ssl","c":"KeyStoreLoader","l":"isEnabled()"},{"p":"com.tangosol.net.ssl","c":"PrivateKeyLoader","l":"isEnabled()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"isEnabled()"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"isEnabled(int)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isEncodingValid(String)","u":"isEncodingValid(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"isEnd()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"isEnd()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"isEnd()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"isEndOfStatement()"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"isEnteredByCurrentThread()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"isEnteredByCurrentThread()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"isEntry()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isEntryExistent()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isEntryInBack()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isEntryInFront()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isEntryInFront()"},{"p":"com.tangosol.coherence.config.builder","c":"WrapperSocketAddressProviderBuilder","l":"isEphemeral()"},{"p":"com.tangosol.util.function","c":"Remote.Predicate","l":"isEqual(Object)","u":"isEqual(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"isEraseAllSupported()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"isEraseSupported()"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"isEraseUnsupported()"},{"p":"com.tangosol.run.xml","c":"SaxParser.ValidationHandler","l":"isError()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isEventDeferred(Object)","u":"isEventDeferred(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"isEventFabricator()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"isEventFabricator()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"isEvictable()"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.EvictionApprover","l":"isEvictable(ConfigurableCacheMap.Entry)","u":"isEvictable(com.tangosol.net.cache.ConfigurableCacheMap.Entry)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"isEvolvable()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"isEvolvable()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"isException()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"isExclusive()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"isExitWhenProcessingComplete()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"isExitWhenProcessingComplete()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"isExpired()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"isExpired()"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"isExpired()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.ExpirableStatus","l":"isExpired()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isExpired()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"isExpiredAt(long)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"isExpiredAt(long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"isExpiryEnabled()"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"isExpiryEnabled(ParameterResolver)","u":"isExpiryEnabled(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"isExplicitlyTyped()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"isExtendedLanguageEnabled()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"isExtendedLanguageEnabled()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"isExtendedLanguageEnabled()"},{"p":"com.tangosol.net.management","c":"Registry","l":"isExtendedMBeanName()"},{"p":"com.tangosol.util","c":"Filters","l":"isFalse(ValueExtractor)","u":"isFalse(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"isFederateApplySynthetic(ParameterResolver)","u":"isFederateApplySynthetic(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"isFederated()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"isFinishing()"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"isFirst()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"isFirst()"},{"p":"com.tangosol.net","c":"InputStreamPasswordProvider","l":"isFirstLineOnly()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isFlowControlEnabled()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"isFlushed()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InstanceProcessor","l":"isForeignNamespace(XmlElement)","u":"isForeignNamespace(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config","c":"RegExCacheMapping","l":"isForName(String)","u":"isForName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"isForName(String)","u":"isForName(java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"isForwardIndexSupported()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ContainsValueAction","l":"isFound(Object)","u":"isFound(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"isFree()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"isFrontPutBlind()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"isFrontPutBlind()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"isFull()"},{"p":"com.tangosol.util","c":"Dequeue","l":"isFull()"},{"p":"com.tangosol.util","c":"UUID","l":"isGenerated()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"isGlobalPartitioningSchemePID(int)"},{"p":"com.tangosol.util","c":"Daemon","l":"isGuarded()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"isHeldByCurrentThread()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"isHeldByCurrentThread()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"isHex(char)"},{"p":"com.tangosol.util","c":"Base","l":"isHex(char)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"isIdentifier()"},{"p":"com.tangosol.coherence.dsltools.base","c":"IdentifierBaseToken","l":"isIdentifier()"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"isIdle()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ILikeOperator","l":"isIgnoreCase()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LikeOperator","l":"isIgnoreCase()"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"isIgnoreCase()"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"isIgnored(Object)","u":"isIgnored(java.lang.Object)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"isIgnoringCase()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"isIncrementalEviction()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isInitialDistribution(Member)","u":"isInitialDistribution(com.tangosol.net.Member)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isInitialized()"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"isInnerClass(Class)","u":"isInnerClass(java.lang.Class)"},{"p":"com.tangosol.util","c":"MapEvent","l":"isInsert()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isInstanceConfigEmpty(XmlElement)","u":"isInstanceConfigEmpty(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"isInstanceOf(Object, Class)","u":"isInstanceOf(java.lang.Object,java.lang.Class)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"isInstanceOf(Object, String)","u":"isInstanceOf(java.lang.Object,java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isIntDecorated(ByteSequence)","u":"isIntDecorated(com.tangosol.util.ByteSequence)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isIntDecorated(ReadBuffer)","u":"isIntDecorated(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isInterfaceAllowed()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"isInternal()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"isInternalKeySetIteratorMutable()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"isInternalKeySetIteratorMutable()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"isInternalKeySetIteratorMutable()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"isInternalKeySetIteratorMutable()"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"isInternalValueDecorated(Object, int)","u":"isInternalValueDecorated(java.lang.Object,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"isInternalValueDecorated(Object, int)","u":"isInternalValueDecorated(java.lang.Object,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"isIntrinsicPofType(Class)","u":"isIntrinsicPofType(java.lang.Class)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isIpMonitorEnabled()"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"isJCacheSynthetic(CacheEvent)","u":"isJCacheSynthetic(com.tangosol.net.cache.CacheEvent)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener.NonSyntheticEntryFilter","l":"isJCacheSynthetic(CacheEvent)","u":"isJCacheSynthetic(com.tangosol.net.cache.CacheEvent)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener.NonSyntheticEntryFilter","l":"isJCacheSynthetic(CacheEvent)","u":"isJCacheSynthetic(com.tangosol.net.cache.CacheEvent)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"isKeyComparator()"},{"p":"com.tangosol.util.comparator","c":"EntryAwareComparator","l":"isKeyComparator()"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"isKeyComparator()"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"isKeyComparator(Comparator)","u":"isKeyComparator(java.util.Comparator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"isKeyConverted()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"isKeyExcluded(Object)","u":"isKeyExcluded(java.lang.Object)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"isKeyOwned(Object)","u":"isKeyOwned(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"isKeyOwned(Object)","u":"isKeyOwned(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isLambdaAllowed()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"isLeaf()"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"isLeaf()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LeafBaseToken","l":"isLeaf()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"isLeaf()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"isLeaf()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"isLeaf()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"isLinked()"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"isLinkLocalAddress(InetAddress)","u":"isLinkLocalAddress(java.net.InetAddress)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"isLite()"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.FilterInfo","l":"isLite()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"isLiteral()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"isLiteral()"},{"p":"com.tangosol.util","c":"HealthCheck","l":"isLive()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"isLoaded()"},{"p":"com.tangosol.net","c":"MemberEvent","l":"isLocal()"},{"p":"com.tangosol.net","c":"AbstractServiceLoadBalancer","l":"isLocalMember(Member)","u":"isLocalMember(com.tangosol.net.Member)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"isLocalOnly()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isLocalPortAutoAdjust()"},{"p":"com.tangosol.net","c":"DistributedCacheService","l":"isLocalStorageEnabled()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"isLocked()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"isLocked()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"isLockingEnforced()"},{"p":"com.tangosol.util","c":"Base","l":"isLogEcho()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"isLogEnabled(int)"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"isLoopbackAddress(InetAddress)","u":"isLoopbackAddress(java.net.InetAddress)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"isLowerBoundInclusive()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"isManagementEnabled()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"isManagementEnabled()"},{"p":"com.tangosol.coherence.dslquery","c":"Statement","l":"isManagingTimeout()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder.SourceStatement","l":"isManagingTimeout()"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"isManagingTransientVersion()"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"isMapActive(String, ClassLoader)","u":"isMapActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"Session","l":"isMapActive(String, ClassLoader)","u":"isMapActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicMarkableReference","l":"isMarked()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"isMarked()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"isMarked()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference","l":"isMarked()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"isMarked()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"isMarked()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"isMaster()"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"isMatch(String)","u":"isMatch(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"isMatch(String, String)","u":"isMatch(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"isMatching(QueryRecord.PartialResult)","u":"isMatching(com.tangosol.util.QueryRecord.PartialResult)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"isMatching(QueryRecord.PartialResult.Step)","u":"isMatching(com.tangosol.util.QueryRecord.PartialResult.Step)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"isMBeanRegistered(String)","u":"isMBeanRegistered(java.lang.String)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"isMBeanRegistered(String)","u":"isMBeanRegistered(java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HealthProcessor.XMLHealthCheckDependencies","l":"isMemberHealthCheck()"},{"p":"com.tangosol.util","c":"HealthCheck","l":"isMemberHealthCheck()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isMemberLeaving(Member)","u":"isMemberLeaving(com.tangosol.net.Member)"},{"p":"com.tangosol.coherence.config.unit","c":"Units","l":"isMemorySize()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"isMetadataCompatible(Properties)","u":"isMetadataCompatible(java.util.Properties)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"isMetadataCompatible(Properties, int, String, int)","u":"isMetadataCompatible(java.util.Properties,int,java.lang.String,int)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"isMetadataComplete(Properties)","u":"isMetadataComplete(java.util.Properties)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"isMetadataComplete(Properties)","u":"isMetadataComplete(java.util.Properties)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"isMethodExtractor()"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"isMethodUpdater()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"isModified()"},{"p":"com.tangosol.util","c":"SubSet","l":"isModified()"},{"p":"com.tangosol.net","c":"ServiceMonitor","l":"isMonitoring()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"isMonitoring()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"isMonitoringServices()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"isMonitorStopped()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"isMutable()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"isMutable()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"isMutable()"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"isMutator()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isNameMatch(XmlElement, String, String, String)","u":"isNameMatch(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"isNameMutable()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isNameValid(String)","u":"isNameValid(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"isNest()"},{"p":"com.tangosol.coherence.dsltools.base","c":"NestedBaseTokens","l":"isNest()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"isNest(char)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"isNested()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"isNewValueConverted()"},{"p":"com.oracle.coherence.common.base","c":"NonBlocking","l":"isNonBlockingCaller()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"isNonMemberMBean(String)","u":"isNonMemberMBean(java.lang.String)"},{"p":"com.tangosol.util","c":"Filters","l":"isNotNull(ValueExtractor)","u":"isNotNull(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.filter","c":"IsNotNullFilter","l":"IsNotNullFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"IsNotNullFilter","l":"IsNotNullFilter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"IsNotNullFilter","l":"IsNotNullFilter(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.config.expression","c":"Value","l":"isNull()"},{"p":"com.tangosol.util","c":"Filters","l":"isNull(ValueExtractor)","u":"isNull(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.filter","c":"IsNullFilter","l":"IsNullFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"IsNullFilter","l":"IsNullFilter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"IsNullFilter","l":"IsNullFilter(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"isNullFirst()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"isNullValuesAllowed()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"isNullValuesAllowed()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"isNumber()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"isNumber()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isObserved()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"isOctal(char)"},{"p":"com.tangosol.util","c":"Base","l":"isOctal(char)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"isOldValueAvailable()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheEntryEvent","l":"isOldValueAvailable()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"isOldValueConverted()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"isOnlyOwnedCommits()"},{"p":"com.tangosol.util","c":"Daemon","l":"isOnWorkerThread()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"isOpen()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"isOperator()"},{"p":"com.tangosol.coherence.dsltools.base","c":"OperatorBaseToken","l":"isOperator()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"isOptimizeMV()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"isOrdered()"},{"p":"com.tangosol.util","c":"MapIndex","l":"isOrdered()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.IndexLookupRecord","l":"isOrdered()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"isOrdered()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"isOrdered()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"isOriginalPresent()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"isOriginalPresent()"},{"p":"com.tangosol.util","c":"MapTrigger.Entry","l":"isOriginalPresent()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"isOriginalPresent()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel.EmptyChannel","l":"isOwned()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Channel","l":"isOwned()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"isOwnedByCaller()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isOwnedByCurrentThread()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isOwnedByCurrentThread()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"isOwner(int)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"isPageActive(int)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"isParallel()"},{"p":"com.tangosol.util.stream","c":"RemotePipeline","l":"isParallel()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"isPartial()"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"isPartial()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"isPartial()"},{"p":"com.tangosol.util","c":"MapIndex","l":"isPartial()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"isPartial()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"isPartialNameLegal(String)","u":"isPartialNameLegal(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"isPartitioned(ParameterResolver, boolean)","u":"isPartitioned(com.tangosol.config.expression.ParameterResolver,boolean)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isPartitionEndangered(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isPartitionEndangered(Ownership)","u":"isPartitionEndangered(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isPartitionStrong(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isPartitionStrong(Ownership)","u":"isPartitionStrong(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"isPassivePagedBackup()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isPatchCompatible(DataInput, int)","u":"isPatchCompatible(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isPatchCompatible(DataOutput, int)","u":"isPatchCompatible(java.io.DataOutput,int)"},{"p":"com.tangosol.io","c":"WrapperBufferInput.VersionAwareBufferInput","l":"isPatchCompatible(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput.VersionAwareBufferOutput","l":"isPatchCompatible(int)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"isPending()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"isPending()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isPreferJavaTime()"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"isPreferJavaTime()"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"isPreferJavaTime()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"isPrefixAllowed()"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"isPreLoad(ParameterResolver)","u":"isPreLoad(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"isPresent()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"isPresent()"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"isPresent()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"isPresent()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"isPresent()"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"isPresent()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"isPresent()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"isPresentOnly()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.LoadComparator","l":"isPrimary()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter","l":"isPrimary()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"isPriming()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"isPriming(MapEvent)","u":"isPriming(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"isPrimingListener(MapListener)","u":"isPrimingListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"isProcessed()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isProcessing()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isProcessing()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"isPropertyDefined(String, XmlElement)","u":"isPropertyDefined(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"isPropertyDefined(String, XmlElement)","u":"isPropertyDefined(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"isPropertyExtractor()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isPublicIdentifierValid(String)","u":"isPublicIdentifierValid(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"isPunctuation()"},{"p":"com.tangosol.coherence.dsltools.base","c":"PunctuationBaseToken","l":"isPunctuation()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"isPunctuation(char)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"isPutAllOptimized(Map)","u":"isPutAllOptimized(java.util.Map)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"isQualifiedNameLegal(String)","u":"isQualifiedNameLegal(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"isQuoteRequired(String)","u":"isQuoteRequired(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"isQuoteRequired(String, boolean)","u":"isQuoteRequired(java.lang.String,boolean)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"isReadLocked()"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"isReadOnly()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"isReadOnly()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isReadOnly()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"isReadOnly()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"isReadOnly()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"isReadOnly()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"isReadOnly()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"isReadOnly()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"isReadOnly()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"isReadOnly(ParameterResolver)","u":"isReadOnly(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"isReadThrough()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"isReadThrough()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"isReadThrough()"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"isReady()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isReady()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"isReady()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"isReady()"},{"p":"com.tangosol.net","c":"NamedMap","l":"isReady()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"isReady()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"isReady()"},{"p":"com.tangosol.util","c":"HealthCheck","l":"isReady()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"isReady(IsReadyRequest)","u":"isReady(com.oracle.coherence.grpc.IsReadyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"isReady(IsReadyRequest)","u":"isReady(com.oracle.coherence.grpc.IsReadyRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"isReady(IsReadyRequest, StreamObserver)","u":"isReady(com.oracle.coherence.grpc.IsReadyRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isReceiverNackEnabled()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isReferenceEnabled()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"isReferenceEnabled()"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"isReferenceEnabled()"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"isRefinementNeeded(SimpleAssignmentStrategy.AnalysisContext, PartitionedService, PartitionedService)","u":"isRefinementNeeded(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext,com.tangosol.net.PartitionedService,com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.util","c":"ClassHelper","l":"isReflectionAllowed(Object)","u":"isReflectionAllowed(java.lang.Object)"},{"p":"com.tangosol.coherence.config.builder","c":"ListBasedAddressProviderBuilder","l":"isRefreshable()"},{"p":"com.tangosol.net.ssl","c":"CertificateLoader","l":"isRefreshable()"},{"p":"com.tangosol.net.ssl","c":"KeyStoreLoader","l":"isRefreshable()"},{"p":"com.tangosol.net.ssl","c":"PrivateKeyLoader","l":"isRefreshable()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"isRefreshAhead()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"DefaultsProcessor","l":"isRegisterable(Class)","u":"isRegisterable(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility","l":"isRegistered(Cache, MBeanServerRegistrationUtility.ObjectNameType)","u":"isRegistered(javax.cache.Cache,com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility.ObjectNameType)"},{"p":"com.tangosol.net.management","c":"Registry","l":"isRegistered(String)","u":"isRegistered(java.lang.String)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"isRehashing()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isReleased()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"isReleased()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"isReleased()"},{"p":"com.tangosol.net","c":"Releasable","l":"isReleased()"},{"p":"com.tangosol.net.topic","c":"NamedTopic","l":"isReleased()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"isReleased()"},{"p":"com.tangosol.net","c":"Member","l":"isRemoteClient()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"isReported()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isReserved()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isResolving(DataOutput)","u":"isResolving(java.io.DataOutput)"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"isRespondInOrder()"},{"p":"com.tangosol.net","c":"InvocableInOrder","l":"isRespondInOrder()"},{"p":"com.tangosol.net.topic","c":"TopicDependencies","l":"isRetainConsumed()"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"isRetainConsumed(ParameterResolver)","u":"isRetainConsumed(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"isRetainsEntries()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"isRethrowExceptions()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"isRollbackCacheStoreFailures(ParameterResolver)","u":"isRollbackCacheStoreFailures(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"isRoot()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"isRootContext()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"isRunning()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"isRunning()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"isRunning()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"isRunning()"},{"p":"com.tangosol.net","c":"WrapperService","l":"isRunning()"},{"p":"com.tangosol.util","c":"Controllable","l":"isRunning()"},{"p":"com.tangosol.util","c":"Daemon","l":"isRunning()"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceBuilder","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractLocalCachingScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"BaseGrpcScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"InvocationScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"ProxyScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteCacheScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteInvocationScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReplicatedScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.config.scheme","c":"TransactionalScheme","l":"isRunningClusterNeeded()"},{"p":"com.tangosol.coherence.rest.server","c":"ContainerPassThroughResourceConfig","l":"isRunningInContainer()"},{"p":"com.tangosol.coherence.rest.server","c":"ContainerResourceConfig","l":"isRunningInContainer()"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"isRunningInContainer()"},{"p":"com.tangosol.util","c":"HealthCheck","l":"isSafe()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"isSanityChecking()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"isSanityChecking()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"isSanityChecking()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"isSealed(PersistentStore)","u":"isSealed(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"isSecure()"},{"p":"com.tangosol.net","c":"DatagramSocketProvider","l":"isSecure()"},{"p":"com.tangosol.net","c":"SystemDatagramSocketProvider","l":"isSecure()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"isSecure()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isSecuredProduction()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"isSelectStarQuery(String, NodeTerm)","u":"isSelectStarQuery(java.lang.String,com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"isSerial()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isSerializable(Object)","u":"isSerializable(java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isSerializerCompatible(Serializer, Serializer)","u":"isSerializerCompatible(com.tangosol.io.Serializer,com.tangosol.io.Serializer)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"isSerializerCompatible(Service, Service)","u":"isSerializerCompatible(com.tangosol.net.Service,com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"isSerializerCompatible(Service, Service)","u":"isSerializerCompatible(com.tangosol.net.Service,com.tangosol.net.Service)"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"isSet()"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"isShallowCloneable()"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"isSharedStorage()"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"isShutdown()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"isSilent()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"isSilent()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"isSilent()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"isSimpleNameLegal(String)","u":"isSimpleNameLegal(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isSimpleSequence(List)","u":"isSimpleSequence(java.util.List)"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"isSiteLocalAddress(InetAddress)","u":"isSiteLocalAddress(java.net.InetAddress)"},{"p":"com.tangosol.util","c":"Streamer","l":"isSized()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"isSkippable()"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"isSlidingExpiry(ParameterResolver)","u":"isSlidingExpiry(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.Complex","l":"isSparse()"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"isSparse()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isSpeakerEnabled()"},{"p":"com.tangosol.net","c":"Coherence","l":"isStarted()"},{"p":"com.tangosol.util","c":"HealthCheck","l":"isStarted()"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"isStartingState(S)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"isStatisticsEnabled()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"isStatisticsEnabled()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"isStatisticsEnabled()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"isStatisticsEnabled()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"isStatisticsEnabled()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"isStatisticsEnabled()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"isStatisticsEnabled()"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"isStopOnError()"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"isStopping()"},{"p":"com.tangosol.util","c":"Daemon","l":"isStopping()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"isStoreAllSupported()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"isStoreByValue()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"isStoreByValue()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"isStoreByValue()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"isStoreSupported()"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"isStoreUnsupported()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"isStrict()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"isStrict()"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"isStringable()"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"isStringable()"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"isStringable()"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"isStringable()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"isStripTrailingZeros()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isStrong(Member, Member)","u":"isStrong(com.tangosol.net.Member,com.tangosol.net.Member)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"isStrong(Member, Member)","u":"isStrong(com.tangosol.net.Member,com.tangosol.net.Member)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isStrong(Member, Ownership)","u":"isStrong(com.tangosol.net.Member,com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isStrongPossible(Set, Map)","u":"isStrongPossible(java.util.Set,java.util.Map)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"isStuck()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"isStuck()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isSubclassAllowed()"},{"p":"com.tangosol.net","c":"OperationalContext","l":"isSubjectScopingEnabled()"},{"p":"com.tangosol.net.management","c":"NotificationManager","l":"isSubscribedTo(String)","u":"isSubscribedTo(java.lang.String)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"isSubscriptionDestroyed(long)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"isSuccess()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"isSupported(OptionalFeature)","u":"isSupported(javax.cache.configuration.OptionalFeature)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"isSuspect(long)"},{"p":"com.tangosol.net","c":"Service","l":"isSuspended()"},{"p":"com.tangosol.net","c":"WrapperService","l":"isSuspended()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"isSynchronous()"},{"p":"com.tangosol.util","c":"MapListener","l":"isSynchronous()"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"isSynthetic()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"isSynthetic()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"isSynthetic()"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"isSynthetic()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"isSynthetic()"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"isSynthetic()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"isSynthetic()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"isSynthetic()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"isSynthetic()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"isSynthetic()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"isSynthetic(MapEvent)","u":"isSynthetic(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"isSynthetic(MapEvent)","u":"isSynthetic(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"isSyntheticUpdate()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isSystemIdentifierValid(String)","u":"isSystemIdentifierValid(java.lang.String)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isTcmpEnabled()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"isTcpRingEnabled()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"isTemporary()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"isTemporary()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"isTemporary()"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"isTerminated()"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"isTimedOut()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"isTimedOut(long)"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"isTopicActive(String, ClassLoader)","u":"isTopicActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"isTopicActive(String, ClassLoader)","u":"isTopicActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"isTopicActive(String, ClassLoader)","u":"isTopicActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"isTopicActive(String, ClassLoader)","u":"isTopicActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"Session","l":"isTopicActive(String, ClassLoader)","u":"isTopicActive(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"isTraceEnabled()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"isTraceEnabled()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.Dependencies","l":"isTraceEnabled()"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"isTraceLogging()"},{"p":"com.tangosol.util","c":"SubSet","l":"isTrackingRetained()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"isTransferStrong(int, int, Member)","u":"isTransferStrong(int,int,com.tangosol.net.Member)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"isTransformed()"},{"p":"com.tangosol.net.management","c":"ViewMBean","l":"isTransformed()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"isTransformed()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"isTransformedEvent(MapEvent)","u":"isTransformedEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"isTransient(ParameterResolver)","u":"isTransient(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"isTranslateEvents()"},{"p":"com.tangosol.util","c":"Filters","l":"isTrue(ValueExtractor)","u":"isTrue(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"isTypeIdEncoded(int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"isUniform()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.ComplexMap","l":"isUniform()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.Complex","l":"isUniform()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.ComplexMap","l":"isUniform()"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"isUniformCollection()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"isUniformEncoded()"},{"p":"com.tangosol.util","c":"MapEvent","l":"isUpdate()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"isUpperBoundInclusive()"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"isUserInRole(String)","u":"isUserInRole(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isUserType(Class)","u":"isUserType(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"isUserType(Class)","u":"isUserType(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"isUserType(Class)","u":"isUserType(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"isUserType(Class)","u":"isUserType(java.lang.Class)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"isUserType(Class)","u":"isUserType(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isUserType(Object)","u":"isUserType(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"isUserType(Object)","u":"isUserType(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"isUserType(Object)","u":"isUserType(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"isUserType(Object)","u":"isUserType(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"isUserType(String)","u":"isUserType(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofContext","l":"isUserType(String)","u":"isUserType(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"isUserType(String)","u":"isUserType(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"isUserType(String)","u":"isUserType(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"isUserType(String)","u":"isUserType(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"isUTC()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"isValid()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"isValid()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"isValidNumber()"},{"p":"com.tangosol.run.xml","c":"QNameAdapter","l":"isValidQName(String)","u":"isValidQName(java.lang.String)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"isValueChanged()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"isValueLoaded()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"isValueRemoved()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"isValuesImmutable()"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"isValueUpdated()"},{"p":"com.tangosol.util","c":"MapListener","l":"isVersionAware()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"isVersionAware(MapListener)","u":"isVersionAware(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isVersionCompatible(DataInput, int)","u":"isVersionCompatible(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isVersionCompatible(DataInput, int, int, int)","u":"isVersionCompatible(java.io.DataInput,int,int,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isVersionCompatible(DataInput, int, int, int, int, int)","u":"isVersionCompatible(java.io.DataInput,int,int,int,int,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isVersionCompatible(DataOutput, int)","u":"isVersionCompatible(java.io.DataOutput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isVersionCompatible(DataOutput, int, int, int)","u":"isVersionCompatible(java.io.DataOutput,int,int,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"isVersionCompatible(DataOutput, int, int, int, int, int)","u":"isVersionCompatible(java.io.DataOutput,int,int,int,int,int)"},{"p":"com.tangosol.io","c":"WrapperBufferInput.VersionAwareBufferInput","l":"isVersionCompatible(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput.VersionAwareBufferOutput","l":"isVersionCompatible(int)"},{"p":"com.tangosol.net","c":"Service","l":"isVersionCompatible(int)"},{"p":"com.tangosol.net","c":"WrapperService","l":"isVersionCompatible(int)"},{"p":"com.tangosol.io","c":"WrapperBufferInput.VersionAwareBufferInput","l":"isVersionCompatible(int, int, int)","u":"isVersionCompatible(int,int,int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput.VersionAwareBufferOutput","l":"isVersionCompatible(int, int, int)","u":"isVersionCompatible(int,int,int)"},{"p":"com.tangosol.net","c":"Service","l":"isVersionCompatible(int, int, int)","u":"isVersionCompatible(int,int,int)"},{"p":"com.tangosol.net","c":"WrapperService","l":"isVersionCompatible(int, int, int)","u":"isVersionCompatible(int,int,int)"},{"p":"com.tangosol.io","c":"WrapperBufferInput.VersionAwareBufferInput","l":"isVersionCompatible(int, int, int, int, int)","u":"isVersionCompatible(int,int,int,int,int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput.VersionAwareBufferOutput","l":"isVersionCompatible(int, int, int, int, int)","u":"isVersionCompatible(int,int,int,int,int)"},{"p":"com.tangosol.net","c":"Service","l":"isVersionCompatible(int, int, int, int, int)","u":"isVersionCompatible(int,int,int,int,int)"},{"p":"com.tangosol.net","c":"WrapperService","l":"isVersionCompatible(int, int, int, int, int)","u":"isVersionCompatible(int,int,int,int,int)"},{"p":"com.tangosol.net","c":"Service","l":"isVersionCompatible(IntPredicate)","u":"isVersionCompatible(java.util.function.IntPredicate)"},{"p":"com.tangosol.net","c":"WrapperService","l":"isVersionCompatible(IntPredicate)","u":"isVersionCompatible(java.util.function.IntPredicate)"},{"p":"com.tangosol.util","c":"Versionable","l":"isVersioningEnabled()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"isVersionUpdate()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"isVersionUpdate()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"isVersionUpdate(MapEvent)","u":"isVersionUpdate(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"isVirtualErase()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"isWaitingOnPending()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"isWhitespace(char)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"isWildCardCacheName()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"isWildCardServiceName()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContainerHelper","l":"isWLSContainer()"},{"p":"com.tangosol.coherence.rest.providers","c":"EntryWriter","l":"isWriteable(Class, Type, Annotation[], MediaType)","u":"isWriteable(java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"JsonCollectionWriter","l":"isWriteable(Class, Type, Annotation[], MediaType)","u":"isWriteable(java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"ObjectWriter","l":"isWriteable(Class, Type, Annotation[], MediaType)","u":"isWriteable(java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlCollectionWriter","l":"isWriteable(Class, Type, Annotation[], MediaType)","u":"isWriteable(java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlKeysWriter","l":"isWriteable(Class, Type, Annotation[], MediaType)","u":"isWriteable(java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlMapWriter","l":"isWriteable(Class, Type, Annotation[], MediaType)","u":"isWriteable(java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"isWriteBehind()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"isWriteBehindRemove()"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"isWriteBehindRemove(ParameterResolver)","u":"isWriteBehindRemove(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"isWriteLocked()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"isWriteLockedByCurrentThread()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"isWriteThrough()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheMXBean","l":"isWriteThrough()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"isWriteThrough()"},{"p":"com.tangosol.net.cache","c":"CacheLoaderCacheStore.Iterable","l":"Iterable(IterableCacheLoader)","u":"%3Cinit%3E(com.tangosol.net.cache.IterableCacheLoader)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"IterableAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"iterate(PersistentStore.Visitor)","u":"iterate(com.oracle.coherence.persistence.PersistentStore.Visitor)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"iterate(PersistentStore.Visitor)","u":"iterate(com.oracle.coherence.persistence.PersistentStore.Visitor)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"iterate(PersistentStore.Visitor)","u":"iterate(com.oracle.coherence.persistence.PersistentStore.Visitor)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"iterateBinaryStores()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"iterateInternal(PersistentStore.Visitor)","u":"iterateInternal(com.oracle.coherence.persistence.PersistentStore.Visitor)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"iterateKeys()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EvictingBackupMap","l":"iterateKeys()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"iterateKeys()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"iterateKeys()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"iterateKeys()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MaskedPartitionMap","l":"iterateKeys()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"iterateKeys()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"iterateKeys()"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"iterateKeys()"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"iterateKeys()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"iterateKeys(Map[])","u":"iterateKeys(java.util.Map[])"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"iterator()"},{"p":"com.tangosol.coherence.config","c":"CacheMappingRegistry","l":"iterator()"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"iterator()"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry","l":"iterator()"},{"p":"com.tangosol.coherence.config","c":"ServiceSchemeRegistry","l":"iterator()"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"iterator()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"iterator()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEventFilteringIterable","l":"iterator()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"iterator()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"iterator()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"iterator()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"iterator()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"iterator()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"iterator()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.ValuesCollection","l":"iterator()"},{"p":"com.tangosol.net.cache","c":"LocalCache.EntrySet","l":"iterator()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet","l":"iterator()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"iterator()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ValuesCollection","l":"iterator()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"iterator()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"iterator()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryProcessorEvent","l":"iterator()"},{"p":"com.tangosol.net.events.partition","c":"TransactionEvent","l":"iterator()"},{"p":"com.tangosol.net.events.partition","c":"UnsolicitedCommitEvent","l":"iterator()"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"iterator()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"iterator()"},{"p":"com.tangosol.net.partition","c":"VersionedPartitions","l":"iterator()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.KeySet","l":"iterator()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"iterator()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"iterator()"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"ChainedMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"ChainedSet","l":"iterator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"iterator()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"iterator()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.KeySet","l":"iterator()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"iterator()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"iterator()"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"iterator()"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"LiteSet","l":"iterator()"},{"p":"com.tangosol.util","c":"LongArray","l":"iterator()"},{"p":"com.tangosol.util","c":"MapSet","l":"iterator()"},{"p":"com.tangosol.util","c":"NullImplementation.NullEnumerator","l":"iterator()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"iterator()"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"iterator()"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"iterator()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"iterator()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"iterator()"},{"p":"com.tangosol.util","c":"SafeHashMap.ValuesCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"SafeSortedMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"iterator()"},{"p":"com.tangosol.util","c":"SafeSortedMap.Values","l":"iterator()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"iterator()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ValuesCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"iterator()"},{"p":"com.tangosol.util","c":"SortedBag","l":"iterator()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"iterator()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"iterator()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"iterator()"},{"p":"com.tangosol.util","c":"SubList","l":"iterator()"},{"p":"com.tangosol.util","c":"SubSet","l":"iterator()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"iterator()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"iterator()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntrySet","l":"iterator()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.Iterator","l":"Iterator(AbstractSparseArray.Node, int, boolean)","u":"%3Cinit%3E(com.tangosol.util.AbstractSparseArray.Node,int,boolean)"},{"p":"com.tangosol.util","c":"SimpleLongArray.Iterator","l":"Iterator(int, boolean)","u":"%3Cinit%3E(int,boolean)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"iterator(long)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"iteratorActivated(Iterator)","u":"iteratorActivated(java.util.Iterator)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"iteratorActivated(Iterator)","u":"iteratorActivated(java.util.Iterator)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"iteratorDeactivated(Iterator)","u":"iteratorDeactivated(java.util.Iterator)"},{"p":"com.tangosol.util","c":"IteratorEnumerator","l":"IteratorEnumerator(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_BIG_DECIMAL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_BIG_INTEGER"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_BINARY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_BOOLEAN"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_BOOLEAN_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_BYTE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_BYTE_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_CHAR_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_CHARACTER"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_COLLECTION"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_DATE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_DATETIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_DOUBLE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_DOUBLE_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_FLOAT"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_FLOAT_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_INT_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_INTEGER"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_LOCAL_DATE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_LOCAL_DATETIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_LOCAL_TIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_LONG"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_LONG_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_MAP"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_NULL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_OBJECT_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_OFFSET_DATETIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_OFFSET_TIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_QUAD"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_RAW_DATE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_RAW_DATETIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_RAW_DAY_TIME_INTERVAL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_RAW_TIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_RAW_TIME_INTERVAL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_RAW_YEAR_MONTH_INTERVAL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_SHORT"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_SHORT_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_SPARSE_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_STRING"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_TIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_TIMESTAMP"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_USER_TYPE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"J_ZONED_DATETIME"},{"p":"com.tangosol.net.security","c":"JAASIdentityAsserter","l":"JAASIdentityAsserter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.rest.io","c":"JacksonJsonMarshaller","l":"JacksonJsonMarshaller(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.rest.providers","c":"JacksonMapperProvider","l":"JacksonMapperProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.JavaPofSerializer","l":"JavaPofSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.io","c":"JaxbXmlMarshaller","l":"JaxbXmlMarshaller(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_CONFIG_BACK_SCHEME_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_CONFIG_BACK_SCHEME_SERVICE_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_CONFIG_CACHE_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_CONFIG_SCHEME_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_CONFIG_SERVICE_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_EXTEND_PROXY_SERVICE_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_EXTEND_SCHEME_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_EXTEND_SERVICE_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_LOCAL_CACHE_NAME_PATTERN"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_LOCAL_CACHE_NAME_PREFIX"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_LOCAL_SCHEME_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_LOCAL_SERVICE_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_PARTITIONED_CACHE_NAME_PATTERN"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_PARTITIONED_CACHE_NAME_PREFIX"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_PARTITIONED_SCHEME_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_PARTITIONED_SERVICE_NAME"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCache","l":"JCACHE_REMOTE_SCHEME"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue.JCacheSyntheticKind","l":"JCACHE_SYNTHETHIC_LOADED"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue.JCacheSyntheticKind","l":"JCACHE_SYNTHETIC_CLEAR"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue.JCacheSyntheticKind","l":"JCACHE_SYNTHETIC_NONE"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue.JCacheSyntheticKind","l":"JCACHE_SYNTHETIC_UPDATE"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"JCacheContext(JCacheIdentifier, CompleteConfiguration)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.common.JCacheIdentifier,javax.cache.configuration.CompleteConfiguration)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"JCacheEntryMetaInf()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"JCacheEntryMetaInf(JCacheEntryMetaInf)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.common.JCacheEntryMetaInf)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"JCacheEntryMetaInf(long, ExpiryPolicy)","u":"%3Cinit%3E(long,javax.cache.expiry.ExpiryPolicy)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter","l":"JCacheExpiryEntryFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache","c":"JCacheExtendNamespace","l":"JCacheExtendNamespace()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"JCacheIdentifier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"JCacheIdentifier(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"JCacheIdentifier(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContainerHelper.JCacheLifecycleInterceptor","l":"JCacheLifecycleInterceptor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache","c":"JCacheNamespace","l":"JCacheNamespace()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"JE_PROPERTY_PREFIX"},{"p":"com.tangosol.net.management","c":"JmxmpServer","l":"JmxmpServer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"JmxmpServer","l":"JmxmpServer(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"JMXPartitionStats()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"JOIN"},{"p":"com.tangosol.util","c":"Binary","l":"join(Binary[])","u":"join(com.tangosol.util.Binary[])"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"join(InetAddress)","u":"join(java.net.InetAddress)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"joinGroup(SocketAddress, NetworkInterface)","u":"joinGroup(java.net.SocketAddress,java.net.NetworkInterface)"},{"p":"com.tangosol.net.management","c":"Registry","l":"JOURNAL_TYPE"},{"p":"com.tangosol.coherence.rest.providers","c":"JsonCollectionWriter","l":"JsonCollectionWriter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"JsonCollectionWriter","l":"JsonCollectionWriter(MarshallerRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.rest.io.MarshallerRegistry)"},{"p":"com.tangosol.coherence.rest.io","c":"JsonJacksonMarshaller","l":"JsonJacksonMarshaller(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap","l":"JsonMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap","l":"JsonMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"key"},{"p":"com.tangosol.net.management.annotation","c":"MetricsScope","l":"KEY"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"KEY"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_CLUSTER"},{"p":"com.oracle.coherence.grpc","c":"ErrorsHelper","l":"KEY_ERROR"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"KEY_FUNCTION_BUILDER"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_ID"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_MEMBER"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_NAME"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_NODE_ID"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_RESPONSIBILITY"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_SERVICE"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_SUBTYPE_TYPE"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_TOPIC"},{"p":"com.tangosol.net.management","c":"Registry","l":"KEY_TOPIC_GROUP"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"KeyAssociatedFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"KeyAssociatedFilter(Filter, Object)","u":"%3Cinit%3E(com.tangosol.util.Filter,java.lang.Object)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.KeyConverter","l":"KeyConverter(CacheRequestHolder)","u":"%3Cinit%3E(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.coherence.rest.io","c":"KeyConverterAdapter","l":"KeyConverterAdapter(KeyConverter)","u":"%3Cinit%3E(com.tangosol.coherence.rest.KeyConverter)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"KeyExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"KeyExtractor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"KeyExtractor(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"KeyFilter(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"KeyIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.KeyIterator","l":"KeyIterator(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"KeyMask()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractBinaryStore","l":"keys()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"keys()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"keys()"},{"p":"com.tangosol.io","c":"BinaryStore","l":"keys()"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"keys()"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"keys()"},{"p":"com.tangosol.net.cache","c":"CacheLoaderCacheStore.Iterable","l":"keys()"},{"p":"com.tangosol.net.cache","c":"IterableCacheLoader","l":"keys()"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"keys()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"keys()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"keys()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"keys()"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"keys()"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"keys()"},{"p":"com.tangosol.util","c":"LongArray","l":"keys()"},{"p":"com.tangosol.util","c":"StringTable","l":"keys()"},{"p":"com.tangosol.util","c":"Tree","l":"keys()"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"keys(String)","u":"keys(java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"keys(UriInfo)","u":"keys(jakarta.ws.rs.core.UriInfo)"},{"p":"com.tangosol.util","c":"StringTable","l":"keysEquals(StringTable)","u":"keysEquals(com.tangosol.util.StringTable)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"keySet()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"keySet()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"keySet()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"keySet()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"keySet()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"keySet()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"keySet()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"keySet()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"keySet()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"keySet()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"keySet()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"keySet()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"keySet()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"keySet()"},{"p":"com.tangosol.util","c":"SetMap","l":"keySet()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"keySet()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"keySet()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"OpenHashMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"KeySet()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"keySet(CacheRequestHolder, StreamObserver)","u":"keySet(com.oracle.coherence.grpc.CacheRequestHolder,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"keySet(Consumer)","u":"keySet(java.util.function.Consumer)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"keySet(Filter)","u":"keySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"keySet(Filter)","u":"keySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"keySet(Filter)","u":"keySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"keySet(Filter)","u":"keySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterQueryMap","l":"keySet(Filter)","u":"keySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"QueryMap","l":"keySet(Filter)","u":"keySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"keySet(Filter)","u":"keySet(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"keySet(Filter, Consumer)","u":"keySet(com.tangosol.util.Filter,java.util.function.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"keySet(InvocableMap)","u":"keySet(com.tangosol.util.InvocableMap)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"keySet(KeySetRequest, StreamObserver)","u":"keySet(com.oracle.coherence.grpc.KeySetRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"keySet(KeySetRequest, StreamObserver)","u":"keySet(com.oracle.coherence.grpc.KeySetRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"keySet(KeySetRequest, StreamObserver)","u":"keySet(com.oracle.coherence.grpc.KeySetRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.coherence.rest.query","c":"Query","l":"keySet(NamedCache)","u":"keySet(com.tangosol.net.NamedCache)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"keySet(String, String, String, ByteString)","u":"keySet(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"KEYSTORE_TYPE"},{"p":"com.tangosol.coherence.config.xml.processor","c":"KeystoreProcessor","l":"KeystoreProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"KeyValueArrayMap(Object[], int, Object[], int, int)","u":"%3Cinit%3E(java.lang.Object[],int,java.lang.Object[],int,int)"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"KeyValueArrayMap(Object[], Object[])","u":"%3Cinit%3E(java.lang.Object[],java.lang.Object[])"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"KeywordOPToken","l":"KeywordOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"LAMBDA_SERIALIZATION"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"LAST_ENTRY"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"last()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"last()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedSet","l":"last()"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"last()"},{"p":"com.tangosol.util","c":"SortedBag","l":"last()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"last()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"lastEntry()"},{"p":"com.tangosol.util","c":"Binary","l":"lastIndexOf(Binary)","u":"lastIndexOf(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"Binary","l":"lastIndexOf(Binary, int)","u":"lastIndexOf(com.tangosol.util.Binary,int)"},{"p":"com.tangosol.util","c":"Binary","l":"lastIndexOf(byte)"},{"p":"com.tangosol.util","c":"Binary","l":"lastIndexOf(byte, int)","u":"lastIndexOf(byte,int)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"SubList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"lastIndexOf(Object)","u":"lastIndexOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"lastIndexOf(Object, long)","u":"lastIndexOf(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"lastIndexOf(T)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"lastIndexOf(T, long)","u":"lastIndexOf(T,long)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"lastIndexOf(V)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"lastIndexOf(V)"},{"p":"com.tangosol.util","c":"LongArray","l":"lastIndexOf(V)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"lastIndexOf(V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"lastIndexOf(V)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"lastIndexOf(V, long)","u":"lastIndexOf(V,long)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"lastIndexOf(V, long)","u":"lastIndexOf(V,long)"},{"p":"com.tangosol.util","c":"LongArray","l":"lastIndexOf(V, long)","u":"lastIndexOf(V,long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"lastIndexOf(V, long)","u":"lastIndexOf(V,long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"lastIndexOf(V, long)","u":"lastIndexOf(V,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"lastKey()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedMap","l":"lastKey()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"lastKey()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"lastKey()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"lastKey()"},{"p":"com.oracle.coherence.concurrent","c":"Latches","l":"Latches()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent","c":"Latches","l":"latchesMap()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LeafBaseToken","l":"LeafBaseToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"LeaseGranularityProcessor","l":"LeaseGranularityProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"leave(InetAddress)","u":"leave(java.net.InetAddress)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"leaveGroup(SocketAddress, NetworkInterface)","u":"leaveGroup(java.net.SocketAddress,java.net.NetworkInterface)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder.TraceCommandOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"BetweenOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ContainsOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"IdentifierOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixRightOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"KeywordOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LikeOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LiteralOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NotOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ParenOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PathOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termlanguage","c":"ColonToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termlanguage","c":"CurlyToken","l":"led(OPParser, Term)","u":"led(com.tangosol.coherence.dsltools.precedence.OPParser,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"left"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"LEFT"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"leftBindingPower()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"length()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"length()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"length()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"length()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"length()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"length()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"length()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"length()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"length()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"length()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"length()"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"length()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"length()"},{"p":"com.tangosol.util","c":"AbstractByteSequence.AggregateByteSequence","l":"length()"},{"p":"com.tangosol.util","c":"AbstractByteSequence.PartialByteSequence","l":"length()"},{"p":"com.tangosol.util","c":"ByteSequence","l":"length()"},{"p":"com.tangosol.util","c":"Filters","l":"less(ValueExtractor, E)","u":"less(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util","c":"Filters","l":"lessEqual(ValueExtractor, E)","u":"lessEqual(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"LessEqualsFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"LessEqualsFilter(String, E)","u":"%3Cinit%3E(java.lang.String,E)"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"LessEqualsFilter(ValueExtractor, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessEqualsOperator","l":"LessEqualsOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"LessFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"LessFilter(String, E)","u":"%3Cinit%3E(java.lang.String,E)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"LessFilter(ValueExtractor, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessOperator","l":"LessOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"LICENSE_MODE_DEVELOPMENT"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"LICENSE_MODE_EVALUATION"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"LICENSE_MODE_PRODUCTION"},{"p":"com.tangosol.net","c":"DefaultCacheServer.LifecycleContext","l":"LifecycleContext()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.LifecycleEventHandler","l":"LifecycleEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.tangosol.util","c":"Filters","l":"like(ValueExtractor, String)","u":"like(com.tangosol.util.ValueExtractor,java.lang.String)"},{"p":"com.tangosol.util","c":"Filters","l":"like(ValueExtractor, String, boolean)","u":"like(com.tangosol.util.ValueExtractor,java.lang.String,boolean)"},{"p":"com.tangosol.util","c":"Filters","l":"like(ValueExtractor, String, char)","u":"like(com.tangosol.util.ValueExtractor,java.lang.String,char)"},{"p":"com.tangosol.util","c":"Filters","l":"like(ValueExtractor, String, char, boolean)","u":"like(com.tangosol.util.ValueExtractor,java.lang.String,char,boolean)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"LikeFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"LikeFilter(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"LikeFilter(String, String, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"LikeFilter(String, String, char, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,char,boolean)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"LikeFilter(ValueExtractor, String)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.lang.String)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"LikeFilter(ValueExtractor, String, char, boolean)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.lang.String,char,boolean)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LikeOperator","l":"LikeOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LikeOperator","l":"LikeOperator(String, boolean, String...)","u":"%3Cinit%3E(java.lang.String,boolean,java.lang.String...)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LikeOPToken","l":"LikeOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LikeOPToken","l":"LikeOPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"limit(long)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"limit(long)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"limit(long)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"limit(long)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"LimitFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"LimitFilter(Filter, int)","u":"%3Cinit%3E(com.tangosol.util.Filter,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"link()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"linkAfter(SafeLinkedList.Node)","u":"linkAfter(com.tangosol.util.SafeLinkedList.Node)"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"linkBefore(SafeLinkedList.Node)","u":"linkBefore(com.tangosol.util.SafeLinkedList.Node)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"LIST_NODE"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"list()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"list()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"list()"},{"p":"com.tangosol.persistence","c":"SnapshotArchiver","l":"list()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"list()"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"listArchivedSnapshots()"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"listArchivedSnapshotStores(String)","u":"listArchivedSnapshotStores(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder.ListArchiverStatement","l":"ListArchiverStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder","l":"ListArchiverStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"ListBasedAddressProviderBuilder","l":"ListBasedAddressProviderBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"LISTEN_ALL"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"LISTEN_AUTO"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"LISTEN_LOGICAL"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"LISTEN_NONE"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"LISTEN_PRESENT"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"listener()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController.Listener","l":"Listener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"listener(MapListener)","u":"listener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"listener(MapListener)","u":"listener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"Listeners","l":"listeners()"},{"p":"com.tangosol.util","c":"Listeners","l":"Listeners()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"listInternal()"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"listInternal()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"listIterator()"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"listIterator()"},{"p":"com.tangosol.util","c":"InflatableList","l":"listIterator()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"listIterator()"},{"p":"com.tangosol.util","c":"SubList","l":"listIterator()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"listIterator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"listIterator(int)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"listIterator(int)"},{"p":"com.tangosol.util","c":"InflatableList","l":"listIterator(int)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"listIterator(int)"},{"p":"com.tangosol.util","c":"SubList","l":"listIterator(int)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"listIterator(int)"},{"p":"com.tangosol.util","c":"ListMap","l":"ListMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ListMap","l":"ListMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"listOpen()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"listOpen()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"listOpen()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ListOpToken","l":"ListOpToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ListOpToken","l":"ListOpToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder.ListServicesStatement","l":"ListServicesStatement(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder","l":"ListServicesStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"listSnapshots()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"listSnapshots()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"listSnapshots()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder.ListSnapshotsStatement","l":"ListSnapshotsStatement(String, boolean)","u":"%3Cinit%3E(java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder","l":"ListSnapshotsStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"Snapshot","l":"listStores()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"listStoresInternal(String)","u":"listStoresInternal(java.lang.String)"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"listStoresInternal(String)","u":"listStoresInternal(java.lang.String)"},{"p":"com.tangosol.util","c":"ImmutableArrayList.ListView","l":"ListView()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.ListView","l":"ListView()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"LITE"},{"p":"com.tangosol.util","c":"LiteMap","l":"LiteMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"LiteMap","l":"LiteMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"LITERAL_NODE"},{"p":"com.oracle.coherence.cdi","c":"CacheAdd.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CacheGet.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CachePut.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"CacheRemove.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Activated.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Activating.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Arrived.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Assigned.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Committed.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Committing.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"CommittingLocal.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"CommittingRemote.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Connecting.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Created.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Deleted.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Departed.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Departing.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Destroyed.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Disconnected.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Disposing.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Error.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Executed.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Executing.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Inserted.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Inserting.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Lite.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Lost.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Recovered.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Removed.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Removing.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Replicating.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Rollback.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Started.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Starting.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Stopped.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Stopping.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Synced.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Synchronous.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Syncing.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Truncated.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Updated.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"Updating.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"Remote.Literal","l":"Literal()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"Name.Literal","l":"Literal(String, boolean)","u":"%3Cinit%3E(java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"LiteralBaseToken(int, String)","u":"%3Cinit%3E(int,java.lang.String)"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"LiteralExpression()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"LiteralExpression(T)","u":"%3Cinit%3E(T)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"literalFloat()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LiteralOPToken","l":"LiteralOPToken(LiteralBaseToken)","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.base.LiteralBaseToken)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LiteralOPToken","l":"LiteralOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LiteralOPToken","l":"LiteralOPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.util","c":"LiteSet","l":"LiteSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"LiteSet","l":"LiteSet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"load()"},{"p":"com.tangosol.net.ssl","c":"CertificateLoader","l":"load()"},{"p":"com.tangosol.io","c":"AbstractBinaryStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"BinaryStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"load(Binary)","u":"load(com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheBinaryEntryStore","l":"load(BinaryEntry)","u":"load(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"BinaryEntryStore","l":"load(BinaryEntry)","u":"load(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"NonBlockingEntryStore","l":"load(BinaryEntry, StoreObserver)","u":"load(com.tangosol.util.BinaryEntry,com.tangosol.net.cache.StoreObserver)"},{"p":"com.tangosol.net.cache","c":"AbstractCacheLoader","l":"load(K)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"load(K)"},{"p":"com.tangosol.net.cache","c":"CacheLoader","l":"load(K)"},{"p":"com.tangosol.net.cache","c":"CacheLoaderCacheStore","l":"load(K)"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"load(K)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"load(long, R)","u":"load(long,R)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"load(long, R)","u":"load(long,R)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"load(long, ReadBuffer)","u":"load(long,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"load(Object)","u":"load(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheLoaderCacheStore","l":"load(Object)","u":"load(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"load(Object)","u":"load(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"load(Object)","u":"load(java.lang.Object)"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"load(PasswordProvider)","u":"load(com.tangosol.net.PasswordProvider)"},{"p":"com.tangosol.net.ssl","c":"PrivateKeyLoader","l":"load(PasswordProvider)","u":"load(com.tangosol.net.PasswordProvider)"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"load(String, PasswordProvider)","u":"load(java.lang.String,com.tangosol.net.PasswordProvider)"},{"p":"com.tangosol.net.ssl","c":"EmptyKeyStoreLoader","l":"load(String, PasswordProvider)","u":"load(java.lang.String,com.tangosol.net.PasswordProvider)"},{"p":"com.tangosol.net.ssl","c":"KeyStoreLoader","l":"load(String, PasswordProvider)","u":"load(java.lang.String,com.tangosol.net.PasswordProvider)"},{"p":"com.tangosol.net.ssl","c":"KeyStoreLoader","l":"load(String, PasswordProvider, Certificate[])","u":"load(java.lang.String,com.tangosol.net.PasswordProvider,java.security.cert.Certificate[])"},{"p":"com.tangosol.net.ssl","c":"KeyStoreLoader","l":"load(String, PasswordProvider, PrivateKey, PasswordProvider, Certificate[])","u":"load(java.lang.String,com.tangosol.net.PasswordProvider,java.security.PrivateKey,com.tangosol.net.PasswordProvider,java.security.cert.Certificate[])"},{"p":"com.tangosol.net","c":"SocketOptions","l":"load(XmlElement)","u":"load(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"loadAll()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"loadAll(Collection)","u":"loadAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheLoaderCacheStore","l":"loadAll(Collection)","u":"loadAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"loadAll(Collection)","u":"loadAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"CacheLoader","l":"loadAll(Collection)","u":"loadAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"CacheLoaderCacheStore","l":"loadAll(Collection)","u":"loadAll(java.util.Collection)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheBinaryEntryStore","l":"loadAll(Set)","u":"loadAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"loadAll(Set)","u":"loadAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"BinaryEntryStore","l":"loadAll(Set>)","u":"loadAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"NonBlockingEntryStore","l":"loadAll(Set>, StoreObserver)","u":"loadAll(java.util.Set,com.tangosol.net.cache.StoreObserver)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"loadAll(Set, boolean, CompletionListener)","u":"loadAll(java.util.Set,boolean,javax.cache.integration.CompletionListener)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"loadAll(Set, boolean, CompletionListener)","u":"loadAll(java.util.Set,boolean,javax.cache.integration.CompletionListener)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"loadAll(Set, boolean, CompletionListener)","u":"loadAll(java.util.Set,boolean,javax.cache.integration.CompletionListener)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"loadAll(Set, boolean, CompletionListener)","u":"loadAll(java.util.Set,boolean,javax.cache.integration.CompletionListener)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"loadAllInternal(Set)","u":"loadAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"loadAllInternal(Set)","u":"loadAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"loadAllInternal(Set)","u":"loadAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"loadAllInternal(Set)","u":"loadAllInternal(java.util.Set)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"LoadBalancer(LoadBalancer.AddressPort, LoadBalancer.AddressPort[], Properties)","u":"%3Cinit%3E(com.tangosol.net.LoadBalancer.AddressPort,com.tangosol.net.LoadBalancer.AddressPort[],java.util.Properties)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"loadClass(String)","u":"loadClass(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"loadClass(String, ClassLoader, ClassLoader)","u":"loadClass(java.lang.String,java.lang.ClassLoader,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"loadClass(String, ClassLoader, ClassLoader)","u":"loadClass(java.lang.String,java.lang.ClassLoader,java.lang.ClassLoader)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.LoadComparator","l":"LoadComparator(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"loadConfig(String)","u":"loadConfig(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"loadConfig(String, ClassLoader)","u":"loadConfig(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"loadConfigAsResource(String, ClassLoader)","u":"loadConfigAsResource(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"loadConfigFromFile(File)","u":"loadConfigFromFile(java.io.File)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"loadConfigFromURI(String, ClassLoader)","u":"loadConfigFromURI(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"loadExtentIdsInternal(Set)","u":"loadExtentIdsInternal(java.util.Set)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadFileOrResource(String, String)","u":"loadFileOrResource(java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadFileOrResource(String, String, ClassLoader)","u":"loadFileOrResource(java.lang.String,java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadFileOrResource(String, String, ClassLoader, boolean)","u":"loadFileOrResource(java.lang.String,java.lang.String,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadFileOrResourceOrDefault(String, String, ClassLoader)","u":"loadFileOrResourceOrDefault(java.lang.String,java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"loadInternal(long, ReadBuffer)","u":"loadInternal(long,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"loadInternal(Object)","u":"loadInternal(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"loadInternal(Object)","u":"loadInternal(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"loadInternal(Object)","u":"loadInternal(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"loadInternal(Object)","u":"loadInternal(java.lang.Object)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"loadNamespaceHandlers(XmlElement)","u":"loadNamespaceHandlers(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"loadNamespaceHandlers(XmlElement)","u":"loadNamespaceHandlers(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver","l":"LoadOperationObserver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver","l":"LoadOperationObserver(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"loadResource(String, ClassLoader, ClassLoader)","u":"loadResource(java.lang.String,java.lang.ClassLoader,java.lang.ClassLoader)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadResource(String, String)","u":"loadResource(java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadResource(String, String, ClassLoader)","u":"loadResource(java.lang.String,java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadResource(URL, String, ClassLoader)","u":"loadResource(java.net.URL,java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadResourceInternal(String, String, ClassLoader, boolean, boolean, boolean)","u":"loadResourceInternal(java.lang.String,java.lang.String,java.lang.ClassLoader,boolean,boolean,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadResourceInternal(URL, String, boolean)","u":"loadResourceInternal(java.net.URL,java.lang.String,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(Class)","u":"loadXml(java.lang.Class)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(Class, String)","u":"loadXml(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(Class, String, String)","u":"loadXml(java.lang.Class,java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(InputStream)","u":"loadXml(java.io.InputStream)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(InputStream, String)","u":"loadXml(java.io.InputStream,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(String)","u":"loadXml(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(String, XmlDocument)","u":"loadXml(java.lang.String,com.tangosol.run.xml.XmlDocument)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(String, XmlDocument, boolean)","u":"loadXml(java.lang.String,com.tangosol.run.xml.XmlDocument,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(URL)","u":"loadXml(java.net.URL)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"loadXml(URL, String)","u":"loadXml(java.net.URL,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"local()"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"local()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"LocalAddressProcessor","l":"LocalAddressProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"LocalAddressProviderBuilder(InetAddress, int, int)","u":"%3Cinit%3E(java.net.InetAddress,int,int)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"LocalAddressProviderBuilder(String, int, int)","u":"%3Cinit%3E(java.lang.String,int,int)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"LocalAddressProviderBuilder(String, int, int, XmlElement)","u":"%3Cinit%3E(java.lang.String,int,int,com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"LocalAtomicBoolean(AtomicBoolean)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicBoolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"LocalAtomicBoolean(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicBoolean(String)","u":"localAtomicBoolean(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicBoolean(String, boolean)","u":"localAtomicBoolean(java.lang.String,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicInteger(String)","u":"localAtomicInteger(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicInteger(String, int)","u":"localAtomicInteger(java.lang.String,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicLong(String)","u":"localAtomicLong(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicLong(String, long)","u":"localAtomicLong(java.lang.String,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"LocalAtomicMarkableReference(AtomicMarkableReference)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicMarkableReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicMarkableReference(String)","u":"localAtomicMarkableReference(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicMarkableReference(String, V, boolean)","u":"localAtomicMarkableReference(java.lang.String,V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"LocalAtomicMarkableReference(V, boolean)","u":"%3Cinit%3E(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"LocalAtomicReference(AtomicReference)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicReference(String)","u":"localAtomicReference(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicReference(String, V)","u":"localAtomicReference(java.lang.String,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"LocalAtomicReference(V)","u":"%3Cinit%3E(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"LocalAtomicStampedReference(AtomicStampedReference)","u":"%3Cinit%3E(java.util.concurrent.atomic.AtomicStampedReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicStampedReference(String)","u":"localAtomicStampedReference(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"localAtomicStampedReference(String, V, int)","u":"localAtomicStampedReference(java.lang.String,V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"LocalAtomicStampedReference(V, int)","u":"%3Cinit%3E(V,int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"LocalCache()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"LocalCache(CoherenceBasedCacheManager, String, LocalCacheConfiguration)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String,com.tangosol.coherence.jcache.localcache.LocalCacheConfiguration)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"LocalCache(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"LocalCache(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"LocalCache(int, int, CacheLoader)","u":"%3Cinit%3E(int,int,com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"LocalCache(int, int, double)","u":"%3Cinit%3E(int,int,double)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheConfiguration","l":"LocalCacheConfiguration()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheConfiguration","l":"LocalCacheConfiguration(CompleteConfiguration)","u":"%3Cinit%3E(javax.cache.configuration.CompleteConfiguration)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"LocalCacheValue(LocalCacheValue)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.localcache.LocalCacheValue)"},{"p":"com.oracle.coherence.concurrent","c":"Latches","l":"localCountDownLatch(String, int)","u":"localCountDownLatch(java.lang.String,int)"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"localLock(String)","u":"localLock(java.lang.String)"},{"p":"com.tangosol.net.security","c":"LocalPermission","l":"LocalPermission(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"localReadWriteLock(String)","u":"localReadWriteLock(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"LocalScheme()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphores","l":"localSemaphore(String, int)","u":"localSemaphore(java.lang.String,int)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"LOCK_ALL"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"LOCK_ALL"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"LOCK_ALL_PENDING"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"LOCK_ALL_PENDING_IDX"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"LOCK_COUNT"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"LOCK_FILE_NAME"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"lock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"lock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"lock()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"Lock()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterConcurrentMap","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"lock(Object)","u":"lock(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterConcurrentMap","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"lock(Object, long)","u":"lock(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"LockableEntry(Object, Object, int)","u":"%3Cinit%3E(java.lang.Object,java.lang.Object,int)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockAction","l":"LockAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"lockAll(ConcurrentMap, Collection, long)","u":"lockAll(com.tangosol.util.ConcurrentMap,java.util.Collection,long)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"lockAllBuckets()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"lockAllBuckets(int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"lockAllSegments(long)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"lockBucket(int)"},{"p":"com.tangosol.io","c":"FileHelper","l":"lockFile(File)","u":"lockFile(java.io.File)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"lockInternal(Object)","u":"lockInternal(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"lockInternalNoWait(Object)","u":"lockInternalNoWait(java.lang.Object)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"lockInterruptibly()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"lockInterruptibly()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"lockInterruptibly()"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"lockInterruptibly(Lock)","u":"lockInterruptibly(java.util.concurrent.locks.Lock)"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"LockOwner()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"LockOwner(Member, long)","u":"%3Cinit%3E(com.tangosol.net.Member,long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"lockRead()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"LOCKS_ALL"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"LOCKS_NONE"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"Locks()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"lockSegment(int, boolean)","u":"lockSegment(int,boolean)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"lockStorage()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"lockWrite()"},{"p":"com.tangosol.util","c":"Base","l":"LOG_ALWAYS"},{"p":"com.tangosol.util","c":"Base","l":"LOG_CONFIG"},{"p":"com.tangosol.util","c":"Base","l":"LOG_DEBUG"},{"p":"com.tangosol.util","c":"Base","l":"LOG_ERR"},{"p":"com.tangosol.util","c":"Base","l":"LOG_INFO"},{"p":"com.tangosol.util","c":"Base","l":"LOG_MAX"},{"p":"com.tangosol.util","c":"Base","l":"LOG_MIN"},{"p":"com.tangosol.util","c":"Base","l":"LOG_QUIET"},{"p":"com.tangosol.util","c":"Base","l":"LOG_WARN"},{"p":"com.tangosol.util","c":"Base","l":"log()"},{"p":"com.tangosol.util","c":"Base","l":"log(Class)","u":"log(java.lang.Class)"},{"p":"com.tangosol.coherence.rest.util","c":"RestHelper","l":"log(Exception)","u":"log(java.lang.Exception)"},{"p":"com.tangosol.util","c":"Base","l":"log(Object)","u":"log(java.lang.Object)"},{"p":"com.tangosol.util","c":"Base","l":"log(String)","u":"log(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"log(String, int)","u":"log(java.lang.String,int)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"log(String, int)","u":"log(java.lang.String,int)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"log(String, Throwable, int)","u":"log(java.lang.String,java.lang.Throwable,int)"},{"p":"com.tangosol.io.pof","c":"PofConfigLogger","l":"log(String...)","u":"log(java.lang.String...)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"log(Supplier, int)","u":"log(java.util.function.Supplier,int)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"log(Supplier, Throwable, int)","u":"log(java.util.function.Supplier,java.lang.Throwable,int)"},{"p":"com.tangosol.util","c":"Base","l":"log(Throwable)","u":"log(java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"log(Throwable, int)","u":"log(java.lang.Throwable,int)"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"logEntryRequest(BinaryEntry, Subject, boolean, int)","u":"logEntryRequest(com.tangosol.util.BinaryEntry,javax.security.auth.Subject,boolean,int)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"logException(SocketAddress, IOException)","u":"logException(java.net.SocketAddress,java.io.IOException)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"logException(Throwable, String)","u":"logException(java.lang.Throwable,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"Logger()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"LoggingPofHandler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"LoggingPofHandler(PrintWriter)","u":"%3Cinit%3E(java.io.PrintWriter)"},{"p":"com.tangosol.util","c":"Base.LoggingWriter","l":"LoggingWriter(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.security","c":"Security","l":"login(CallbackHandler)","u":"login(javax.security.auth.callback.CallbackHandler)"},{"p":"com.tangosol.net.security","c":"Security","l":"login(String, char[])","u":"login(java.lang.String,char[])"},{"p":"com.tangosol.net.security","c":"AuditingAuthorizer","l":"logMapRequest(BackingMapContext, Subject, boolean, int)","u":"logMapRequest(com.tangosol.net.BackingMapContext,javax.security.auth.Subject,boolean,int)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"logMissingIdx(Object, Object)","u":"logMissingIdx(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"logPermissionRequest(ClusterPermission, Subject, boolean)","u":"logPermissionRequest(com.tangosol.net.ClusterPermission,javax.security.auth.Subject,boolean)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"logProtocolWarning(SocketAddress, TcpDatagramSocket.Impl.ConnectionStatus, int)","u":"logProtocolWarning(java.net.SocketAddress,com.tangosol.net.TcpDatagramSocket.Impl.ConnectionStatus,int)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"logSerializationErrors(Map, String)","u":"logSerializationErrors(java.util.Map,java.lang.String)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"logStackTraces()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"LONG_ARRAY_EMPTY"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"LONG_CONVERTER_DOWN"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"LONG_CONVERTER_UP"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"LONG_MAX_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"LONG_MIN_FUNCTION_BUILDER"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"LONG_SUM_FUNCTION_BUILDER"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.LongAdapter","l":"LongAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"LongArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.LongArrayCodec","l":"LongArrayCodec(Class>)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longBinaryOperator(Remote.LongBinaryOperator)","u":"longBinaryOperator(com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longConsumer(Remote.LongConsumer)","u":"longConsumer(com.tangosol.util.function.Remote.LongConsumer)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longFunction(Remote.LongFunction)","u":"longFunction(com.tangosol.util.function.Remote.LongFunction)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"LONGLITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"LONGLITERAL"},{"p":"com.tangosol.util.aggregator","c":"LongMax","l":"LongMax()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"longMax(String)","u":"longMax(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"LongMax","l":"LongMax(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"longMax(ValueExtractor)","u":"longMax(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"LongMax","l":"LongMax(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"LongMin","l":"LongMin()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"longMin(String)","u":"longMin(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"LongMin","l":"LongMin(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"longMin(ValueExtractor)","u":"longMin(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"LongMin","l":"LongMin(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longPredicate(Remote.LongPredicate)","u":"longPredicate(com.tangosol.util.function.Remote.LongPredicate)"},{"p":"com.tangosol.util.aggregator","c":"LongSum","l":"LongSum()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"longSum(String)","u":"longSum(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"LongSum","l":"LongSum(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"Aggregators","l":"longSum(ValueExtractor)","u":"longSum(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"LongSum","l":"LongSum(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longSupplier(Remote.LongSupplier)","u":"longSupplier(com.tangosol.util.function.Remote.LongSupplier)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longToDoubleFunction(Remote.LongToDoubleFunction)","u":"longToDoubleFunction(com.tangosol.util.function.Remote.LongToDoubleFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longToIntFunction(Remote.LongToIntFunction)","u":"longToIntFunction(com.tangosol.util.function.Remote.LongToIntFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"longUnaryOperator(Remote.LongUnaryOperator)","u":"longUnaryOperator(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"longValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"longValue()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"longValue()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"lookup(String)","u":"lookup(java.lang.String)"},{"p":"com.tangosol.net","c":"NameService","l":"lookup(String)","u":"lookup(java.lang.String)"},{"p":"com.tangosol.net","c":"NameService.LookupCallback","l":"lookup(String, Cluster, NameService.RequestContext)","u":"lookup(java.lang.String,com.tangosol.net.Cluster,com.tangosol.net.NameService.RequestContext)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"lookupIdentity(int)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"lookupIdentity(int)"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"LOST"},{"p":"com.tangosol.net.events.annotation","c":"Interceptor.Order","l":"LOW"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"lower(Object)","u":"lower(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"lowerEntry(Object)","u":"lowerEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"lowerKey(Object)","u":"lowerKey(java.lang.Object)"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_aabArray"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"m_aAdapter"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_aAddrPortDest"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"m_aAggregator"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"m_ab"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"m_ab"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_ab"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_ab"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"m_abAccum"},{"p":"com.tangosol.net","c":"LoadBalancer.SocketHandler","l":"m_abBuf"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"m_abGroup"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_acache"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"m_achBuf"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"m_achGroup"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_aClzByTypeId"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"m_aComparator"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"m_actionConditionalRemove"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_actionContainsValue"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_actionGetEntry"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_actionInsert"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"m_actionLock"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_actionRemove"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"m_actionSize"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"m_actionUnlock"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"m_address"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_addrportHost"},{"p":"com.tangosol.util","c":"PagedIterator","l":"m_advancer"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_aeBucket"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_aeBucket"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"m_aExtractor"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"m_aFilter"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"m_aggregator"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"m_aggregator"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_aggregatorRegistry"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"m_aggregatorRegistry"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"m_aggregatorRegistry"},{"p":"com.tangosol.net","c":"GuardSupport","l":"m_aGuardContext"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"m_aiOwner"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"m_anodeRecycled"},{"p":"com.tangosol.util","c":"AbstractScript","l":"m_aoArgs"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"m_aoArgs"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"m_aoData"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"m_aoItem"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"m_aoKey"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"m_aoParam"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"m_aoParam"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"m_aoValue"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_aOwners"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_aOwnershipMembers"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"m_aParallelResults"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_apprvrEvict"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"m_apprvrEvict"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_apprvrEvict"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"m_apRecovery"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"m_apRefresh"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"m_aProcessor"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"m_arguments"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_arrayExpiry"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"m_arrayRefs"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"m_arrayRefs"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"m_aRules"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_aSegment"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_aSerByTypeId"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"m_asGUIDNewest"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"m_asStackRemote"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_atomicLocks"},{"p":"com.tangosol.util","c":"SortedBag","l":"m_atomicNonce"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"m_atomicUpdaterValue"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"m_binContent"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"m_binFutureData"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_binKey"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_binValue"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_binValueOrig"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"m_bldr"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"m_bldrExtractor"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"m_buf"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"m_buf"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"m_buf"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"m_bufUnsafe"},{"p":"com.tangosol.util","c":"ExternalizableHelper.DecoratedMultiBufferReadBuffer","l":"m_bufValue"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceLoadBalancerBuilder","l":"m_builder"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"m_cAccum"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener","l":"m_cache"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_cache"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"m_cache"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"m_cache"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"m_cache"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"m_cache"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_cacheFactory"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.CacheLifecycleEventHandler","l":"m_cacheName"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryEventHandler","l":"m_cacheName"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryProcessorEventHandler","l":"m_cacheName"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener","l":"m_cacheSource"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_calculator"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"m_calculator"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_calculator"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"m_calculator"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_calculator"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_calculatorBackup"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_calculatorPrimary"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_cAverageBundleSize"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_cAverageBurstDuration"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_cAverageThreadWaitDuration"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_cAvgTouch"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"m_cb"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.Allocator","l":"m_cb"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"m_cb"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"m_cb"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"m_cb"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_cBackupActual"},{"p":"com.tangosol.util","c":"ThreadGateLite.Bar","l":"m_cBarred"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"m_cbAveragePartition"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"m_cbAverageStorage"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_cbBlock"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"m_cbFixed"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_cBlocks"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"m_cbMax"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"m_cbMax"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"m_cbMaxPartition"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"m_cbMaxStorage"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_cbPadBack"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_cbPadFront"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_cbStorageDirect"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_cbStorageIndirect"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_cBundleCountSnapshot"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_cBundleSizeSnapshot"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_cBurstDurationSnapshot"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cCacheHits"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cCacheMisses"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cCachePrunes"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cCachePrunesMillis"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cCachePuts"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_cCapacity"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"m_ccf"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"m_ccfSingleton"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"m_cContend"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_cCurUnits"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"m_cCurUnits"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"m_cDbId"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_cDefaultSoftTimeoutMillis"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_cDefaultTimeoutMillis"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_cDelay"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"m_cElements"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_cEntries"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_cEraseFailures"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_cEraseMillis"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_cEraseOps"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_cExecutionTime"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_cExpiryDelay"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_cExpiryDelayMillis"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter","l":"m_cFairShare"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_cFairShareBackup"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_cFairSharePrimary"},{"p":"com.tangosol.net","c":"GuardSupport","l":"m_cGuardable"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_chCurrent"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_cHighUnitFairShare"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_cHighUnits"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_cHighUnitsCalibrated"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cHitsMillis"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"m_client"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"m_cLimitMillis"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"m_cLineGroups"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"m_cLock"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_cLogMissingIdx"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_cLowUnitFairShare"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_cLowUnits"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_cLowUnitsCalibrated"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_cluster"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"m_clz"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"m_clz"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"m_clzBean"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_clzKey"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_clzKey"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"m_clzKey"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"m_clzKey"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"m_clzPartialClass"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_clzPartitionMap"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_clzType"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"m_clzVal"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"m_clzVal"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_clzValue"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_clzValue"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"m_clzValue"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"m_clzValue"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"m_cMaxDelayMillis"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_cMaxResults"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"m_cMaxResults"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"m_cMaxSize"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_cMaxUnits"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"m_cMaxUnits"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"m_cMillis"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"m_cMillisLastStart"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"m_cMillisMax"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"m_cMillisMin"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"m_cMillisTotal"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cMissesMillis"},{"p":"com.tangosol.util","c":"DaemonThreadFactory","l":"m_cNameSuffix"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"m_cNodes"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_coffset"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"m_col"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"m_col"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"m_colDelegate"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"m_colDelegate"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_collValues"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_colRegisteredDbs"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"m_colValues"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_colValues"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_colValues"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"m_comparator"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"m_comparator"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"m_comparator"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"m_comparator"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"m_comparator"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_comparator"},{"p":"com.tangosol.util","c":"SortedBag","l":"m_comparator"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"m_comparator_copy"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_complex"},{"p":"com.tangosol.util","c":"ExternalizableHelper.FormatAwareCompressor","l":"m_compressor"},{"p":"com.tangosol.coherence.rest","c":"DefaultRootResource","l":"m_config"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"m_configuration"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"m_contentionObserver"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"m_context"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"m_context"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"m_control"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"m_conv"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"m_convDown"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"m_convDown"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"m_converter"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"m_converterDown"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_converterFromBinary"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"m_converterKeyDown"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_converterToBinary"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"m_converterUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"m_convKey"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"m_convKey"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"m_convKeyDown"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"m_convKeyDown"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntry","l":"m_convKeyUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"m_convKeyUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"m_convKeyUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"m_convUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"m_convUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"m_convVal"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"m_convVal"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntry","l":"m_convValDown"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"m_convValDown"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"m_convValDown"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntry","l":"m_convValUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"m_convValUp"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"m_convValUp"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"m_count"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"m_count"},{"p":"com.tangosol.util.aggregator","c":"AbstractDoubleAggregator","l":"m_count"},{"p":"com.tangosol.util.aggregator","c":"AbstractLongAggregator","l":"m_count"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"m_countThreads"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"m_cPartitions"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"m_cPlanCompletionDelay"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_cPruneUnits"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"m_cPruneUnits"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"m_cPutsMillis"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"m_cReads"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"m_cReadTrigger"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"m_cReconnectMillis"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_cReconnectMillis"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_cRecoveryMillis"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"m_cRecycleMax"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"m_cRecycleNodes"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_cRequests"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"m_cResults"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_cSampleMillis"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_cSegmentCapacity"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"m_cSize"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_cThreadWaitSnapshot"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"m_cThresholdMillis"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_cTimeoutMillis"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"m_ctorFromString"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"m_ctx"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"m_ctx"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_ctx"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_ctx"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"m_ctxLast"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_cUnits"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"m_current"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"m_current"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"m_currentToken"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"m_cWaitMillis"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"m_cWaitMillis"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_cWaitTime"},{"p":"com.tangosol.net","c":"LoadBalancer.ResponseHandler","l":"m_daemonRequest"},{"p":"com.tangosol.net","c":"LoadBalancer.RequestHandler","l":"m_daemonResponse"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"m_data"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"m_db"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"m_db"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"m_dbConfig"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"m_decResult"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"m_delegateSocketProvider"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"m_dependencies"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"m_dependencies"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"m_Dependencies"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_dflPruneLevel"},{"p":"com.tangosol.util.aggregator","c":"AbstractDoubleAggregator","l":"m_dflResult"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"m_dir"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_dirEnv"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_dirLock"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"m_dirParent"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_dirParent"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"m_dPreviousSizeThreshold"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"m_element"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"m_eNext"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"m_eNext"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"m_entry"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"m_entry"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"m_entry"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"m_entry"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"m_entryNew"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"m_entryOld"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_env"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"m_env"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_envConfig"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"m_envHolder"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_eraseBundler"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"m_eReason"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"m_eReason"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"m_eReason"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"m_event"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_eventQueue"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_executor"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_executor"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"m_extractor"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"m_extractor"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"m_extractor"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"m_extractor"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"m_extractor"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"m_extractor"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"m_extractor"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"m_extractor"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"m_extractor"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"m_extractor"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"m_extractor"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_extractor"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"m_extractor"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"m_fActivated"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.DeferredCacheEvent","l":"m_fActive"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"m_factory"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_factoryCacheLoader"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_factoryCacheWriter"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_factoryExpiryPolicy"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"m_fAddStorageMBeanAttributes"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_fAttribute"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"m_fBlind"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"m_fBlocking"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"m_fBreakLines"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"m_fByMember"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_fCacheValues"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"m_fCacheValues"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"m_fCircular"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"m_fClosed"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"m_fClosed"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_fClosed"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"m_fCompleted"},{"p":"com.tangosol.coherence.rest.server","c":"InjectionBinder","l":"m_fContainer"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"m_fDeepClone"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"m_fDeferredEvent"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"m_fDestroyed"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"m_fDestructive"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_fDestructive"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"m_fDisposed"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"m_fDisposed"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"m_fDynamic"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"m_fEmptyIsNull"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_fEnableConfigDiscovery"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_fEnableTypeDiscovery"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"m_fEnforceLocking"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"m_fEOF"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_fEOF"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_fEraseAllSupported"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_fEraseSupported"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"m_fEraseUnsupported"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"m_fEvolvable"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"m_fExact"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"m_fExhausted"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_fExitWhenProcessingComplete"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement","l":"m_fExtended"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_fExtendedLanguage"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_fExtendedLanguage"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"m_fFederated"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"m_fForward"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"m_fForwardIndex"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_fForwardIndex"},{"p":"com.tangosol.net.cache","c":"CachingMap.FrontMapListener","l":"m_filter"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_filter"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"m_filter"},{"p":"com.tangosol.net.management","c":"ObjectNameExcludeFilter","l":"m_filter"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"m_filter"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"m_filter"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"m_filter"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"m_filter"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"m_filter"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"m_filter"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"m_filter"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"m_filter"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"m_filter"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"m_filter"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_filterAdd"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_filterRemove"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_fImmutableValues"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_fIncrementalEvict"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"m_fInit"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"m_fInit"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"m_fInsert"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"m_fInsert"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_fInterfaceAllowed"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_fIsEnd"},{"p":"com.tangosol.net.partition","c":"PartitionedIterator","l":"m_fKeysOnly"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"m_fLazy"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_flGrowthRate"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_flGrowthRate"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_fListeners"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_flLoadFactor"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_flLoadFactor"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_flPctRecover"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"m_flThresholdPct"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_fManagementEnabled"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"m_fMutator"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventEntry","l":"m_fNewValue"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"m_fNext"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"m_fNullFirst"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"m_fOptimized"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_fOptimizeGetTime"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"m_fOptimizeMV"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_fOrdered"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"m_fParallel"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"m_fParallel"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"m_fParallel"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"m_fParallel"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_fPreferJavaTime"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"m_fPreferJavaTime"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"m_fPrefixAllowed"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"m_fPrev"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.LoadComparator","l":"m_fPrimary"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter","l":"m_fPrimary"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"m_fRandom"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"m_fReadOnly"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_fReadOnly"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_fReadThrough"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_fReferenceEnabled"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"m_fReferenceEnabled"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"m_fRefresh"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadThread","l":"m_fRefreshContext"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteThread","l":"m_fRefreshContext"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"m_fReleased"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"m_fResolve"},{"p":"com.tangosol.util","c":"SubSet","l":"m_fRetained"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"m_fReturn"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"m_fReturn"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"m_fReturn"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"m_fReturn"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_fRoundRobin"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"m_fSafe"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_fSanity"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_fSanity"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"m_fServicesStarted"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"m_fSharedStorage"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"m_fShutdown"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_fSilent"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_fSilent"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"m_fSparse"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_fSplitCollection"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"m_fStarted"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_fStatisticsEnabled"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_fStopOnError"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder.WheneverQueryPlusStatement","l":"m_fStopOnError"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_fStoreAllSupported"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_fStoreByValue"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_fStoreSupported"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"m_fStoreUnsupported"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"m_fStreaming"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"m_fStreaming"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"m_fstreamLocked"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"m_fStrict"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntrySet","l":"m_fStrict"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_fStrict"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"m_fStripTrailingZeros"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_fSubclassAllowed"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_fSynthetic"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"m_fTemporary"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"m_fTemporary"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_fTemporary"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_fTrace"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder.TraceQueryPlusStatement","l":"m_fTrace"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_fTraceEnabled"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"m_fTranslateEvents"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"m_fUseIs"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_fUserTypeBegin"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_fUserTypeEnd"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"m_fValidate"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_fWriteThrough"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"m_gateLockAll"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"m_gateMap"},{"p":"com.tangosol.net","c":"GuardSupport","l":"m_guardian"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"m_handler"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"m_head"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"m_head"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"m_holder"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_iArray"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_iArrayMarked"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"m_iFirst"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"m_iItem"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"m_iKey"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"m_iLast"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"m_iLast"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"m_impl"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"m_in"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"m_in"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"m_index"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_iNextDestination"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"m_iNextIter"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"m_info"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_infoBean"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionRecoveryAction","l":"m_infoQuorum"},{"p":"com.tangosol.util","c":"AsynchronousAgent","l":"m_iOrderId"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_iPos"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"m_iPos"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_iPrevProp"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_iProp"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_iStartPos"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.SafetyFilter","l":"m_iStore"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterIterator","l":"m_iter"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"m_iter"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"m_iter"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"m_iter"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"m_iter"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"m_iter"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"m_iterAddr"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.AddressIterator","l":"m_iterAddress"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"m_iterator"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"m_iterator"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"m_iteratorInternal"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"m_iterCurrent"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_iterEvict"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"m_iterInternal"},{"p":"com.tangosol.net.cache","c":"OverflowMap.EntrySet.EntrySetIterator","l":"m_iterKeys"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.EntrySetIterator","l":"m_iterKeys"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection.ValuesIterator","l":"m_iterKeys"},{"p":"com.tangosol.util","c":"PagedIterator","l":"m_iterPage"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.AddressIterator","l":"m_iterProvider"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"m_iValue"},{"p":"com.tangosol.util","c":"MapEvent","l":"m_key"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_keyConverter"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"m_laClass"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_language"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"m_laSerializer"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"m_laVersions"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_ldtCompleted"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_ldtConnectionTimestamp"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"m_ldtEndangered"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_ldtExpiry"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_ldtLastMissedSoftTimeout"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"m_ldtLastRefresh"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"m_ldtLastReport"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_ldtLastTransfer"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_ldtLogMissingIdx"},{"p":"com.tangosol.net","c":"GuardSupport","l":"m_ldtNextCheck"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_ldtSampleStart"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_ldtSoftTimeout"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_ldtTimeout"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"m_lIndexLast"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_lineNumber"},{"p":"com.tangosol.net","c":"LoadBalancer.Queue","l":"m_list"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_listBlock"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"m_listBundle"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"m_listCache"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.EventRouter","l":"m_listener"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"m_listener"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_listenerAdd"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"m_listenerDeactivation"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_listenerDeactivation"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"m_listenerInternal"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_listenerRemove"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"m_listenersCached"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_listenerService"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_listenerSupport"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_listenerSupport"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"m_listenerSupport"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"m_listenerSupport"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"m_listenerSupport"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_listFiles"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_listHandler"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"m_listHolders"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"m_listIter"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"m_listLifecycleListener"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"m_listListenerConfigurations"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"m_listResultEntries"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_listStatements"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"m_listSteps"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"m_listSubSteps"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_lLastPrune"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_lNextFlush"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_loadBundler"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"m_loader"},{"p":"com.tangosol.net.cache","c":"CacheLoaderCacheStore","l":"m_loader"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_loader"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"m_loader"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"m_loader"},{"p":"com.tangosol.net.proxy","c":"DefaultProxyServiceLoadBalancer","l":"m_loadLocal"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"m_lock"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"m_lock"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_lock"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"m_lockDir"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"m_lockExclusive"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"m_lockExclusive"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_lockExclusive"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"m_lockFile"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"m_lockRead"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"m_lockShared"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"m_lockShared"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_lockShared"},{"p":"com.tangosol.util.aggregator","c":"AbstractLongAggregator","l":"m_lResult"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"m_lValue"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.PrimitiveNode","l":"m_lValue"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"m_manager"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"m_manager"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"m_managerActive"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"m_managerBackup"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"m_managerEvents"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"m_manipulator"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"m_map"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"m_map"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"m_map"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"m_map"},{"p":"com.tangosol.util","c":"MapSet","l":"m_map"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"m_map"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"m_map"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"m_map"},{"p":"com.tangosol.util","c":"SortedBag","l":"m_map"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"m_map"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"m_mapAttribute"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.SetAttributes","l":"m_mapAttributes"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"m_mapBack"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"m_mapBackingMap"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"m_mapBackingMapListeners"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"m_mapByLoader"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_mapClassNameByTypeId"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"m_mapConcurrent"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"m_mapConfigByLoader"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"m_mapDatagramSocketProvider"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"m_mapDelegate"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_mapDelegate"},{"p":"com.tangosol.io.pof","c":"EvolvableHolder","l":"m_mapEvolvable"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactoryManager","l":"m_mapFactories"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"m_mapFilters"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder.ParsedQuery","l":"m_mapFilters"},{"p":"com.tangosol.util","c":"ChainedMap","l":"m_mapFirst"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_mapForward"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"m_mapFront"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"m_mapFunctions"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.ReferenceLibrary","l":"m_mapIdentities"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_mapIndex"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_mapInverse"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"m_mapInvocable"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"m_mapKeyListeners"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_mapListener"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"m_mapListeners"},{"p":"com.tangosol.net","c":"SimpleServiceLoadBalancer","l":"m_mapLoad"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_mapLocal"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"m_mapLock"},{"p":"com.tangosol.net","c":"SimpleServiceLoadBalancer","l":"m_mapMember"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"m_mapMiss"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"m_mapNamedQueries"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"m_mapOperators"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.CapacityAwareMap","l":"m_mapOuter"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_mapOwnedPartitions"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine","l":"m_mapParsedQuery"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"m_mapper"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_mapPortableTypes"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"m_mapProperties"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"m_mapProvider"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"m_mapQuery"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngineRegistry","l":"m_mapQueryEngines"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"m_mapQuorumByRole"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"m_mapResolved"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"m_mapResults"},{"p":"com.tangosol.util","c":"ChainedMap","l":"m_mapSecond"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"m_mapServices"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"m_mapServices"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"m_mapSocketProvider"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"m_mapSSLDependencies"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"m_mapSSLDependenciesBuilder"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"m_mapStandardKeyListeners"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"m_mapStandardListeners"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"m_mapStatementBuilders"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.AbstractRecordableStep","l":"m_mapSteps"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"m_mapSuggestLast"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_mapSyncReq"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"m_mapTCPDatagramDependencies"},{"p":"com.tangosol.net.cache","c":"OverflowMap.EntrySet.EntrySetIterator","l":"m_mapTemp"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"m_mapTypeId"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_mapTypeIdByClass"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"m_mapTypeIdByClassName"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"m_mapVersion"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_marshallerRegistry"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"m_marshallerRegistry"},{"p":"com.tangosol.coherence.rest.providers","c":"JsonCollectionWriter","l":"m_marshallerRegistry"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlCollectionWriter","l":"m_marshallerRegistry"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlKeysWriter","l":"m_marshallerRegistry"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlMapWriter","l":"m_marshallerRegistry"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"m_mathContext"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"m_memberFrom"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"m_memberTo"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"m_methFromString"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_methodClone"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"m_methodFactory"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_methodGet"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_methodSet"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"m_nAction"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"m_nAdvanceFrequency"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"m_namedCache"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"m_nAverageThroughput"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"m_nBeanId"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"m_nBindingPower"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_nCalculatorType"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"m_nDataVersion"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"m_nEfficiency"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_nEvictionType"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"m_nFlags"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"m_nHash"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"m_nHash"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_nId"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"m_nId"},{"p":"com.tangosol.util","c":"MapEvent","l":"m_nId"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"m_nImplVersion"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"m_nLastSentTime"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"m_nMask"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"m_nMaskSynthetic"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.JMXPartitionStats","l":"m_nMaxLoadId"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"m_nodeNext"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"m_nodePrev"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"m_nOptimizationPlan"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"m_nPartition"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"m_nPartition"},{"p":"com.tangosol.util","c":"MapEvent","l":"m_nPartition"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"m_nPort"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"m_nRuleMask"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"m_nSamplingInterval"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"m_nSizeIn"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"m_nSizeOut"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_nState"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"m_nState"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"m_nState"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"m_nState"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"m_nState"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"m_nStrategyCurrent"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"m_nStrategyTarget"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"m_nStrength"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"m_nStyle"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"m_nTarget"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"m_nThreshold"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"m_nType"},{"p":"com.tangosol.io.pof","c":"ExternalizableLitePofSerializer","l":"m_nTypeId"},{"p":"com.tangosol.io.pof","c":"ExternalizablePofSerializer","l":"m_nTypeId"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_nTypeId"},{"p":"com.tangosol.io.pof","c":"PortableObjectSerializer","l":"m_nTypeId"},{"p":"com.tangosol.io.pof","c":"PortableTypeSerializer","l":"m_nTypeId"},{"p":"com.tangosol.io.pof","c":"XmlSerializablePofSerializer","l":"m_nTypeId"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_nUnitFactor"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"m_nUnitFactor"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_nUnitFactor"},{"p":"com.tangosol.io.pof.reflect","c":"PofUserType","l":"m_nVersion"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"m_nVersion"},{"p":"com.tangosol.util","c":"MapEvent","l":"m_nVersion"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_nVersionId"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"m_object"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"m_observer"},{"p":"com.tangosol.util","c":"PagedIterator","l":"m_oCurr"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"m_of"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_of"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"m_of"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"m_ofbGroup"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"m_ofLimit"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"m_ofMarked"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"m_ofStart"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"m_ofWrite"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_oIterActive"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_oIterActive"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"m_oKey"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_oKey"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"m_oKey"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"m_oKey"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"m_oKey"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"m_oKeyUp"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"m_oLockHolder"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"m_oNext"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"m_oOrigValue"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"m_orderIdFunction"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"m_oResult"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"m_oState"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"m_out"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"m_out"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"m_out"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"m_oValue"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_oValue"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"m_oValue"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"m_oValue"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"m_oValue"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"m_oValue"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"m_oValue"},{"p":"com.tangosol.util","c":"SparseArray.ObjectNode","l":"m_oValue"},{"p":"com.tangosol.net.cache","c":"OverflowMap.HistoricCacheEvent","l":"m_oValueLatestOld"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"m_oValueOrig"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"m_oValueUp"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"m_oWaitHead"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter","l":"m_owners"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.SafetyFilter","l":"m_owners"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.StrengthComparator","l":"m_owners"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionRecoveryAction","l":"m_partsOrphan"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_partsOrphaned"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"m_partsUnresolved"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_partsUpdated"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_policy"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"m_policy"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"m_pool"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"m_pool"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"m_predicate"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"m_primingListener"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"m_processor"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_processorRegistry"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"m_processorRegistry"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"m_processorRegistry"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"m_processorRegistry"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"m_propertySet"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_propOptions"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.AddressIterator","l":"m_providerCurrent"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"m_providerFactory"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"m_query"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.GetAttributes","l":"m_query"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"m_query"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.SetAttributes","l":"m_query"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_queryConfig"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_queryEngineRegistry"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_queue"},{"p":"com.tangosol.net","c":"LoadBalancer.RequestHandler","l":"m_queue"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_random"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_reader"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_reader"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_reader"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"m_reader"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder","l":"m_recordType"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"m_refLoader"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"m_refs"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"m_registry"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"m_registry"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionRecoveryAction","l":"m_resolver"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"m_result"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"m_roundingMode"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"m_ruleCurrent"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"m_sActive"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_sApplicationName"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"m_sBackup"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"m_sBaseQuery"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"m_sCacheName"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"m_sCacheName"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"m_scale"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"m_sCluster"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"m_sDbName"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"m_sDbName"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_sDomainPartitions"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"m_sElement"},{"p":"com.tangosol.coherence.config.xml.processor","c":"BackingMapSchemeProcessor","l":"m_sElementName"},{"p":"com.tangosol.net","c":"AbstractServiceLoadBalancer","l":"m_service"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"m_service"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"m_service"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"m_service"},{"p":"com.tangosol.net.partition","c":"DefaultKeyAssociator","l":"m_service"},{"p":"com.tangosol.net.partition","c":"DefaultKeyPartitioningStrategy","l":"m_service"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"m_service"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"m_service"},{"p":"com.tangosol.net","c":"WrapperService","l":"m_service"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"m_serviceDependencies"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"m_serviceLocator"},{"p":"com.tangosol.coherence.rest","c":"DefaultRootResource","l":"m_serviceLocator"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"m_serviceMon"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.CacheLifecycleEventHandler","l":"m_serviceName"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryEventHandler","l":"m_serviceName"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryProcessorEventHandler","l":"m_serviceName"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.ServiceEventHandler","l":"m_serviceName"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_session"},{"p":"com.tangosol.coherence.rest","c":"DefaultRootResource","l":"m_session"},{"p":"com.tangosol.net","c":"CoherenceSession","l":"m_session"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.CacheLifecycleEventHandler","l":"m_sessionName"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryEventHandler","l":"m_sessionName"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryProcessorEventHandler","l":"m_sessionName"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"m_set"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"m_set"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"m_set"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"m_set"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"m_set"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"m_set"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"m_setEntries"},{"p":"com.tangosol.util","c":"ChainedMap","l":"m_setEntries"},{"p":"com.tangosol.util","c":"EntrySetMap","l":"m_setEntries"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_setEntries"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_setEntries"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_setEntries"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"m_setIndexLookupRecords"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"m_setKeyExcluded"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"m_setKeys"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"m_setKeys"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"m_setKeys"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"m_setKeys"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"m_setKeys"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"m_setKeys"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"m_setLeaving"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"m_setMachines"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"m_setManager"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"m_setManager"},{"p":"com.tangosol.util","c":"SubSet","l":"m_setMod"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"m_setOperators"},{"p":"com.tangosol.util","c":"SubSet","l":"m_setOrig"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_setOwenersLeaving"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_setOwnershipMembers"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"m_setOwnersLast"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"m_setPartitions"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"m_setPids"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"m_setProperties"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"m_setRacks"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"m_setSites"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"m_setTypes"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"m_sEvents"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"m_sExpr"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"m_sFilter"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_sGarFileName"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"m_sHost"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"m_signature"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"m_size"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"m_sJCacheName"},{"p":"com.tangosol.util","c":"AbstractScript","l":"m_sLanguage"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"m_sLedASTName"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"m_sLockText"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"m_sMBeanDomainName"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"m_sMediaType"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"m_sMemberKey"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"m_sMessage"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"m_sMethod"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"m_sMethod"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"m_sMethodName"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"m_sMode"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"m_sName"},{"p":"com.tangosol.io.pof","c":"PofPrincipal","l":"m_sName"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"m_sName"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_sName"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"m_sName"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"m_sName"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"m_sName"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"m_sName"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_sName"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"m_sName"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"m_sName"},{"p":"com.tangosol.util","c":"AbstractScript","l":"m_sName"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"m_sName"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"m_sName"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"m_sName"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"m_sNameCanon"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"m_sNameCanon"},{"p":"com.tangosol.util","c":"DaemonThreadFactory","l":"m_sNamePrefix"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_sNests"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_sNmsPrefix"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"m_sNmsPrefix"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_sNmsUri"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"m_sNmsUri"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"m_sNudASTName"},{"p":"com.tangosol.net","c":"LoadBalancer.ResponseHandler","l":"m_socketClient"},{"p":"com.tangosol.net","c":"LoadBalancer.ResponseHandler","l":"m_socketServer"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.Invoke","l":"m_sOperationName"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_sPunctuation"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder.ParsedQuery","l":"m_sQuery"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"m_sRuleElementName"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"m_sSchemeName"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"m_sService"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"m_sService"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"m_sSnapshot"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"m_state"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"m_stats"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"m_stats"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"m_stats"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"m_statsPartition"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_sTitle"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_sTitle"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"m_store"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"m_store"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"m_storeBundler"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"m_sTrash"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"m_strength"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_sUnnests"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"m_supplier"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"m_supplierOrderId"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"m_sValue"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"m_sXml"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"m_tail"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"m_term"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"m_test"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"m_thread"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"m_threadAwait"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"m_threadRunning"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"m_threadShutdown"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_threadShutdownHook"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_timeout"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"m_timeout"},{"p":"com.tangosol.net","c":"GuardSupport","l":"m_tlContext"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"m_token"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"m_tokenBuffer"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"m_tokenTable"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"m_tokenTableExtendedSQL"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"m_tokenTableForFilter"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"m_tokenTableSQL"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"m_toker"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"m_transformer"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"m_transformState"},{"p":"com.tangosol.util","c":"Tree","l":"m_tree"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"m_updater"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"m_updater"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"m_updater"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"m_updater"},{"p":"com.oracle.coherence.common.base","c":"SimpleHolder","l":"m_value"},{"p":"com.oracle.coherence.common.base","c":"VolatileHolder","l":"m_value"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"m_value"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"m_value"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"m_value"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"m_valueLast"},{"p":"com.tangosol.util","c":"MapEvent","l":"m_valueNew"},{"p":"com.tangosol.util","c":"MapEvent","l":"m_valueOld"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"m_writer"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"m_writer"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"m_writerNested"},{"p":"com.tangosol.net","c":"SocketOptions","l":"m_xml"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"m_xmlConfig"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"m_xmlConfig"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"m_xmlElement"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"m_xmlScheme"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"MACHINE_SAFE"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"MACHINE_SAFE"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"MACHINES"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.MacroExpansionProcessor","l":"MacroExpansionProcessor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.server","c":"Server","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.io.pof","c":"PofConfigLogger","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net.cache","c":"BinaryMemoryCalculator","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net","c":"CacheFactory","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net","c":"Coherence","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net","c":"Ping","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.util","c":"HealthCheckClient","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.util","c":"UID","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.util","c":"UUID","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"makeAdapter(Class, String, String, XmlElement)","u":"makeAdapter(java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"makeByteArrayPrivate()"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket.Impl","l":"makeConnection(SocketAddress)","u":"makeConnection(java.net.SocketAddress)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"makeConnection(SocketAddress)","u":"makeConnection(java.net.SocketAddress)"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket.Impl","l":"makeConnection(SocketChannel)","u":"makeConnection(java.nio.channels.SocketChannel)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"makeEntry(Map, K)","u":"makeEntry(java.util.Map,K)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"makeEntrySet(Collection>)","u":"makeEntrySet(java.util.Collection)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"makeEntrySet(Map, Collection, boolean)","u":"makeEntrySet(java.util.Map,java.util.Collection,boolean)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"makeExtractor(NodeTerm)","u":"makeExtractor(com.tangosol.coherence.dsltools.termtrees.NodeTerm)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"makeExtractor(Object, Object)","u":"makeExtractor(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"makeExtractor(Term, Term, TermWalker)","u":"makeExtractor(com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.TermWalker)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"makeFilter()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AndOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BetweenOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAllOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsAnyOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ContainsOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"EqualsOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterEqualsOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"GreaterOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"InOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessEqualsOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LessOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"LikeOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"NotEqualsOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"OrOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"XorOperator","l":"makeFilter(Object, Object)","u":"makeFilter(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"makeFilter(Term)","u":"makeFilter(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"makeFilter(Term, List, ParameterResolver)","u":"makeFilter(com.tangosol.coherence.dsltools.termtrees.Term,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"makeFilter(Term, Object[])","u":"makeFilter(com.tangosol.coherence.dsltools.termtrees.Term,java.lang.Object[])"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"makeFilter(Term, Object[], Map)","u":"makeFilter(com.tangosol.coherence.dsltools.termtrees.Term,java.lang.Object[],java.util.Map)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"makeFilter(Term, Term, TermWalker)","u":"makeFilter(com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.TermWalker)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"ComparisonOperator","l":"makeFilter(Term, Term, TermWalker)","u":"makeFilter(com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.TermWalker)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"EqualsOperator","l":"makeFilter(Term, Term, TermWalker)","u":"makeFilter(com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.TermWalker)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"makeFilterForCache(String, Term, List, ParameterResolver)","u":"makeFilterForCache(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"Base","l":"makeInteger(int)"},{"p":"com.tangosol.util","c":"Base","l":"makeLong(long)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"makeMBeanName(PartitionedService)","u":"makeMBeanName(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"makeName(String, int)","u":"makeName(java.lang.String,int)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"makeProvider(XmlElement)","u":"makeProvider(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"makeSelfLink(Thread, long, Object)","u":"makeSelfLink(java.lang.Thread,long,java.lang.Object)"},{"p":"com.tangosol.util","c":"Base","l":"makeThread(ThreadGroup, Runnable, String)","u":"makeThread(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String)"},{"p":"com.tangosol.util","c":"DaemonThreadFactory","l":"makeThread(ThreadGroup, Runnable, String)","u":"makeThread(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String)"},{"p":"com.tangosol.util","c":"ThreadFactory","l":"makeThread(ThreadGroup, Runnable, String)","u":"makeThread(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"makeTrint(long)"},{"p":"com.tangosol.net.management","c":"Registry","l":"MANAGEMENT_TYPE"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"Manager()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"Manager(ExtensibleConfigurableCacheFactory)","u":"%3Cinit%3E(com.tangosol.net.ExtensibleConfigurableCacheFactory)"},{"p":"com.tangosol.util","c":"Processors","l":"manipulate(String)","u":"manipulate(java.lang.String)"},{"p":"com.tangosol.util","c":"Processors","l":"manipulate(String, boolean)","u":"manipulate(java.lang.String,boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"MAP_FIXED_SIZES"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"MAP_OVERHEAD"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"MAP_PRIMITIVE_SIZES"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"MAP_SCHEMETYPE_BY_SCHEMENAME"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"map(DoubleUnaryOperator)","u":"map(java.util.function.DoubleUnaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"map(Function)","u":"map(java.util.function.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"map(IntUnaryOperator)","u":"map(java.util.function.IntUnaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"map(LongUnaryOperator)","u":"map(java.util.function.LongUnaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"map(Remote.DoubleUnaryOperator)","u":"map(com.tangosol.util.function.Remote.DoubleUnaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"map(Remote.Function)","u":"map(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"map(Remote.IntUnaryOperator)","u":"map(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"map(Remote.LongUnaryOperator)","u":"map(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"map(ValueExtractor)","u":"map(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"map(ValueExtractor)","u":"map(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"map(ValueExtractor)","u":"map(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"MapAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"MapArray(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"MapCacheStore(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.MapCodec","l":"MapCodec(Class>)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.common","c":"MapEntryIteratorToCacheEntryIteratorAdapter","l":"MapEntryIteratorToCacheEntryIteratorAdapter(Iterator>)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.util","c":"MapEvent","l":"MapEvent()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"MapEvent","l":"MapEvent(ObservableMap, int, K, V, V)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,int,K,V,V)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"MapEventFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"MapEventFilter(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"MapEventFilter(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"MapEventFilter(int, Filter)","u":"%3Cinit%3E(int,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"MapEventOutput(NamedCache, boolean)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"MapEventTransformerFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"MapEventTransformerFilter(Filter, MapEventTransformer)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.MapEventTransformer)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MapListenerProcessor","l":"MapListenerProcessor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"MapListenerProxy(NamedCacheService, StreamObserver)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.NamedCacheService,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"MapListenerSupport()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"mapMerger(BinaryOperator)","u":"mapMerger(java.util.function.BinaryOperator)"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"mapMerger(Remote.BinaryOperator)","u":"mapMerger(com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMulti(BiConsumer>)","u":"mapMulti(java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMulti(Remote.BiConsumer>)","u":"mapMulti(com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMultiToDouble(BiConsumer)","u":"mapMultiToDouble(java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMultiToDouble(Remote.BiConsumer)","u":"mapMultiToDouble(com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMultiToInt(BiConsumer)","u":"mapMultiToInt(java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMultiToInt(Remote.BiConsumer)","u":"mapMultiToInt(com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMultiToLong(BiConsumer)","u":"mapMultiToLong(java.util.function.BiConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapMultiToLong(Remote.BiConsumer)","u":"mapMultiToLong(com.tangosol.util.function.Remote.BiConsumer)"},{"p":"com.tangosol.util","c":"MapNotFoundException","l":"MapNotFoundException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"MappedBufferManager()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"MappedBufferManager(int, int, File)","u":"%3Cinit%3E(int,int,java.io.File)"},{"p":"com.tangosol.io.nio","c":"MappedStoreManager","l":"MappedStoreManager(int, int, File)","u":"%3Cinit%3E(int,int,java.io.File)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"mapping(Remote.Function, RemoteCollector)","u":"mapping(com.tangosol.util.function.Remote.Function,com.tangosol.util.stream.RemoteCollector)"},{"p":"com.tangosol.util","c":"MapSet","l":"MapSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"MapSet","l":"MapSet(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"mapToDouble(IntToDoubleFunction)","u":"mapToDouble(java.util.function.IntToDoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"mapToDouble(LongToDoubleFunction)","u":"mapToDouble(java.util.function.LongToDoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"mapToDouble(Remote.IntToDoubleFunction)","u":"mapToDouble(com.tangosol.util.function.Remote.IntToDoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"mapToDouble(Remote.LongToDoubleFunction)","u":"mapToDouble(com.tangosol.util.function.Remote.LongToDoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToDouble(Remote.ToDoubleFunction)","u":"mapToDouble(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToDouble(ToDoubleFunction)","u":"mapToDouble(java.util.function.ToDoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToDouble(ValueExtractor)","u":"mapToDouble(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"mapToInt(DoubleToIntFunction)","u":"mapToInt(java.util.function.DoubleToIntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"mapToInt(LongToIntFunction)","u":"mapToInt(java.util.function.LongToIntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"mapToInt(Remote.DoubleToIntFunction)","u":"mapToInt(com.tangosol.util.function.Remote.DoubleToIntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"mapToInt(Remote.LongToIntFunction)","u":"mapToInt(com.tangosol.util.function.Remote.LongToIntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToInt(Remote.ToIntFunction)","u":"mapToInt(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToInt(ToIntFunction)","u":"mapToInt(java.util.function.ToIntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToInt(ValueExtractor)","u":"mapToInt(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"mapToLong(DoubleToLongFunction)","u":"mapToLong(java.util.function.DoubleToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"mapToLong(IntToLongFunction)","u":"mapToLong(java.util.function.IntToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"mapToLong(Remote.DoubleToLongFunction)","u":"mapToLong(com.tangosol.util.function.Remote.DoubleToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"mapToLong(Remote.IntToLongFunction)","u":"mapToLong(com.tangosol.util.function.Remote.IntToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToLong(Remote.ToLongFunction)","u":"mapToLong(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToLong(ToLongFunction)","u":"mapToLong(java.util.function.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"mapToLong(ValueExtractor)","u":"mapToLong(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"mapToObj(DoubleFunction)","u":"mapToObj(java.util.function.DoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"mapToObj(IntFunction)","u":"mapToObj(java.util.function.IntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"mapToObj(LongFunction)","u":"mapToObj(java.util.function.LongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"mapToObj(Remote.DoubleFunction)","u":"mapToObj(com.tangosol.util.function.Remote.DoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"mapToObj(Remote.IntFunction)","u":"mapToObj(com.tangosol.util.function.Remote.IntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"mapToObj(Remote.LongFunction)","u":"mapToObj(com.tangosol.util.function.Remote.LongFunction)"},{"p":"com.tangosol.util","c":"MapTriggerListener","l":"MapTriggerListener(MapTrigger)","u":"%3Cinit%3E(com.tangosol.util.MapTrigger)"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"MapViewBuilder(Supplier>)","u":"%3Cinit%3E(java.util.function.Supplier)"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"MARK_UNSET"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"mark()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"mark(int)"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"mark(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"mark(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"mark(int)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"mark(int)"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"mark(int)"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"mark(int)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"mark(int)"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"mark(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"mark(int)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"markConverted()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"MARKED_ALL"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"MARKED_FEW"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"MARKED_MANY"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"MARKED_NONE"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"markError()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"markPosition(int, SafeLinkedList.Node)","u":"markPosition(int,com.tangosol.util.SafeLinkedList.Node)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"markReceived()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"markSent()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"markServicesStarted()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"markStarted()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"markSuccess()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"markSupported()"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"markSupported()"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"markSupported()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"markSupported()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"markSupported()"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"markSupported()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"markSupported()"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"markSupported()"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"markSupported()"},{"p":"com.tangosol.coherence.rest.io","c":"BinaryMarshaller","l":"marshal(Binary, OutputStream, MultivaluedMap)","u":"marshal(com.tangosol.util.Binary,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"KeyConverterAdapter","l":"marshal(Object, OutputStream, MultivaluedMap)","u":"marshal(java.lang.Object,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"StaticContentMarshaller","l":"marshal(StaticContent, OutputStream, MultivaluedMap)","u":"marshal(com.tangosol.coherence.rest.util.StaticContent,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"StringMarshaller","l":"marshal(String, OutputStream, MultivaluedMap)","u":"marshal(java.lang.String,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"JacksonJsonMarshaller","l":"marshal(T, OutputStream, MultivaluedMap)","u":"marshal(T,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"JaxbXmlMarshaller","l":"marshal(T, OutputStream, MultivaluedMap)","u":"marshal(T,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"Marshaller","l":"marshal(T, OutputStream, MultivaluedMap)","u":"marshal(T,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"JaxbXmlMarshaller","l":"marshalAsFragment(T, OutputStream, MultivaluedMap)","u":"marshalAsFragment(T,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"Marshaller","l":"marshalAsFragment(T, OutputStream, MultivaluedMap)","u":"marshalAsFragment(T,java.io.OutputStream,jakarta.ws.rs.core.MultivaluedMap)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"MarshallerRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"ProxyQuorumPolicyBuilder","l":"MASK_CONNECT"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ProxyQuorumPolicy","l":"MASK_CONNECT"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"MASK_DISTRIBUTION"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"MASK_LAST"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"MASK_READ"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"MASK_RECOVER"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"MASK_RESTORE"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"MASK_WRITE"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MaskedPartitionMap","l":"MaskedPartitionMap(PartitionSet)","u":"%3Cinit%3E(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"match(int)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"match(String)","u":"match(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"match(String)","u":"match(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseToken","l":"match(String, boolean)","u":"match(java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"match(String, boolean)","u":"match(java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LeafBaseToken","l":"match(String, boolean)","u":"match(java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"matches(String)","u":"matches(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"matches(String, boolean)","u":"matches(java.lang.String,boolean)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"MAX"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MAX_DECIMAL128_SCALE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MAX_DECIMAL128_UNSCALED"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MAX_DECIMAL32_SCALE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MAX_DECIMAL32_UNSCALED"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MAX_DECIMAL64_SCALE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MAX_DECIMAL64_UNSCALED"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"MAX_DECO_HEADER_BYTES"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"MAX_LOCK_WAIT"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"MAX_MACRO_EXPANSIONS"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"MAX_OPEN_BLOCKS"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"MAX_PACKED_INT_SIZE"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"MAX_PACKED_LONG_SIZE"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"MAX_PARTITION_MAP_UNIT_FACTOR"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"MAX_PORT"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"MAX_SIZE_CODES"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"max()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"max()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"max()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"max(Comparator)","u":"max(java.util.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Filter, Remote.ToBigDecimalFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Filter, Remote.ToBigDecimalFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Filter, Remote.ToComparableFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Filter, Remote.ToComparableFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Filter, Remote.ToDoubleFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Filter, Remote.ToDoubleFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Filter, Remote.ToIntFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Filter, Remote.ToIntFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Filter, Remote.ToLongFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Filter, Remote.ToLongFunction)","u":"max(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"max(Remote.Comparator)","u":"max(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Remote.ToBigDecimalFunction)","u":"max(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Remote.ToBigDecimalFunction)","u":"max(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"max(Remote.ToBigDecimalFunction)","u":"max(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"max(Remote.ToComparableFunction)","u":"max(com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Remote.ToComparableFunction)","u":"max(com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Remote.ToComparableFunction)","u":"max(com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Remote.ToDoubleFunction)","u":"max(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Remote.ToDoubleFunction)","u":"max(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"max(Remote.ToDoubleFunction)","u":"max(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Remote.ToIntFunction)","u":"max(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Remote.ToIntFunction)","u":"max(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"max(Remote.ToIntFunction)","u":"max(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"max(Remote.ToLongFunction)","u":"max(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"max(Remote.ToLongFunction)","u":"max(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"max(Remote.ToLongFunction)","u":"max(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"max(ValueExtractor)","u":"max(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"maxBy(Comparator)","u":"maxBy(java.util.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"maxBy(Filter, ValueExtractor)","u":"maxBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"maxBy(Filter, ValueExtractor)","u":"maxBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"maxBy(Remote.Comparator)","u":"maxBy(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"maxBy(Remote.Comparator)","u":"maxBy(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"maxBy(ValueExtractor)","u":"maxBy(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"maxBy(ValueExtractor)","u":"maxBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"maxBy(ValueExtractor)","u":"maxBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"maxBy(ValueExtractor)","u":"maxBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"MBEAN_NAME"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics","l":"MBEAN_PREFIX"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics","l":"MBEAN_TYPE"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"MBeanAccessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"MBeanAccessor(MBeanServerProxy)","u":"%3Cinit%3E(com.tangosol.net.management.MBeanServerProxy)"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"MBeanConnector()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"MBeanHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanReference","l":"MBeanReference(ObjectName, MBeanServer)","u":"%3Cinit%3E(javax.management.ObjectName,javax.management.MBeanServer)"},{"p":"com.tangosol.coherence.config.unit","c":"Megabytes","l":"Megabytes(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.config.unit","c":"Megabytes","l":"Megabytes(MemorySize)","u":"%3Cinit%3E(com.oracle.coherence.common.util.MemorySize)"},{"p":"com.tangosol.coherence.config.unit","c":"Megabytes","l":"Megabytes(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"MEMBER"},{"p":"com.tangosol.net","c":"MemberIdentity","l":"MEMBER_IDENTITY_LIMIT"},{"p":"com.tangosol.net","c":"MemberEvent","l":"MEMBER_JOINED"},{"p":"com.tangosol.net","c":"MemberEvent","l":"MEMBER_LEAVING"},{"p":"com.tangosol.net","c":"MemberEvent","l":"MEMBER_LEFT"},{"p":"com.tangosol.net","c":"InvocationObserver","l":"memberCompleted(Member, Object)","u":"memberCompleted(com.tangosol.net.Member,java.lang.Object)"},{"p":"com.tangosol.net","c":"MemberEvent","l":"MemberEvent(Object, int, Member)","u":"%3Cinit%3E(java.lang.Object,int,com.tangosol.net.Member)"},{"p":"com.tangosol.net","c":"InvocationObserver","l":"memberFailed(Member, Throwable)","u":"memberFailed(com.tangosol.net.Member,java.lang.Throwable)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"MEMBERID_COMPARATOR"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ServiceListener","l":"memberJoined(MemberEvent)","u":"memberJoined(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net.cache","c":"NearCache.BackServiceListener","l":"memberJoined(MemberEvent)","u":"memberJoined(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener","l":"memberJoined(MemberEvent)","u":"memberJoined(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net","c":"MemberListener","l":"memberJoined(MemberEvent)","u":"memberJoined(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy.MembershipListener","l":"memberJoined(MemberEvent)","u":"memberJoined(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ServiceListener","l":"memberLeaving(MemberEvent)","u":"memberLeaving(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net.cache","c":"NearCache.BackServiceListener","l":"memberLeaving(MemberEvent)","u":"memberLeaving(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener","l":"memberLeaving(MemberEvent)","u":"memberLeaving(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net","c":"MemberListener","l":"memberLeaving(MemberEvent)","u":"memberLeaving(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy.MembershipListener","l":"memberLeaving(MemberEvent)","u":"memberLeaving(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net","c":"InvocationObserver","l":"memberLeft(Member)","u":"memberLeft(com.tangosol.net.Member)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ServiceListener","l":"memberLeft(MemberEvent)","u":"memberLeft(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net.cache","c":"NearCache.BackServiceListener","l":"memberLeft(MemberEvent)","u":"memberLeft(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener","l":"memberLeft(MemberEvent)","u":"memberLeft(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net","c":"MemberListener","l":"memberLeft(MemberEvent)","u":"memberLeft(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy.MembershipListener","l":"memberLeft(MemberEvent)","u":"memberLeft(com.tangosol.net.MemberEvent)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MemberListenerProcessor","l":"MemberListenerProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy.MembershipListener","l":"MembershipListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"MembershipQuorumPolicy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Binary","l":"memchr(byte[], int, int, byte)","u":"memchr(byte[],int,int,byte)"},{"p":"com.tangosol.util","c":"Binary","l":"memchr(byte[], int, int, byte, boolean)","u":"memchr(byte[],int,int,byte,boolean)"},{"p":"com.tangosol.util","c":"Binary","l":"memcmp(byte[], int, int, byte[], int, int)","u":"memcmp(byte[],int,int,byte[],int,int)"},{"p":"com.tangosol.util","c":"Binary","l":"memcpy(byte[], int, byte[], int, int)","u":"memcpy(byte[],int,byte[],int,int)"},{"p":"com.tangosol.util","c":"Binary","l":"memmem(byte[], int, int, byte[], int, int)","u":"memmem(byte[],int,int,byte[],int,int)"},{"p":"com.tangosol.util","c":"Binary","l":"memmem(byte[], int, int, byte[], int, int, boolean)","u":"memmem(byte[],int,int,byte[],int,int,boolean)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MemorySizeProcessor","l":"MemorySizeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"merge()"},{"p":"com.tangosol.util","c":"InvocableMap","l":"merge(K, V, BiFunction)","u":"merge(K,V,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"merge(K, V, BiFunction)","u":"merge(K,V,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"merge(K, V, BiFunction)","u":"merge(K,V,java.util.function.BiFunction)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"merge(K, V, Remote.BiFunction)","u":"merge(K,V,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"merge(K, V, Remote.BiFunction)","u":"merge(K,V,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"merge(Object, Object, BiFunction)","u":"merge(java.lang.Object,java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"merge(Object, Object, BiFunction)","u":"merge(java.lang.Object,java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"merge(Object, Object, BiFunction)","u":"merge(java.lang.Object,java.lang.Object,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"merge(QueryRecord.PartialResult)","u":"merge(com.tangosol.util.QueryRecord.PartialResult)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"merge(QueryRecord.PartialResult.Step)","u":"merge(com.tangosol.util.QueryRecord.PartialResult.Step)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"merge(TK, TV, BiFunction)","u":"merge(TK,TV,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"merge(TK, TV, BiFunction)","u":"merge(TK,TV,java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"merge(TK, TV, Remote.BiFunction)","u":"merge(TK,TV,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"merge(TK, TV, Remote.BiFunction)","u":"merge(TK,TV,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"merge(TopNAggregator.PartialResult)","u":"merge(com.tangosol.util.aggregator.TopNAggregator.PartialResult)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"merge(ValueExtractor[], ValueExtractor[])","u":"merge(com.tangosol.util.ValueExtractor[],com.tangosol.util.ValueExtractor[])"},{"p":"com.tangosol.util","c":"Base","l":"mergeArray(T[], T[])","u":"mergeArray(T[],T[])"},{"p":"com.tangosol.util","c":"Base","l":"mergeBooleanArray(boolean[], boolean[])","u":"mergeBooleanArray(boolean[],boolean[])"},{"p":"com.tangosol.util","c":"Base","l":"mergeByteArray(byte[], byte[])","u":"mergeByteArray(byte[],byte[])"},{"p":"com.tangosol.util","c":"Base","l":"mergeCharArray(char[], char[])","u":"mergeCharArray(char[],char[])"},{"p":"com.tangosol.util","c":"Base","l":"mergeDoubleArray(double[], double[])","u":"mergeDoubleArray(double[],double[])"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"mergeEvents(MapEvent, MapEvent)","u":"mergeEvents(com.tangosol.util.MapEvent,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"mergeEvents(MapEvent, MapEvent)","u":"mergeEvents(com.tangosol.util.MapEvent,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"mergeFilter(Filter)","u":"mergeFilter(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"Base","l":"mergeFloatArray(float[], float[])","u":"mergeFloatArray(float[],float[])"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"mergeIncludes(String, XmlElement, ClassLoader)","u":"mergeIncludes(java.lang.String,com.tangosol.run.xml.XmlElement,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"Base","l":"mergeIntArray(int[], int[])","u":"mergeIntArray(int[],int[])"},{"p":"com.tangosol.util","c":"Base","l":"mergeLongArray(long[], long[])","u":"mergeLongArray(long[],long[])"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"mergeResults(Collection)","u":"mergeResults(java.util.Collection)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"mergeSchema(XmlElement, XmlElement)","u":"mergeSchema(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.Notification","l":"Message"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MessageDeliveryModeProcessor","l":"MessageDeliveryModeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"META_EXTENT"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"META_FILENAME"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"META_IMPL_VERSION"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"META_PARTITION_COUNT"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"META_SERVICE_VERSION"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"META_STORAGE_FORMAT"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"META_STORAGE_VERSION"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"METHOD_CALL_FUNCTION_BUILDER"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"METHOD_SUFFIX"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"METHOD_SUFFIX"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"MethodInvocationProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"MethodInvocationProcessor(Remote.Supplier, String, boolean, Object...)","u":"%3Cinit%3E(com.tangosol.util.function.Remote.Supplier,java.lang.String,boolean,java.lang.Object...)"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"MethodInvocationProcessor(String, boolean, Object...)","u":"%3Cinit%3E(java.lang.String,boolean,java.lang.Object...)"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"METHODS"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"MGR_CONTEXT"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"MGR_CONTEXT"},{"p":"com.tangosol.coherence.config.unit","c":"Millis","l":"Millis(Duration)","u":"%3Cinit%3E(com.oracle.coherence.common.util.Duration)"},{"p":"com.tangosol.coherence.config.unit","c":"Millis","l":"Millis(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MillisProcessor","l":"MillisProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"MIN_BLOCK"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MIN_DECIMAL128_SCALE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MIN_DECIMAL32_SCALE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"MIN_DECIMAL64_SCALE"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"MIN_ENTRY"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"MIN_FREE"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"MIN_PORT"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"MIN_REQUEUE_DELAY"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"MIN_SEGMENT_CAPACITY"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"MIN_SNAPSHOT_REFRESH"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"MIN_SPLIT"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"min()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"min()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"min()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"min(Comparator)","u":"min(java.util.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Filter, Remote.ToBigDecimalFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Filter, Remote.ToBigDecimalFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Filter, Remote.ToComparableFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Filter, Remote.ToComparableFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Filter, Remote.ToDoubleFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Filter, Remote.ToDoubleFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Filter, Remote.ToIntFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Filter, Remote.ToIntFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Filter, Remote.ToLongFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Filter, Remote.ToLongFunction)","u":"min(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"min(Remote.Comparator)","u":"min(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Remote.ToBigDecimalFunction)","u":"min(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Remote.ToBigDecimalFunction)","u":"min(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"min(Remote.ToBigDecimalFunction)","u":"min(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"min(Remote.ToComparableFunction)","u":"min(com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Remote.ToComparableFunction)","u":"min(com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Remote.ToComparableFunction)","u":"min(com.tangosol.util.function.Remote.ToComparableFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Remote.ToDoubleFunction)","u":"min(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Remote.ToDoubleFunction)","u":"min(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"min(Remote.ToDoubleFunction)","u":"min(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Remote.ToIntFunction)","u":"min(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Remote.ToIntFunction)","u":"min(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"min(Remote.ToIntFunction)","u":"min(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"min(Remote.ToLongFunction)","u":"min(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"min(Remote.ToLongFunction)","u":"min(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"min(Remote.ToLongFunction)","u":"min(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"min(ValueExtractor)","u":"min(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"min(VersionedPartitions, VersionedPartitions)","u":"min(com.tangosol.net.partition.VersionedPartitions,com.tangosol.net.partition.VersionedPartitions)"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"minBy(Comparator)","u":"minBy(java.util.Comparator)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"minBy(Filter, ValueExtractor)","u":"minBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"minBy(Filter, ValueExtractor)","u":"minBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"minBy(Remote.Comparator)","u":"minBy(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"minBy(Remote.Comparator)","u":"minBy(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.function","c":"Remote.BinaryOperator","l":"minBy(ValueExtractor)","u":"minBy(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"minBy(ValueExtractor)","u":"minBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"minBy(ValueExtractor)","u":"minBy(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"minBy(ValueExtractor)","u":"minBy(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"MirroringAssignmentStrategy(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Hasher","l":"mod(int, int)","u":"mod(int,int)"},{"p":"com.tangosol.util","c":"Base","l":"mod(int, int)","u":"mod(int,int)"},{"p":"com.oracle.coherence.common.base","c":"Hasher","l":"mod(long, long)","u":"mod(long,long)"},{"p":"com.tangosol.util","c":"Base","l":"mod(long, long)","u":"mod(long,long)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"MODE_DEBUG"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"modified(long, ExpiryPolicy)","u":"modified(long,javax.cache.expiry.ExpiryPolicy)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"monitorServices(long)"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"monitorServices(long)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"MONTH_NAME"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent.Process","l":"MOST_RECENT"},{"p":"com.tangosol.io","c":"FileHelper","l":"moveDir(File, File)","u":"moveDir(java.io.File,java.io.File)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"moveExtent(long, long)","u":"moveExtent(long,long)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"moveExtent(long, long)","u":"moveExtent(long,long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"moveExtent(long, long)","u":"moveExtent(long,long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"moveExtentInternal(long, long)","u":"moveExtentInternal(long,long)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"moveExtents(PersistentStore, long, long)","u":"moveExtents(com.oracle.coherence.persistence.PersistentStore,long,long)"},{"p":"com.tangosol.io","c":"FileHelper","l":"moveFile(File, File)","u":"moveFile(java.io.File,java.io.File)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"moveOffset(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"moveOffset(int)"},{"p":"com.oracle.coherence.mp.metrics","c":"MpMetricsRegistryAdapter","l":"MpMetricsRegistryAdapter(MetricRegistry, MetricRegistry)","u":"%3Cinit%3E(org.eclipse.microprofile.metrics.MetricRegistry,org.eclipse.microprofile.metrics.MetricRegistry)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"MSG_NO_PENDING"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"MSG_NO_RESULT"},{"p":"com.tangosol.util","c":"Extractors","l":"multi(String...)","u":"multi(java.lang.String...)"},{"p":"com.tangosol.util","c":"Extractors","l":"multi(ValueExtractor...)","u":"multi(com.tangosol.util.ValueExtractor...)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"MultiBufferInput()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"MultiBufferInput(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"MultiBufferOutput(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"MultiBufferReadBuffer(ReadBuffer[])","u":"%3Cinit%3E(com.tangosol.io.ReadBuffer[])"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"MultiBufferWriteBuffer(MultiBufferWriteBuffer.WriteBufferPool)","u":"%3Cinit%3E(com.tangosol.io.MultiBufferWriteBuffer.WriteBufferPool)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"MultiBufferWriteBuffer(MultiBufferWriteBuffer.WriteBufferPool, int)","u":"%3Cinit%3E(com.tangosol.io.MultiBufferWriteBuffer.WriteBufferPool,int)"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"MultiByteArrayInputStream(byte[][])","u":"%3Cinit%3E(byte[][])"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"MultiByteArrayInputStream(byte[][], boolean)","u":"%3Cinit%3E(byte[][],boolean)"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"MultiByteArrayOutputStream(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"MultiByteArrayOutputStream(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"MultiExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"MultiExtractor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"MultiExtractor","l":"MultiExtractor(ValueExtractor[])","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor[])"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"MultiIterator(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"MultiplexingMapListener","l":"MultiplexingMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"MultiplexingSerializer(Serializer...)","u":"%3Cinit%3E(com.tangosol.io.Serializer...)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"MultiplicationOperator","l":"MultiplicationOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Processors","l":"multiply(PropertyManipulator, N, boolean)","u":"multiply(com.tangosol.util.processor.PropertyManipulator,N,boolean)"},{"p":"com.tangosol.util","c":"Processors","l":"multiply(String, N, boolean)","u":"multiply(java.lang.String,N,boolean)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"MutableLong()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"MutableLong(long)","u":"%3Cinit%3E(long)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE","l":"myValueOf(String)","u":"myValueOf(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"NAME"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"NAME"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"NAME"},{"p":"com.tangosol.net.security","c":"SecurityProvider","l":"NAME"},{"p":"com.tangosol.net","c":"NameService","l":"NAME_DEFAULT"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"Name()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"Name(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"named(String)","u":"named(java.lang.String)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"named(String)","u":"named(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"NamedCacheServiceGrpcImpl()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"NamedCacheServiceGrpcImpl(NamedCacheService)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.NamedCacheService)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"NamedCacheServiceGrpcImpl(NamedCacheService.Dependencies)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.NamedCacheService.Dependencies)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"NamedCacheServiceImpl(NamedCacheService.Dependencies)","u":"%3Cinit%3E(com.oracle.coherence.grpc.proxy.NamedCacheService.Dependencies)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"NamedEventInterceptor(EventInterceptor)","u":"%3Cinit%3E(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"NamedEventInterceptor(EventInterceptor, NamedEventInterceptor)","u":"%3Cinit%3E(com.tangosol.net.events.EventInterceptor,com.tangosol.net.events.NamedEventInterceptor)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"NamedEventInterceptor(String, EventInterceptor)","u":"%3Cinit%3E(java.lang.String,com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"NamedEventInterceptor(String, EventInterceptor, RegistrationBehavior)","u":"%3Cinit%3E(java.lang.String,com.tangosol.net.events.EventInterceptor,com.tangosol.util.RegistrationBehavior)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"NamedEventInterceptor(String, EventInterceptor, String, String, Interceptor.Order, RegistrationBehavior)","u":"%3Cinit%3E(java.lang.String,com.tangosol.net.events.EventInterceptor,java.lang.String,java.lang.String,com.tangosol.net.events.annotation.Interceptor.Order,com.tangosol.util.RegistrationBehavior)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"NamedEventInterceptor(String, EventInterceptor, String, String, Interceptor.Order, RegistrationBehavior, Set)","u":"%3Cinit%3E(java.lang.String,com.tangosol.net.events.EventInterceptor,java.lang.String,java.lang.String,com.tangosol.net.events.annotation.Interceptor.Order,com.tangosol.util.RegistrationBehavior,java.util.Set)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"NamedEventInterceptorBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.config","c":"NamedQuery","l":"NamedQuery(String, String, String, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,int)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"NamedQueryResource(NamedCache, NamedQuery, int)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.coherence.rest.config.NamedQuery,int)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedResourceBuilder","l":"NamedResourceBuilder(ParameterizedBuilder, String)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder,java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"NamedTopicProducer","l":"NamedTopicProducer(BeanManager)","u":"%3Cinit%3E(jakarta.enterprise.inject.spi.BeanManager)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies","l":"NameListDependencies(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"NaturalAssociator","l":"NaturalAssociator()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"NaturalCloner","l":"NaturalCloner()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"NaturalComparator","l":"NaturalComparator()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"NaturalHasher","l":"NaturalHasher()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"naturalOrder()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"navigableKeySet()"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofPath","l":"navigate(PofValue)","u":"navigate(com.tangosol.io.pof.reflect.PofValue)"},{"p":"com.tangosol.io.pof.reflect","c":"PofNavigator","l":"navigate(PofValue)","u":"navigate(com.tangosol.io.pof.reflect.PofValue)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"NearCache(Map, NamedCache)","u":"%3Cinit%3E(java.util.Map,com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"NearCache(Map, NamedCache, int)","u":"%3Cinit%3E(java.util.Map,com.tangosol.net.NamedCache,int)"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"NearScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"negate()"},{"p":"com.tangosol.util.function","c":"Remote.BiPredicate","l":"negate()"},{"p":"com.tangosol.util.function","c":"Remote.DoublePredicate","l":"negate()"},{"p":"com.tangosol.util.function","c":"Remote.IntPredicate","l":"negate()"},{"p":"com.tangosol.util.function","c":"Remote.LongPredicate","l":"negate()"},{"p":"com.tangosol.util.function","c":"Remote.Predicate","l":"negate()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"negativeNumber(Number)","u":"negativeNumber(java.lang.Number)"},{"p":"com.tangosol.coherence.dsltools.base","c":"NestedBaseTokens","l":"NestedBaseTokens(char, char, BaseToken[])","u":"%3Cinit%3E(char,char,com.tangosol.coherence.dsltools.base.BaseToken[])"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NestingOPToken","l":"NestingOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NestingOPToken","l":"NestingOPToken(String, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"Filters","l":"never()"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"NeverFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"newAST(String, String)","u":"newAST(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"newAST(String, String, Term)","u":"newAST(java.lang.String,java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"newAST(String, String, Term, Term)","u":"newAST(java.lang.String,java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"newAST(String, String, Term, Term, Term)","u":"newAST(java.lang.String,java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"newAST(String, Term)","u":"newAST(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.util","c":"Unsafe","l":"newBinary(byte[], int, int)","u":"newBinary(byte[],int,int)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"newCondition()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"newCondition()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"newCondition()"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"newEngine(ByteBufAllocator)","u":"newEngine(io.netty.buffer.ByteBufAllocator)"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"newEngine(ByteBufAllocator, String, int)","u":"newEngine(io.netty.buffer.ByteBufAllocator,java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"newIdentifier(String)","u":"newIdentifier(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"newInstance()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance()"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"newInstance(Class, Object[])","u":"newInstance(java.lang.Class,java.lang.Object[])"},{"p":"com.tangosol.util","c":"ClassHelper","l":"newInstance(Class, Object[])","u":"newInstance(java.lang.Class,java.lang.Object[])"},{"p":"com.tangosol.io.pof.reflect","c":"Codecs.AbstractCodec","l":"newInstance(Class)","u":"newInstance(java.lang.Class)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor","l":"newInstance(DefaultDaemonPoolDependencies)","u":"newInstance(com.tangosol.internal.util.DefaultDaemonPoolDependencies)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"newInstance(NamedCacheService.Dependencies)","u":"newInstance(com.oracle.coherence.grpc.proxy.NamedCacheService.Dependencies)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DependenciesHelper","l":"newInstance(PrintWriter, InputStream, CoherenceQueryLanguage, String[])","u":"newInstance(java.io.PrintWriter,java.io.InputStream,com.tangosol.coherence.dslquery.CoherenceQueryLanguage,java.lang.String[])"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(String)","u":"newInstance(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(String, ClassLoader)","u":"newInstance(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(XmlElement)","u":"newInstance(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(XmlElement, ClassLoader)","u":"newInstance(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(XmlElement, ClassLoader, String)","u":"newInstance(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader,java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(XmlElement, ClassLoader, String, String)","u":"newInstance(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(XmlElement, ClassLoader, String, String, Context)","u":"newInstance(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader,java.lang.String,java.lang.String,com.tangosol.application.Context)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.DependenciesHelper","l":"newInstance(XmlElement, ClassLoader, String, String, Context, ParameterResolver)","u":"newInstance(com.tangosol.run.xml.XmlElement,java.lang.ClassLoader,java.lang.String,java.lang.String,com.tangosol.application.Context,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"newLiteral(String, int)","u":"newLiteral(java.lang.String,int)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AddressProviderBuilderProcessor","l":"newLocalAddressProviderBuilder(XmlElement)","u":"newLocalAddressProviderBuilder(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dslquery","c":"FilterBuilder","l":"newParameterListFromMap(Map)","u":"newParameterListFromMap(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"newSpan(String)","u":"newSpan(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"newSpan(String, ReadWriteBackingMap.Entry)","u":"newSpan(java.lang.String,com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"newSpan(String, Set)","u":"newSpan(java.lang.String,java.util.Set)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"newTerm(String)","u":"newTerm(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"newTerm(String, Term)","u":"newTerm(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"newTerm(String, Term, Term)","u":"newTerm(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"newTerm(String, Term, Term, Term)","u":"newTerm(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"newTerm(String, Term, Term, Term, Term)","u":"newTerm(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"newTerm(String, Term, Term, Term, Term, Term)","u":"newTerm(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"newTerm(String, Term[])","u":"newTerm(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term[])"},{"p":"com.tangosol.util","c":"DaemonThreadFactory","l":"newThread(Runnable)","u":"newThread(java.lang.Runnable)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"next()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"next()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"next()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term.TermIterator","l":"next()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEventFilteringIterator","l":"next()"},{"p":"com.tangosol.coherence.jcache.common","c":"MapEntryIteratorToCacheEntryIteratorAdapter","l":"next()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache.EntryIterator","l":"next()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache.EntryIterator","l":"next()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"next()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"next()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.EntrySet.EntrySetIterator","l":"next()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"next()"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"next()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.EntrySetIterator","l":"next()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection.ValuesIterator","l":"next()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"next()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"next()"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"next()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterIterator","l":"next()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"next()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"next()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"next()"},{"p":"com.tangosol.util","c":"DeltaSet.DeltaIterator","l":"next()"},{"p":"com.tangosol.util","c":"Dequeue","l":"next()"},{"p":"com.tangosol.util","c":"EnumerationIterator","l":"next()"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"next()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"next()"},{"p":"com.tangosol.util","c":"IteratorEnumerator","l":"next()"},{"p":"com.tangosol.util","c":"LongArray.Iterator","l":"next()"},{"p":"com.tangosol.util","c":"NullImplementation.NullEnumerator","l":"next()"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet.EntrySetIterator","l":"next()"},{"p":"com.tangosol.util","c":"PagedIterator","l":"next()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"next()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"next()"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"next()"},{"p":"com.tangosol.util","c":"SimpleLongArray.Iterator","l":"next()"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"next()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"next()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"next(int)"},{"p":"com.tangosol.util","c":"Dequeue","l":"next(int)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"nextChar()"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"nextElement()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"nextElement()"},{"p":"com.tangosol.util","c":"Dequeue","l":"nextElement()"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"nextElement()"},{"p":"com.tangosol.util","c":"IteratorEnumerator","l":"nextElement()"},{"p":"com.tangosol.util","c":"NullImplementation.NullEnumerator","l":"nextElement()"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"nextElement()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"nextEntry()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"nextEntry(boolean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"nextEntrySetPage(PageRequest, StreamObserver)","u":"nextEntrySetPage(com.oracle.coherence.grpc.PageRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"nextEntrySetPage(PageRequest, StreamObserver)","u":"nextEntrySetPage(com.oracle.coherence.grpc.PageRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"nextEntrySetPage(PageRequest, StreamObserver)","u":"nextEntrySetPage(com.oracle.coherence.grpc.PageRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"nextIndex()"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"nextIndex()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"nextIndex()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"nextIndex()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"nextIndex()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"nextIndex()"},{"p":"com.tangosol.net.events","c":"Event","l":"nextInterceptor()"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"nextIterable(PartitionedFilter)","u":"nextIterable(com.tangosol.util.filter.PartitionedFilter)"},{"p":"com.tangosol.net.partition","c":"PartitionedIterator","l":"nextIterable(PartitionedFilter)","u":"nextIterable(com.tangosol.util.filter.PartitionedFilter)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"nextKey(ByteBuffer)","u":"nextKey(java.nio.ByteBuffer)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"nextKeySetPage(PageRequest, StreamObserver)","u":"nextKeySetPage(com.oracle.coherence.grpc.PageRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"nextKeySetPage(PageRequest, StreamObserver)","u":"nextKeySetPage(com.oracle.coherence.grpc.PageRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"nextKeySetPage(PageRequest, StreamObserver)","u":"nextKeySetPage(com.oracle.coherence.grpc.PageRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"nextNode()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"nextPage()"},{"p":"com.tangosol.util","c":"PagedIterator.Advancer","l":"nextPage()"},{"p":"com.tangosol.net.partition","c":"VersionedPartitions.Iterator","l":"nextPartition()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.Iterator","l":"nextPrimitive()"},{"p":"com.tangosol.net.partition","c":"VersionedPartitions.VersionedIterator","l":"nextVersion()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"NIL"},{"p":"com.tangosol.io.pof.reflect","c":"PofSparseArray.NilPofValue","l":"NilPofValue(PofValue, PofContext, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.pof.PofContext,int,int,int)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"NioFileManagerBuilder","l":"NioFileManagerBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"NO_BINARY"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"NO_BINARY"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"NO_BINARY"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"NO_BYTES"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"NO_BYTES"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"NO_LISTENERS"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"NO_LONGS"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"NO_REFRESH"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"NO_STRINGS"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"NO_STRINGS"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"NO_VALUE"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"NO_VALUE"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"NO_VALUE"},{"p":"com.tangosol.util","c":"MapIndex","l":"NO_VALUE"},{"p":"com.tangosol.util","c":"MapSet","l":"NO_VALUE"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"NO_VALUE"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"NO_VALUE"},{"p":"com.tangosol.util","c":"SortedBag","l":"NO_VALUE"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"NODE_ID"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"NODE_SAFE"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"NODE_SAFE"},{"p":"com.tangosol.net.management","c":"Registry","l":"NODE_TYPE"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"Node()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"RecyclingLinkedList.Node","l":"Node()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"Node()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"RecyclingLinkedList.Node","l":"Node(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"Node(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"nodeList()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"nodeList(String)","u":"nodeList(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"nodeList(String, boolean)","u":"nodeList(java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term, Term)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term, Term, Term)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term, Term, Term, Term)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term, Term, Term, Term, Term)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term, Term[])","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term,com.tangosol.coherence.dsltools.termtrees.Term[])"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term[])","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term[])"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"NodeTerm(String, Term[], Term)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.termtrees.Term[],com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.net.cache","c":"CacheEvent.TransformationState","l":"NON_TRANSFORMABLE"},{"p":"com.oracle.coherence.common.base","c":"NonBlocking","l":"NonBlocking()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"NonBlockingEntryStoreWrapper(NonBlockingEntryStore)","u":"%3Cinit%3E(com.tangosol.net.cache.NonBlockingEntryStore)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"NonBlockingFiniteStateMachine(String, Model, S, DaemonPoolDependencies, boolean, NonBlockingFiniteStateMachine.TaskDependencies)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.fsm.Model,S,com.tangosol.internal.util.DaemonPoolDependencies,boolean,com.tangosol.util.fsm.NonBlockingFiniteStateMachine.TaskDependencies)"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket","l":"NonBlockingTcpDatagramSocket()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket","l":"NonBlockingTcpDatagramSocket(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket","l":"NonBlockingTcpDatagramSocket(int, InetAddress)","u":"%3Cinit%3E(int,java.net.InetAddress)"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket","l":"NonBlockingTcpDatagramSocket(NonBlockingTcpDatagramSocket.Impl)","u":"%3Cinit%3E(com.tangosol.net.NonBlockingTcpDatagramSocket.Impl)"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket","l":"NonBlockingTcpDatagramSocket(SocketAddress)","u":"%3Cinit%3E(java.net.SocketAddress)"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket","l":"NonBlockingTcpDatagramSocket(SocketProvider)","u":"%3Cinit%3E(com.oracle.coherence.common.net.SocketProvider)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"NONE"},{"p":"com.tangosol.net","c":"AsyncNamedMap.Option","l":"NONE"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"NONE"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"NONE"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"NONE_ALLOWED"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"none()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"none()"},{"p":"com.tangosol.net.topic","c":"Subscriber.ChannelOwnershipListeners","l":"none()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"noneMatch(DoublePredicate)","u":"noneMatch(java.util.function.DoublePredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"noneMatch(IntPredicate)","u":"noneMatch(java.util.function.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"noneMatch(LongPredicate)","u":"noneMatch(java.util.function.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"noneMatch(Predicate)","u":"noneMatch(java.util.function.Predicate)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"noneMatch(Remote.DoublePredicate)","u":"noneMatch(com.tangosol.util.function.Remote.DoublePredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"noneMatch(Remote.IntPredicate)","u":"noneMatch(com.tangosol.util.function.Remote.IntPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"noneMatch(Remote.LongPredicate)","u":"noneMatch(com.tangosol.util.function.Remote.LongPredicate)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"noneMatch(Remote.Predicate)","u":"noneMatch(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"NonSyntheticEntryFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener.NonSyntheticEntryFilter","l":"NonSyntheticEntryFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener.NonSyntheticEntryFilter","l":"NonSyntheticEntryFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"NOPARAMS"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"NOPARAMS"},{"p":"com.oracle.coherence.cdi.events","c":"Backlog.Type","l":"NORMAL"},{"p":"com.tangosol.util","c":"LongArray","l":"NOT_FOUND"},{"p":"com.tangosol.util","c":"Filters","l":"not(Filter)","u":"not(com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"notePos()"},{"p":"com.tangosol.util","c":"Filters","l":"notEqual(ValueExtractor, E)","u":"notEqual(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.util.filter","c":"NotEqualsFilter","l":"NotEqualsFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"NotEqualsFilter","l":"NotEqualsFilter(String, E)","u":"%3Cinit%3E(java.lang.String,E)"},{"p":"com.tangosol.util.filter","c":"NotEqualsFilter","l":"NotEqualsFilter(ValueExtractor, E)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,E)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"NotEqualsOperator","l":"NotEqualsOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"NotFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"NotFilter(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.fsm","c":"Instruction","l":"NOTHING"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"NOTHING_TO_COMMIT"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResultStatus","l":"NothingToCommit"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.Notification","l":"Notification(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"NOTIFY_LOST"},{"p":"com.oracle.coherence.cdi","c":"CdiEventObserver","l":"notify(E)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventObserver","l":"notify(E)"},{"p":"com.oracle.coherence.cdi","c":"CdiMapEventObserver","l":"notify(MapEvent)","u":"notify(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener.MapEventObserver","l":"notify(MapEvent)","u":"notify(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"notifyCanceled(Throwable)","u":"notifyCanceled(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.Task","l":"notifyCanceled(Throwable)","u":"notifyCanceled(java.lang.Throwable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"notifyCollector(Object, boolean)","u":"notifyCollector(java.lang.Object,boolean)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"notifyShutdown()"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"notifyStopping()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NotOPToken","l":"NotOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NotOPToken","l":"NotOPToken(String, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter","l":"NotOwnedFilter(Ownership)","u":"%3Cinit%3E(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.net","c":"LoadBalancer.AddressPort","l":"nPort"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder.CommandsOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder.ExtendedLanguageCommandOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder.HelpCommandOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder.SanityCheckCommandOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder.ServicesCommandOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder.SetTimeoutOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder.TraceCommandOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder.WheneverCommandOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLArchiveSnapshotOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLCreateSnapshotOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLForceRecoveryOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListArchivedSnapshotsOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListArchiverOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListServicesOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListSnapshotsOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRecoverSnapshotOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRemoveSnapshotOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLResumeServiceOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRetrieveSnapshotOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLSuspendServiceOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLValidateSnapshotOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLBackupOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLCreateCacheOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLCreateIndexOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDeleteOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDropCacheOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDropIndexOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLExplainOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLInsertOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLRestoreOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLSelectOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLSourceOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLTruncateCacheOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLUpdateOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"IdentifierOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"KeywordOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ListOpToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LiteralOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NotOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ParenOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PrefixOPToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.coherence.dsltools.termlanguage","c":"CurlyToken","l":"nud(OPParser)","u":"nud(com.tangosol.coherence.dsltools.precedence.OPParser)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"NULL"},{"p":"com.tangosol.net","c":"ClusterDependencies.ServiceProvider","l":"NULL_IMPLEMENTATION"},{"p":"com.tangosol.net.topic","c":"Subscriber.Option","l":"NULL_OPTION"},{"p":"com.tangosol.coherence.dslquery","c":"StatementResult","l":"NULL_RESULT"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"NULL_TYPE"},{"p":"com.tangosol.util","c":"SafeSortedMap.Null","l":"Null()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullActionPolicy","l":"NullActionPolicy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullAddressProvider","l":"NullAddressProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"NullCacheStore()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullCollector","l":"NullCollector()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullContinuation","l":"NullContinuation()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullDeltaCompressor","l":"NullDeltaCompressor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullEntryProcessor","l":"NullEntryProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullFilter","l":"NullFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"PasswordProvider","l":"NullImplementation"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.NullImplementationBuilder","l":"NullImplementationBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"NULLLITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"NULLLITERAL"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"NullLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"NullMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMemberIdentityProvider","l":"NullMemberIdentityProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"NullObservableMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber.Option","l":"nullOption()"},{"p":"com.tangosol.config.expression","c":"NullParameterResolver","l":"NullParameterResolver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPartitionAssignmentStrategy","l":"NullPartitionAssignmentStrategy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"NullPersistenceEnvironment()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"NullPersistenceManager()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"NullPersistentStore()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"NullResourceRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"NullSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"nullsFirst(Remote.Comparator)","u":"nullsFirst(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"nullsLast(Remote.Comparator)","u":"nullsLast(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"NullValueExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"NumberIncrementor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"NumberIncrementor(String, N, boolean)","u":"%3Cinit%3E(java.lang.String,N,boolean)"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"NumberIncrementor(ValueManipulator, N, boolean)","u":"%3Cinit%3E(com.tangosol.util.ValueManipulator,N,boolean)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"NumberIncrementorFactory","l":"NumberIncrementorFactory(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"NumberMultiplier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"NumberMultiplier(String, N, boolean)","u":"%3Cinit%3E(java.lang.String,N,boolean)"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"NumberMultiplier(ValueManipulator, N, boolean)","u":"%3Cinit%3E(com.tangosol.util.ValueManipulator,N,boolean)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"NumberMultiplierFactory","l":"NumberMultiplierFactory(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.util.function","c":"Remote","l":"objDoubleConsumer(Remote.ObjDoubleConsumer)","u":"objDoubleConsumer(com.tangosol.util.function.Remote.ObjDoubleConsumer)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"OBJECT_ARRAY_EMPTY"},{"p":"com.tangosol.net.management","c":"ObjectNameExcludeFilter","l":"ObjectNameExcludeFilter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.management","c":"ObjectNameExcludeFilter","l":"ObjectNameExcludeFilter(String[])","u":"%3Cinit%3E(java.lang.String[])"},{"p":"com.tangosol.util","c":"SparseArray.ObjectNode","l":"ObjectNode(long, V)","u":"%3Cinit%3E(long,V)"},{"p":"com.oracle.coherence.common.base","c":"Objects","l":"Objects()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"ObjectWriter","l":"ObjectWriter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"ObjectWriter","l":"ObjectWriter(MarshallerRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.rest.io.MarshallerRegistry)"},{"p":"com.tangosol.util.function","c":"Remote","l":"objIntConsumer(Remote.ObjIntConsumer)","u":"objIntConsumer(com.tangosol.util.function.Remote.ObjIntConsumer)"},{"p":"com.tangosol.util.function","c":"Remote","l":"objLongConsumer(Remote.ObjLongConsumer)","u":"objLongConsumer(com.tangosol.util.function.Remote.ObjLongConsumer)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"ObservableHashMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"ObservableHashMap(int, float, float)","u":"%3Cinit%3E(int,float,float)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"ObservableSplittingBackingCache(BackingMapManager, String)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManager,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"ObservableSplittingBackingMap(BackingMapManager, String)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManager,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"ObservableSplittingBackingMap(PartitionAwareBackingMap)","u":"%3Cinit%3E(com.tangosol.net.partition.PartitionAwareBackingMap)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"octalValue(char)"},{"p":"com.tangosol.util","c":"Base","l":"octalValue(char)"},{"p":"com.oracle.coherence.cdi.events","c":"Backlog.Literal","l":"of(Backlog.Type)","u":"of(com.oracle.coherence.cdi.events.Backlog.Type)"},{"p":"com.oracle.coherence.cdi","c":"View.Literal","l":"of(boolean)"},{"p":"com.oracle.coherence.cdi","c":"ChainedExtractor.Extractors.Literal","l":"of(ChainedExtractor...)","u":"of(com.oracle.coherence.cdi.ChainedExtractor...)"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Literal","l":"of(Class, int...)","u":"of(java.lang.Class,int...)"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Literal","l":"of(Class, String)","u":"of(java.lang.Class,java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"Processor.Literal","l":"of(Class)","u":"of(java.lang.Class)"},{"p":"com.oracle.coherence.concurrent.cdi","c":"Count.Literal","l":"of(int)"},{"p":"com.oracle.coherence.concurrent.cdi","c":"Permits.Literal","l":"of(int)"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Literal","l":"of(int...)"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Extractors.Literal","l":"of(PofExtractor...)","u":"of(com.oracle.coherence.cdi.PofExtractor...)"},{"p":"com.oracle.coherence.cdi","c":"PropertyExtractor.Extractors.Literal","l":"of(PropertyExtractor...)","u":"of(com.oracle.coherence.cdi.PropertyExtractor...)"},{"p":"com.tangosol.util.stream","c":"RemoteCollector","l":"of(Remote.Supplier, Remote.BiConsumer, Remote.BinaryOperator, Remote.Function, Collector.Characteristics...)","u":"of(com.tangosol.util.function.Remote.Supplier,com.tangosol.util.function.Remote.BiConsumer,com.tangosol.util.function.Remote.BinaryOperator,com.tangosol.util.function.Remote.Function,java.util.stream.Collector.Characteristics...)"},{"p":"com.tangosol.util.stream","c":"RemoteCollector","l":"of(Remote.Supplier, Remote.BiConsumer, Remote.BinaryOperator, Collector.Characteristics...)","u":"of(com.tangosol.util.function.Remote.Supplier,com.tangosol.util.function.Remote.BiConsumer,com.tangosol.util.function.Remote.BinaryOperator,java.util.stream.Collector.Characteristics...)"},{"p":"com.oracle.coherence.cdi","c":"ConfigUri.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"CacheName.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"MapName.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"ParticipantName.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"ScopeName.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"ServiceName.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"Name.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"PropertyExtractor.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"Scope.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"SerializerFormat.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"SessionName.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"SubscriberGroup.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"WhereFilter.Literal","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"of(String)","u":"of(java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"ChainedExtractor.Literal","l":"of(String...)","u":"of(java.lang.String...)"},{"p":"com.tangosol.net.topic","c":"Subscriber.ChannelOwnershipListeners","l":"of(Subscriber.ChannelOwnershipListener...)","u":"of(com.tangosol.net.topic.Subscriber.ChannelOwnershipListener...)"},{"p":"com.tangosol.util.stream","c":"RemoteCollector","l":"of(Supplier, BiConsumer, BinaryOperator, Function, Collector.Characteristics...)","u":"of(java.util.function.Supplier,java.util.function.BiConsumer,java.util.function.BinaryOperator,java.util.function.Function,java.util.stream.Collector.Characteristics...)"},{"p":"com.tangosol.util.stream","c":"RemoteCollector","l":"of(Supplier, BiConsumer, BinaryOperator, Collector.Characteristics...)","u":"of(java.util.function.Supplier,java.util.function.BiConsumer,java.util.function.BinaryOperator,java.util.stream.Collector.Characteristics...)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"of(ValueExtractor)","u":"of(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ValueExtractor","l":"of(ValueExtractor)","u":"of(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"OFF_HEAP"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"OFFSET_HASH"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"OFFSET_KEY"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"OFFSET_VALUE"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.OffsetLengthSubstringExpansionProcessor","l":"OffsetLengthSubstringExpansionProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"OldDateAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"ON_HEAP"},{"p":"com.tangosol.util.fsm","c":"LifecycleAwareEvent","l":"onAccept(ExecutionContext)","u":"onAccept(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"onAccept(ExecutionContext)","u":"onAccept(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.SubsequentEvent","l":"onAccept(ExecutionContext)","u":"onAccept(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"onAccept(SelectionKey)","u":"onAccept(java.nio.channels.SelectionKey)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"onAdd()"},{"p":"com.tangosol.util","c":"ObservableHashMap.Entry","l":"onAdd()"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"onAdd()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"onBackEvent(MapEvent)","u":"onBackEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"onBeforeClosing()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"onBeforeClosing()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"onBeforeClosing()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"onBeforeClosing()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"onBeforeClosing()"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onBoolean(int, boolean)","u":"onBoolean(int,boolean)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onBoolean(int, boolean)","u":"onBoolean(int,boolean)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onBoolean(int, boolean)","u":"onBoolean(int,boolean)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onBoolean(int, boolean)","u":"onBoolean(int,boolean)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onBoolean(int, boolean)","u":"onBoolean(int,boolean)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onBoolean(int, boolean)","u":"onBoolean(int,boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onBoolean(int, boolean)","u":"onBoolean(int,boolean)"},{"p":"com.tangosol.net.topic","c":"Subscriber.ChannelOwnershipListener","l":"onChannelsAssigned(Set)","u":"onChannelsAssigned(java.util.Set)"},{"p":"com.tangosol.net.topic","c":"Subscriber.ChannelOwnershipListener","l":"onChannelsLost(Set)","u":"onChannelsLost(java.util.Set)"},{"p":"com.tangosol.net.topic","c":"Subscriber.ChannelOwnershipListener","l":"onChannelsRevoked(Set)","u":"onChannelsRevoked(java.util.Set)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onChar(int, char)","u":"onChar(int,char)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onChar(int, char)","u":"onChar(int,char)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onChar(int, char)","u":"onChar(int,char)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onChar(int, char)","u":"onChar(int,char)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onChar(int, char)","u":"onChar(int,char)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onChar(int, char)","u":"onChar(int,char)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onChar(int, char)","u":"onChar(int,char)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onCharString(int, String)","u":"onCharString(int,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onCharString(int, String)","u":"onCharString(int,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onCharString(int, String)","u":"onCharString(int,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onCharString(int, String)","u":"onCharString(int,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onCharString(int, String)","u":"onCharString(int,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onCharString(int, String)","u":"onCharString(int,java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onCharString(int, String)","u":"onCharString(int,java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"onClose(Runnable)","u":"onClose(java.lang.Runnable)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"onClose(Runnable)","u":"onClose(java.lang.Runnable)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"onComplete()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver","l":"onComplete()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.StoreOperationObserver","l":"onComplete()"},{"p":"com.tangosol.net.cache","c":"StoreObserver","l":"onComplete()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"onComplete()"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"onComplete()"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"onComplete()"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"onComplete()"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"onComplete()"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"onComplete()"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"onCompleted()"},{"p":"com.oracle.coherence.grpc","c":"SafeStreamObserver","l":"onCompleted()"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket.Impl","l":"onConnectionHeader(TcpDatagramSocket.Impl.ConnectionStatus, SocketChannel)","u":"onConnectionHeader(com.tangosol.net.TcpDatagramSocket.Impl.ConnectionStatus,java.nio.channels.SocketChannel)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"onConnectionHeader(TcpDatagramSocket.Impl.ConnectionStatus, SocketChannel)","u":"onConnectionHeader(com.tangosol.net.TcpDatagramSocket.Impl.ConnectionStatus,java.nio.channels.SocketChannel)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.ContentionObserver","l":"onContend(Object, SegmentedConcurrentMap.LockableEntry)","u":"onContend(java.lang.Object,com.tangosol.util.SegmentedConcurrentMap.LockableEntry)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onDate(int, int, int, int)","u":"onDate(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onDate(int, int, int, int)","u":"onDate(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onDate(int, int, int, int)","u":"onDate(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onDate(int, int, int, int)","u":"onDate(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onDate(int, int, int, int)","u":"onDate(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onDate(int, int, int, int)","u":"onDate(int,int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onDate(int, int, int, int)","u":"onDate(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, boolean)","u":"onDateTime(int,int,int,int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, boolean)","u":"onDateTime(int,int,int,int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, boolean)","u":"onDateTime(int,int,int,int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, boolean)","u":"onDateTime(int,int,int,int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, boolean)","u":"onDateTime(int,int,int,int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, boolean)","u":"onDateTime(int,int,int,int,int,int,int,int,boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, boolean)","u":"onDateTime(int,int,int,int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, int, int)","u":"onDateTime(int,int,int,int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, int, int)","u":"onDateTime(int,int,int,int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, int, int)","u":"onDateTime(int,int,int,int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, int, int)","u":"onDateTime(int,int,int,int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, int, int)","u":"onDateTime(int,int,int,int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, int, int)","u":"onDateTime(int,int,int,int,int,int,int,int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onDateTime(int, int, int, int, int, int, int, int, int, int)","u":"onDateTime(int,int,int,int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onDayTimeInterval(int, int, int, int, int, int)","u":"onDayTimeInterval(int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onDayTimeInterval(int, int, int, int, int, int)","u":"onDayTimeInterval(int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onDayTimeInterval(int, int, int, int, int, int)","u":"onDayTimeInterval(int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onDayTimeInterval(int, int, int, int, int, int)","u":"onDayTimeInterval(int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onDayTimeInterval(int, int, int, int, int, int)","u":"onDayTimeInterval(int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onDayTimeInterval(int, int, int, int, int, int)","u":"onDayTimeInterval(int,int,int,int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onDayTimeInterval(int, int, int, int, int, int)","u":"onDayTimeInterval(int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onDecimal128(int, BigDecimal)","u":"onDecimal128(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onDecimal128(int, BigDecimal)","u":"onDecimal128(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onDecimal128(int, BigDecimal)","u":"onDecimal128(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onDecimal128(int, BigDecimal)","u":"onDecimal128(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onDecimal128(int, BigDecimal)","u":"onDecimal128(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onDecimal128(int, BigDecimal)","u":"onDecimal128(int,java.math.BigDecimal)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onDecimal128(int, BigDecimal)","u":"onDecimal128(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onDecimal32(int, BigDecimal)","u":"onDecimal32(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onDecimal32(int, BigDecimal)","u":"onDecimal32(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onDecimal32(int, BigDecimal)","u":"onDecimal32(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onDecimal32(int, BigDecimal)","u":"onDecimal32(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onDecimal32(int, BigDecimal)","u":"onDecimal32(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onDecimal32(int, BigDecimal)","u":"onDecimal32(int,java.math.BigDecimal)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onDecimal32(int, BigDecimal)","u":"onDecimal32(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onDecimal64(int, BigDecimal)","u":"onDecimal64(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onDecimal64(int, BigDecimal)","u":"onDecimal64(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onDecimal64(int, BigDecimal)","u":"onDecimal64(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onDecimal64(int, BigDecimal)","u":"onDecimal64(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onDecimal64(int, BigDecimal)","u":"onDecimal64(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onDecimal64(int, BigDecimal)","u":"onDecimal64(int,java.math.BigDecimal)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onDecimal64(int, BigDecimal)","u":"onDecimal64(int,java.math.BigDecimal)"},{"p":"com.tangosol.coherence.jcache","c":"JCacheExtendNamespace","l":"onEndNamespace(ProcessingContext, XmlElement, String, URI)","u":"onEndNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.coherence.jcache","c":"JCacheNamespace","l":"onEndNamespace(ProcessingContext, XmlElement, String, URI)","u":"onEndNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"onEndNamespace(ProcessingContext, XmlElement, String, URI)","u":"onEndNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.config.xml","c":"NamespaceHandler","l":"onEndNamespace(ProcessingContext, XmlElement, String, URI)","u":"onEndNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.util.fsm","c":"StateEntryAction","l":"onEnterState(S, S, Event, ExecutionContext)","u":"onEnterState(S,S,com.tangosol.util.fsm.Event,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onEraseAllFailure(Set, Exception)","u":"onEraseAllFailure(java.util.Set,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onEraseFailure(Object, Exception)","u":"onEraseFailure(java.lang.Object,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onEraseFailure(ReadWriteBackingMap.Entry, Exception)","u":"onEraseFailure(com.tangosol.net.cache.ReadWriteBackingMap.Entry,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver","l":"onError(BinaryEntry, Exception)","u":"onError(com.tangosol.util.BinaryEntry,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.StoreOperationObserver","l":"onError(BinaryEntry, Exception)","u":"onError(com.tangosol.util.BinaryEntry,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"StoreObserver","l":"onError(BinaryEntry, Exception)","u":"onError(com.tangosol.util.BinaryEntry,java.lang.Exception)"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"onError(SSLContextDependencies, Throwable)","u":"onError(com.tangosol.internal.net.ssl.SSLContextDependencies,java.lang.Throwable)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"onError(Throwable)","u":"onError(java.lang.Throwable)"},{"p":"com.oracle.coherence.grpc","c":"SafeStreamObserver","l":"onError(Throwable)","u":"onError(java.lang.Throwable)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"onEvent(CacheLifecycleEvent)","u":"onEvent(com.tangosol.net.events.partition.cache.CacheLifecycleEvent)"},{"p":"com.tangosol.net","c":"Coherence.LifecycleListener","l":"onEvent(CoherenceLifecycleEvent)","u":"onEvent(com.tangosol.net.events.CoherenceLifecycleEvent)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener.Builder","l":"onEvent(Consumer)","u":"onEvent(java.util.function.Consumer)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"onEvent(E)"},{"p":"com.tangosol.net.events","c":"EventInterceptor","l":"onEvent(E)"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"onEvent(E)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContainerHelper.JCacheLifecycleInterceptor","l":"onEvent(LifecycleEvent)","u":"onEvent(com.tangosol.net.events.application.LifecycleEvent)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"onException(Exception)","u":"onException(java.lang.Exception)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"onException(Exception)","u":"onException(java.lang.Exception)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"onException(T)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"onException(T)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"onException(T)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"onException(Throwable)","u":"onException(java.lang.Throwable)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"onException(Throwable)","u":"onException(java.lang.Throwable)"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"onException(Throwable)","u":"onException(java.lang.Throwable)"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"onException(Throwable)","u":"onException(java.lang.Throwable)"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"onException(Throwable)","u":"onException(java.lang.Throwable)"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"onException(Throwable)","u":"onException(java.lang.Throwable)"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"onException(Throwable)","u":"onException(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"onException(Throwable, Runnable)","u":"onException(java.lang.Throwable,java.lang.Runnable)"},{"p":"com.tangosol.util.fsm","c":"StateExitAction","l":"onExitState(S, Event, ExecutionContext)","u":"onExitState(S,com.tangosol.util.fsm.Event,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"onFilterRequest(MapListenerRequest, MapTrigger)","u":"onFilterRequest(com.oracle.coherence.grpc.MapListenerRequest,com.tangosol.util.MapTrigger)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onFloat128(int, RawQuad)","u":"onFloat128(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onFloat128(int, RawQuad)","u":"onFloat128(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onFloat128(int, RawQuad)","u":"onFloat128(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onFloat128(int, RawQuad)","u":"onFloat128(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onFloat128(int, RawQuad)","u":"onFloat128(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onFloat128(int, RawQuad)","u":"onFloat128(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onFloat128(int, RawQuad)","u":"onFloat128(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onFloat32(int, float)","u":"onFloat32(int,float)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onFloat32(int, float)","u":"onFloat32(int,float)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onFloat32(int, float)","u":"onFloat32(int,float)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onFloat32(int, float)","u":"onFloat32(int,float)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onFloat32(int, float)","u":"onFloat32(int,float)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onFloat32(int, float)","u":"onFloat32(int,float)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onFloat32(int, float)","u":"onFloat32(int,float)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onFloat64(int, double)","u":"onFloat64(int,double)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onFloat64(int, double)","u":"onFloat64(int,double)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onFloat64(int, double)","u":"onFloat64(int,double)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onFloat64(int, double)","u":"onFloat64(int,double)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onFloat64(int, double)","u":"onFloat64(int,double)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onFloat64(int, double)","u":"onFloat64(int,double)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onFloat64(int, double)","u":"onFloat64(int,double)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"onFrontEvent(MapEvent)","u":"onFrontEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"onFrontEvent(MapEvent)","u":"onFrontEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net","c":"ServiceFailurePolicy","l":"onGuardableRecovery(Guardable, Service)","u":"onGuardableRecovery(com.tangosol.net.Guardable,com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"ServiceFailurePolicy","l":"onGuardableTerminate(Guardable, Service)","u":"onGuardableTerminate(com.tangosol.net.Guardable,com.tangosol.net.Service)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onIdentityReference(int, int)","u":"onIdentityReference(int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onIdentityReference(int, int)","u":"onIdentityReference(int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onIdentityReference(int, int)","u":"onIdentityReference(int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onIdentityReference(int, int)","u":"onIdentityReference(int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onIdentityReference(int, int)","u":"onIdentityReference(int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onIdentityReference(int, int)","u":"onIdentityReference(int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onIdentityReference(int, int)","u":"onIdentityReference(int,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener.Builder","l":"onInsert(Consumer)","u":"onInsert(java.util.function.Consumer)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener","l":"onInserted(T)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onInt128(int, BigInteger)","u":"onInt128(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onInt128(int, BigInteger)","u":"onInt128(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onInt128(int, BigInteger)","u":"onInt128(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onInt128(int, BigInteger)","u":"onInt128(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onInt128(int, BigInteger)","u":"onInt128(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onInt128(int, BigInteger)","u":"onInt128(int,java.math.BigInteger)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onInt128(int, BigInteger)","u":"onInt128(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onInt16(int, short)","u":"onInt16(int,short)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onInt16(int, short)","u":"onInt16(int,short)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onInt16(int, short)","u":"onInt16(int,short)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onInt16(int, short)","u":"onInt16(int,short)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onInt16(int, short)","u":"onInt16(int,short)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onInt16(int, short)","u":"onInt16(int,short)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onInt16(int, short)","u":"onInt16(int,short)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onInt32(int, int)","u":"onInt32(int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onInt32(int, int)","u":"onInt32(int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onInt32(int, int)","u":"onInt32(int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onInt32(int, int)","u":"onInt32(int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onInt32(int, int)","u":"onInt32(int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onInt32(int, int)","u":"onInt32(int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onInt32(int, int)","u":"onInt32(int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onInt64(int, long)","u":"onInt64(int,long)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onInt64(int, long)","u":"onInt64(int,long)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onInt64(int, long)","u":"onInt64(int,long)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onInt64(int, long)","u":"onInt64(int,long)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onInt64(int, long)","u":"onInt64(int,long)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onInt64(int, long)","u":"onInt64(int,long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onInt64(int, long)","u":"onInt64(int,long)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"onKeyRequest(MapListenerRequest, MapTrigger)","u":"onKeyRequest(com.oracle.coherence.grpc.MapListenerRequest,com.tangosol.util.MapTrigger)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onLoadAllFailure(Collection, Exception)","u":"onLoadAllFailure(java.util.Collection,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onLoadAllFailure(Collection, Exception, boolean)","u":"onLoadAllFailure(java.util.Collection,java.lang.Exception,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onLoadFailure(Object, Exception)","u":"onLoadFailure(java.lang.Object,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onLoadFailure(Object, Exception, boolean)","u":"onLoadFailure(java.lang.Object,java.lang.Exception,boolean)"},{"p":"com.tangosol.net.cache","c":"CachingMap.PrimingListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"CachingMap.SimpleListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.BackMapListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.FrontMapListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.FrontMapListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperPrimingListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapTriggerListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.AddListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.InternalMapListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.RemoveListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.EventRouter","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MultiplexingMapListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"WrapperObservableMap.InternalListener","l":"onMapEvent(MapEvent)","u":"onMapEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"onMappingAdded()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"onMappingAdded(Object, int)","u":"onMappingAdded(java.lang.Object,int)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"onMappingRemoved()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"onMappingRemoved(Object)","u":"onMappingRemoved(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalListener","l":"onModify(MapEvent)","u":"onModify(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver","l":"onNext(BinaryEntry)","u":"onNext(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.StoreOperationObserver","l":"onNext(BinaryEntry)","u":"onNext(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"StoreObserver","l":"onNext(BinaryEntry)","u":"onNext(com.tangosol.util.BinaryEntry)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"onNext(MapListenerRequest)","u":"onNext(com.oracle.coherence.grpc.MapListenerRequest)"},{"p":"com.oracle.coherence.grpc","c":"SafeStreamObserver","l":"onNext(T)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onNullReference(int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onNullReference(int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onNullReference(int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onNullReference(int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onNullReference(int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onNullReference(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onNullReference(int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onOctet(int, int)","u":"onOctet(int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onOctet(int, int)","u":"onOctet(int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onOctet(int, int)","u":"onOctet(int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onOctet(int, int)","u":"onOctet(int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onOctet(int, int)","u":"onOctet(int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onOctet(int, int)","u":"onOctet(int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onOctet(int, int)","u":"onOctet(int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onOctetString(int, Binary)","u":"onOctetString(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onOctetString(int, Binary)","u":"onOctetString(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onOctetString(int, Binary)","u":"onOctetString(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onOctetString(int, Binary)","u":"onOctetString(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onOctetString(int, Binary)","u":"onOctetString(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onOctetString(int, Binary)","u":"onOctetString(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onOctetString(int, Binary)","u":"onOctetString(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.partition","c":"PartitionListener","l":"onPartitionEvent(PartitionEvent)","u":"onPartitionEvent(com.tangosol.net.partition.PartitionEvent)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"EnumProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MemberListenerProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MemorySizeProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MillisProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PartitionListenerProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProviderBuilderProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PersistenceProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ResourceBuilderProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SerializerBuilderProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SerializerFactoryProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceFailurePolicyProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SimpleBuilderProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SpecificInstanceProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"StorageAccessAuthorizerBuilderProcessor","l":"onProcess(ProcessingContext, XmlElement)","u":"onProcess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.fsm","c":"LifecycleAwareEvent","l":"onProcessed(ExecutionContext)","u":"onProcessed(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"onProcessed(ExecutionContext)","u":"onProcessed(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.SubsequentEvent","l":"onProcessed(ExecutionContext)","u":"onProcessed(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"LifecycleAwareEvent","l":"onProcessing(ExecutionContext)","u":"onProcessing(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"onProcessing(ExecutionContext)","u":"onProcessing(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.SubsequentEvent","l":"onProcessing(ExecutionContext)","u":"onProcessing(com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"onRead(SelectionKey, ByteBuffer)","u":"onRead(java.nio.channels.SelectionKey,java.nio.ByteBuffer)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"onRecovery()"},{"p":"com.tangosol.util","c":"ResourceRegistry.ResourceLifecycleObserver","l":"onRelease(R)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"onReleased(AbstractPersistenceManager)","u":"onReleased(com.tangosol.persistence.AbstractPersistenceManager)"},{"p":"com.tangosol.util","c":"ObservableHashMap.Entry","l":"onRemove()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener.Builder","l":"onRemove(Consumer)","u":"onRemove(java.util.function.Consumer)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener","l":"onRemoved(T)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"onResult(Map.Entry)","u":"onResult(java.util.Map.Entry)"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"onResult(Map.Entry)","u":"onResult(java.util.Map.Entry)"},{"p":"com.tangosol.util.processor","c":"AsynchronousProcessor","l":"onResult(Map.Entry)","u":"onResult(java.util.Map.Entry)"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"onResult(Map.Entry)","u":"onResult(java.util.Map.Entry)"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"onResult(Map.Entry)","u":"onResult(java.util.Map.Entry)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAsynchronousAggregator","l":"onResult(P)"},{"p":"com.tangosol.util.aggregator","c":"AsynchronousAggregator","l":"onResult(P)"},{"p":"com.tangosol.net","c":"ServiceFailurePolicy","l":"onServiceFailed(Cluster)","u":"onServiceFailed(com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.xml","c":"CacheConfigNamespaceHandler","l":"onStartNamespace(ProcessingContext, XmlElement, String, URI)","u":"onStartNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.coherence.config.xml","c":"OperationalConfigNamespaceHandler","l":"onStartNamespace(ProcessingContext, XmlElement, String, URI)","u":"onStartNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"onStartNamespace(ProcessingContext, XmlElement, String, URI)","u":"onStartNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.config.xml","c":"NamespaceHandler","l":"onStartNamespace(ProcessingContext, XmlElement, String, URI)","u":"onStartNamespace(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement,java.lang.String,java.net.URI)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onStoreAllFailure(Set, Exception)","u":"onStoreAllFailure(java.util.Set,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onStoreAllFailure(Set, Exception, boolean)","u":"onStoreAllFailure(java.util.Set,java.lang.Exception,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onStoreFailure(ReadWriteBackingMap.Entry, Exception)","u":"onStoreFailure(com.tangosol.net.cache.ReadWriteBackingMap.Entry,java.lang.Exception)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"onStoreFailure(ReadWriteBackingMap.Entry, Exception, boolean)","u":"onStoreFailure(com.tangosol.net.cache.ReadWriteBackingMap.Entry,java.lang.Exception,boolean)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"onTerminate()"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onTime(int, int, int, int, int, boolean)","u":"onTime(int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onTime(int, int, int, int, int, boolean)","u":"onTime(int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onTime(int, int, int, int, int, boolean)","u":"onTime(int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onTime(int, int, int, int, int, boolean)","u":"onTime(int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onTime(int, int, int, int, int, boolean)","u":"onTime(int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onTime(int, int, int, int, int, boolean)","u":"onTime(int,int,int,int,int,boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onTime(int, int, int, int, int, boolean)","u":"onTime(int,int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onTime(int, int, int, int, int, int, int)","u":"onTime(int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onTime(int, int, int, int, int, int, int)","u":"onTime(int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onTime(int, int, int, int, int, int, int)","u":"onTime(int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onTime(int, int, int, int, int, int, int)","u":"onTime(int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onTime(int, int, int, int, int, int, int)","u":"onTime(int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onTime(int, int, int, int, int, int, int)","u":"onTime(int,int,int,int,int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onTime(int, int, int, int, int, int, int)","u":"onTime(int,int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onTimeInterval(int, int, int, int, int)","u":"onTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onTimeInterval(int, int, int, int, int)","u":"onTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onTimeInterval(int, int, int, int, int)","u":"onTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onTimeInterval(int, int, int, int, int)","u":"onTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onTimeInterval(int, int, int, int, int)","u":"onTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onTimeInterval(int, int, int, int, int)","u":"onTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onTimeInterval(int, int, int, int, int)","u":"onTimeInterval(int,int,int,int,int)"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachineListener","l":"onTransition(S, S)","u":"onTransition(S,S)"},{"p":"com.tangosol.util.fsm","c":"TransitionAction","l":"onTransition(String, S, S, Event, ExecutionContext)","u":"onTransition(java.lang.String,S,S,com.tangosol.util.fsm.Event,com.tangosol.util.fsm.ExecutionContext)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.ContentionObserver","l":"onUncontend(Object, SegmentedConcurrentMap.LockableEntry)","u":"onUncontend(java.lang.Object,com.tangosol.util.SegmentedConcurrentMap.LockableEntry)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"onUnknownAttribute(XmlAttribute)","u":"onUnknownAttribute(com.tangosol.run.xml.XmlAttribute)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"onUnknownElement(XmlElement)","u":"onUnknownElement(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener.Builder","l":"onUpdate(BiConsumer)","u":"onUpdate(java.util.function.BiConsumer)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener.Builder","l":"onUpdate(Consumer)","u":"onUpdate(java.util.function.Consumer)"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"onUpdate(SSLContextDependencies)","u":"onUpdate(com.tangosol.internal.net.ssl.SSLContextDependencies)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase.Listener","l":"onUpdated(T, T)","u":"onUpdated(T,T)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.Complex","l":"onValue(int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.ComplexMap","l":"onValue(int)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"onYearMonthInterval(int, int, int)","u":"onYearMonthInterval(int,int,int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"onYearMonthInterval(int, int, int)","u":"onYearMonthInterval(int,int,int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"onYearMonthInterval(int, int, int)","u":"onYearMonthInterval(int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"onYearMonthInterval(int, int, int)","u":"onYearMonthInterval(int,int,int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"onYearMonthInterval(int, int, int)","u":"onYearMonthInterval(int,int,int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"onYearMonthInterval(int, int, int)","u":"onYearMonthInterval(int,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"onYearMonthInterval(int, int, int)","u":"onYearMonthInterval(int,int,int)"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"OP_APPEND"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"OP_EXTRACT"},{"p":"com.tangosol.io","c":"BinaryDeltaCompressor","l":"OP_TERM"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"open()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"open()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"open(PersistentStore)","u":"open(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"open(String, PersistentStore)","u":"open(java.lang.String,com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"open(String, PersistentStore)","u":"open(java.lang.String,com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"open(String, PersistentStore, Collector)","u":"open(java.lang.String,com.oracle.coherence.persistence.PersistentStore,com.oracle.coherence.common.base.Collector)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"open(String, PersistentStore, Collector)","u":"open(java.lang.String,com.oracle.coherence.persistence.PersistentStore,com.oracle.coherence.common.base.Collector)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"open(String, PersistentStore)","u":"open(java.lang.String,com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"open(String, PersistentStore, Collector)","u":"open(java.lang.String,com.oracle.coherence.persistence.PersistentStore,com.oracle.coherence.common.base.Collector)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openActive()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"openActive()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"openActive()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openActiveInternal()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openBackup()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"openBackup()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openBackupInternal()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"openBlock(int)"},{"p":"com.tangosol.net","c":"SocketProvider","l":"openDatagramChannel()"},{"p":"com.tangosol.net","c":"DatagramSocketProvider","l":"openDatagramSocket()"},{"p":"com.tangosol.net","c":"SocketProvider","l":"openDatagramSocket()"},{"p":"com.tangosol.net","c":"SystemDatagramSocketProvider","l":"openDatagramSocket()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"openDatagramSocket()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openEvents()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"openEvents()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openEventsInternal()"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"OpenHashMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"OpenHashMap(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"OpenHashMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"OpenHashSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"OpenHashSet(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"OpenHashSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"openInternal()"},{"p":"com.tangosol.net.management","c":"OpenMBeanHelper","l":"OpenMBeanHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"DatagramSocketProvider","l":"openMulticastSocket()"},{"p":"com.tangosol.net","c":"SocketProvider","l":"openMulticastSocket()"},{"p":"com.tangosol.net","c":"SystemDatagramSocketProvider","l":"openMulticastSocket()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"openMulticastSocket()"},{"p":"com.tangosol.net","c":"SocketProvider","l":"openServerSocket()"},{"p":"com.tangosol.net","c":"SocketProvider","l":"openServerSocketChannel()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openSnapshot(String)","u":"openSnapshot(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"openSnapshot(String)","u":"openSnapshot(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"openSnapshot(String)","u":"openSnapshot(java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"openSnapshotInternal(File, String)","u":"openSnapshotInternal(java.io.File,java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProvider","l":"openSocket()"},{"p":"com.tangosol.net","c":"SocketProvider","l":"openSocketChannel()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.OpenTask","l":"OpenTask(PersistentStore, Collector)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistentStore,com.oracle.coherence.common.base.Collector)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.Operation","l":"Operation(long, ReadBuffer)","u":"%3Cinit%3E(long,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.coherence.config.xml","c":"OperationalConfigNamespaceHandler","l":"OperationalConfigNamespaceHandler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"OperationalDefaultsPreprocessor","l":"OperationalDefaultsPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"OperationBundlingProcessor","l":"OperationBundlingProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.base","c":"OperatorBaseToken","l":"OperatorBaseToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPException","l":"OPException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPException","l":"OPException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"OPParser(OPScanner)","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.precedence.OPScanner)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"OPParser(Reader, TokenTable, Set)","u":"%3Cinit%3E(java.io.Reader,com.tangosol.coherence.dsltools.precedence.TokenTable,java.util.Set)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"OPParser(String, TokenTable, Set)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.precedence.TokenTable,java.util.Set)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"OPScanner(TokenTable, Set)","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.precedence.TokenTable,java.util.Set)"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"OPT_BY_MEMBER"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"OPT_BY_PARTITION"},{"p":"com.tangosol.net.partition","c":"PartitionedIterator","l":"OPT_ENTRIES"},{"p":"com.tangosol.net.partition","c":"PartitionedIterator","l":"OPT_KEYS"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"OPT_RANDOMIZED"},{"p":"com.tangosol.coherence.config.scheme","c":"OptimisticScheme","l":"OptimisticScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"optimizeFilterOrder(Map, Set)","u":"optimizeFilterOrder(java.util.Map,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"optimizeFilterOrder(Map, Set)","u":"optimizeFilterOrder(java.util.Map,java.util.Set)"},{"p":"com.tangosol.io.pof","c":"OptionalDoubleSerializer","l":"OptionalDoubleSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"OptionalIntSerializer","l":"OptionalIntSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"OptionalLongSerializer","l":"OptionalLongSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"OptionalSerializer","l":"OptionalSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"OPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"OPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"OPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"OPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"OPToken(String, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"OPToken(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"Filter","l":"or(Filter)","u":"or(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.function","c":"Remote.BiPredicate","l":"or(Remote.BiPredicate)","u":"or(com.tangosol.util.function.Remote.BiPredicate)"},{"p":"com.tangosol.util.function","c":"Remote.DoublePredicate","l":"or(Remote.DoublePredicate)","u":"or(com.tangosol.util.function.Remote.DoublePredicate)"},{"p":"com.tangosol.util.function","c":"Remote.IntPredicate","l":"or(Remote.IntPredicate)","u":"or(com.tangosol.util.function.Remote.IntPredicate)"},{"p":"com.tangosol.util.function","c":"Remote.LongPredicate","l":"or(Remote.LongPredicate)","u":"or(com.tangosol.util.function.Remote.LongPredicate)"},{"p":"com.tangosol.util.function","c":"Remote.Predicate","l":"or(Remote.Predicate)","u":"or(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.net.events.annotation","c":"Interceptor","l":"order()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"OrderBy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"OrderBy(IntSupplier)","u":"%3Cinit%3E(java.util.function.IntSupplier)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"OrderById()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"OrderById(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"OrderByNone()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByRoundRobin","l":"OrderByRoundRobin()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"OrderByThread()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"OrderByValue()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"OrderByValue(ToIntFunction)","u":"%3Cinit%3E(java.util.function.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"Indexed","l":"ordered()"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"ORDINAL_PROPERTY"},{"p":"com.tangosol.util.filter","c":"OrFilter","l":"OrFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"OrFilter","l":"OrFilter(Filter, Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"OrOperator","l":"OrOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"ORPHANED"},{"p":"com.tangosol.util","c":"Base","l":"out()"},{"p":"com.tangosol.util","c":"Base","l":"out(Class)","u":"out(java.lang.Class)"},{"p":"com.tangosol.util","c":"Base","l":"out(Object)","u":"out(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"out(String)","u":"out(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"out(String)","u":"out(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"out(String, Throwable)","u":"out(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"out(Supplier)","u":"out(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"out(Supplier, Throwable)","u":"out(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"out(Throwable)","u":"out(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"Base","l":"out(Throwable)","u":"out(java.lang.Throwable)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"OverflowMap(ObservableMap, Map)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,java.util.Map)"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"OverflowScheme()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"override(long)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"overrideElement(XmlElement, XmlElement)","u":"overrideElement(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"overrideElement(XmlElement, XmlElement, String)","u":"overrideElement(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"Ownership()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"Ownership(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"Ownership(Ownership)","u":"%3Cinit%3E(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"PACKED_INT_SIZE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"PACKED_LONG_SIZE"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"PackedDataInputStream(InputStream)","u":"%3Cinit%3E(java.io.InputStream)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"PackedDataOutputStream(OutputStream)","u":"%3Cinit%3E(java.io.OutputStream)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"pad(long, long)","u":"pad(long,long)"},{"p":"com.tangosol.util","c":"Base","l":"pad(long, long)","u":"pad(long,long)"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"padMemorySize(int)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"page(String, String, String, ByteString)","u":"page(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.tangosol.net.management","c":"Registry","l":"PAGED_TOPIC_TYPE"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"PagedBinaryStore(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"PagedExternalScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"PagedIterator","l":"PagedIterator(PagedIterator.Advancer)","u":"%3Cinit%3E(com.tangosol.util.PagedIterator.Advancer)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"PagedTopicScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PagedTopicSchemeProcessor","l":"PagedTopicSchemeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PagedTopicSchemeProcessor","l":"PagedTopicSchemeProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicStorageScheme","l":"PagedTopicStorageScheme(CachingScheme, PagedTopicScheme)","u":"%3Cinit%3E(com.tangosol.coherence.config.scheme.CachingScheme,com.tangosol.coherence.config.scheme.PagedTopicScheme)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"PARALLEL"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"parallel()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"parallel()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"parallel()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"parallel()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator.Parallel","l":"Parallel()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator.Parallel","l":"Parallel()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator.Parallel","l":"Parallel(InvocableMap.EntryAggregator[])","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryAggregator[])"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"parallel(InvocableMap.EntryAggregator)","u":"parallel(com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator.Parallel","l":"Parallel(ValueExtractor, InvocableMap.EntryAggregator, Filter)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,com.tangosol.util.InvocableMap.EntryAggregator,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"parallelStream()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"PARAMETER_PREFIX"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"PARAMETER_SUFFIX"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"Parameter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"Parameter(String, Class, Expression)","u":"%3Cinit%3E(java.lang.String,java.lang.Class,com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"Parameter(String, Class, Object)","u":"%3Cinit%3E(java.lang.String,java.lang.Class,java.lang.Object)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"Parameter(String, Expression)","u":"%3Cinit%3E(java.lang.String,com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"Parameter(String, Object)","u":"%3Cinit%3E(java.lang.String,java.lang.Object)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderHelper","l":"ParameterizedBuilderHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"ParameterMacroExpression()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"ParameterMacroExpression(String, Class)","u":"%3Cinit%3E(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpressionParser","l":"ParameterMacroExpressionParser()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ParamTypeProcessor","l":"ParamTypeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ParenOPToken","l":"ParenOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"ParenOPToken","l":"ParenOPToken(String, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"parent"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"park(long)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"park(Object)","u":"park(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"parkNanos(Object, long)","u":"parkNanos(java.lang.Object,long)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"parse()"},{"p":"com.tangosol.io.pof.reflect","c":"PofValueParser","l":"parse(ReadBuffer, PofContext)","u":"parse(com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parse(ReadBuffer.BufferInput)","u":"parse(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpressionParser","l":"parse(String, Class)","u":"parse(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.config.expression","c":"ExpressionParser","l":"parse(String, Class)","u":"parse(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.util","c":"QueryHelper","l":"parse(String, CoherenceQueryLanguage)","u":"parse(java.lang.String,com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"parseAction(String)","u":"parseAction(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseArray(ReadBuffer.BufferInput, int)","u":"parseArray(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"parseAttribute(String, int)","u":"parseAttribute(java.lang.String,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseBandwidth(String)","u":"parseBandwidth(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"parseBandwidth(String)","u":"parseBandwidth(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseBandwidth(String, int)","u":"parseBandwidth(java.lang.String,int)"},{"p":"com.tangosol.util","c":"Base","l":"parseBandwidth(String, int)","u":"parseBandwidth(java.lang.String,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseCollection(ReadBuffer.BufferInput, int)","u":"parseCollection(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseComment(XmlElement)","u":"parseComment(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseComment(XmlElement, boolean)","u":"parseComment(com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseDelimitedString(String, char)","u":"parseDelimitedString(java.lang.String,char)"},{"p":"com.tangosol.util","c":"Base","l":"parseDelimitedString(String, char)","u":"parseDelimitedString(java.lang.String,char)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseDoctype(XmlDocument)","u":"parseDoctype(com.tangosol.run.xml.XmlDocument)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseDocument(XmlDocument)","u":"parseDocument(com.tangosol.run.xml.XmlDocument)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder.ParsedQuery","l":"ParsedQuery()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine.ParsedQuery","l":"ParsedQuery(String, Map)","u":"%3Cinit%3E(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder.ParsedQuery","l":"ParsedQuery(String, Map>)","u":"%3Cinit%3E(java.lang.String,java.util.Map)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseElement(XmlElement)","u":"parseElement(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseHex(char)"},{"p":"com.tangosol.util","c":"Base","l":"parseHex(char)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseHex(String)","u":"parseHex(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"parseHex(String)","u":"parseHex(java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"parseIndexDescription(String)","u":"parseIndexDescription(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"parseInitParams(XmlElement)","u":"parseInitParams(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"parseInitParams(XmlElement, XmlHelper.ParameterResolver)","u":"parseInitParams(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlHelper.ParameterResolver)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseMap(ReadBuffer.BufferInput, int)","u":"parseMap(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseMemorySize(String)","u":"parseMemorySize(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"parseMemorySize(String)","u":"parseMemorySize(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseMemorySize(String, int)","u":"parseMemorySize(java.lang.String,int)"},{"p":"com.tangosol.util","c":"Base","l":"parseMemorySize(String, int)","u":"parseMemorySize(java.lang.String,int)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseMisc(XmlElement)","u":"parseMisc(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"parseNumber(String)","u":"parseNumber(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"parseParamTypes(XmlElement)","u":"parseParamTypes(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parsePercentage(String)","u":"parsePercentage(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"parsePercentage(String)","u":"parsePercentage(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parsePi(XmlElement)","u":"parsePi(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parsePi(XmlElement, boolean)","u":"parsePi(com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine","l":"parseQueryString(String)","u":"parseQueryString(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseSparseArray(ReadBuffer.BufferInput, int)","u":"parseSparseArray(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.net","c":"ClusterPermission","l":"parseTarget(String)","u":"parseTarget(java.lang.String)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"parseThreadExtension(Daemon)","u":"parseThreadExtension(com.tangosol.util.Daemon)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseTime(String)","u":"parseTime(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"parseTime(String)","u":"parseTime(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseTime(String, int)","u":"parseTime(java.lang.String,int)"},{"p":"com.tangosol.util","c":"Base","l":"parseTime(String, int)","u":"parseTime(java.lang.String,int)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"parseTime(XmlElement, String, long)","u":"parseTime(com.tangosol.run.xml.XmlElement,java.lang.String,long)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseTimeNanos(String)","u":"parseTimeNanos(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"parseTimeNanos(String)","u":"parseTimeNanos(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"parseTimeNanos(String, int)","u":"parseTimeNanos(java.lang.String,int)"},{"p":"com.tangosol.util","c":"Base","l":"parseTimeNanos(String, int)","u":"parseTimeNanos(java.lang.String,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseUniformArray(ReadBuffer.BufferInput, int)","u":"parseUniformArray(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseUniformCollection(ReadBuffer.BufferInput, int)","u":"parseUniformCollection(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseUniformKeysMap(ReadBuffer.BufferInput, int)","u":"parseUniformKeysMap(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseUniformMap(ReadBuffer.BufferInput, int)","u":"parseUniformMap(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseUniformSparseArray(ReadBuffer.BufferInput, int)","u":"parseUniformSparseArray(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValueParser","l":"parseUniformValue(PofValue, int, ReadBuffer, PofContext, int)","u":"parseUniformValue(com.tangosol.io.pof.reflect.PofValue,int,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseUniformValue(ReadBuffer.BufferInput, int, int)","u":"parseUniformValue(com.tangosol.io.ReadBuffer.BufferInput,int,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseUserType(ReadBuffer.BufferInput, int, int)","u":"parseUserType(com.tangosol.io.ReadBuffer.BufferInput,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValueParser","l":"parseValue(PofValue, ReadBuffer, PofContext, int)","u":"parseValue(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"parseValue(ReadBuffer.BufferInput, int)","u":"parseValue(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"parseXml(InputSource)","u":"parseXml(org.xml.sax.InputSource)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"parseXml(InputSource, XmlElement)","u":"parseXml(org.xml.sax.InputSource,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"parseXml(InputStream)","u":"parseXml(java.io.InputStream)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseXml(InputStream)","u":"parseXml(java.io.InputStream)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseXml(InputStream, String)","u":"parseXml(java.io.InputStream,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"parseXml(Reader)","u":"parseXml(java.io.Reader)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseXml(Reader)","u":"parseXml(java.io.Reader)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"parseXml(String)","u":"parseXml(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseXml(String)","u":"parseXml(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseXml(String, XmlDocument)","u":"parseXml(java.lang.String,com.tangosol.run.xml.XmlDocument)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"parseXml(String, XmlElement)","u":"parseXml(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"parseXmlDecl(XmlDocument)","u":"parseXmlDecl(com.tangosol.run.xml.XmlDocument)"},{"p":"com.tangosol.util","c":"AbstractByteSequence.PartialByteSequence","l":"PartialByteSequence(ByteSequence, int, int)","u":"%3Cinit%3E(com.tangosol.util.ByteSequence,int,int)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject.PartialClassLoader","l":"PartialClassLoader(ClassLoader)","u":"%3Cinit%3E(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"PartialObject()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"PartialObject(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"PartialResult()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"PartialResult()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"PartialResult(Comparator, int)","u":"%3Cinit%3E(java.util.Comparator,int)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"PartialResult(PartitionSet)","u":"%3Cinit%3E(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"PartialResult(QueryContext, PartitionSet)","u":"%3Cinit%3E(com.tangosol.util.QueryContext,com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"PartialResult(QueryRecord.PartialResult)","u":"%3Cinit%3E(com.tangosol.util.QueryRecord.PartialResult)"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_ASSIGNED"},{"p":"com.tangosol.net.management","c":"Registry","l":"PARTITION_ASSIGNMENT_TYPE"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_LOST"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_RECEIVE_BEGIN"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_RECEIVE_COMMIT"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_RECOVERED"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_TRANSMIT_BEGIN"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_TRANSMIT_COMMIT"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PARTITION_TRANSMIT_ROLLBACK"},{"p":"com.tangosol.coherence.config.builder","c":"PartitionAssignmentStrategyBuilder","l":"PartitionAssignmentStrategyBuilder(ParameterizedBuilder, XmlElement)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.builder","c":"PartitionAssignmentStrategyBuilder","l":"PartitionAssignmentStrategyBuilder(String, XmlElement)","u":"%3Cinit%3E(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PartitionAssignmentStrategyProcessor","l":"PartitionAssignmentStrategyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache","c":"Constants","l":"PARTITIONED_CACHE_STATISTICS_REFRESHTIME_SYSTEM_PROPERTY"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"PartitionedBackingMapManager(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader)","u":"%3Cinit%3E(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager","l":"PartitionedBackingMapManager(ExtensibleConfigurableCacheFactory, MapBuilder.Dependencies, ParameterResolver, MapBuilder)","u":"%3Cinit%3E(com.tangosol.net.ExtensibleConfigurableCacheFactory,com.tangosol.coherence.config.builder.MapBuilder.Dependencies,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"PartitionedCache(CoherenceBasedCacheManager, String, PartitionedCacheConfiguration)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String,com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheConfiguration)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheBinaryEntryStore","l":"PartitionedCacheBinaryEntryStore(String, BackingMapManagerContext, ClassLoader)","u":"%3Cinit%3E(java.lang.String,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfiguration","l":"PartitionedCacheConfiguration()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfiguration","l":"PartitionedCacheConfiguration(CompleteConfiguration)","u":"%3Cinit%3E(javax.cache.configuration.CompleteConfiguration)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfigurationMapListener","l":"PartitionedCacheConfigurationMapListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"PartitionedCacheQuorumPolicy(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[], AddressProvider)","u":"%3Cinit%3E(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[],com.tangosol.net.AddressProvider)"},{"p":"com.tangosol.coherence.config.builder","c":"PartitionedCacheQuorumPolicyBuilder","l":"PartitionedCacheQuorumPolicyBuilder(AddressProviderBuilder, XmlElement)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.AddressProviderBuilder,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"PartitionedCacheStatisticsAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"PartitionedCacheStatisticsAggregator(JCacheIdentifier, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.common.JCacheIdentifier,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"PartitionedCacheStatisticsClear()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"PartitionedCacheStatisticsClear(JCacheIdentifier, ValueExtractor)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.common.JCacheIdentifier,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"PartitionedFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"PartitionedFilter(Filter, PartitionSet)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.PartitionedIterator","l":"PartitionedIterator(Map[])","u":"%3Cinit%3E(java.util.Map[])"},{"p":"com.tangosol.net.partition","c":"PartitionedIterator","l":"PartitionedIterator(NamedCache, Filter, PartitionSet, int)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,com.tangosol.util.Filter,com.tangosol.net.partition.PartitionSet,int)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"PartitionedJCacheStatistics()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"PartitionedJCacheStatistics(PartitionedCache)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.partitionedcache.PartitionedCache)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"partitionedPutAll(CacheRequestHolder, Map)","u":"partitionedPutAll(com.oracle.coherence.grpc.CacheRequestHolder,java.util.Map)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PartitionedQuorumPolicyProcessor","l":"PartitionedQuorumPolicyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"PartitionEvent(PartitionedService, int, PartitionSet, Member, Member)","u":"%3Cinit%3E(com.tangosol.net.PartitionedService,int,com.tangosol.net.partition.PartitionSet,com.tangosol.net.Member,com.tangosol.net.Member)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PartitionListenerProcessor","l":"PartitionListenerProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionRecoveryAction","l":"PartitionRecoveryAction(PartitionSet, GUIDHelper.GUIDResolver, QuorumInfo)","u":"%3Cinit%3E(com.tangosol.net.partition.PartitionSet,com.tangosol.persistence.GUIDHelper.GUIDResolver,com.tangosol.net.internal.QuorumInfo)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"PartitionSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"PartitionSet(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"PartitionSet(int, Collection)","u":"%3Cinit%3E(int,java.util.Collection)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"PartitionSet(int, int...)","u":"%3Cinit%3E(int,int...)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"PartitionSet(PartitionSet)","u":"%3Cinit%3E(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"PartitionSplittingBackingMap(BackingMapManager, String)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManager,java.lang.String)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"PartitionStatistics()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"PartitionStatistics(int, long)","u":"%3Cinit%3E(int,long)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"PassThroughCache(CoherenceBasedCacheManager, String, PassThroughCacheConfiguration)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String,com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheConfiguration)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"PassThroughCacheConfiguration()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"PassThroughCacheConfiguration(CompleteConfiguration)","u":"%3Cinit%3E(javax.cache.configuration.CompleteConfiguration)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"PassThroughCacheConfiguration(PassThroughCacheConfiguration)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheConfiguration)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheEntryEvent","l":"PassThroughCacheEntryEvent(Cache, EventType, MapEvent)","u":"%3Cinit%3E(javax.cache.Cache,javax.cache.event.EventType,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"PassThroughFilterAdapter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"PassThroughFilterAdapter(Factory>)","u":"%3Cinit%3E(javax.cache.configuration.Factory)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughListenerRegistration","l":"PassThroughListenerRegistration(CacheEntryListenerConfiguration, MapListener, MapEventFilter)","u":"%3Cinit%3E(javax.cache.configuration.CacheEntryListenerConfiguration,com.tangosol.util.MapListener,com.tangosol.util.filter.MapEventFilter)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughMapListenerAdapter","l":"PassThroughMapListenerAdapter(Cache, CacheEntryListener)","u":"%3Cinit%3E(javax.cache.Cache,javax.cache.event.CacheEntryListener)"},{"p":"com.tangosol.coherence.rest.server","c":"PassThroughResourceConfig","l":"PassThroughResourceConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest","c":"PassThroughRootResource","l":"PassThroughRootResource()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProviderBuilderProcessor","l":"PasswordProviderBuilderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProvidersProcessor","l":"PasswordProvidersProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordURLProcessor","l":"PasswordURLProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"HealthCheck","l":"PATH_HEALTHZ"},{"p":"com.tangosol.util","c":"HealthCheck","l":"PATH_LIVE"},{"p":"com.tangosol.util","c":"HealthCheck","l":"PATH_READY"},{"p":"com.tangosol.util","c":"HealthCheck","l":"PATH_SAFE"},{"p":"com.tangosol.util","c":"HealthCheck","l":"PATH_STARTED"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Literal","l":"path()"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor","l":"path()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PathOPToken","l":"PathOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PathOPToken","l":"PathOPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"peek()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"peek()"},{"p":"com.tangosol.util","c":"SimpleStack","l":"peek()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"peek(Consumer)","u":"peek(java.util.function.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"peek(DoubleConsumer)","u":"peek(java.util.function.DoubleConsumer)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"peek(InetAddress)","u":"peek(java.net.InetAddress)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"peek(int)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"peek(int, int)","u":"peek(int,int)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"peek(IntConsumer)","u":"peek(java.util.function.IntConsumer)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"peek(long)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"peek(LongConsumer)","u":"peek(java.util.function.LongConsumer)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"peek(Object)","u":"peek(java.lang.Object)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"peek(Remote.Consumer)","u":"peek(com.tangosol.util.function.Remote.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"peek(Remote.DoubleConsumer)","u":"peek(com.tangosol.util.function.Remote.DoubleConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"peek(Remote.IntConsumer)","u":"peek(com.tangosol.util.function.Remote.IntConsumer)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"peek(Remote.LongConsumer)","u":"peek(com.tangosol.util.function.Remote.LongConsumer)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"peek(String)","u":"peek(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"peek2()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"peekAll(Collection)","u":"peekAll(java.util.Collection)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"peekData(DatagramPacket)","u":"peekData(java.net.DatagramPacket)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"peekNext()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"peekNext2AsStrings()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"peekNextAsString()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"PeekOPToken(String, int, OPToken...)","u":"%3Cinit%3E(java.lang.String,int,com.tangosol.coherence.dsltools.precedence.OPToken...)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"PeekOPToken(String, int, String, OPToken...)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken...)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"PeekOPToken(String, int, String, String, OPToken...)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken...)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"PeekOPToken(String, OPToken...)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken...)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PeekOPToken","l":"PeekOPToken(String, String, OPToken...)","u":"%3Cinit%3E(java.lang.String,java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken...)"},{"p":"com.tangosol.util","c":"TaskDaemon.PeriodicTask","l":"PeriodicTask(Runnable, long)","u":"%3Cinit%3E(java.lang.Runnable,long)"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"PermissionInfo()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"PermissionInfo(ClusterPermission, String, SignedObject, Subject)","u":"%3Cinit%3E(com.tangosol.net.ClusterPermission,java.lang.String,java.security.SignedObject,javax.security.auth.Subject)"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"PermitAcquirer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"PermitAcquirer(Member, long)","u":"%3Cinit%3E(com.tangosol.net.Member,long)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"PERSISTENCE_COORDINATOR"},{"p":"com.tangosol.net.management","c":"Registry","l":"PERSISTENCE_SNAPSHOT_TYPE"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"PERSISTENCE_VERSION"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"PersistenceEnvironmentInfo(String, File, File, File, File, File)","u":"%3Cinit%3E(java.lang.String,java.io.File,java.io.File,java.io.File,java.io.File,java.io.File)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"PersistenceEnvironmentParamBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor","l":"PersistenceEnvironmentProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PersistenceEnvironmentsProcessor","l":"PersistenceEnvironmentsProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PersistenceProcessor","l":"PersistenceProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"Ping","l":"Ping()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.stream","c":"BaseRemoteStream","l":"pipeline()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"plainPutAll(AsyncNamedCache, Map, long)","u":"plainPutAll(com.tangosol.net.AsyncNamedCache,java.util.Map,long)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"PLAN_ALL_LISTENER"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"PLAN_KEY_LISTENER"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"PLAN_NO_LISTENERS"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"PLAN_NO_OPTIMIZE"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"PLAN_NONE"},{"p":"com.tangosol.io.pof","c":"PofAnnotationSerializer","l":"PofAnnotationSerializer(int, Class)","u":"%3Cinit%3E(int,java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofAnnotationSerializer","l":"PofAnnotationSerializer(int, Class, boolean)","u":"%3Cinit%3E(int,java.lang.Class,boolean)"},{"p":"com.tangosol.io.pof.reflect","c":"PofArray","l":"PofArray(PofValue, ReadBuffer, PofContext, int, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"PofBufferReader()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"PofBufferReader(ReadBuffer.BufferInput, PofContext)","u":"%3Cinit%3E(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"PofBufferWriter(WriteBuffer.BufferOutput, PofContext)","u":"%3Cinit%3E(com.tangosol.io.WriteBuffer.BufferOutput,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"PofBufferWriter(WritingPofHandler, PofContext)","u":"%3Cinit%3E(com.tangosol.io.pof.WritingPofHandler,com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof.reflect","c":"PofCollection","l":"PofCollection(PofValue, ReadBuffer, PofContext, int, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext.PofConfig","l":"PofConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofConfigLogger","l":"PofConfigLogger()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofDeltaCompressor","l":"PofDeltaCompressor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"PofExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"PofExtractor(Class, int)","u":"%3Cinit%3E(java.lang.Class,int)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"PofExtractor(Class, int, String)","u":"%3Cinit%3E(java.lang.Class,int,java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"PofExtractor(Class, PofNavigator)","u":"%3Cinit%3E(java.lang.Class,com.tangosol.io.pof.reflect.PofNavigator)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"PofExtractor(Class, PofNavigator, int)","u":"%3Cinit%3E(java.lang.Class,com.tangosol.io.pof.reflect.PofNavigator,int)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"PofExtractor(Class, PofNavigator, int, String)","u":"%3Cinit%3E(java.lang.Class,com.tangosol.io.pof.reflect.PofNavigator,int,java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"PofExtractor(Class, PofNavigator, String)","u":"%3Cinit%3E(java.lang.Class,com.tangosol.io.pof.reflect.PofNavigator,java.lang.String)"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.PofExtractorsSupplier","l":"PofExtractorsSupplier()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.PofExtractorSupplier","l":"PofExtractorSupplier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"PofHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"PofInputStream(PofReader)","u":"%3Cinit%3E(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof.reflect","c":"PofNavigationException","l":"PofNavigationException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof.reflect","c":"PofNavigationException","l":"PofNavigationException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof.reflect","c":"PofNavigationException","l":"PofNavigationException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.io.pof.reflect","c":"PofNavigationException","l":"PofNavigationException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"PofOutputStream(PofWriter)","u":"%3Cinit%3E(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.io.pof","c":"PofParser","l":"PofParser(PofHandler)","u":"%3Cinit%3E(com.tangosol.io.pof.PofHandler)"},{"p":"com.tangosol.io.pof","c":"PofPrincipal","l":"PofPrincipal(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof.reflect","c":"PofReflectionHelper","l":"PofReflectionHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"PofSerializerPreprocessor","l":"PofSerializerPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof.reflect","c":"PofSparseArray","l":"PofSparseArray(PofValue, ReadBuffer, PofContext, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofUniformArray","l":"PofUniformArray(PofValue, ReadBuffer, PofContext, int, int, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofUniformCollection","l":"PofUniformCollection(PofValue, ReadBuffer, PofContext, int, int, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofUniformSparseArray","l":"PofUniformSparseArray(PofValue, ReadBuffer, PofContext, int, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int,int)"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"PofUpdater()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"PofUpdater(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"PofUpdater(PofNavigator)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofNavigator)"},{"p":"com.tangosol.io.pof.reflect","c":"PofUserType","l":"PofUserType(PofValue, ReadBuffer, PofContext, int, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int,int,int)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValueParser","l":"PofValueParser()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"Registry","l":"POINT_TO_POINT_TYPE"},{"p":"com.oracle.coherence.common.base","c":"Pollable","l":"poll()"},{"p":"com.oracle.coherence.common.base","c":"Pollable","l":"poll(long, TimeUnit)","u":"poll(long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"pollFirst()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"pollFirstEntry()"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"pollLast()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"pollLastEntry()"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler.Complex","l":"pop()"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler.Complex","l":"pop()"},{"p":"com.tangosol.util","c":"SimpleStack","l":"pop()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"popCacheContext()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"popStream()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"AndOperator","l":"populateFilterArray(Filter[], Filter...)","u":"populateFilterArray(com.tangosol.util.Filter[],com.tangosol.util.Filter...)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"OrOperator","l":"populateFilterArray(Filter[], Filter...)","u":"populateFilterArray(com.tangosol.util.Filter[],com.tangosol.util.Filter...)"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"PortableException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"PortableException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"PortableException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"PortableException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.io.pof","c":"PortableObjectSerializer","l":"PortableObjectSerializer(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io.pof","c":"PortableTypeSerializer","l":"PortableTypeSerializer(int, Class)","u":"%3Cinit%3E(int,java.lang.Class)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController.Listener","l":"postStart(Context)","u":"postStart(com.tangosol.application.Context)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController.Listener","l":"postStop(Context)","u":"postStop(com.tangosol.application.Context)"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"potentialStreamClosedException(NullPointerException)","u":"potentialStreamClosedException(java.lang.NullPointerException)"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"potentialStreamClosedException(NullPointerException)","u":"potentialStreamClosedException(java.lang.NullPointerException)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"POWER_0"},{"p":"com.tangosol.util","c":"Base","l":"POWER_0"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"POWER_G"},{"p":"com.tangosol.util","c":"Base","l":"POWER_G"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"POWER_K"},{"p":"com.tangosol.util","c":"Base","l":"POWER_K"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"POWER_M"},{"p":"com.tangosol.util","c":"Base","l":"POWER_M"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"POWER_T"},{"p":"com.tangosol.util","c":"Base","l":"POWER_T"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_ASSIGNMENT"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_BITWISE"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_EXPONENT"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_IDENTIFIER"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_KEYWORD"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_LOGICAL"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_LOGICAL_BITWISE"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_PARENTHESES"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_PRODUCT"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_RELATIONAL"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_SUM"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_UNARY"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"PRECEDENCE_UNARY_POST"},{"p":"com.tangosol.util","c":"Filters","l":"predicate(Remote.Predicate)","u":"predicate(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.util.function","c":"Remote","l":"predicate(Remote.Predicate)","u":"predicate(com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.util","c":"Filters","l":"predicate(ValueExtractor, Remote.Predicate)","u":"predicate(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Predicate)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"PredicateFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"PredicateFilter(Predicate)","u":"%3Cinit%3E(java.util.function.Predicate)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"PredicateFilter(String, Predicate)","u":"%3Cinit%3E(java.lang.String,java.util.function.Predicate)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"PredicateFilter(ValueExtractor, Predicate)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.function.Predicate)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PrefixOPToken","l":"PrefixOPToken(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PrefixOPToken","l":"PrefixOPToken(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.util","c":"Processors","l":"preload()"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"PreloadRequest()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"TransactionMap","l":"prepare()"},{"p":"com.tangosol.coherence.rest.query","c":"CoherenceQueryLanguageEngine","l":"prepareQuery(String, Map)","u":"prepareQuery(java.lang.String,java.util.Map)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngine","l":"prepareQuery(String, Map)","u":"prepareQuery(java.lang.String,java.util.Map)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"prepareStatement(NodeTerm, ExecutionContext, List, ParameterResolver)","u":"prepareStatement(com.tangosol.coherence.dsltools.termtrees.NodeTerm,com.tangosol.coherence.dslquery.ExecutionContext,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"prepareStatus(Object, OverflowMap.Status)","u":"prepareStatus(java.lang.Object,com.tangosol.net.cache.OverflowMap.Status)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"prepareUpdate(Map, Map)","u":"prepareUpdate(java.util.Map,java.util.Map)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"prepareUpdate(Map, Map)","u":"prepareUpdate(java.util.Map,java.util.Map)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"CacheDefaultsPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"DefaultsCreationPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"ExtendPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"OperationalDefaultsPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"PofSerializerPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SchemeRefPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SystemPropertyPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"TCPAcceptorPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"TransactionalPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"ViewSchemePreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DocumentElementPreprocessor.ElementPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DocumentElementPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DocumentPreprocessor","l":"preprocess(ProcessingContext, XmlElement)","u":"preprocess(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"PRESENT_ONLY"},{"p":"com.tangosol.util","c":"Filters","l":"present()"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"PresentFilter()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController.Listener","l":"preStart(Context)","u":"preStart(com.tangosol.application.Context)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController.Listener","l":"preStop(Context)","u":"preStop(com.tangosol.application.Context)"},{"p":"com.tangosol.util","c":"Dequeue","l":"prev(int)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"previous()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"previous()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"previous()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"previous()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"previousIndex()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"previousIndex()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"previousIndex()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"previousIndex()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"previousPage()"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"PRIMARY"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"PRIME_MODULO"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"primeDistribution(Member, Member)","u":"primeDistribution(com.tangosol.net.Member,com.tangosol.net.Member)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"primeDistribution(SimpleAssignmentStrategy.AnalysisContext)","u":"primeDistribution(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy","l":"PRIMING"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"PRIMING"},{"p":"com.tangosol.net.partition","c":"VersionAwareMapListener","l":"PRIMING"},{"p":"com.tangosol.net.cache","c":"CachingMap.PrimingListener","l":"PrimingListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"PrimitiveArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.PrimitiveNode","l":"PrimitiveNode(long, long)","u":"%3Cinit%3E(long,long)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"PrimitiveSparseArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"PrimitiveSparseArray(PrimitiveSparseArray)","u":"%3Cinit%3E(com.tangosol.util.PrimitiveSparseArray)"},{"p":"com.tangosol.io.pof","c":"PrincipalPofSerializer","l":"PrincipalPofSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"print()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"print()"},{"p":"com.tangosol.util","c":"Tree","l":"print()"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(boolean)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(char)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(char[])"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(double)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(float)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(int)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(long)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(Object)","u":"print(java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"print(PrintWriter, String)","u":"print(java.io.PrintWriter,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"FormattedMapStatementResult","l":"print(PrintWriter, String)","u":"print(java.io.PrintWriter,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"StatementResult","l":"print(PrintWriter, String)","u":"print(java.io.PrintWriter,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"print(String)","u":"print(java.lang.String)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"print(String)","u":"print(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"printCommaSeparatedCollection(PrintWriter, Collection)","u":"printCommaSeparatedCollection(java.io.PrintWriter,java.util.Collection)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"println()"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println()"},{"p":"com.tangosol.util","c":"Base.LoggingWriter","l":"println()"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(boolean)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(char)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(char[])"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(double)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(float)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(int)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(long)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(Object)","u":"println(java.lang.Object)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"println(String)","u":"println(java.lang.String)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"println(String)","u":"println(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"printObject(PrintWriter, Object, boolean, boolean)","u":"printObject(java.io.PrintWriter,java.lang.Object,boolean,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"printResults(PrintWriter, String, Object, boolean)","u":"printResults(java.io.PrintWriter,java.lang.String,java.lang.Object,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"printResultsCollection(PrintWriter, Collection, boolean)","u":"printResultsCollection(java.io.PrintWriter,java.util.Collection,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"printResultsMap(PrintWriter, Map, boolean)","u":"printResultsMap(java.io.PrintWriter,java.util.Map,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"FormattedMapStatementResult","l":"printResultsObjectMap(PrintWriter, Map, boolean)","u":"printResultsObjectMap(java.io.PrintWriter,java.util.Map,boolean)"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"printStackTrace(PrintStream)","u":"printStackTrace(java.io.PrintStream)"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"printStackTrace(PrintWriter)","u":"printStackTrace(java.io.PrintWriter)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"printStackTrace(Throwable)","u":"printStackTrace(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"Base","l":"printStackTrace(Throwable)","u":"printStackTrace(java.lang.Throwable)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"printStringOrObject(PrintWriter, Object)","u":"printStringOrObject(java.io.PrintWriter,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DefaultStatementResult","l":"printStringOrObject(PrintWriter, Object, boolean)","u":"printStringOrObject(java.io.PrintWriter,java.lang.Object,boolean)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"PRIORITY"},{"p":"com.tangosol.util","c":"Processors","l":"priority(InvocableMap.EntryProcessor)","u":"priority(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"PriorityAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"PriorityAggregator(InvocableMap.StreamingAggregator)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.StreamingAggregator)"},{"p":"com.tangosol.util.comparator","c":"PriorityComparator","l":"PriorityComparator(Function, int)","u":"%3Cinit%3E(java.util.function.Function,int)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"PriorityFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"PriorityFilter(IndexAwareFilter)","u":"%3Cinit%3E(com.tangosol.util.filter.IndexAwareFilter)"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"PriorityProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"PriorityProcessor(InvocableMap.EntryProcessor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore.Token","l":"proceed(Boolean)","u":"proceed(java.lang.Boolean)"},{"p":"com.oracle.coherence.common.base","c":"Continuation","l":"proceed(R)"},{"p":"com.tangosol.util","c":"NullImplementation.NullContinuation","l":"proceed(R)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment.DefaultFailureContinuation","l":"proceed(Throwable)","u":"proceed(java.lang.Throwable)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor.EmptyElementBehavior","l":"PROCESS"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler","l":"process(BinaryEntry)","u":"process(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"process(boolean, BinaryEntry)","u":"process(boolean,com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"process(boolean, Object)","u":"process(boolean,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"process(boolean, Object, Object)","u":"process(boolean,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"process(Event)","u":"process(com.tangosol.util.fsm.Event)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"process(Event)","u":"process(com.tangosol.util.fsm.Event)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util","c":"NullImplementation.NullEntryProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"TouchProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util","c":"InvocableMap.EntryProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"AbstractEvolvableProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"ScriptProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"process(InvocableMap.Entry)","u":"process(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"process(MapTrigger.Entry)","u":"process(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.util","c":"MapTrigger","l":"process(MapTrigger.Entry)","u":"process(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"process(Object)","u":"process(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"process(Object)","u":"process(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler","l":"process(Object)","u":"process(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalAverage","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMax","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMin","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalSum","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMax","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"ComparableMin","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMax","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleMin","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"DoubleSum","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"LongMax","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"LongMin","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"LongSum","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"process(Object, boolean)","u":"process(java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler","l":"process(Object, Object)","u":"process(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"AbstractSQLSnapshotOPToken","l":"process(OPScanner, String, String)","u":"process(com.tangosol.coherence.dsltools.precedence.OPScanner,java.lang.String,java.lang.String)"},{"p":"com.tangosol.config.xml","c":"AttributeProcessor","l":"process(ProcessingContext, XmlAttribute)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlAttribute)"},{"p":"com.tangosol.config.xml","c":"SimpleAttributeProcessor","l":"process(ProcessingContext, XmlAttribute)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlAttribute)"},{"p":"com.oracle.coherence.cdi.server","c":"BeanProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AcceptorDependenciesProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AddressProviderBuilderProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AsyncBackupProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AuthorizedHostsProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"BackingMapSchemeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"BufferTypeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CacheMappingProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CacheServiceProxyProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CachingSchemeMappingProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CachingSchemesProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CompositeSchemeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ConfigurationProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CustomizableBinaryStoreManagerBuilderProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CustomizableBuilderProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"DaemonPoolProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"DefaultsProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"DeltaCompressorProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ElementCalculatorProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"EvictionPolicyProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ExecutorProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"GlobalSocketProviderProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HealthProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HttpAcceptorDependenciesProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitiatorDependenciesProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamsProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InstanceProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InterceptorsProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InternalCacheSchemeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InvocationServiceProxyProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"KeystoreProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"LeaseGranularityProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"LocalAddressProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MapListenerProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"MessageDeliveryModeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"NoOpElementProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"OperationBundlingProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PagedTopicSchemeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ParamTypeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PartitionAssignmentStrategyProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PartitionedQuorumPolicyProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordProvidersProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PasswordURLProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"PersistenceEnvironmentsProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ProviderProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ProxyQuorumPolicyProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ReadLocatorProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ResourcesProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SchemesProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ScopeNameProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SerializersProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceBuilderProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceLoadBalancerProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SocketOptionsProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SocketProviderProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SocketProvidersProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLHostnameVerifierProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLManagerProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLNameListProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"StorageAccessAuthorizersProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"StorageProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SubscriberGroupProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SubscriberGroupsProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TcpAcceptorProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TcpInitiatorProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TopicMappingProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TopicSchemeMappingProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TransformerProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"UnitCalculatorProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"UnsupportedFeatureProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ValueStorageSchemeProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"WrapperStreamFactoryListProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ElementProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"SimpleElementProcessor","l":"process(ProcessingContext, XmlElement)","u":"process(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"LoadBalancer.SocketHandler","l":"process(Socket, Socket)","u":"process(java.net.Socket,java.net.Socket)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"process(String)","u":"process(java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"process(String)","u":"process(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.DefaultDelimiterExpansionProcessor","l":"process(String, ParameterResolver, int)","u":"process(java.lang.String,com.tangosol.config.expression.ParameterResolver,int)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.MacroExpansionProcessor","l":"process(String, ParameterResolver, int)","u":"process(java.lang.String,com.tangosol.config.expression.ParameterResolver,int)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.OffsetLengthSubstringExpansionProcessor","l":"process(String, ParameterResolver, int)","u":"process(java.lang.String,com.tangosol.config.expression.ParameterResolver,int)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.SpaceDefaultDelimiterExpansionProcessor","l":"process(String, ParameterResolver, int)","u":"process(java.lang.String,com.tangosol.config.expression.ParameterResolver,int)"},{"p":"com.tangosol.coherence.rest","c":"CacheResource","l":"process(String, String)","u":"process(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.rest","c":"NamedQueryResource","l":"process(UriInfo, String)","u":"process(jakarta.ws.rs.core.UriInfo,java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor","l":"process(XmlDocumentReference, XmlDocumentReference...)","u":"process(com.tangosol.run.xml.XmlDocumentReference,com.tangosol.run.xml.XmlDocumentReference...)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"CacheConfigOverrideProcessor","l":"process(XmlElement, XmlElement)","u":"process(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"OverrideProcessor","l":"process(XmlElement, XmlElement)","u":"process(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"processAll(boolean, Collection)","u":"processAll(boolean,java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"processAll(boolean, Map)","u":"processAll(boolean,java.util.Map)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"processAll(boolean, Set)","u":"processAll(boolean,java.util.Set)"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler","l":"processAll(Collection)","u":"processAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler","l":"processAll(Map)","u":"processAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler","l":"processAll(Set)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ConverterAsynchronousProcessor","l":"processAll(Set)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util","c":"InvocableMap.EntryProcessor","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"AbstractAsynchronousProcessor","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"AbstractEvolvableProcessor","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"AbstractProcessor","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"processAll(Set>)","u":"processAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"processBackEvent(OverflowMap.Status, MapEvent)","u":"processBackEvent(com.tangosol.net.cache.OverflowMap.Status,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"processDeferredEvents()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"processDeferredEvents(boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.InternalMapListener","l":"processDeletedEntry(Object, Object)","u":"processDeletedEntry(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processDocument(String)","u":"processDocument(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processDocument(String)","u":"processDocument(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processDocument(XmlElement)","u":"processDocument(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processDocument(XmlElement)","u":"processDocument(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processDocumentAt(String)","u":"processDocumentAt(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processDocumentAt(String)","u":"processDocumentAt(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processDocumentAt(URI)","u":"processDocumentAt(java.net.URI)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processDocumentAt(URI)","u":"processDocumentAt(java.net.URI)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processElement(String)","u":"processElement(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processElement(String)","u":"processElement(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processElement(XmlElement)","u":"processElement(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processElement(XmlElement)","u":"processElement(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processElementsOf(XmlElement)","u":"processElementsOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processElementsOf(XmlElement)","u":"processElementsOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"processEntry(InvocableMap.Entry)","u":"processEntry(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"processEntry(InvocableMap.Entry)","u":"processEntry(com.tangosol.util.InvocableMap.Entry)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"processEntry(InvocableMap.Entry, Map, boolean, boolean)","u":"processEntry(com.tangosol.util.InvocableMap.Entry,java.util.Map,boolean,boolean)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"processEntry(InvocableMap.Entry, V, boolean, boolean)","u":"processEntry(com.tangosol.util.InvocableMap.Entry,V,boolean,boolean)"},{"p":"com.tangosol.util.fsm","c":"Instruction.ProcessEvent","l":"ProcessEvent(Event)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"processEvent(OverflowMap.Status, MapEvent)","u":"processEvent(com.tangosol.net.cache.OverflowMap.Status,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.ProcessEventLater","l":"ProcessEventLater(Event)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.ProcessEventLater","l":"ProcessEventLater(Event, long, TimeUnit)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event,long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"processExpiries(K, CoherenceCacheEventEventDispatcher)","u":"processExpiries(K,com.tangosol.coherence.jcache.common.CoherenceCacheEventEventDispatcher)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"processExpiries(K, V, CoherenceCacheEventEventDispatcher)","u":"processExpiries(K,V,com.tangosol.coherence.jcache.common.CoherenceCacheEventEventDispatcher)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"processFile(String)","u":"processFile(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processForeignElementsOf(XmlElement)","u":"processForeignElementsOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processForeignElementsOf(XmlElement)","u":"processForeignElementsOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"processFrontEvent(OverflowMap.Status, MapEvent)","u":"processFrontEvent(com.tangosol.net.cache.OverflowMap.Status,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"processFrontEvent(SimpleOverflowMap.Status, MapEvent)","u":"processFrontEvent(com.tangosol.net.cache.SimpleOverflowMap.Status,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"processLater(Event)","u":"processLater(com.tangosol.util.fsm.Event)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"processLater(Event, long, TimeUnit)","u":"processLater(com.tangosol.util.fsm.Event,long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processOnlyElementOf(XmlElement)","u":"processOnlyElementOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processOnlyElementOf(XmlElement)","u":"processOnlyElementOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorRegistry","l":"PROCESSOR_REQUEST_REGEX"},{"p":"com.tangosol.coherence.rest.config","c":"ProcessorConfig","l":"ProcessorConfig(String, Class)","u":"%3Cinit%3E(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorRegistry","l":"ProcessorRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorRegistry","l":"ProcessorRegistry(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"Processors","l":"Processors()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ElementProcessorHelper","l":"processParameterizedBuilder(ProcessingContext, XmlElement)","u":"processParameterizedBuilder(com.tangosol.config.xml.ProcessingContext,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"processPending(Binary, Binary)","u":"processPending(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"processRegisteredMacroExpansions(String, ParameterResolver, int)","u":"processRegisteredMacroExpansions(java.lang.String,com.tangosol.config.expression.ParameterResolver,int)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"processRegistrations()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processRemainingElementOf(XmlElement)","u":"processRemainingElementOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processRemainingElementOf(XmlElement)","u":"processRemainingElementOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"processRemainingElementsOf(XmlElement)","u":"processRemainingElementsOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"processRemainingElementsOf(XmlElement)","u":"processRemainingElementsOf(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SystemPropertyPreprocessor","l":"processValueMacro(XmlElement)","u":"processValueMacro(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SystemPropertyPreprocessor","l":"processValueMacro(XmlElement, ParameterResolver)","u":"processValueMacro(com.tangosol.run.xml.XmlElement,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"PRODUCT"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"PROP_CHANNEL_COUNT"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics","l":"PROP_CONNECTION_TTL"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"PROP_CREDENTIALS"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"PROP_CREDENTIALS"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"PROP_GLOBAL_PROVIDER"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_HTTP_TIMEOUT"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_MACHINE"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_MEMBER"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_RACK"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_RETRY_PERIOD"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_RETRY_TIMEOUT"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_ROLE"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_SITE"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"PROP_SOCKET_PROVIDER"},{"p":"com.tangosol.net","c":"Coherence","l":"PROP_START_TIMEOUT"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"PROP_TLS_CA"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"PROP_TLS_CA"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"PROP_TLS_CERT"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"PROP_TLS_CERT"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"PROP_TLS_CLIENT_AUTH"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"PROP_TLS_KEY"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"PROP_TLS_KEY"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"PROP_TLS_KEYPASS"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"PROP_TLS_KEYPASS"},{"p":"com.oracle.coherence.grpc","c":"CredentialsHelper","l":"PROP_TLS_KEYPASS_URI"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"PROP_TLS_KEYPASS_URI"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"PROP_WB_REMOVE_DEFAULT"},{"p":"com.tangosol.config.expression","c":"PropertiesParameterResolver","l":"PropertiesParameterResolver(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.net","c":"MemberIdentityProvider","l":"PROPERTY"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"PROPERTY_CONFIG"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"PROPERTY_CONFIG"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"PROPERTY_CONFIG"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"PropertyAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"PropertyManipulator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"PropertyManipulator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"PropertyManipulator(String, boolean)","u":"%3Cinit%3E(java.lang.String,boolean)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"PropertyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"PropertyProcessor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"PropertyProcessor(String, boolean)","u":"%3Cinit%3E(java.lang.String,boolean)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"PropertyProcessor(ValueManipulator)","u":"%3Cinit%3E(com.tangosol.util.ValueManipulator)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"PropertySet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"PropertySet(PropertySpec...)","u":"%3Cinit%3E(com.tangosol.coherence.rest.util.PropertySpec...)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"PropertySet(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"PropertySpec()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"PropertySpec(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"PropertySpec(String, PropertySet)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.rest.util.PropertySet)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"PROTOCOL_MAGIC"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"provider()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.ProviderBuilder","l":"ProviderBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ProviderProcessor","l":"ProviderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"SessionProvider.Providers","l":"Providers()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceLoadBalancerProcessor","l":"PROXY"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceLoadBalancerProcessor","l":"PROXY_SCHEME"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ProxyQuorumPolicy","l":"ProxyQuorumPolicy(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])","u":"%3Cinit%3E(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])"},{"p":"com.tangosol.coherence.config.builder","c":"ProxyQuorumPolicyBuilder","l":"ProxyQuorumPolicyBuilder(int, XmlElement)","u":"%3Cinit%3E(int,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ProxyQuorumPolicyProcessor","l":"ProxyQuorumPolicyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"ProxyScheme","l":"ProxyScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"ProxyServiceLoadBalancerBuilder","l":"ProxyServiceLoadBalancerBuilder(ParameterizedBuilder, XmlElement)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"prune()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"prune()"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"publish(V)"},{"p":"com.tangosol.coherence.dsltools.base","c":"PunctuationBaseToken","l":"PunctuationBaseToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"PunctuationOPToken","l":"PunctuationOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"purgeChildrenNamespace(XmlElement)","u":"purgeChildrenNamespace(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"purgeNamespace(XmlElement)","u":"purgeNamespace(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"SimpleStack","l":"push(Object)","u":"push(java.lang.Object)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"pushCacheContext(String)","u":"pushCacheContext(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"pushStream(BaseTokenStream)","u":"pushStream(com.tangosol.coherence.dsltools.base.BaseTokenStream)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"put(CacheRequestHolder)","u":"put(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.util","c":"Tree","l":"put(Comparable, Object)","u":"put(java.lang.Comparable,java.lang.Object)"},{"p":"com.tangosol.util","c":"Processors","l":"put(Filter, V)","u":"put(com.tangosol.util.Filter,V)"},{"p":"com.tangosol.util","c":"Processors","l":"put(Filter, V, boolean)","u":"put(com.tangosol.util.Filter,V,boolean)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"put(HttpHeaders, InputStream)","u":"put(jakarta.ws.rs.core.HttpHeaders,java.io.InputStream)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"put(K, V_FRONT)","u":"put(K,V_FRONT)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"put(K, V_FRONT, long)","u":"put(K,V_FRONT,long)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.net.cache","c":"CacheMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"SetMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"put(K, V)","u":"put(K,V)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"put(K, V, boolean, long)","u":"put(K,V,boolean,long)"},{"p":"com.tangosol.net","c":"AsyncNamedCache","l":"put(K, V, long)","u":"put(K,V,long)"},{"p":"com.tangosol.net.cache","c":"CacheMap","l":"put(K, V, long)","u":"put(K,V,long)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"put(K, V, long)","u":"put(K,V,long)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"put(K, V, long)","u":"put(K,V,long)"},{"p":"com.tangosol.net","c":"NamedCache","l":"put(K, V, long)","u":"put(K,V,long)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofHelper.ReadableEntrySetMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EvictingBackupMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"put(Object, Object)","u":"put(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"put(Object, Object, boolean, long)","u":"put(java.lang.Object,java.lang.Object,boolean,long)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"put(Object, Object, long)","u":"put(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"put(Object, Object, long)","u":"put(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"put(Object, Object, long)","u":"put(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"put(Object, Object, long)","u":"put(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"put(Object, Object, long)","u":"put(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"put(Object, Object, long)","u":"put(java.lang.Object,java.lang.Object,long)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"put(PutRequest)","u":"put(com.oracle.coherence.grpc.PutRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"put(PutRequest)","u":"put(com.oracle.coherence.grpc.PutRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"put(PutRequest, StreamObserver)","u":"put(com.oracle.coherence.grpc.PutRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap","l":"put(String, Object)","u":"put(java.lang.String,java.lang.Object)"},{"p":"com.tangosol.util","c":"StringTable","l":"put(String, Object)","u":"put(java.lang.String,java.lang.Object)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"put(String, String, String, ByteString, ByteString)","u":"put(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"put(String, String, String, ByteString, ByteString, long)","u":"put(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"put(TK, TV)","u":"put(TK,TV)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheMap","l":"put(TK, TV, long)","u":"put(TK,TV,long)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"PUTALL_THRESHOLD"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"putAll(CacheRequestHolder)","u":"putAll(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.util","c":"Processors","l":"putAll(Filter, Map)","u":"putAll(com.tangosol.util.Filter,java.util.Map)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"SetMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"putAll(Map, boolean, boolean)","u":"putAll(java.util.Map,boolean,boolean)"},{"p":"com.tangosol.net","c":"AsyncNamedCache","l":"putAll(Map, long)","u":"putAll(java.util.Map,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"putAll(PutAllRequest)","u":"putAll(com.oracle.coherence.grpc.PutAllRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"putAll(PutAllRequest)","u":"putAll(com.oracle.coherence.grpc.PutAllRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"putAll(PutAllRequest, StreamObserver)","u":"putAll(com.oracle.coherence.grpc.PutAllRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"putAll(String, String, String, Iterable)","u":"putAll(java.lang.String,java.lang.String,java.lang.String,java.lang.Iterable)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"putAll(String, String, String, Iterable, long)","u":"putAll(java.lang.String,java.lang.String,java.lang.String,java.lang.Iterable,long)"},{"p":"com.tangosol.util","c":"StringTable","l":"putAll(StringTable)","u":"putAll(com.tangosol.util.StringTable)"},{"p":"com.tangosol.util","c":"Tree","l":"putAll(Tree)","u":"putAll(com.tangosol.util.Tree)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.CapacityAwareMap","l":"putAllInternal(Map, Map)","u":"putAllInternal(java.util.Map,java.util.Map)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"putAllInternal(Map, Map)","u":"putAllInternal(java.util.Map,java.util.Map)"},{"p":"com.tangosol.util","c":"Dequeue","l":"putBackElement(Object)","u":"putBackElement(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.PutBundler","l":"PutBundler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"putCacheToConfigurationMapping(JCacheIdentifier, CoherenceBasedCompleteConfiguration)","u":"putCacheToConfigurationMapping(com.tangosol.coherence.jcache.common.JCacheIdentifier,com.tangosol.coherence.jcache.CoherenceBasedCompleteConfiguration)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"putIfAbsent(CacheRequestHolder)","u":"putIfAbsent(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"putIfAbsent(K, V)","u":"putIfAbsent(K,V)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"putIfAbsent(Object, Object)","u":"putIfAbsent(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"putIfAbsent(Object, Object)","u":"putIfAbsent(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"putIfAbsent(Object, Object)","u":"putIfAbsent(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"putIfAbsent(Object, Object)","u":"putIfAbsent(java.lang.Object,java.lang.Object)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"putIfAbsent(PutIfAbsentRequest)","u":"putIfAbsent(com.oracle.coherence.grpc.PutIfAbsentRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"putIfAbsent(PutIfAbsentRequest)","u":"putIfAbsent(com.oracle.coherence.grpc.PutIfAbsentRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"putIfAbsent(PutIfAbsentRequest, StreamObserver)","u":"putIfAbsent(com.oracle.coherence.grpc.PutIfAbsentRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"putIfAbsent(String, String, String, ByteString, ByteString)","u":"putIfAbsent(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"putIfAbsent(TK, TV)","u":"putIfAbsent(TK,TV)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"putIfAbsent(TK, TV)","u":"putIfAbsent(TK,TV)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.CapacityAwareMap","l":"putInternal(Map, Object, Object)","u":"putInternal(java.util.Map,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"putInternal(Map, Object, Object)","u":"putInternal(java.util.Map,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"putInternal(Object)","u":"putInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"putInternal(Object, Object)","u":"putInternal(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"putInternal(Object, Object, boolean)","u":"putInternal(java.lang.Object,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"putInternal(Object, Object, boolean, long)","u":"putInternal(java.lang.Object,java.lang.Object,boolean,long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"putInternal(Object, Object, long)","u":"putInternal(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"putOne(Map, Object, Object, boolean)","u":"putOne(java.util.Map,java.lang.Object,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"putOne(Map, Object, Object, boolean)","u":"putOne(java.util.Map,java.lang.Object,java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"putToInternalCache(Object, Object)","u":"putToInternalCache(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"putToInternalCache(Object, Object, long)","u":"putToInternalCache(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"putToInternalCache(ReadWriteBackingMap.Entry)","u":"putToInternalCache(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"putToInternalMap(Object, Object, long)","u":"putToInternalMap(java.lang.Object,java.lang.Object,long)"},{"p":"com.tangosol.run.xml","c":"QNameAdapter","l":"QNameAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"QualifiedName(QualifiedName, String)","u":"%3Cinit%3E(com.tangosol.run.xml.QualifiedName,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"QualifiedName(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"QualifiedName(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"QualifiedName(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"InvocationService","l":"query(Invocable, Set)","u":"query(com.tangosol.net.Invocable,java.util.Set)"},{"p":"com.tangosol.net","c":"WrapperInvocationService","l":"query(Invocable, Set)","u":"query(com.tangosol.net.Invocable,java.util.Set)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"query(Map, Filter, boolean, boolean, Comparator)","u":"query(java.util.Map,com.tangosol.util.Filter,boolean,boolean,java.util.Comparator)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"query(Map, Map, Filter, boolean, boolean, Comparator)","u":"query(java.util.Map,java.util.Map,com.tangosol.util.Filter,boolean,boolean,java.util.Comparator)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"query(String)","u":"query(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"QueryBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"QueryConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.config","c":"QueryEngineConfig","l":"QueryEngineConfig(String, Class)","u":"%3Cinit%3E(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngineRegistry","l":"QueryEngineRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngineRegistry","l":"QueryEngineRegistry(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryException","l":"QueryException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryException","l":"QueryException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryException","l":"QueryException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.net.management","c":"MBeanHelper.QueryExpFilter","l":"QueryExpFilter(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"queryKeys(MBeanAccessor.QueryBuilder.ParsedQuery)","u":"queryKeys(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"queryNames(ObjectName, Filter)","u":"queryNames(javax.management.ObjectName,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"queryNames(ObjectName, Filter)","u":"queryNames(javax.management.ObjectName,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"queryNames(String, Filter)","u":"queryNames(java.lang.String,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"queryNames(String, Filter)","u":"queryNames(java.lang.String,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"QueryPlus(QueryPlus.Dependencies)","u":"%3Cinit%3E(com.tangosol.coherence.dslquery.QueryPlus.Dependencies)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"QueryRecorder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"QueryRecorder(QueryRecorder.RecordType)","u":"%3Cinit%3E(com.tangosol.util.aggregator.QueryRecorder.RecordType)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder.QueryRecorderStatement","l":"QueryRecorderStatement(String, Filter, QueryRecorder.RecordType)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.Filter,com.tangosol.util.aggregator.QueryRecorder.RecordType)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder","l":"QueryRecorderStatementBuilder(QueryRecorder.RecordType)","u":"%3Cinit%3E(com.tangosol.util.aggregator.QueryRecorder.RecordType)"},{"p":"com.tangosol.net","c":"LoadBalancer.Queue","l":"Queue()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"QueueDaemon()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"quiesceThenStop()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener","l":"QuorumListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"QuorumRule(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"QuorumRule(int, int, float)","u":"%3Cinit%3E(int,int,float)"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"QuorumRule(String, int, int, float, XmlElement)","u":"%3Cinit%3E(java.lang.String,int,int,float,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"QuorumRule(String, int, int, XmlElement)","u":"%3Cinit%3E(java.lang.String,int,int,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"quote(String)","u":"quote(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"quote(String)","u":"quote(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"quote(String, boolean)","u":"quote(java.lang.String,boolean)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"quoteCanonical(String)","u":"quoteCanonical(java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"RACK_SAFE"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"RACK_SAFE"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"RAMJOURNAL"},{"p":"com.tangosol.coherence.config.scheme","c":"RamJournalScheme","l":"RamJournalScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"RANDOM"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"RANDOM"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"RANDOM_BACKUP"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"randomize(Collection)","u":"randomize(java.util.Collection)"},{"p":"com.tangosol.util","c":"Base","l":"randomize(Collection)","u":"randomize(java.util.Collection)"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"randomize(int[])"},{"p":"com.tangosol.util","c":"Base","l":"randomize(int[])"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"randomize(long[])"},{"p":"com.tangosol.util","c":"Base","l":"randomize(long[])"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"randomize(Object[])","u":"randomize(java.lang.Object[])"},{"p":"com.tangosol.util","c":"Base","l":"randomize(Object[])","u":"randomize(java.lang.Object[])"},{"p":"com.oracle.coherence.common.base","c":"Randoms","l":"Randoms()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"rangeCheck(int)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"RawDate(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"RawDateTime(RawDate, RawTime)","u":"%3Cinit%3E(com.tangosol.io.pof.RawDate,com.tangosol.io.pof.RawTime)"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"RawDayTimeInterval(int, int, int, int, int)","u":"%3Cinit%3E(int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"RawQuad(BigInteger, int)","u":"%3Cinit%3E(java.math.BigInteger,int)"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"RawQuad(Binary)","u":"%3Cinit%3E(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"RawQuad(double)","u":"%3Cinit%3E(double)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"RawTime(int, int, int, int, boolean)","u":"%3Cinit%3E(int,int,int,int,boolean)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"RawTime(int, int, int, int, int, int)","u":"%3Cinit%3E(int,int,int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"RawTimeInterval(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.tangosol.io.pof","c":"RawYearMonthInterval","l":"RawYearMonthInterval(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"READ"},{"p":"com.tangosol.net","c":"CacheService.CacheAction","l":"READ"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"read()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"read()"},{"p":"com.tangosol.io","c":"Base64InputStream","l":"read()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"read()"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"read()"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"read()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"read()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"read()"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"read()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"read()"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"read()"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"read()"},{"p":"com.tangosol.net","c":"CompressionFilter.InflaterInputShell","l":"read()"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"read()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"read(byte[])"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"read(byte[])"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"read(byte[])"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"read(byte[])"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"read(byte[])"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"read(char[])"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"read(char[])"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"read(char[], int, int)","u":"read(char[],int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"read(char[], int, int)","u":"read(char[],int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"read(CharBuffer)","u":"read(java.nio.CharBuffer)"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"read(DataInput)","u":"read(java.io.DataInput)"},{"p":"com.tangosol.util","c":"Base","l":"read(DataInput)","u":"read(java.io.DataInput)"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"read(DataInputStream)","u":"read(java.io.DataInputStream)"},{"p":"com.tangosol.util","c":"Base","l":"read(DataInputStream)","u":"read(java.io.DataInputStream)"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"read(File)","u":"read(java.io.File)"},{"p":"com.tangosol.util","c":"Base","l":"read(File)","u":"read(java.io.File)"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"read(InputStream)","u":"read(java.io.InputStream)"},{"p":"com.tangosol.util","c":"Base","l":"read(InputStream)","u":"read(java.io.InputStream)"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"read(InputStream, byte[])","u":"read(java.io.InputStream,byte[])"},{"p":"com.tangosol.util","c":"Base","l":"read(InputStream, byte[])","u":"read(java.io.InputStream,byte[])"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"read(Reader)","u":"read(java.io.Reader)"},{"p":"com.tangosol.util","c":"Base","l":"read(Reader)","u":"read(java.io.Reader)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"read(String, InputStream)","u":"read(java.lang.String,java.io.InputStream)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"read(String, InputStream)","u":"read(java.lang.String,java.io.InputStream)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"read(String, ReadBuffer.BufferInput)","u":"read(java.lang.String,com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"read(String, ReadBuffer.BufferInput)","u":"read(java.lang.String,com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"read(String, ReadBuffer.BufferInput)","u":"read(java.lang.String,com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"read(URL)","u":"read(java.net.URL)"},{"p":"com.tangosol.util","c":"Base","l":"read(URL)","u":"read(java.net.URL)"},{"p":"com.tangosol.io.pof","c":"PofHelper.ReadableEntrySetMap","l":"ReadableEntrySetMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"readArray(DataInput, int)","u":"readArray(java.io.DataInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readArray(int, IntFunction)","u":"readArray(int,java.util.function.IntFunction)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readArray(int, IntFunction)","u":"readArray(int,java.util.function.IntFunction)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"readArray(Iterator, XmlElement, boolean)","u":"readArray(java.util.Iterator,com.tangosol.run.xml.XmlElement,boolean)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsBigDecimal(ReadBuffer.BufferInput, int)","u":"readAsBigDecimal(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsBigInteger(ReadBuffer.BufferInput, int)","u":"readAsBigInteger(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsChar(ReadBuffer.BufferInput, int)","u":"readAsChar(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsDouble(ReadBuffer.BufferInput, int)","u":"readAsDouble(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsFloat(ReadBuffer.BufferInput, int)","u":"readAsFloat(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsInt(ReadBuffer.BufferInput, int)","u":"readAsInt(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsLong(ReadBuffer.BufferInput, int)","u":"readAsLong(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readAsObject(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readAsObjectArray(int, Object[])","u":"readAsObjectArray(int,java.lang.Object[])"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readAsQuad(ReadBuffer.BufferInput, int)","u":"readAsQuad(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readAsTypedObjectArray(int, IntFunction)","u":"readAsTypedObjectArray(int,java.util.function.IntFunction)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readAsUniformObject(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readBigDecimal(DataInput)","u":"readBigDecimal(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readBigDecimal(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readBigDecimal(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readBigDecimal(ReadBuffer.BufferInput, int)","u":"readBigDecimal(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readBigInteger(DataInput)","u":"readBigInteger(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readBigInteger(DataInput)","u":"readBigInteger(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readBigInteger(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readBigInteger(int)"},{"p":"com.tangosol.util","c":"Binary","l":"readBinary(DataInput)","u":"readBinary(java.io.DataInput)"},{"p":"com.tangosol.util","c":"Binary","l":"readBinary(DataInputStream)","u":"readBinary(java.io.DataInputStream)"},{"p":"com.tangosol.util","c":"Binary","l":"readBinary(File)","u":"readBinary(java.io.File)"},{"p":"com.tangosol.util","c":"Binary","l":"readBinary(FileChannel, long, int, byte[])","u":"readBinary(java.nio.channels.FileChannel,long,int,byte[])"},{"p":"com.tangosol.util","c":"Binary","l":"readBinary(InputStream)","u":"readBinary(java.io.InputStream)"},{"p":"com.tangosol.util","c":"Binary","l":"readBinary(InputStream, int)","u":"readBinary(java.io.InputStream,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readBinary(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readBinary(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readBinary(ReadBuffer.BufferInput)","u":"readBinary(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.util","c":"Binary","l":"readBinary(URL)","u":"readBinary(java.net.URL)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readBoolean()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readBoolean()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readBoolean()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readBoolean()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readBoolean()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readBoolean(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readBoolean(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readBooleanArray(DataInput)","u":"readBooleanArray(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readBooleanArray(DataInput, int)","u":"readBooleanArray(java.io.DataInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readBooleanArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readBooleanArray(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readBuffer(int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readBuffer(int)"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readBuffer(int)"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"readBuffer(int)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"readByte()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readByte()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readByte()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readByte()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readByte()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readByte()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readByte()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readByte()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readByte(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readByte(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readByteArray(DataInput)","u":"readByteArray(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readByteArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readByteArray(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readChar()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readChar()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readChar()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readChar()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readChar()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readChar()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readChar()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readChar(DataInput)","u":"readChar(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readChar(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readChar(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readCharArray(DataInput)","u":"readCharArray(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readCharArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readCharArray(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readCharArray(Utf8Reader, int)","u":"readCharArray(com.tangosol.io.Utf8Reader,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readCollection(DataInput, Collection, ClassLoader)","u":"readCollection(java.io.DataInput,java.util.Collection,java.lang.ClassLoader)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readCollection(int, C)","u":"readCollection(int,C)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readCollection(int, C)","u":"readCollection(int,C)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readDate(DataInput)","u":"readDate(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readDate(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readDate(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readDouble()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readDouble()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readDouble()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readDouble()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readDouble()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readDouble()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readDouble()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readDouble(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readDouble(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readDoubleArray(DataInput)","u":"readDoubleArray(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readDoubleArray(DataInput, int)","u":"readDoubleArray(java.io.DataInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readDoubleArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readDoubleArray(int)"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"readElements(XmlElement)","u":"readElements(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"readElements(XmlElement)","u":"readElements(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"readElements(XmlElement)","u":"readElements(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"readElements(XmlElement)","u":"readElements(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"readElements(XmlElement)","u":"readElements(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicMarkableReference","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicStampedReference","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.CacheStatisticsExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.config.expression","c":"NullParameterResolver","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.io","c":"ExternalizableLite","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"EvolvableHolder","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Publisher.FailOnFull","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CompleteOnEmpty","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigDecimalAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigIntegerAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BooleanAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ByteAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.CharAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DateAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DoubleAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.FloatAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.IntAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.LongAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ShortAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.StringAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimeAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"XmlElementAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.run.xml","c":"XmlSerializableAdapter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"AbstractScript","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"Binary","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"CompositeKey","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"EntryExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"FragmentExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"ScriptValueExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"Fragment","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"LiteMap","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"LiteSet","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"MapSet","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"NullFilter","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullEntryProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"TouchProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"UID","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.util","c":"UUID","l":"readExternal(DataInput)","u":"readExternal(java.io.DataInput)"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"readExternal(ObjectInput)","u":"readExternal(java.io.ObjectInput)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"readExternal(ObjectInput)","u":"readExternal(java.io.ObjectInput)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"readExternal(ObjectInput)","u":"readExternal(java.io.ObjectInput)"},{"p":"com.tangosol.util","c":"Binary","l":"readExternal(ObjectInput)","u":"readExternal(java.io.ObjectInput)"},{"p":"com.tangosol.util","c":"LiteSet","l":"readExternal(ObjectInput)","u":"readExternal(java.io.ObjectInput)"},{"p":"com.tangosol.util","c":"MapSet","l":"readExternal(ObjectInput)","u":"readExternal(java.io.ObjectInput)"},{"p":"com.tangosol.util","c":"UUID","l":"readExternal(ObjectInput)","u":"readExternal(java.io.ObjectInput)"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.CacheStatisticsExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.config.expression","c":"NullParameterResolver","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof","c":"PortableObject","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net","c":"RequestPolicyException","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Publisher.FailOnFull","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CompleteOnEmpty","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"AbstractScript","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"CompositeKey","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"ChainedExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"EntryExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"FragmentExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"ScriptValueExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"Fragment","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"MapEvent","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"NullFilter","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"NullImplementation.NullEntryProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"TouchProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"UID","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"UUID","l":"readExternal(PofReader)","u":"readExternal(com.tangosol.io.pof.PofReader)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readExternalizableLite(DataInput)","u":"readExternalizableLite(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readExternalizableLite(DataInput, ClassLoader)","u":"readExternalizableLite(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readFloat()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readFloat()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readFloat()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readFloat()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readFloat()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readFloat()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readFloat()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readFloat(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readFloat(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readFloatArray(DataInput)","u":"readFloatArray(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readFloatArray(DataInput, int)","u":"readFloatArray(java.io.DataInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readFloatArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readFloatArray(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readFully(byte[])"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readFully(byte[])"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readFully(byte[])"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readFully(byte[])"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readFully(byte[])"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readFully(byte[], int, int)","u":"readFully(byte[],int,int)"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readFully(byte[], int, int)","u":"readFully(byte[],int,int)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readFully(byte[], int, int)","u":"readFully(byte[],int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readFully(byte[], int, int)","u":"readFully(byte[],int,int)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readFully(byte[], int, int)","u":"readFully(byte[],int,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"readHeader()"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"ReadHeavyLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ReadHeavyLongArray","l":"ReadHeavyLongArray(LongArray)","u":"%3Cinit%3E(com.tangosol.util.LongArray)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"readInt()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readInt()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readInt()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readInt()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readInt()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readInt()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readInt()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readInt()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readInt(DataInput)","u":"readInt(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readInt(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readInt(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readInt(ReadBuffer.BufferInput)","u":"readInt(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readIntArray(DataInput)","u":"readIntArray(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readIntArray(DataInput, int)","u":"readIntArray(java.io.DataInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readIntArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readIntArray(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readIntArray2d(DataInput)","u":"readIntArray2d(java.io.DataInput)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"readKey()"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"readLargeArray(DataInput, int)","u":"readLargeArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeBooleanArray(DataInput, int)","u":"readLargeBooleanArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeByteArray(DataInput, int)","u":"readLargeByteArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeCharArray(Utf8Reader, int)","u":"readLargeCharArray(com.tangosol.io.Utf8Reader,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeDoubleArray(DataInput, int)","u":"readLargeDoubleArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeFloatArray(DataInput, int)","u":"readLargeFloatArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeIntArray(DataInput, int)","u":"readLargeIntArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeLongArray(DataInput, int)","u":"readLargeLongArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeObjectArray(DataInput, int)","u":"readLargeObjectArray(java.io.DataInput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLargeStringArray(DataInput, int)","u":"readLargeStringArray(java.io.DataInput,int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadLatch","l":"ReadLatch(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readLine()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readLine()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readLine()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readLine()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readLine()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readLocalDate(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readLocalDate(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readLocalDate(ReadBuffer.BufferInput)","u":"readLocalDate(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readLocalDateTime(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readLocalDateTime(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readLocalDateTime(ReadBuffer.BufferInput)","u":"readLocalDateTime(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readLocalTime(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readLocalTime(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readLocalTime(ReadBuffer.BufferInput)","u":"readLocalTime(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"ReadLocatorBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ReadLocatorProcessor","l":"ReadLocatorProcessor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"readLock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"ReadLock(RemoteReadWriteLock)","u":"%3Cinit%3E(com.oracle.coherence.concurrent.locks.RemoteReadWriteLock)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"readLong()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readLong()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readLong()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readLong()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readLong()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readLong()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readLong()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readLong()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLong(DataInput)","u":"readLong(java.io.DataInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readLong(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readLong(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLong(ReadBuffer.BufferInput)","u":"readLong(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLongArray(DataInput)","u":"readLongArray(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readLongArray(DataInput, int)","u":"readLongArray(java.io.DataInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readLongArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readLongArray(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readLongArray(int, LongArray)","u":"readLongArray(int,com.tangosol.util.LongArray)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readLongArray(int, LongArray)","u":"readLongArray(int,com.tangosol.util.LongArray)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readMap(DataInput, Map, ClassLoader)","u":"readMap(java.io.DataInput,java.util.Map,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readMap(DataInput, Map, int, ClassLoader)","u":"readMap(java.io.DataInput,java.util.Map,int,java.lang.ClassLoader)"},{"p":"com.tangosol.net.management","c":"MapJsonBodyHandler","l":"readMap(InputStream)","u":"readMap(java.io.InputStream)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readMap(int, M)","u":"readMap(int,M)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readMap(int, M)","u":"readMap(int,M)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"readMetadata(File)","u":"readMetadata(java.io.File)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"readMetadata(File)","u":"readMetadata(java.io.File)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPParser","l":"readNestedCommaSeparatedList(NestedBaseTokens)","u":"readNestedCommaSeparatedList(com.tangosol.coherence.dsltools.base.NestedBaseTokens)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readObject()"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"readObject()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readObject(DataInput)","u":"readObject(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readObject(DataInput, ClassLoader)","u":"readObject(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readObject(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readObject(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readObjectArray(DataInput)","u":"readObjectArray(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readObjectArray(DataInput, int)","u":"readObjectArray(java.io.DataInput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readObjectArray(int, Object[])","u":"readObjectArray(int,java.lang.Object[])"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readObjectArray(int, Object[])","u":"readObjectArray(int,java.lang.Object[])"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readOffsetDateTime(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readOffsetDateTime(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readOffsetDateTime(ReadBuffer.BufferInput)","u":"readOffsetDateTime(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readOffsetTime(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readOffsetTime(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readOffsetTime(ReadBuffer.BufferInput)","u":"readOffsetTime(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.DeferredCacheEvent","l":"readOldValue()"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"ReadonlyNamedCache(Map, String, boolean)","u":"%3Cinit%3E(java.util.Map,java.lang.String,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"ReadonlyNamedCache(NamedCache, boolean)","u":"%3Cinit%3E(com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"readPackedInt()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readPackedInt()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readPackedInt()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readPackedInt()"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"readPackedInt()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"readPackedInt(ByteSequence, int)","u":"readPackedInt(com.tangosol.util.ByteSequence,int)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"readPackedLong()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readPackedLong()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readPackedLong()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readPackedLong()"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"readPackedLong()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readQuad(ReadBuffer.BufferInput)","u":"readQuad(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"ReadQueue()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"readQuorum(PersistentStore)","u":"readQuorum(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"readQuorumRaw(PersistentStore)","u":"readQuorumRaw(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRawDate(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRawDate(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readRawDate(ReadBuffer.BufferInput)","u":"readRawDate(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRawDateTime(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRawDateTime(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRawDayTimeInterval(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRawDayTimeInterval(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRawQuad(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRawQuad(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRawTime(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRawTime(int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"readRawTime(ReadBuffer.BufferInput)","u":"readRawTime(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRawTimeInterval(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRawTimeInterval(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRawYearMonthInterval(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRawYearMonthInterval(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readRemainder()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"readRemainder()"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readRemainder()"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"readResolve()"},{"p":"com.tangosol.io","c":"SerializationSupport","l":"readResolve()"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"readResolve()"},{"p":"com.oracle.coherence.common.base","c":"Reads","l":"Reads()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readSafeUTF()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readSafeUTF()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readSafeUTF()"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"readSafeUTF()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readSafeUTF(DataInput)","u":"readSafeUTF(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readSafeUTF(ReadBuffer.BufferInput)","u":"readSafeUTF(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readSerializable(DataInput)","u":"readSerializable(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readSerializable(DataInput, ClassLoader)","u":"readSerializable(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"readSerializationHeader(ReadBuffer.BufferInput)","u":"readSerializationHeader(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readShort()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readShort()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readShort()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readShort()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readShort()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readShort()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readShort()"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readShort(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readShort(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readShortArray(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readShortArray(int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"readSparseArray(Iterator, int)","u":"readSparseArray(java.util.Iterator,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"readString(int)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readString(int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readStringArray(DataInput)","u":"readStringArray(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readStringArray(DataInput, int)","u":"readStringArray(java.io.DataInput,int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadThread","l":"ReadThread()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readTime(DataInput)","u":"readTime(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readTimestamp(DataInput)","u":"readTimestamp(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readTrint(DataInput)","u":"readTrint(java.io.DataInput)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readUnsignedByte()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readUnsignedByte()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readUnsignedByte()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readUnsignedByte()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readUnsignedByte()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"readUnsignedByte(ByteSequence, int)","u":"readUnsignedByte(com.tangosol.util.ByteSequence,int)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer.ByteArrayBufferInput","l":"readUnsignedShort()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readUnsignedShort()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readUnsignedShort()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"readUnsignedShort()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readUnsignedShort()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readUnsignedShort()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readUnsignedShort()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readUnsignedShort()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readUnsignedTrint(DataInput)","u":"readUnsignedTrint(java.io.DataInput)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readUTF()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"readUTF()"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"readUTF()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"readUTF()"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"readUTF()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"readUTF()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readUTF(DataInput)","u":"readUTF(java.io.DataInput)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"readUTF(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"readValue()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, BinaryEntryStore, boolean, int, double)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.BinaryEntryStore,boolean,int,double)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, BinaryEntryStore, boolean, int, double, boolean)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.BinaryEntryStore,boolean,int,double,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, boolean, int, double)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheLoader,boolean,int,double)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, boolean, int, double, boolean)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheLoader,boolean,int,double,boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, NonBlockingEntryStore, boolean, int, double)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.NonBlockingEntryStore,boolean,int,double)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, NonBlockingEntryStore, boolean, int, double, boolean)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.NonBlockingEntryStore,boolean,int,double,boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"ReadWriteBackingMapScheme()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"readWriteLocksMap()"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"ReadWriteMap(CacheStore, boolean)","u":"%3Cinit%3E(com.tangosol.net.cache.CacheStore,boolean)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, BinaryEntryStore, boolean, int, double)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.BinaryEntryStore,boolean,int,double)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, BinaryEntryStore, boolean, int, double, boolean)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.BinaryEntryStore,boolean,int,double,boolean)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, CacheLoader, boolean, int, double)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.CacheLoader,boolean,int,double)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, CacheLoader, boolean, int, double, boolean)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.CacheLoader,boolean,int,double,boolean)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, NonBlockingEntryStore, boolean, int, double)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.NonBlockingEntryStore,boolean,int,double)"},{"p":"com.tangosol.net.partition","c":"ReadWriteSplittingBackingMap","l":"ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, NonBlockingEntryStore, boolean, int, double, boolean)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.net.partition.PartitionAwareBackingMap,java.util.Map,com.tangosol.net.cache.NonBlockingEntryStore,boolean,int,double,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"readXml(XmlElement)","u":"readXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"readXml(XmlElement)","u":"readXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readXmlBean(DataInput, ClassLoader)","u":"readXmlBean(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readXmlSerializable(DataInput)","u":"readXmlSerializable(java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"readXmlSerializable(DataInput, ClassLoader)","u":"readXmlSerializable(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"ready()"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"ready()"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"ready(String, String)","u":"ready(java.lang.String,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"readZonedDateTime(int)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"realize()"},{"p":"com.tangosol.util","c":"Builder","l":"realize()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"CommandsStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ExtendedLanguageStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"HelpStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ArchiveSnapshotStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"CreateSnapshotStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.dslquery","c":"StatementBuilder","l":"realize(ExecutionContext, NodeTerm, List, ParameterResolver)","u":"realize(com.tangosol.coherence.dslquery.ExecutionContext,com.tangosol.coherence.dsltools.termtrees.NodeTerm,java.util.List,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder","c":"SubscriberGroupBuilder","l":"realize(NamedTopic, ParameterResolver)","u":"realize(com.tangosol.net.topic.NamedTopic,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"realize(Object, Serializer)","u":"realize(java.lang.Object,com.tangosol.io.Serializer)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AsyncStoreManagerBuilder","l":"realize(ParameterResolver, ClassLoader, boolean)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"realize(ParameterResolver, ClassLoader, boolean)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BinaryStoreManagerBuilder","l":"realize(ParameterResolver, ClassLoader, boolean)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"CustomStoreManagerBuilder","l":"realize(ParameterResolver, ClassLoader, boolean)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"NioFileManagerBuilder","l":"realize(ParameterResolver, ClassLoader, boolean)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,boolean)"},{"p":"com.oracle.coherence.cdi.server","c":"BeanBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.ActionPolicyParameterizedBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.NullImplementationBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ClusterQuorumPolicyBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"CustomAddressProviderBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"DaemonPoolBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ElementCalculatorBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"EvictionPolicyBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"FactoryBasedAddressProviderBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"InetAddressRangeFilterBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"InvalidConfigServiceLoadBalancerBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ListBasedAddressProviderBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedResourceBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"PartitionAssignmentStrategyBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"PartitionedCacheQuorumPolicyBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ProxyQuorumPolicyBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ProxyServiceLoadBalancerBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceFailurePolicyBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceLoadBalancerBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.ProviderBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"UnitCalculatorBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.builder","c":"WrapperSocketAddressProviderBuilder","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"realize(ParameterResolver, ClassLoader, ParameterList)","u":"realize(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"realize(ParameterResolver, MapBuilder.Dependencies)","u":"realize(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.dslquery","c":"ChainedExtractorBuilder","l":"realize(String, int, String)","u":"realize(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"ExtractorBuilder","l":"realize(String, int, String)","u":"realize(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"ReflectionExtractorBuilder","l":"realize(String, int, String)","u":"realize(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"UniversalExtractorBuilder","l":"realize(String, int, String)","u":"realize(java.lang.String,int,java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedCollectionBuilder","l":"realize(ValueTypeAssertion, ParameterResolver, MapBuilder.Dependencies)","u":"realize(com.tangosol.net.ValueTypeAssertion,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"realize(ValueTypeAssertion, ParameterResolver, MapBuilder.Dependencies)","u":"realize(com.tangosol.net.ValueTypeAssertion,com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.builder","c":"BackingMapManagerBuilder","l":"realizeBackingMapManager(ConfigurableCacheFactory)","u":"realizeBackingMapManager(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"realizeBackingMapManager(ConfigurableCacheFactory)","u":"realizeBackingMapManager(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"realizeBackingMapManager(ConfigurableCacheFactory)","u":"realizeBackingMapManager(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"realizeBackingMapManager(ConfigurableCacheFactory)","u":"realizeBackingMapManager(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.coherence.config.scheme","c":"ViewScheme","l":"realizeBackingMapManager(ConfigurableCacheFactory)","u":"realizeBackingMapManager(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"realizeBackingMapManager(ConfigurableCacheFactory)","u":"realizeBackingMapManager(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedCacheBuilder","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"CustomScheme","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicStorageScheme","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"TransactionalScheme","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"realizeCache(ParameterResolver, MapBuilder.Dependencies)","u":"realizeCache(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"realizeLocal(ParameterResolver, MapBuilder.Dependencies)","u":"realizeLocal(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"CustomScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"FlashJournalScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicStorageScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"RamJournalScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"realizeMap(ParameterResolver, MapBuilder.Dependencies)","u":"realizeMap(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"realizeProvider()"},{"p":"com.oracle.coherence.cdi.server","c":"BeanBuilder","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"ElementCalculatorBuilder","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"EvictionPolicyBuilder","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilder.ReflectionSupport","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"UnitCalculatorBuilder","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"realizes(Class, ParameterResolver, ClassLoader)","u":"realizes(java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedCollectionBuilder","l":"realizes(Class)","u":"realizes(java.lang.Class)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"realizes(Class)","u":"realizes(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderHelper","l":"realizes(ParameterizedBuilder, Class, ParameterResolver, ClassLoader)","u":"realizes(com.tangosol.coherence.config.builder.ParameterizedBuilder,java.lang.Class,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceBuilder","l":"realizeService(ParameterResolver, ClassLoader, Cluster)","u":"realizeService(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"realizeService(ParameterResolver, ClassLoader, Cluster)","u":"realizeService(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.scheme","c":"CustomScheme","l":"realizeService(ParameterResolver, ClassLoader, Cluster)","u":"realizeService(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteCacheScheme","l":"realizeService(ParameterResolver, ClassLoader, Cluster)","u":"realizeService(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteInvocationScheme","l":"realizeService(ParameterResolver, ClassLoader, Cluster)","u":"realizeService(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.scheme","c":"TransactionalScheme","l":"realizeService(ParameterResolver, ClassLoader, Cluster)","u":"realizeService(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.net.Cluster)"},{"p":"com.tangosol.coherence.config.scheme","c":"ViewScheme","l":"realizeService(ParameterResolver, ClassLoader, Cluster)","u":"realizeService(com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.net.Cluster)"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_AGGREGATE"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_CLEAR"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_ENTRYSET"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_GET"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_INDEX_ADD"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_INDEX_REMOVE"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_INTERCEPTOR_ADD"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_INTERCEPTOR_REMOVE"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_INVOKE"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_KEYSET"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_LISTENER_ADD"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_LISTENER_REMOVE"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_PUT"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_REMOVE"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_TRIGGER_ADD"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_TRIGGER_REMOVE"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_UNKNOWN"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"REASON_VALUES"},{"p":"com.tangosol.net.security","c":"StorageAccessAuthorizer","l":"reasonToString(int)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"receive()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"receive(DatagramPacket)","u":"receive(java.net.DatagramPacket)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"receive(DatagramPacket)","u":"receive(java.net.DatagramPacket)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"receive(int)"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.TraceStep","l":"recordDuration(long)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.TraceStep","l":"recordDuration(long)"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.ExplainStep","l":"recordEfficiency(int)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.ExplainStep","l":"recordEfficiency(int)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"recordEndTime()"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.RecordableStep","l":"recordExtractor(ValueExtractor)","u":"recordExtractor(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.AbstractRecordableStep","l":"recordExtractor(ValueExtractor)","u":"recordExtractor(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.TraceStep","l":"recordPostFilterKeys(int)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.TraceStep","l":"recordPostFilterKeys(int)"},{"p":"com.tangosol.util","c":"QueryRecord.PartialResult.RecordableStep","l":"recordPreFilterKeys(int)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.AbstractRecordableStep","l":"recordPreFilterKeys(int)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"recordRequest(long, long)","u":"recordRequest(long,long)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"recordStartTime()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"RECOVER"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"RECOVER_BEGIN"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"RECOVER_DISALLOWED"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"RECOVER_END"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"RECOVER_SNAPSHOT_BEGIN"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"RECOVER_SNAPSHOT_END"},{"p":"com.tangosol.net","c":"Guardable","l":"recover()"},{"p":"com.tangosol.util","c":"Daemon","l":"recover()"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"RECOVERED"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"recoverSnapshot(String)","u":"recoverSnapshot(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder.RecoverSnapshotStatement","l":"RecoverSnapshotStatement(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RecoverSnapshotStatementBuilder","l":"RecoverSnapshotStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"recycleBlock(BinaryMap.Block)","u":"recycleBlock(com.tangosol.io.nio.BinaryMap.Block)"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"recycleNode(RecyclingLinkedList.Node)","u":"recycleNode(com.tangosol.util.RecyclingLinkedList.Node)"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"RecyclingLinkedList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"RecyclingLinkedList(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"RecyclingLinkedList(Collection, int)","u":"%3Cinit%3E(java.util.Collection,int)"},{"p":"com.tangosol.util","c":"RecyclingLinkedList","l":"RecyclingLinkedList(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"reduce(BinaryOperator)","u":"reduce(java.util.function.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"reduce(double, DoubleBinaryOperator)","u":"reduce(double,java.util.function.DoubleBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"reduce(double, Remote.DoubleBinaryOperator)","u":"reduce(double,com.tangosol.util.function.Remote.DoubleBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"reduce(DoubleBinaryOperator)","u":"reduce(java.util.function.DoubleBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"reduce(int, IntBinaryOperator)","u":"reduce(int,java.util.function.IntBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"reduce(int, Remote.IntBinaryOperator)","u":"reduce(int,com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"reduce(IntBinaryOperator)","u":"reduce(java.util.function.IntBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"reduce(long, LongBinaryOperator)","u":"reduce(long,java.util.function.LongBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"reduce(long, Remote.LongBinaryOperator)","u":"reduce(long,com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"reduce(LongBinaryOperator)","u":"reduce(java.util.function.LongBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"reduce(Remote.BinaryOperator)","u":"reduce(com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"reduce(Remote.DoubleBinaryOperator)","u":"reduce(com.tangosol.util.function.Remote.DoubleBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"reduce(Remote.IntBinaryOperator)","u":"reduce(com.tangosol.util.function.Remote.IntBinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"reduce(Remote.LongBinaryOperator)","u":"reduce(com.tangosol.util.function.Remote.LongBinaryOperator)"},{"p":"com.tangosol.util","c":"Aggregators","l":"reduce(String)","u":"reduce(java.lang.String)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"reduce(T, BinaryOperator)","u":"reduce(T,java.util.function.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"reduce(T, Remote.BinaryOperator)","u":"reduce(T,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"reduce(U, BiFunction, BinaryOperator)","u":"reduce(U,java.util.function.BiFunction,java.util.function.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"reduce(U, Remote.BiFunction, Remote.BinaryOperator)","u":"reduce(U,com.tangosol.util.function.Remote.BiFunction,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util","c":"Aggregators","l":"reduce(ValueExtractor)","u":"reduce(com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"reducePermits(int)"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"ReducerAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"ReducerAggregator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"ReducerAggregator(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"reducing(Remote.BinaryOperator)","u":"reducing(com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"reducing(T, Remote.BinaryOperator)","u":"reducing(T,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"reducing(U, Remote.BiFunction, Remote.BinaryOperator)","u":"reducing(U,com.tangosol.util.function.Remote.BiFunction,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"reducing(U, Remote.Function, Remote.BinaryOperator)","u":"reducing(U,com.tangosol.util.function.Remote.Function,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.coherence.jcache.common","c":"ReferenceInternalConverter","l":"ReferenceInternalConverter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.ReferenceLibrary","l":"ReferenceLibrary()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ClassHelper","l":"REFLECT_ALLOW_ALL"},{"p":"com.tangosol.util","c":"ClassHelper","l":"REFLECT_FILTER_PROPERTY"},{"p":"com.tangosol.util","c":"ClassHelper","l":"REFLECT_FILTER_SEPARATOR"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"ReflectionExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"ReflectionExtractor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"ReflectionExtractor(String, Object[])","u":"%3Cinit%3E(java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"ReflectionExtractor(String, Object[], int)","u":"%3Cinit%3E(java.lang.String,java.lang.Object[],int)"},{"p":"com.tangosol.coherence.dslquery","c":"ReflectionExtractorBuilder","l":"ReflectionExtractorBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.fsm","c":"ReflectionHelper","l":"ReflectionHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"ReflectionUpdater()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"ReflectionUpdater(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"REFRESH_DEFAULT"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"RefreshableAddressProvider(AddressProvider)","u":"%3Cinit%3E(com.tangosol.net.AddressProvider)"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"RefreshableAddressProvider(AddressProvider, long)","u":"%3Cinit%3E(com.tangosol.net.AddressProvider,long)"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"RefreshableSslContext(SSLContextDependencies, boolean)","u":"%3Cinit%3E(com.tangosol.internal.net.ssl.SSLContextDependencies,boolean)"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"refreshAddressList()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"refreshIterator()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.RefreshThread","l":"RefreshThread(long)","u":"%3Cinit%3E(long)"},{"p":"com.oracle.coherence.cdi","c":"Name.Literal","l":"regex()"},{"p":"com.oracle.coherence.cdi","c":"Name","l":"regex()"},{"p":"com.tangosol.util","c":"Filters","l":"regex(ValueExtractor, String)","u":"regex(com.tangosol.util.ValueExtractor,java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"RegExCacheMapping","l":"RegExCacheMapping(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util.filter","c":"RegexFilter","l":"RegexFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"RegexFilter","l":"RegexFilter(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util.filter","c":"RegexFilter","l":"RegexFilter(ValueExtractor, String)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.lang.String)"},{"p":"com.tangosol.util","c":"Binary","l":"regionMatches(int, Binary, int, int)","u":"regionMatches(int,com.tangosol.util.Binary,int,int)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"register()"},{"p":"com.tangosol.net.cache","c":"CachingMap.FrontMapListener","l":"register()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.Task","l":"register()"},{"p":"com.tangosol.coherence.config","c":"CacheMappingRegistry","l":"register(CacheMapping)","u":"register(com.tangosol.coherence.config.CacheMapping)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"register(CacheService, String, String, Map)","u":"register(com.tangosol.net.CacheService,java.lang.String,java.lang.String,java.util.Map)"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorRegistry","l":"register(Collection)","u":"register(java.util.Collection)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorRegistry","l":"register(Collection)","u":"register(java.util.Collection)"},{"p":"com.tangosol.net.management","c":"Registry","l":"register(HealthCheck)","u":"register(com.tangosol.util.HealthCheck)"},{"p":"com.oracle.coherence.mp.metrics","c":"CdiMetricsRegistryAdapter","l":"register(MBeanMetric)","u":"register(com.tangosol.net.metrics.MBeanMetric)"},{"p":"com.oracle.coherence.mp.metrics","c":"MpMetricsRegistryAdapter","l":"register(MBeanMetric)","u":"register(com.tangosol.net.metrics.MBeanMetric)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"register(NamedCache, String)","u":"register(com.tangosol.net.NamedCache,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.ExternalSerializer","l":"register(Object)","u":"register(java.lang.Object)"},{"p":"com.tangosol.coherence.config","c":"ResourceMappingRegistry","l":"register(ResourceMapping)","u":"register(com.tangosol.coherence.config.ResourceMapping)"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry","l":"register(ResourceMapping)","u":"register(com.tangosol.coherence.config.ResourceMapping)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcConnectionMetrics","l":"register(ServerCall)","u":"register(io.grpc.ServerCall)"},{"p":"com.tangosol.coherence.config","c":"ServiceSchemeRegistry","l":"register(ServiceScheme)","u":"register(com.tangosol.coherence.config.scheme.ServiceScheme)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.SafePofSerializer","l":"register(String)","u":"register(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorRegistry","l":"register(String, AggregatorFactory)","u":"register(java.lang.String,com.tangosol.coherence.rest.util.aggregator.AggregatorFactory)"},{"p":"com.tangosol.coherence.rest.util.aggregator","c":"AggregatorRegistry","l":"register(String, Class)","u":"register(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorRegistry","l":"register(String, Class)","u":"register(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.net.management","c":"Registry","l":"register(String, Object)","u":"register(java.lang.String,java.lang.Object)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"ProcessorRegistry","l":"register(String, ProcessorFactory)","u":"register(java.lang.String,com.tangosol.coherence.rest.util.processor.ProcessorFactory)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"registerAttributeType(Class)","u":"registerAttributeType(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"registerAttributeType(Class)","u":"registerAttributeType(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"registerAttributeType(String, Class)","u":"registerAttributeType(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"registerBackEvent(MapEvent)","u":"registerBackEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"registerBackingMapManager(BackingMapManager)","u":"registerBackingMapManager(com.tangosol.net.BackingMapManager)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"registerBackingMapManager(BackingMapManager)","u":"registerBackingMapManager(com.tangosol.net.BackingMapManager)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"registerBackServiceListener()"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry","l":"registerBuilder(Class, ParameterizedBuilder)","u":"registerBuilder(java.lang.Class,com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"registerBuilder(Class, ParameterizedBuilder)","u":"registerBuilder(java.lang.Class,com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"ParameterizedBuilderRegistry","l":"registerBuilder(Class, String, ParameterizedBuilder)","u":"registerBuilder(java.lang.Class,java.lang.String,com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"registerBuilder(Class, String, ParameterizedBuilder)","u":"registerBuilder(java.lang.Class,java.lang.String,com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"registerCacheEntryListener(CacheEntryListenerConfiguration)","u":"registerCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"registerCacheEntryListener(CacheEntryListenerConfiguration)","u":"registerCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"registerCacheEntryListener(CacheEntryListenerConfiguration)","u":"registerCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"registerCacheEntryListener(CacheEntryListenerConfiguration)","u":"registerCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerCacheMBean(CacheService, String, String, Map)","u":"registerCacheMBean(com.tangosol.net.CacheService,java.lang.String,java.lang.String,java.util.Map)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerCacheMBean(NamedCache, String)","u":"registerCacheMBean(com.tangosol.net.NamedCache,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility","l":"registerCacheObject(AbstractCoherenceBasedCache, MBeanServerRegistrationUtility.ObjectNameType)","u":"registerCacheObject(com.tangosol.coherence.jcache.AbstractCoherenceBasedCache,com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility.ObjectNameType)"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerCachePrune(long)"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"registerContainerRequestFilters()"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"registerContainerResponseFilters()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"registerDeactivationListener()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"registerDeactivationListener()"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"registerElementType(Class)","u":"registerElementType(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"registerElementType(Class)","u":"registerElementType(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"registerElementType(String, Class)","u":"registerElementType(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.net.events","c":"EventDispatcherRegistry","l":"registerEventDispatcher(EventDispatcher)","u":"registerEventDispatcher(com.tangosol.net.events.EventDispatcher)"},{"p":"com.tangosol.net.events","c":"InterceptorRegistry","l":"registerEventInterceptor(EventInterceptor)","u":"registerEventInterceptor(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.events","c":"InterceptorRegistry","l":"registerEventInterceptor(EventInterceptor, RegistrationBehavior)","u":"registerEventInterceptor(com.tangosol.net.events.EventInterceptor,com.tangosol.util.RegistrationBehavior)"},{"p":"com.tangosol.net.events","c":"InterceptorRegistry","l":"registerEventInterceptor(String, EventInterceptor, RegistrationBehavior)","u":"registerEventInterceptor(java.lang.String,com.tangosol.net.events.EventInterceptor,com.tangosol.util.RegistrationBehavior)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"registerExpiry(long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"registerExpiry(Object, long)","u":"registerExpiry(java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"registerFrontEvent(MapEvent)","u":"registerFrontEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"registerFrontEvent(MapEvent)","u":"registerFrontEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"registerFrontListener()"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"registerGUIDs(Member, String[])","u":"registerGUIDs(com.tangosol.net.Member,java.lang.String[])"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerHit()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerHit(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerHits(int, long)","u":"registerHits(int,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerHits(int, long)","u":"registerHits(int,long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerHits(int, long)","u":"registerHits(int,long)"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerHits(int, long)","u":"registerHits(int,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerHitsCompleted(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerHitsCompleted(long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerHitsCompleted(long)"},{"p":"com.tangosol.io.pof","c":"AbstractPofHandler","l":"registerIdentity(int)"},{"p":"com.tangosol.io.pof","c":"DuplexingPofHandler","l":"registerIdentity(int)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"registerIdentity(int)"},{"p":"com.tangosol.io.pof","c":"PofHandler","l":"registerIdentity(int)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"registerIdentity(int)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"registerIdentity(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofHandler","l":"registerIdentity(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"registerIdentity(int, Object)","u":"registerIdentity(int,java.lang.Object)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"registerIdentity(int, Object)","u":"registerIdentity(int,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"registerIdentity(Object)","u":"registerIdentity(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"registerIdentity(Object)","u":"registerIdentity(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"registerIdentity(Object)","u":"registerIdentity(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerIncrementalCachePrune(long)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"registerIndex(PersistentStore, long, Binary, Binary, Object)","u":"registerIndex(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,com.tangosol.util.Binary,java.lang.Object)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"registerInterceptor(XmlElement, String, String)","u":"registerInterceptor(com.tangosol.run.xml.XmlElement,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"registerKey(Object, Binary, Binary)","u":"registerKey(java.lang.Object,com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"registerKey(Object, Binary, Binary)","u":"registerKey(java.lang.Object,com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"registerKey(Object, Binary, Binary, int)","u":"registerKey(java.lang.Object,com.tangosol.util.Binary,com.tangosol.util.Binary,int)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"registerListener()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"registerListener(Object)","u":"registerListener(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"registerListener(PersistentStore, long, Binary, long, boolean, Object)","u":"registerListener(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,long,boolean,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"registerListeners(Set)","u":"registerListeners(java.util.Set)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListenerManager","l":"registerListeners(String, String, String, String)","u":"registerListeners(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"registerLock(PersistentStore, long, Binary, long, long, Object)","u":"registerLock(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,long,long,java.lang.Object)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"registerMarshaller(Class, MediaType, Class)","u":"registerMarshaller(java.lang.Class,jakarta.ws.rs.core.MediaType,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"registerMarshaller(Class, MediaType, Marshaller)","u":"registerMarshaller(java.lang.Class,jakarta.ws.rs.core.MediaType,com.tangosol.coherence.rest.io.Marshaller)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"registerMarshaller(Class, String, Class)","u":"registerMarshaller(java.lang.Class,java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"registerMarshaller(Class, String, Marshaller)","u":"registerMarshaller(java.lang.Class,java.lang.String,com.tangosol.coherence.rest.io.Marshaller)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"registerMBean()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"registerMBean()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"registerMBean(Registry)","u":"registerMBean(com.tangosol.net.management.Registry)"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerMiss()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerMiss(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerMisses(int, long)","u":"registerMisses(int,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerMisses(int, long)","u":"registerMisses(int,long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerMisses(int, long)","u":"registerMisses(int,long)"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerMisses(int, long)","u":"registerMisses(int,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerMissesCompleted(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerMissesCompleted(long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerMissesCompleted(long)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerPagedTopicMBean(PagedTopicService, String)","u":"registerPagedTopicMBean(com.tangosol.net.PagedTopicService,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"registerPortableType(Class)","u":"registerPortableType(java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"registerPortableTypes(Class...)","u":"registerPortableTypes(java.lang.Class...)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"registerProcessor(Class)","u":"registerProcessor(java.lang.Class)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"registerProcessor(Class, AttributeProcessor)","u":"registerProcessor(java.lang.Class,com.tangosol.config.xml.AttributeProcessor)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"registerProcessor(Class, AttributeProcessor)","u":"registerProcessor(java.lang.Class,com.tangosol.config.xml.AttributeProcessor)"},{"p":"com.tangosol.config.xml","c":"DefaultProcessingContext","l":"registerProcessor(Class, ElementProcessor)","u":"registerProcessor(java.lang.Class,com.tangosol.config.xml.ElementProcessor)"},{"p":"com.tangosol.config.xml","c":"ProcessingContext","l":"registerProcessor(Class, ElementProcessor)","u":"registerProcessor(java.lang.Class,com.tangosol.config.xml.ElementProcessor)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"registerProcessor(String, AttributeProcessor)","u":"registerProcessor(java.lang.String,com.tangosol.config.xml.AttributeProcessor)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"registerProcessor(String, ElementProcessor)","u":"registerProcessor(java.lang.String,com.tangosol.config.xml.ElementProcessor)"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"registerProviders()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerPut(long)"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"registerPuts(int, long)","u":"registerPuts(int,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerPuts(long, long)","u":"registerPuts(long,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerPuts(long, long)","u":"registerPuts(long,long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerPuts(long, long)","u":"registerPuts(long,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerPutsCompleted(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerPutsCompleted(long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerPutsCompleted(long)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngineRegistry","l":"registerQueryEngine(String, Class)","u":"registerQueryEngine(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.query","c":"QueryEngineRegistry","l":"registerQueryEngine(String, QueryEngine)","u":"registerQueryEngine(java.lang.String,com.tangosol.coherence.rest.query.QueryEngine)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerQueryMBeans(String, String, String, Registry)","u":"registerQueryMBeans(java.lang.String,java.lang.String,java.lang.String,com.tangosol.net.management.Registry)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.ReferenceLibrary","l":"registerReference(Object)","u":"registerReference(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerRemove()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerRemove()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerRemove()"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerRemoveCompleted(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerRemoveCompleted(long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerRemoveCompleted(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"registerRemoves(long, long)","u":"registerRemoves(long,long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheStatistics","l":"registerRemoves(long, long)","u":"registerRemoves(long,long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"registerRemoves(long, long)","u":"registerRemoves(long,long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"registerResource(Class, Builder, RegistrationBehavior, ResourceRegistry.ResourceLifecycleObserver)","u":"registerResource(java.lang.Class,com.tangosol.util.Builder,com.tangosol.util.RegistrationBehavior,com.tangosol.util.ResourceRegistry.ResourceLifecycleObserver)"},{"p":"com.tangosol.util","c":"ResourceRegistry","l":"registerResource(Class, Builder, RegistrationBehavior, ResourceRegistry.ResourceLifecycleObserver)","u":"registerResource(java.lang.Class,com.tangosol.util.Builder,com.tangosol.util.RegistrationBehavior,com.tangosol.util.ResourceRegistry.ResourceLifecycleObserver)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"registerResource(Class, Builder, RegistrationBehavior, ResourceRegistry.ResourceLifecycleObserver)","u":"registerResource(java.lang.Class,com.tangosol.util.Builder,com.tangosol.util.RegistrationBehavior,com.tangosol.util.ResourceRegistry.ResourceLifecycleObserver)"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"registerResource(Class, R)","u":"registerResource(java.lang.Class,R)"},{"p":"com.tangosol.util","c":"ResourceRegistry","l":"registerResource(Class, R)","u":"registerResource(java.lang.Class,R)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"registerResource(Class, R)","u":"registerResource(java.lang.Class,R)"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"registerResource(Class, String, Builder, RegistrationBehavior, ResourceRegistry.ResourceLifecycleObserver)","u":"registerResource(java.lang.Class,java.lang.String,com.tangosol.util.Builder,com.tangosol.util.RegistrationBehavior,com.tangosol.util.ResourceRegistry.ResourceLifecycleObserver)"},{"p":"com.tangosol.util","c":"ResourceRegistry","l":"registerResource(Class, String, Builder, RegistrationBehavior, ResourceRegistry.ResourceLifecycleObserver)","u":"registerResource(java.lang.Class,java.lang.String,com.tangosol.util.Builder,com.tangosol.util.RegistrationBehavior,com.tangosol.util.ResourceRegistry.ResourceLifecycleObserver)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"registerResource(Class, String, Builder, RegistrationBehavior, ResourceRegistry.ResourceLifecycleObserver)","u":"registerResource(java.lang.Class,java.lang.String,com.tangosol.util.Builder,com.tangosol.util.RegistrationBehavior,com.tangosol.util.ResourceRegistry.ResourceLifecycleObserver)"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"registerResource(Class, String, R)","u":"registerResource(java.lang.Class,java.lang.String,R)"},{"p":"com.tangosol.util","c":"ResourceRegistry","l":"registerResource(Class, String, R)","u":"registerResource(java.lang.Class,java.lang.String,R)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"registerResource(Class, String, R)","u":"registerResource(java.lang.Class,java.lang.String,R)"},{"p":"com.tangosol.net","c":"Cluster","l":"registerResource(String, Disposable)","u":"registerResource(java.lang.String,com.oracle.coherence.common.base.Disposable)"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"registerResourceFilterFactories()"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"registerResources(ResourceRegistry)","u":"registerResources(com.tangosol.util.ResourceRegistry)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"registerResources(ResourceRegistry)","u":"registerResources(com.tangosol.util.ResourceRegistry)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"registerResources(ResourceRegistry, RegistrationBehavior)","u":"registerResources(com.tangosol.util.ResourceRegistry,com.tangosol.util.RegistrationBehavior)"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"registerRootResource()"},{"p":"com.tangosol.coherence.rest.server","c":"PassThroughResourceConfig","l":"registerRootResource()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"registerServiceListener()"},{"p":"com.tangosol.net","c":"ServiceMonitor","l":"registerServices(Map)","u":"registerServices(java.util.Map)"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"registerServices(Map)","u":"registerServices(java.util.Map)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerSubscriberGroupMBean(PagedTopicService, PagedTopicSubscription)","u":"registerSubscriberGroupMBean(com.tangosol.net.PagedTopicService,com.tangosol.internal.net.topic.impl.paged.model.PagedTopicSubscription)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerSubscriberMBean(PagedTopicSubscriber)","u":"registerSubscriberMBean(com.tangosol.internal.net.topic.impl.paged.PagedTopicSubscriber)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"registerTrigger(PersistentStore, long, Binary, Object)","u":"registerTrigger(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"registerUserType(int, Class, PofSerializer)","u":"registerUserType(int,java.lang.Class,com.tangosol.io.pof.PofSerializer)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerViewMBean(CacheService, ContinuousQueryCache)","u":"registerViewMBean(com.tangosol.net.CacheService,com.tangosol.net.cache.ContinuousQueryCache)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"registerViewMBean(ContinuousQueryCache)","u":"registerViewMBean(com.tangosol.net.cache.ContinuousQueryCache)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryKey","l":"RegistryKey(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryKey","l":"RegistryKey(Class, String)","u":"%3Cinit%3E(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryKey","l":"RegistryKey(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryKey","l":"RegistryKey(Class, String)","u":"%3Cinit%3E(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry.RegistryValue","l":"RegistryValue(Object, ResourceRegistry.ResourceLifecycleObserver)","u":"%3Cinit%3E(java.lang.Object,com.tangosol.util.ResourceRegistry.ResourceLifecycleObserver)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry.RegistryValue","l":"RegistryValue(ParameterizedBuilder)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"rehash(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"rehashAll()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"rehashBegin()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"rehashComplete()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"rehashNext()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"reject(Throwable)","u":"reject(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"reject(Throwable)","u":"reject(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"reject(Throwable)","u":"reject(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"reject(Throwable)","u":"reject(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider","l":"reject(Throwable)","u":"reject(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"SocketAddressProvider","l":"reject(Throwable)","u":"reject(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"NullImplementation.NullAddressProvider","l":"reject(Throwable)","u":"reject(java.lang.Throwable)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"rejectChange()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResultStatus","l":"Rejected"},{"p":"com.tangosol.net","c":"LoadBalancer.ResponseHandler","l":"relayResponse(Socket, Socket)","u":"relayResponse(java.net.Socket,java.net.Socket)"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"release()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"release()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"release()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"release()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"release()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"release()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"release()"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"release()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"release()"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"release()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"release()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"release()"},{"p":"com.tangosol.net","c":"Releasable","l":"release()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"release()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"release()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"release()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"release()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"release()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"release()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"release()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"release()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"release()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"release(BinaryStore)","u":"release(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"release(BinaryStore)","u":"release(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"release(boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"release(CacheLoader)","u":"release(com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"release(CacheLoader)","u":"release(com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCachingProvider","l":"release(ClassLoader, URI)","u":"release(java.lang.ClassLoader,java.net.URI)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"release(ConfigurableCacheFactory)","u":"release(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"release(ConfigurableCacheFactory)","u":"release(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"release(ConfigurableCacheFactory)","u":"release(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"release(int)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"release(int)"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"release(int)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"release(Map, Map)","u":"release(java.util.Map,java.util.Map)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"release(Map, Map)","u":"release(java.util.Map,java.util.Map)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.Allocator","l":"release(WriteBuffer)","u":"release(com.tangosol.io.WriteBuffer)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.WriteBufferPool","l":"release(WriteBuffer)","u":"release(com.tangosol.io.WriteBuffer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.Stats","l":"release(WriteBuffer)","u":"release(com.tangosol.io.WriteBuffer)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"releaseAll(ClassLoader)","u":"releaseAll(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"releaseAll(ClassLoader)","u":"releaseAll(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"releaseAll(ClassLoader)","u":"releaseAll(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"AbstractBackingMapManager","l":"releaseBackingMap(String, Map)","u":"releaseBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"BackingMapManager","l":"releaseBackingMap(String, Map)","u":"releaseBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"releaseBackingMap(String, Map)","u":"releaseBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.PartitionedBackingMapManager","l":"releaseBackingMap(String, Map)","u":"releaseBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"releaseBackingMap(String, Map)","u":"releaseBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager","l":"releaseBackingMap(String, Map)","u":"releaseBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"releaseBackupMap(String, Map, Map)","u":"releaseBackupMap(java.lang.String,java.util.Map,java.util.Map)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"releaseBuffer(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"releaseBuffers()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"releaseCache(NamedCache)","u":"releaseCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"CacheService","l":"releaseCache(NamedCache)","u":"releaseCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"releaseCache(NamedCache)","u":"releaseCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"releaseCache(NamedCache)","u":"releaseCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"releaseCache(NamedCache)","u":"releaseCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"releaseCache(NamedCache, boolean)","u":"releaseCache(com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"releaseCache(NamedCache, boolean)","u":"releaseCache(com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"releaseCache(NamedCache)","u":"releaseCache(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"releaseCache(String)","u":"releaseCache(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"releaseClosedStatus(Object)","u":"releaseClosedStatus(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"releaseIndexMap()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"releaseInternal()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"releaseIterator(Iterator)","u":"releaseIterator(java.util.Iterator)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"releaseListeners()"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"releaseSession(Session)","u":"releaseSession(com.tangosol.net.Session)"},{"p":"com.tangosol.net","c":"SessionProvider","l":"releaseSession(Session)","u":"releaseSession(com.tangosol.net.Session)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler.Bundle","l":"releaseThread()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"releaseThread()"},{"p":"com.tangosol.net.cache","c":"AbstractEntryBundler.Bundle","l":"releaseThread()"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler.Bundle","l":"releaseThread()"},{"p":"com.tangosol.net","c":"TopicService","l":"releaseTopic(NamedTopic)","u":"releaseTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net","c":"ConfigurableCacheFactory","l":"releaseTopic(NamedTopic)","u":"releaseTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"releaseTopic(NamedTopic)","u":"releaseTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"releaseTopic(NamedTopic)","u":"releaseTopic(com.tangosol.net.topic.NamedTopic)"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"remainingTimeoutMillis()"},{"p":"com.tangosol.util.function","c":"Remote","l":"Remote()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"RemoteAtomicBoolean(NamedMap, String)","u":"%3Cinit%3E(com.tangosol.net.NamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicBoolean(String)","u":"remoteAtomicBoolean(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicBoolean(String, boolean)","u":"remoteAtomicBoolean(java.lang.String,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"RemoteAtomicInteger(NamedMap, String)","u":"%3Cinit%3E(com.tangosol.net.NamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicInteger(String)","u":"remoteAtomicInteger(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicInteger(String, int)","u":"remoteAtomicInteger(java.lang.String,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicLong(String)","u":"remoteAtomicLong(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicLong(String, long)","u":"remoteAtomicLong(java.lang.String,long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"RemoteAtomicMarkableReference(NamedMap>, String)","u":"%3Cinit%3E(com.tangosol.net.NamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicMarkableReference(String)","u":"remoteAtomicMarkableReference(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicMarkableReference(String, V, boolean)","u":"remoteAtomicMarkableReference(java.lang.String,V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"RemoteAtomicReference(NamedMap>, String)","u":"%3Cinit%3E(com.tangosol.net.NamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicReference(String)","u":"remoteAtomicReference(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicReference(String, V)","u":"remoteAtomicReference(java.lang.String,V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"RemoteAtomicStampedReference(NamedMap>, String)","u":"%3Cinit%3E(com.tangosol.net.NamedMap,java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicStampedReference(String)","u":"remoteAtomicStampedReference(java.lang.String)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"remoteAtomicStampedReference(String, V, int)","u":"remoteAtomicStampedReference(java.lang.String,V,int)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"RemoteCache(CoherenceBasedCacheManager, String, RemoteCacheConfiguration)","u":"%3Cinit%3E(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,java.lang.String,com.tangosol.coherence.jcache.remotecache.RemoteCacheConfiguration)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCacheConfiguration","l":"RemoteCacheConfiguration()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCacheConfiguration","l":"RemoteCacheConfiguration(CompleteConfiguration)","u":"%3Cinit%3E(javax.cache.configuration.CompleteConfiguration)"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteCacheScheme","l":"RemoteCacheScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"RemoteCollectors()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent","c":"Latches","l":"remoteCountDownLatch(String, int)","u":"remoteCountDownLatch(java.lang.String,int)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"RemoteCountDownLatch(String, int, NamedMap)","u":"%3Cinit%3E(java.lang.String,int,com.tangosol.net.NamedMap)"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteInvocationScheme","l":"RemoteInvocationScheme()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"remoteLock(String)","u":"remoteLock(java.lang.String)"},{"p":"com.tangosol.net.proxy","c":"RemoteMember","l":"RemoteMember(InetAddress, int)","u":"%3Cinit%3E(java.net.InetAddress,int)"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"remoteReadWriteLock(String)","u":"remoteReadWriteLock(java.lang.String)"},{"p":"com.oracle.coherence.concurrent","c":"Semaphores","l":"remoteSemaphore(String, int)","u":"remoteSemaphore(java.lang.String,int)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"RemoteSemaphore(String, int, NamedMap)","u":"%3Cinit%3E(java.lang.String,int,com.tangosol.net.NamedMap)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"REMOVE_ARCHIVED_SNAPSHOT_BEGIN"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"REMOVE_ARCHIVED_SNAPSHOT_END"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"REMOVE_SNAPSHOT_BEGIN"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"REMOVE_SNAPSHOT_END"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term.TermIterator","l":"remove()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEventFilteringIterator","l":"remove()"},{"p":"com.tangosol.coherence.jcache.common","c":"MapEntryIteratorToCacheEntryIteratorAdapter","l":"remove()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache.EntryIterator","l":"remove()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache.EntryIterator","l":"remove()"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"remove()"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"remove()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"remove()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"remove()"},{"p":"com.tangosol.net","c":"LoadBalancer.Queue","l":"remove()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"remove()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.EntrySet.EntrySetIterator","l":"remove()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"remove()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.EntrySetIterator","l":"remove()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection.ValuesIterator","l":"remove()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"remove()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"remove()"},{"p":"com.tangosol.util","c":"ChainedEnumerator","l":"remove()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet.ConverterIterator","l":"remove()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEnumerator","l":"remove()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"remove()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"remove()"},{"p":"com.tangosol.util","c":"DeltaSet.DeltaIterator","l":"remove()"},{"p":"com.tangosol.util","c":"Dequeue","l":"remove()"},{"p":"com.tangosol.util","c":"EnumerationIterator","l":"remove()"},{"p":"com.tangosol.util","c":"FilterEnumerator","l":"remove()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"remove()"},{"p":"com.tangosol.util","c":"IteratorEnumerator","l":"remove()"},{"p":"com.tangosol.util","c":"LongArray.Iterator","l":"remove()"},{"p":"com.tangosol.util","c":"NullImplementation.NullEnumerator","l":"remove()"},{"p":"com.tangosol.util","c":"PagedIterator","l":"remove()"},{"p":"com.tangosol.util","c":"Processors","l":"remove()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"remove()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"remove()"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"remove()"},{"p":"com.tangosol.util","c":"SimpleLongArray.Iterator","l":"remove()"},{"p":"com.tangosol.util","c":"Streamer","l":"remove()"},{"p":"com.tangosol.util","c":"SubSet.SubSetIterator","l":"remove()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"remove()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"remove()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"remove(AbstractSparseArray.Node)","u":"remove(com.tangosol.util.AbstractSparseArray.Node)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"remove(boolean)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"remove(boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"remove(boolean)"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"remove(boolean)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"remove(boolean)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"remove(boolean)"},{"p":"com.tangosol.util","c":"Processors","l":"remove(boolean)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"remove(boolean)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"remove(CacheRequestHolder)","u":"remove(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.util","c":"Tree","l":"remove(Comparable)","u":"remove(java.lang.Comparable)"},{"p":"com.tangosol.util","c":"Listeners","l":"remove(EventListener)","u":"remove(java.util.EventListener)"},{"p":"com.tangosol.util","c":"Processors","l":"remove(Filter)","u":"remove(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"Processors","l":"remove(Filter, boolean)","u":"remove(com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"remove(Guardable)","u":"remove(com.tangosol.net.Guardable)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"remove(int)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"remove(int)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"remove(int)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"remove(int)"},{"p":"com.tangosol.util","c":"InflatableList","l":"remove(int)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"remove(int)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"remove(int)"},{"p":"com.tangosol.util","c":"SubList","l":"remove(int)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"remove(int)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"remove(K)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"remove(K)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"remove(K)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"remove(K)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"remove(K)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"remove(K, V)","u":"remove(K,V)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"remove(K, V)","u":"remove(K,V)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"remove(K, V)","u":"remove(K,V)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"remove(K, V)","u":"remove(K,V)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"remove(K, V)","u":"remove(K,V)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"remove(long)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"remove(long)"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.tangosol.util","c":"LongArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"remove(long, long)","u":"remove(long,long)"},{"p":"com.oracle.coherence.mp.metrics","c":"CdiMetricsRegistryAdapter","l":"remove(MBeanMetric.Identifier)","u":"remove(com.tangosol.net.metrics.MBeanMetric.Identifier)"},{"p":"com.oracle.coherence.mp.metrics","c":"MpMetricsRegistryAdapter","l":"remove(MBeanMetric.Identifier)","u":"remove(com.tangosol.net.metrics.MBeanMetric.Identifier)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.EntrySet.EntrySetIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet.InternalKeySetIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EvictingBackupMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.AddressIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"AbstractPartitionedIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionedIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.PartitionedIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.KeySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.KeyIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.EntrySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.KeySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"DeltaSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"LiteSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"MapSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"PagedIterator.Advancer","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet.EntrySetIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet.EntrySetIterator","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SetMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SortedBag","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SubList","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"SubSet","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"remove(Object, Object)","u":"remove(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"remove(PartitionSet)","u":"remove(com.tangosol.net.partition.PartitionSet)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"remove(RemoveRequest)","u":"remove(com.oracle.coherence.grpc.RemoveRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"remove(RemoveRequest)","u":"remove(com.oracle.coherence.grpc.RemoveRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"remove(RemoveRequest, StreamObserver)","u":"remove(com.oracle.coherence.grpc.RemoveRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SnapshotArchiver","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"com.tangosol.util","c":"StringTable","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"remove(String, String, String, ByteString)","u":"remove(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"remove(String, String, String, ByteString, ByteString)","u":"remove(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"remove(T)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"remove(T)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"remove(T, boolean)","u":"remove(T,boolean)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"remove(T, boolean)","u":"remove(T,boolean)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.RemoveAction","l":"RemoveAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.RemoveAction","l":"RemoveAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"removeAll()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"removeAll()"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"removeAll()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"removeAll()"},{"p":"com.tangosol.util","c":"Listeners","l":"removeAll()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.KeySet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.KeySet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"MapSet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"LiteSet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubList","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubSet","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAll(Collection, boolean)","u":"removeAll(java.util.Collection,boolean)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAll(Collection, boolean)","u":"removeAll(java.util.Collection,boolean)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAll(Filter)","u":"removeAll(com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAll(Filter)","u":"removeAll(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"removeAll(Filter)","u":"removeAll(com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAll(Filter, boolean)","u":"removeAll(com.tangosol.util.Filter,boolean)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAll(Filter, boolean)","u":"removeAll(com.tangosol.util.Filter,boolean)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"removeAll(Set)","u":"removeAll(java.util.Set)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"removeAll(Set)","u":"removeAll(java.util.Set)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"removeAll(Set)","u":"removeAll(java.util.Set)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"removeAll(Set)","u":"removeAll(java.util.Set)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAll(Stream)","u":"removeAll(java.util.stream.Stream)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAll(Stream)","u":"removeAll(java.util.stream.Stream)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAll(Stream, boolean)","u":"removeAll(java.util.stream.Stream,boolean)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAll(Stream, boolean)","u":"removeAll(java.util.stream.Stream,boolean)"},{"p":"com.tangosol.util","c":"StringTable","l":"removeAll(StringTable)","u":"removeAll(com.tangosol.util.StringTable)"},{"p":"com.tangosol.util","c":"Tree","l":"removeAll(Tree)","u":"removeAll(com.tangosol.util.Tree)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAllById(Collection)","u":"removeAllById(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAllById(Collection)","u":"removeAllById(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeAllById(Collection, boolean)","u":"removeAllById(java.util.Collection,boolean)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeAllById(Collection, boolean)","u":"removeAllById(java.util.Collection,boolean)"},{"p":"com.tangosol.util","c":"Dequeue","l":"removeAllElements()"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"removeArchivedSnapshot(String)","u":"removeArchivedSnapshot(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CacheStoreMap.ReadWriteMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"removeBlind(Object)","u":"removeBlind(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.RemoveBundler","l":"RemoveBundler()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeById(ID)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeById(ID)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"removeById(ID, boolean)","u":"removeById(ID,boolean)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"removeById(ID, boolean)","u":"removeById(ID,boolean)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"removeCacheToConfigurationMapping(JCacheIdentifier)","u":"removeCacheToConfigurationMapping(com.tangosol.coherence.jcache.common.JCacheIdentifier)"},{"p":"com.oracle.coherence.concurrent","c":"Latches","l":"removeCountDownLatch(String)","u":"removeCountDownLatch(java.lang.String)"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent.Type","l":"REMOVED"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"REMOVED"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"REMOVED"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"REMOVED"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"removeElement(XmlElement, String)","u":"removeElement(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"removeEmptyElements(XmlElement)","u":"removeEmptyElements(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"removeEntryInternal(SafeHashMap.Entry)","u":"removeEntryInternal(com.tangosol.util.SafeHashMap.Entry)"},{"p":"com.tangosol.util.filter","c":"GreaterEqualsFilter","l":"removeEqualKeys(SortedMap>, Set)","u":"removeEqualKeys(java.util.SortedMap,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"removeEqualKeys(SortedMap>, Set)","u":"removeEqualKeys(java.util.SortedMap,java.util.Set)"},{"p":"com.tangosol.net.events","c":"EventDispatcher","l":"removeEventInterceptor(EventInterceptor)","u":"removeEventInterceptor(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.events","c":"EventDispatcher","l":"removeEventInterceptor(String)","u":"removeEventInterceptor(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"removeEvicted(LocalCache.Entry)","u":"removeEvicted(com.tangosol.net.cache.LocalCache.Entry)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"removeExpired(LocalCache.Entry, boolean)","u":"removeExpired(com.tangosol.net.cache.LocalCache.Entry,boolean)"},{"p":"com.tangosol.io","c":"FileHelper","l":"removeExtension(String)","u":"removeExtension(java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"removeFilterMapListener(String, String, String, ByteString, long, boolean, boolean, ByteString)","u":"removeFilterMapListener(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,long,boolean,boolean,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"removeFirst()"},{"p":"com.tangosol.util","c":"SortedBag","l":"removeFirst()"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"removeForwardEntry(Object)","u":"removeForwardEntry(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"removeForwardEntry(Object)","u":"removeForwardEntry(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"removeFromWriteQueue(Object)","u":"removeFromWriteQueue(java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"removeFunction(String)","u":"removeFunction(java.lang.String)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"removeIf(Predicate)","u":"removeIf(java.util.function.Predicate)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"removeIfExpired(LocalCache.Entry)","u":"removeIfExpired(com.tangosol.net.cache.LocalCache.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"removeImmediate()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"removeIndex(CacheRequestHolder)","u":"removeIndex(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"removeIndex(RemoveIndexRequest)","u":"removeIndex(com.oracle.coherence.grpc.RemoveIndexRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"removeIndex(RemoveIndexRequest)","u":"removeIndex(com.oracle.coherence.grpc.RemoveIndexRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"removeIndex(RemoveIndexRequest, StreamObserver)","u":"removeIndex(com.oracle.coherence.grpc.RemoveIndexRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"removeIndex(String, String, String, ByteString)","u":"removeIndex(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"removeIndex(ValueExtractor, ObservableMap, Map)","u":"removeIndex(com.tangosol.util.ValueExtractor,com.tangosol.util.ObservableMap,java.util.Map)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"removeIndex(ValueExtractor)","u":"removeIndex(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"removeIndex(ValueExtractor)","u":"removeIndex(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"removeIndex(ValueExtractor)","u":"removeIndex(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"removeIndex(ValueExtractor)","u":"removeIndex(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterQueryMap","l":"removeIndex(ValueExtractor)","u":"removeIndex(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"QueryMap","l":"removeIndex(ValueExtractor)","u":"removeIndex(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"Coherence","l":"removeInstance(String)","u":"removeInstance(java.lang.String)"},{"p":"com.tangosol.net","c":"Coherence","l":"removeInstance(String, ClassLoader)","u":"removeInstance(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"removeIntDecoration(Binary)","u":"removeIntDecoration(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"removeIntDecoration(ReadBuffer)","u":"removeIntDecoration(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"removeInternal(Object, boolean)","u":"removeInternal(java.lang.Object,boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"removeInternal(Object, boolean, boolean)","u":"removeInternal(java.lang.Object,boolean,boolean)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"removeInternal(Object, SegmentedHashMap.EntryAction, Object)","u":"removeInternal(java.lang.Object,com.tangosol.util.SegmentedHashMap.EntryAction,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"removeInternal(String)","u":"removeInternal(java.lang.String)"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"removeInternal(String)","u":"removeInternal(java.lang.String)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"removeInternalValueDecoration(Object, int)","u":"removeInternalValueDecoration(java.lang.Object,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"removeInternalValueDecoration(Object, int)","u":"removeInternalValueDecoration(java.lang.Object,int)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"removeInverseMapping(Map, Object, Object)","u":"removeInverseMapping(java.util.Map,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"removeInverseMapping(Object, Object)","u":"removeInverseMapping(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"removeInverseMapping(Object, Object, Collection)","u":"removeInverseMapping(java.lang.Object,java.lang.Object,java.util.Collection)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"removeKeyHolder()"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"removeKeyMapListener(String, String, String, ByteString, boolean, ByteString)","u":"removeKeyMapListener(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,boolean,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"SortedBag","l":"removeLast()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"removeLifecycleListener(LifecycleListener)","u":"removeLifecycleListener(com.tangosol.application.LifecycleListener)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.RemoveListener","l":"RemoveListener()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"removeListener(AbstractRepositoryBase.Listener)","u":"removeListener(com.oracle.coherence.repository.AbstractRepositoryBase.Listener)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"removeListener(Filter, AbstractRepositoryBase.Listener)","u":"removeListener(com.tangosol.util.Filter,com.oracle.coherence.repository.AbstractRepositoryBase.Listener)"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"removeListener(FiniteStateMachineListener)","u":"removeListener(com.tangosol.util.fsm.FiniteStateMachineListener)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"removeListener(FiniteStateMachineListener)","u":"removeListener(com.tangosol.util.fsm.FiniteStateMachineListener)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepositoryBase","l":"removeListener(ID, AbstractRepositoryBase.Listener)","u":"removeListener(ID,com.oracle.coherence.repository.AbstractRepositoryBase.Listener)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeListener(MapListener, Filter)","u":"removeListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeListener(MapListener, Object)","u":"removeListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeListener(MapListener, Set)","u":"removeListener(com.tangosol.util.MapListener,java.util.Set)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeListenerState(Map, Object, MapListener)","u":"removeListenerState(java.util.Map,java.lang.Object,com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeListenerWithCheck(MapListener, Filter)","u":"removeListenerWithCheck(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeListenerWithCheck(MapListener, Object)","u":"removeListenerWithCheck(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeListenerWithCheck(MapListener, Set)","u":"removeListenerWithCheck(com.tangosol.util.MapListener,java.util.Set)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MapArray","l":"removeMap(int)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"removeMapListener(MapListener, Object)","u":"removeMapListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"AbstractSerializationCache","l":"removeMapListener(MapListener, Object)","u":"removeMapListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"removeMapListener(MapListener, Object)","u":"removeMapListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"removeMapListener(MapListener, Object)","u":"removeMapListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"removeMapListener(MapListener, Object)","u":"removeMapListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"removeMapListener(MapListener, Object)","u":"removeMapListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullObservableMap","l":"removeMapListener(MapListener, Object)","u":"removeMapListener(com.tangosol.util.MapListener,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"removeMapListener(MapListener, K)","u":"removeMapListener(com.tangosol.util.MapListener,K)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ObservableMap","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"ObservableMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"removeMapListener(MapListener, K)","u":"removeMapListener(com.tangosol.util.MapListener,K)"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"removeMapListener(MapListener, K)","u":"removeMapListener(com.tangosol.util.MapListener,K)"},{"p":"com.tangosol.util","c":"ObservableMap","l":"removeMapListener(MapListener, K)","u":"removeMapListener(com.tangosol.util.MapListener,K)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"removeMapListener(MapListener, K)","u":"removeMapListener(com.tangosol.util.MapListener,K)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"removeMapListener(MapListener)","u":"removeMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"removeMapListener(MapListener, Filter)","u":"removeMapListener(com.tangosol.util.MapListener,com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterObservableMap","l":"removeMapListener(MapListener, TK)","u":"removeMapListener(com.tangosol.util.MapListener,TK)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"removeMapping(CacheRequestHolder)","u":"removeMapping(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"removeMapping(RemoveMappingRequest)","u":"removeMapping(com.oracle.coherence.grpc.RemoveMappingRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"removeMapping(RemoveMappingRequest)","u":"removeMapping(com.oracle.coherence.grpc.RemoveMappingRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"removeMapping(RemoveMappingRequest, StreamObserver)","u":"removeMapping(com.oracle.coherence.grpc.RemoveMappingRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net","c":"Service","l":"removeMemberListener(MemberListener)","u":"removeMemberListener(com.tangosol.net.MemberListener)"},{"p":"com.tangosol.net","c":"WrapperService","l":"removeMemberListener(MemberListener)","u":"removeMemberListener(com.tangosol.net.MemberListener)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"removeNext(int)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean.SilentEmitter","l":"removeNotificationListener(NotificationListener)","u":"removeNotificationListener(javax.management.NotificationListener)"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean.SilentEmitter","l":"removeNotificationListener(NotificationListener, NotificationFilter, Object)","u":"removeNotificationListener(javax.management.NotificationListener,javax.management.NotificationFilter,java.lang.Object)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"removeNotificationListener(String, NotificationListener)","u":"removeNotificationListener(java.lang.String,javax.management.NotificationListener)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"removeNotificationListener(String, NotificationListener)","u":"removeNotificationListener(java.lang.String,javax.management.NotificationListener)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"removeNotificationListener(String, NotificationListener, NotificationFilter, Object)","u":"removeNotificationListener(java.lang.String,javax.management.NotificationListener,javax.management.NotificationFilter,java.lang.Object)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"removeNotificationListener(String, NotificationListener, NotificationFilter, Object)","u":"removeNotificationListener(java.lang.String,javax.management.NotificationListener,javax.management.NotificationFilter,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"removeNoWait()"},{"p":"com.tangosol.net","c":"LoadBalancer.Queue","l":"removeNoWait()"},{"p":"com.tangosol.net","c":"PartitionedService","l":"removePartitionListener(PartitionListener)","u":"removePartitionListener(com.tangosol.net.partition.PartitionListener)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"removePrimitive(long)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"removeRange(int, int)","u":"removeRange(int,int)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"removeSafeListener(Map, Object, MapListener)","u":"removeSafeListener(java.util.Map,java.lang.Object,com.tangosol.util.MapListener)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"removeScope(String)","u":"removeScope(java.lang.String)"},{"p":"com.tangosol.net","c":"WrapperService","l":"removeServiceListener(ServiceListener)","u":"removeServiceListener(com.tangosol.util.ServiceListener)"},{"p":"com.tangosol.util","c":"Service","l":"removeServiceListener(ServiceListener)","u":"removeServiceListener(com.tangosol.util.ServiceListener)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"removeSnapshot(String)","u":"removeSnapshot(java.lang.String)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"removeSnapshot(String)","u":"removeSnapshot(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"removeSnapshot(String)","u":"removeSnapshot(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceEnvironment","l":"removeSnapshot(String)","u":"removeSnapshot(java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"removeSnapshotInternal(File, String)","u":"removeSnapshotInternal(java.io.File,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder.RemoveSnapshotStatement","l":"RemoveSnapshotStatement(String, String, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RemoveSnapshotStatementBuilder","l":"RemoveSnapshotStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"removeStatementBuilder(String)","u":"removeStatementBuilder(java.lang.String)"},{"p":"com.tangosol.net","c":"PagedTopicService","l":"removeSubscriptionListener(PagedTopicSubscription.Listener)","u":"removeSubscriptionListener(com.tangosol.internal.net.topic.impl.paged.model.PagedTopicSubscription.Listener)"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"REMOVING"},{"p":"com.tangosol.util.fsm","c":"Render","l":"Render()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"repl()"},{"p":"com.tangosol.util","c":"RegistrationBehavior","l":"REPLACE"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"replace(AbstractSparseArray.Node, AbstractSparseArray.Node)","u":"replace(com.tangosol.util.AbstractSparseArray.Node,com.tangosol.util.AbstractSparseArray.Node)"},{"p":"com.tangosol.util","c":"Binary","l":"replace(Binary, Binary)","u":"replace(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"Binary","l":"replace(byte, byte)","u":"replace(byte,byte)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"replace(CacheRequestHolder)","u":"replace(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"replace(K, V)","u":"replace(K,V)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"replace(K, V, V)","u":"replace(K,V,V)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"replace(Object)","u":"replace(java.lang.Object)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"replace(Object, Object)","u":"replace(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"replace(Object, Object)","u":"replace(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"replace(Object, Object)","u":"replace(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"replace(Object, Object)","u":"replace(java.lang.Object,java.lang.Object)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"replace(Object, Object, Object)","u":"replace(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"replace(Object, Object, Object)","u":"replace(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"replace(Object, Object, Object)","u":"replace(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"replace(Object, Object, Object)","u":"replace(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"replace(ReadWriteBackingMap.Entry)","u":"replace(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"replace(ReplaceRequest)","u":"replace(com.oracle.coherence.grpc.ReplaceRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"replace(ReplaceRequest)","u":"replace(com.oracle.coherence.grpc.ReplaceRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"replace(ReplaceRequest, StreamObserver)","u":"replace(com.oracle.coherence.grpc.ReplaceRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"replace(String, String, String)","u":"replace(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"replace(String, String, String)","u":"replace(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"replace(String, String, String, ByteString, ByteString)","u":"replace(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"replace(String, String, String, ByteString, ByteString, ByteString)","u":"replace(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"replace(TK, TV)","u":"replace(TK,TV)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"replace(TK, TV)","u":"replace(TK,TV)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterInvocableMap","l":"replace(TK, TV, TV)","u":"replace(TK,TV,TV)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"replace(TK, TV, TV)","u":"replace(TK,TV,TV)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"replaceAll(BiFunction)","u":"replaceAll(java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"replaceAll(BiFunction)","u":"replaceAll(java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"replaceAll(BiFunction)","u":"replaceAll(java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"replaceAll(BiFunction)","u":"replaceAll(java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"replaceAll(BiFunction)","u":"replaceAll(java.util.function.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"replaceAll(BiFunction)","u":"replaceAll(java.util.function.BiFunction)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"replaceAll(Collection, Remote.BiFunction)","u":"replaceAll(java.util.Collection,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"replaceAll(Collection, Remote.BiFunction)","u":"replaceAll(java.util.Collection,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"replaceAll(Filter, Remote.BiFunction)","u":"replaceAll(com.tangosol.util.Filter,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"replaceAll(Filter, Remote.BiFunction)","u":"replaceAll(com.tangosol.util.Filter,com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"replaceAll(Remote.BiFunction)","u":"replaceAll(com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"replaceAll(Remote.BiFunction)","u":"replaceAll(com.tangosol.util.function.Remote.BiFunction)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"replaceAll(UnaryOperator)","u":"replaceAll(java.util.function.UnaryOperator)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.CacheInfo","l":"replaceAttributes(XmlElement)","u":"replaceAttributes(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"replaceDateMacros(String)","u":"replaceDateMacros(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"replaceElement(XmlElement, XmlElement)","u":"replaceElement(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"replaceMapping(CacheRequestHolder)","u":"replaceMapping(com.oracle.coherence.grpc.CacheRequestHolder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"replaceMapping(ReplaceMappingRequest)","u":"replaceMapping(com.oracle.coherence.grpc.ReplaceMappingRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"replaceMapping(ReplaceMappingRequest)","u":"replaceMapping(com.oracle.coherence.grpc.ReplaceMappingRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"replaceMapping(ReplaceMappingRequest, StreamObserver)","u":"replaceMapping(com.oracle.coherence.grpc.ReplaceMappingRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.util","c":"Binary","l":"replaceRegion(int, int, Binary)","u":"replaceRegion(int,int,com.tangosol.util.Binary)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"replaceSystemProperties(XmlElement, String)","u":"replaceSystemProperties(com.tangosol.run.xml.XmlElement,java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReplicatedScheme","l":"ReplicatedScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"report(QueryRecord)","u":"report(com.tangosol.util.QueryRecord)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"report(String)","u":"report(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"report(String, int, String, Throwable, String)","u":"report(java.lang.String,int,java.lang.String,java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"reportConversionError(XmlValue, String, String, RuntimeException)","u":"reportConversionError(com.tangosol.run.xml.XmlValue,java.lang.String,java.lang.String,java.lang.RuntimeException)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"reportDisallowedAction(int, List)","u":"reportDisallowedAction(int,java.util.List)"},{"p":"com.tangosol.net.management","c":"Registry","l":"REPORTER_TYPE"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"reportFooter(List)","u":"reportFooter(java.util.List)"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"reportFooterItem(int, String)","u":"reportFooterItem(int,java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"reportIncompatibleSerializers(NamedCache, String, Serializer)","u":"reportIncompatibleSerializers(com.tangosol.net.NamedCache,java.lang.String,com.tangosol.io.Serializer)"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"reportIndexLookupRecord(int, QueryRecord.PartialResult.IndexLookupRecord, List)","u":"reportIndexLookupRecord(int,com.tangosol.util.QueryRecord.PartialResult.IndexLookupRecord,java.util.List)"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"reportIndexLookUps(List, List)","u":"reportIndexLookUps(java.util.List,java.util.List)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"reportLastOwnership(PartitionSet, QuorumInfo)","u":"reportLastOwnership(com.tangosol.net.partition.PartitionSet,com.tangosol.net.internal.QuorumInfo)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"reportMissingPartition(Object, int)","u":"reportMissingPartition(java.lang.Object,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"reportOutOfMemory(int)"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"reportResult(QueryRecord.PartialResult, QueryRecorder.RecordType, List, boolean, List)","u":"reportResult(com.tangosol.util.QueryRecord.PartialResult,com.tangosol.util.aggregator.QueryRecorder.RecordType,java.util.List,boolean,java.util.List)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"reportScheduledDistributions(boolean)"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean","l":"reportScheduledDistributions(boolean)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"reportStarted()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"reportStarted(Collection)","u":"reportStarted(java.util.Collection)"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"reportStep(QueryRecord.PartialResult.Step, QueryRecorder.RecordType, List, int, List)","u":"reportStep(com.tangosol.util.QueryRecord.PartialResult.Step,com.tangosol.util.aggregator.QueryRecorder.RecordType,java.util.List,int,java.util.List)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"reportUnsupported(String)","u":"reportUnsupported(java.lang.String)"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"requestCapacity(int)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.EvictionPolicy","l":"requestEviction(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache.InternalEvictionPolicy","l":"requestEviction(int)"},{"p":"com.tangosol.net.cache","c":"SerializationCache.InternalEvictionPolicy","l":"requestEviction(int)"},{"p":"com.tangosol.net","c":"LoadBalancer.RequestHandler","l":"RequestHandler(LoadBalancer.Queue)","u":"%3Cinit%3E(com.tangosol.net.LoadBalancer.Queue)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"RequestHolder(Req, String, Serializer, Service, Executor)","u":"%3Cinit%3E(Req,java.lang.String,com.tangosol.io.Serializer,com.tangosol.net.Service,java.util.concurrent.Executor)"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"RequestIncompleteException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"RequestIncompleteException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"RequestIncompleteException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"RequestIncompleteException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.net","c":"RequestPolicyException","l":"RequestPolicyException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"RequestPolicyException","l":"RequestPolicyException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"RequestPolicyException","l":"RequestPolicyException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.net","c":"RequestPolicyException","l":"RequestPolicyException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"requestReservation()"},{"p":"com.tangosol.net","c":"RequestTimeoutException","l":"RequestTimeoutException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"RequestTimeoutException","l":"RequestTimeoutException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"RequestTimeoutException","l":"RequestTimeoutException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.net","c":"RequestTimeoutException","l":"RequestTimeoutException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"requeue(ReadWriteBackingMap.WriteQueue, int, ReadWriteBackingMap.Entry)","u":"requeue(com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue,int,com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"requiresDeepClone()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"RESERVED_META_EXTENTS"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"reset()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"reset()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"reset()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"reset()"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"reset()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"reset()"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"reset()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"reset()"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"reset()"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"reset()"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"reset()"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"reset()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"reset()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"reset()"},{"p":"com.tangosol.net","c":"DatagramPacketOutputStream","l":"reset()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"reset()"},{"p":"com.tangosol.net","c":"GuardSupport","l":"reset()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"reset()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"reset()"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"reset()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"reset()"},{"p":"com.tangosol.util","c":"SubSet","l":"reset()"},{"p":"com.tangosol.net","c":"PasswordProvider","l":"reset(char[]...)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"reset(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.IdentityHolder","l":"reset(PofBufferReader, int, Object)","u":"reset(com.tangosol.io.pof.PofBufferReader,int,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"resetCacheRefs()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"resetFrontMap()"},{"p":"com.tangosol.net.cache","c":"CacheStatistics","l":"resetHitStatistics()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"resetHitStatistics()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"resetHitStatistics()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"resetHitStatistics()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"resetInvalidationStrategy()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"resetRange(int, int)","u":"resetRange(int,int)"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"resetRange(int, int)","u":"resetRange(int,int)"},{"p":"com.tangosol.util","c":"SubSet","l":"resetState(Set, Set, boolean)","u":"resetState(java.util.Set,java.util.Set,boolean)"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"resetStatistics()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"resetStatistics()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"resetStatistics()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"resetStatistics()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"resetStatistics()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"resetStatistics()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"resetTokenString()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"resetTouchCount()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"resetTransients()"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"resizeArray(T[], int)","u":"resizeArray(T[],int)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"RESIZING"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"RESIZING"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"ResolvableParameterList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"ResolvableParameterList(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"ResolvableParameterList(ParameterList)","u":"%3Cinit%3E(com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.persistence","c":"GUIDHelper.GUIDResolver","l":"resolve()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"resolve()"},{"p":"com.tangosol.util","c":"SubSet","l":"resolve()"},{"p":"com.tangosol.net","c":"NameService.Resolvable","l":"resolve(NameService.RequestContext)","u":"resolve(com.tangosol.net.NameService.RequestContext)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener.FilterProducer","l":"resolve(Set)","u":"resolve(java.util.Set)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener.MapEventTransformerProducer","l":"resolve(Set)","u":"resolve(java.util.Set)"},{"p":"com.oracle.coherence.cdi","c":"FilterProducer","l":"resolve(Set)","u":"resolve(java.util.Set)"},{"p":"com.oracle.coherence.cdi","c":"MapEventTransformerProducer","l":"resolve(Set)","u":"resolve(java.util.Set)"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"NullParameterResolver","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ParameterResolver","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"PropertiesParameterResolver","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"SystemEnvironmentParameterResolver","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"SystemPropertyParameterResolver","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"com.tangosol.config.expression","c":"SystemPropertyParameterResolver","l":"resolve(String, Class)","u":"resolve(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"resolveAddress()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"resolveAddress(String, int)","u":"resolveAddress(java.lang.String,int)"},{"p":"com.tangosol.net","c":"ConfigurableLocalAddressProvider","l":"resolveAddress(String, int)","u":"resolveAddress(java.lang.String,int)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"resolveBackingMapScheme(DefaultConfigurableCacheFactory.CacheInfo, XmlElement)","u":"resolveBackingMapScheme(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"ResolvingObjectInputStream","l":"resolveClass(ObjectStreamClass)","u":"resolveClass(java.io.ObjectStreamClass)"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"resolveClass(String)","u":"resolveClass(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"resolveFilter(AnnotatedMapListener.FilterProducer)","u":"resolveFilter(com.oracle.coherence.cdi.events.AnnotatedMapListener.FilterProducer)"},{"p":"com.tangosol.coherence.rest.util","c":"RestHelper","l":"resolveMaxResults(int, int, int)","u":"resolveMaxResults(int,int,int)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"resolveNewest(Collection, int)","u":"resolveNewest(java.util.Collection,int)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"resolveNewest(Map, Set, int)","u":"resolveNewest(java.util.Map,java.util.Set,int)"},{"p":"com.tangosol.run.xml","c":"XmlHelper.ParameterResolver","l":"resolveParameter(String, String)","u":"resolveParameter(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.rest.query","c":"AbstractQueryEngine","l":"resolveParameterType(String)","u":"resolveParameterType(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"resolveSchemaSources(List)","u":"resolveSchemaSources(java.util.List)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"resolveScheme(DefaultConfigurableCacheFactory.CacheInfo)","u":"resolveScheme(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"resolveScheme(XmlElement, DefaultConfigurableCacheFactory.CacheInfo, boolean, boolean)","u":"resolveScheme(com.tangosol.run.xml.XmlElement,com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,boolean,boolean)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"resolveScheme(XmlElement, XmlElement, DefaultConfigurableCacheFactory.CacheInfo, boolean, boolean, boolean)","u":"resolveScheme(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement,com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,boolean,boolean,boolean)"},{"p":"com.tangosol.net","c":"ScopeResolver","l":"resolveScopeName(String, ClassLoader, String)","u":"resolveScopeName(java.lang.String,java.lang.ClassLoader,java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"resolveSerializer(XmlElement)","u":"resolveSerializer(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"resolveSocketProvider(XmlElement)","u":"resolveSocketProvider(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"resolveTransformer(AnnotatedMapListener.MapEventTransformerProducer)","u":"resolveTransformer(com.oracle.coherence.cdi.events.AnnotatedMapListener.MapEventTransformerProducer)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackupMapConfig","l":"resolveType(ParameterResolver, MapBuilder)","u":"resolveType(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"resolveType(ParameterResolver, MapBuilder)","u":"resolveType(com.tangosol.config.expression.ParameterResolver,com.tangosol.coherence.config.builder.MapBuilder)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"resolveURI(String)","u":"resolveURI(java.lang.String)"},{"p":"com.tangosol.net","c":"ScopeResolver","l":"resolveURI(String)","u":"resolveURI(java.lang.String)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"resolveURL(String, ClassLoader)","u":"resolveURL(java.lang.String,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"ResolvingObjectInputStream","l":"ResolvingObjectInputStream(InputStream, ClassLoader)","u":"%3Cinit%3E(java.io.InputStream,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"ResolvingObjectOutputStream","l":"ResolvingObjectOutputStream(OutputStream)","u":"%3Cinit%3E(java.io.OutputStream)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ResourceBuilderProcessor","l":"ResourceBuilderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"ResourceConfig()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"ResourceMapping(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.ResourceRefExpression","l":"ResourceRefExpression(Expression, ParameterizedBuilderRegistry)","u":"%3Cinit%3E(com.tangosol.config.expression.Expression,com.tangosol.coherence.config.builder.ParameterizedBuilderRegistry)"},{"p":"com.tangosol.util","c":"ResourceResolverHelper","l":"resourceResolverFrom(Class, String, T)","u":"resourceResolverFrom(java.lang.Class,java.lang.String,T)"},{"p":"com.tangosol.util","c":"ResourceResolverHelper","l":"resourceResolverFrom(Class, T)","u":"resourceResolverFrom(java.lang.Class,T)"},{"p":"com.tangosol.util","c":"ResourceResolverHelper","l":"resourceResolverFrom(MapBuilder.Dependencies)","u":"resourceResolverFrom(com.tangosol.coherence.config.builder.MapBuilder.Dependencies)"},{"p":"com.tangosol.util","c":"ResourceResolverHelper","l":"resourceResolverFrom(ParameterResolver, ParameterResolver)","u":"resourceResolverFrom(com.tangosol.config.expression.ParameterResolver,com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.util","c":"ResourceResolverHelper","l":"resourceResolverFrom(ResourceResolver...)","u":"resourceResolverFrom(com.tangosol.util.ResourceResolver...)"},{"p":"com.tangosol.util","c":"ResourceResolverHelper","l":"ResourceResolverHelper()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Resources","l":"Resources()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ResourcesProcessor","l":"ResourcesProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"LoadBalancer.ResponseHandler","l":"ResponseHandler(LoadBalancer.RequestHandler)","u":"%3Cinit%3E(com.tangosol.net.LoadBalancer.RequestHandler)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"ResponseHandlers()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.config","c":"RestConfig","l":"RestConfig(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.rest.util","c":"RestHelper","l":"RestHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"RESTORE"},{"p":"com.tangosol.net","c":"PartitionedService.PartitionedAction","l":"RESTORE"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder.RestoreStatement","l":"RestoreStatement(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder","l":"RestoreStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"RestrictedCollection(Collection, Class)","u":"%3Cinit%3E(java.util.Collection,java.lang.Class)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"RestrictedEntry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"RestrictedEntrySet(Set, Class, Class)","u":"%3Cinit%3E(java.util.Set,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"RestrictedIterator(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"RestrictedList(List, Class)","u":"%3Cinit%3E(java.util.List,java.lang.Class)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"RestrictedListIterator(ListIterator, Class)","u":"%3Cinit%3E(java.util.ListIterator,java.lang.Class)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"RestrictedMap(Map, Class, Class)","u":"%3Cinit%3E(java.util.Map,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSet","l":"RestrictedSet(Set, Class)","u":"%3Cinit%3E(java.util.Set,java.lang.Class)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedMap","l":"RestrictedSortedMap(Map, Class, Class)","u":"%3Cinit%3E(java.util.Map,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedSet","l":"RestrictedSortedSet(SortedSet, Class)","u":"%3Cinit%3E(java.util.SortedSet,java.lang.Class)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"RestrictedStringAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"resume()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"resumeService(Cluster, String)","u":"resumeService(com.tangosol.net.Cluster,java.lang.String)"},{"p":"com.tangosol.net","c":"Cluster","l":"resumeService(String)","u":"resumeService(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder.ResumeServiceStatement","l":"ResumeServiceStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder","l":"ResumeServiceStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"retain(int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"retain(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"retain(int, int)","u":"retain(int,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"retain(int, int)","u":"retain(int,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"retain(int, int)","u":"retain(int,int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"retain(int, int)","u":"retain(int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"retain(int, int)","u":"retain(int,int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"retain(int, int)","u":"retain(int,int)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"retain(PartitionSet)","u":"retain(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"MapSet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"LiteSet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubList","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"SubSet","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"retainAll(Collection)","u":"retainAll(java.util.Collection)"},{"p":"com.tangosol.util","c":"StringTable","l":"retainAll(StringTable)","u":"retainAll(com.tangosol.util.StringTable)"},{"p":"com.tangosol.util","c":"Tree","l":"retainAll(Tree)","u":"retainAll(com.tangosol.util.Tree)"},{"p":"com.tangosol.util","c":"SubSet","l":"retainAllInternal(Collection, Collection, Set)","u":"retainAllInternal(java.util.Collection,java.util.Collection,java.util.Set)"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"RETAINS_ENTRIES"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"RETRIEVE_ARCHIVED_SNAPSHOT_BEGIN"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"RETRIEVE_ARCHIVED_SNAPSHOT_END"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"retrieve(Snapshot, PersistenceEnvironment)","u":"retrieve(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"SnapshotArchiver","l":"retrieve(Snapshot, PersistenceEnvironment)","u":"retrieve(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"PersistenceManagerMBean","l":"retrieveArchivedSnapshot(String)","u":"retrieveArchivedSnapshot(java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"retrieveInternal(Snapshot, PersistenceManager)","u":"retrieveInternal(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"retrieveInternal(Snapshot, PersistenceManager)","u":"retrieveInternal(com.tangosol.persistence.Snapshot,com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement","l":"RetrieveSnapshotStatement(String, String, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"RetrieveSnapshotStatementBuilder","l":"RetrieveSnapshotStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementIterator","l":"RETURNED"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet.Entry","l":"reuse(Object, Object)","u":"reuse(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"Binary","l":"reverse()"},{"p":"com.tangosol.util.comparator","c":"PriorityComparator","l":"reversed()"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"reversed()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"LongArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"reverseIterator()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"LongArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"reverseIterator(long)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"reverseOrder()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"right"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"RIGHT"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"RMI_COMMAND_LINE_ARG"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"RMI_CONNECTION_PORT_ADJUST_PROPERTY"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"RMI_CONNECTION_PORT_PROPERTY"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"RMI_CUSTOM_AUTHENTICATOR_PROPERTY"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"RMI_HOST_PROPERTY"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"RMI_REGISTRY_PORT_PROPERTY"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"rnd()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"ROLE_ALL"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"ROLLBACK"},{"p":"com.tangosol.util","c":"TransactionMap","l":"rollback()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"rollbackTransactionCollection(Collection)","u":"rollbackTransactionCollection(java.util.Collection)"},{"p":"com.tangosol.util.fsm","c":"RollbackTransitionException","l":"RollbackTransitionException(Enum, Enum, String)","u":"%3Cinit%3E(java.lang.Enum,java.lang.Enum,java.lang.String)"},{"p":"com.tangosol.util.fsm","c":"RollbackTransitionException","l":"RollbackTransitionException(Enum, Enum, Throwable)","u":"%3Cinit%3E(java.lang.Enum,java.lang.Enum,java.lang.Throwable)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"ROOT_LAMBDA_CLASS"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"rotate(AbstractSparseArray.Node, boolean)","u":"rotate(com.tangosol.util.AbstractSparseArray.Node,boolean)"},{"p":"com.tangosol.util","c":"BitHelper","l":"rotateLeft(byte, int)","u":"rotateLeft(byte,int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"rotateLeft(int, int)","u":"rotateLeft(int,int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"rotateLeft(long, int)","u":"rotateLeft(long,int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"rotateRight(byte, int)","u":"rotateRight(byte,int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"rotateRight(int, int)","u":"rotateRight(int,int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"rotateRight(long, int)","u":"rotateRight(long,int)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"roundRobin()"},{"p":"com.tangosol.net","c":"InetAddressHelper.RoutableFilter","l":"RoutableFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"RoutingBinaryEntry(BinaryEntry)","u":"%3Cinit%3E(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"RoutingMapTriggerEntry(BinaryEntry)","u":"%3Cinit%3E(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"RoutingMapTriggerEntry(MapTrigger.Entry)","u":"%3Cinit%3E(com.tangosol.util.MapTrigger.Entry)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool.TracingRunnable","l":"run()"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus","l":"run()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"run()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"run()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadThread","l":"run()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteThread","l":"run()"},{"p":"com.tangosol.net","c":"Invocable","l":"run()"},{"p":"com.tangosol.net","c":"LoadBalancer.RequestHandler","l":"run()"},{"p":"com.tangosol.net","c":"LoadBalancer.ResponseHandler","l":"run()"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"run()"},{"p":"com.tangosol.net","c":"LoadBalancer.SocketHandler","l":"run()"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.RefreshThread","l":"run()"},{"p":"com.tangosol.net.security","c":"DoAsAction","l":"run()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.EraseOperation","l":"run()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.StoreOperation","l":"run()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.BatchTasks","l":"run()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.Task","l":"run()"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"run()"},{"p":"com.tangosol.util","c":"Daemon","l":"run()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.Task","l":"run()"},{"p":"com.tangosol.util","c":"TaskDaemon.PeriodicTask","l":"run()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"run()"},{"p":"com.tangosol.net","c":"NonBlockingInvocable","l":"run(Continuation)","u":"run(com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"run(Runnable)","u":"run(java.lang.Runnable)"},{"p":"com.tangosol.net.security","c":"Security","l":"runAs(Subject, PrivilegedAction)","u":"runAs(javax.security.auth.Subject,java.security.PrivilegedAction)"},{"p":"com.tangosol.net.security","c":"Security","l":"runAs(Subject, PrivilegedExceptionAction)","u":"runAs(javax.security.auth.Subject,java.security.PrivilegedExceptionAction)"},{"p":"com.oracle.coherence.grpc","c":"CacheRequestHolder","l":"runAsync(CompletionStage)","u":"runAsync(java.util.concurrent.CompletionStage)"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"runCanceled(boolean)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"runCanceled(boolean)"},{"p":"com.tangosol.net","c":"PriorityTask","l":"runCanceled(boolean)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.Task","l":"runCanceled(boolean)"},{"p":"com.tangosol.util.function","c":"Remote","l":"runnable(Remote.Runnable)","u":"runnable(com.tangosol.util.function.Remote.Runnable)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"runTask(Runnable)","u":"runTask(java.lang.Runnable)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"RWBM_WB_REMOVE_DEFAULT"},{"p":"com.tangosol.net","c":"GuardSupport","l":"s_atomicLogTime"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"s_cSignal"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"s_mapClassAdapters"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"s_mapClassNames"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"s_mapPartialClasses"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"s_mapPartialClassLoaders"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"s_mapPartialConstructors"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"s_mapPrimitiveNames"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"s_streamfactory"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"s_tloTimeout"},{"p":"com.tangosol.coherence.rest.util","c":"ComparatorBuilder","l":"safe(Comparator)","u":"safe(java.util.Comparator)"},{"p":"com.tangosol.util","c":"SafeClock","l":"SafeClock(long)","u":"%3Cinit%3E(long)"},{"p":"com.tangosol.util","c":"SafeClock","l":"SafeClock(long, long)","u":"%3Cinit%3E(long,long)"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"safeClose(Closeable)","u":"safeClose(java.io.Closeable)"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"safeClose(Closeable)","u":"safeClose(java.io.Closeable)"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"safeClose(Closeable)","u":"safeClose(java.io.Closeable)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"SafeComparator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"SafeComparator(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"SafeComparator(Comparator, boolean)","u":"%3Cinit%3E(java.util.Comparator,boolean)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"SafeConfigurablePofContext()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"SafeConfigurablePofContext(Serializer, ClassLoader)","u":"%3Cinit%3E(com.tangosol.io.Serializer,java.lang.ClassLoader)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"SafeConfigurablePofContext(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"SafeConfigurablePofContext(XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"SafeHashMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"SafeHashMap(int, float, float)","u":"%3Cinit%3E(int,float,float)"},{"p":"com.tangosol.util","c":"SafeHashSet","l":"SafeHashSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeHashSet","l":"SafeHashSet(int, float, float)","u":"%3Cinit%3E(int,float,float)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"SafeIterator(LongArray, boolean, long)","u":"%3Cinit%3E(com.tangosol.util.LongArray,boolean,long)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"SafeLinkedList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"SafeLinkedList(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"SafeLongArray","l":"SafeLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeLongArray","l":"SafeLongArray(LongArray)","u":"%3Cinit%3E(com.tangosol.util.LongArray)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"SafePersistenceEnvironment(PersistenceEnvironment)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"SafePersistenceEnvironment(PersistenceEnvironment, Continuation)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistenceEnvironment,com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"SafePersistenceEnvironment(PersistenceEnvironment, SafePersistenceWrappers.FailureContinuationFactory)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistenceEnvironment,com.tangosol.persistence.SafePersistenceWrappers.FailureContinuationFactory)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"SafePersistenceManager(PersistenceManager)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"SafePersistenceManager(PersistenceManager, Continuation)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistenceManager,com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"SafePersistenceManager(PersistenceManager, SafePersistenceWrappers.FailureContinuationFactory)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistenceManager,com.tangosol.persistence.SafePersistenceWrappers.FailureContinuationFactory)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers","l":"SafePersistenceWrappers()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"SafePersistentStore(PersistentStore)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"SafePersistentStore(PersistentStore, Continuation)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistentStore,com.oracle.coherence.common.base.Continuation)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"SafePersistentStore(PersistentStore, SafePersistenceWrappers.FailureContinuationFactory)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistentStore,com.tangosol.persistence.SafePersistenceWrappers.FailureContinuationFactory)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.SafePofSerializer","l":"SafePofSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"SafeSortedMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"SafeSortedMap(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"SafeSortedMap(SortedMap)","u":"%3Cinit%3E(java.util.SortedMap)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.SafetyFilter","l":"SafetyFilter(Ownership, int)","u":"%3Cinit%3E(com.tangosol.net.partition.Ownership,int)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"safeUnquote(String)","u":"safeUnquote(java.lang.String)"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"SamplingEventTransformer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"SamplingEventTransformer(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder.AbstractStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"AbstractStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder.BackupStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder.CreateIndexStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder.DeleteStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder.DropCacheStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder.DropIndexStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder.QueryRecorderStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery","c":"Statement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder.TruncateCacheStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"sanityCheck(ExecutionContext)","u":"sanityCheck(com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder.SanityCheckCommandOPToken","l":"SanityCheckCommandOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder.SanityCheckQueryPlusStatement","l":"SanityCheckQueryPlusStatement(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SanityCheckStatementBuilder","l":"SanityCheckStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"UID","l":"save(DataOutput)","u":"save(java.io.DataOutput)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"save(T)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"save(T)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"saveAll(Collection)","u":"saveAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"saveAll(Collection)","u":"saveAll(java.util.Collection)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"saveAll(Stream)","u":"saveAll(java.util.stream.Stream)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"saveAll(Stream)","u":"saveAll(java.util.stream.Stream)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"SaxParser()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"SaxParser(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"SCALAR_SIMPLETYPES"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"SCALAR_TYPES"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"scale()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"scan()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"scan(Reader)","u":"scan(java.io.Reader)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"scan(String)","u":"scan(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"scanIdentifier()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"scanLiteral()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"scanNest(char)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"scanOperator()"},{"p":"com.tangosol.net","c":"PriorityTask","l":"SCHEDULE_FIRST"},{"p":"com.tangosol.net","c":"PriorityTask","l":"SCHEDULE_IMMEDIATE"},{"p":"com.tangosol.net","c":"PriorityTask","l":"SCHEDULE_STANDARD"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"schedule(Remote.Callable, long, TimeUnit)","u":"schedule(com.tangosol.util.function.Remote.Callable,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"schedule(Remote.Runnable, long, TimeUnit)","u":"schedule(com.tangosol.util.function.Remote.Runnable,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"schedule(Runnable, long)","u":"schedule(java.lang.Runnable,long)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"scheduleAtFixedRate(Remote.Runnable, long, long, TimeUnit)","u":"scheduleAtFixedRate(com.tangosol.util.function.Remote.Runnable,long,long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"scheduleExpiry()"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"scheduleNextAnalysis(long)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"schedulePeriodicTask(Runnable, long, long)","u":"schedulePeriodicTask(java.lang.Runnable,long,long)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"scheduleRegistration(SocketChannel, TcpDatagramSocket.Impl.ConnectionStatus)","u":"scheduleRegistration(java.nio.channels.SocketChannel,com.tangosol.net.TcpDatagramSocket.Impl.ConnectionStatus)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"scheduleTask(Runnable, long)","u":"scheduleTask(java.lang.Runnable,long)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"scheduleWithFixedDelay(Remote.Runnable, long, long, TimeUnit)","u":"scheduleWithFixedDelay(com.tangosol.util.function.Remote.Runnable,long,long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"scheduleWork()"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"SCHEME"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_CLASS"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_CLASS"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_DISK"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_DISK"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_DISTRIBUTED"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_DISTRIBUTED"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_EXTERNAL"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_EXTERNAL"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_EXTERNAL_PAGED"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_EXTERNAL_PAGED"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_FLASHJOURNAL"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_FLASHJOURNAL"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_INVOCATION"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_INVOCATION"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_LOCAL"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_LOCAL"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_NEAR"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_NEAR"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_OPTIMISTIC"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_OPTIMISTIC"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_OVERFLOW"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_OVERFLOW"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_PAGED_TOPIC"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_PROXY"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_PROXY"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_RAMJOURNAL"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_RAMJOURNAL"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_READ_WRITE_BACKING"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_READ_WRITE_BACKING"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_REF"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_REF"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_REMOTE_CACHE"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_REMOTE_CACHE"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_REMOTE_INVOCATION"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_REMOTE_INVOCATION"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_REPLICATED"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_REPLICATED"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_TRANSACTIONAL"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_TRANSACTIONAL"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_UNKNOWN"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_UNKNOWN"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_VERSIONED_BACKING"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_VERSIONED_BACKING"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"SCHEME_VERSIONED_NEAR"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"SCHEME_VERSIONED_NEAR"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry.SchemeMappingKey","l":"SchemeMappingKey(Class, String)","u":"%3Cinit%3E(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry","l":"SchemeMappingRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.SchemeRefExpression","l":"SchemeRefExpression(Expression, ServiceSchemeRegistry)","u":"%3Cinit%3E(com.tangosol.config.expression.Expression,com.tangosol.coherence.config.ServiceSchemeRegistry)"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SchemeRefPreprocessor","l":"SchemeRefPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SchemesProcessor","l":"SchemesProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"ScopedCacheFactoryBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"ScopedCacheFactoryBuilder(ScopeResolver)","u":"%3Cinit%3E(com.tangosol.net.ScopeResolver)"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"ScopedParameterResolver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"ScopedParameterResolver(ParameterResolver)","u":"%3Cinit%3E(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ScopeNameProcessor","l":"ScopeNameProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"script(String, String, int, Object...)","u":"script(java.lang.String,java.lang.String,int,java.lang.Object...)"},{"p":"com.tangosol.util","c":"Aggregators","l":"script(String, String, Object...)","u":"script(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.util","c":"Extractors","l":"script(String, String, Object...)","u":"script(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.util","c":"Filters","l":"script(String, String, Object...)","u":"script(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.util","c":"Processors","l":"script(String, String, Object...)","u":"script(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"ScriptAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"ScriptAggregator(String, String, int, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.String,int,java.lang.Object...)"},{"p":"com.tangosol.util","c":"ScriptException","l":"ScriptException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"ScriptException","l":"ScriptException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.util.filter","c":"ScriptFilter","l":"ScriptFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ScriptFilter","l":"ScriptFilter(String, String, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.util.processor","c":"ScriptProcessor","l":"ScriptProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"ScriptProcessor","l":"ScriptProcessor(String, String, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.util.extractor","c":"ScriptValueExtractor","l":"ScriptValueExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"ScriptValueExtractor","l":"ScriptValueExtractor(String, String, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"SDP"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"seal(PersistentStore, PartitionedService, Object)","u":"seal(com.oracle.coherence.persistence.PersistentStore,com.tangosol.net.PartitionedService,java.lang.Object)"},{"p":"com.tangosol.coherence.config.unit","c":"Seconds","l":"Seconds(Duration)","u":"%3Cinit%3E(com.oracle.coherence.common.util.Duration)"},{"p":"com.tangosol.coherence.config.unit","c":"Seconds","l":"Seconds(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.config.unit","c":"Seconds","l":"Seconds(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.security","c":"Security","l":"Security()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityExceptionMapper","l":"SecurityExceptionMapper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter","l":"SecurityFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"SecurityHelper","l":"SecurityHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seek(int, Instant)","u":"seek(int,java.time.Instant)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seek(int, Position)","u":"seek(int,com.tangosol.net.topic.Position)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seek(Map)","u":"seek(java.util.Map)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seekAndCommit(int, Instant)","u":"seekAndCommit(int,java.time.Instant)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seekAndCommit(int, Position)","u":"seekAndCommit(int,com.tangosol.net.topic.Position)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seekAndCommit(Map)","u":"seekAndCommit(java.util.Map)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seekToHead(int...)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seekToTail(int...)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"seekToTailAndCommit(int...)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"SEGMENT_COUNT"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"SEGMENT_LOCK_MAX_SPIN"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Segment","l":"Segment()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"SegmentedConcurrentMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"SegmentedConcurrentMap(int, float, float)","u":"%3Cinit%3E(int,float,float)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"SegmentedConcurrentMap(int, float, float, SegmentedConcurrentMap.ContentionObserver)","u":"%3Cinit%3E(int,float,float,com.tangosol.util.SegmentedConcurrentMap.ContentionObserver)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"SegmentedConcurrentMap(SegmentedConcurrentMap.ContentionObserver)","u":"%3Cinit%3E(com.tangosol.util.SegmentedConcurrentMap.ContentionObserver)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"SegmentedHashMap()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"SegmentedHashMap(int, float, float)","u":"%3Cinit%3E(int,float,float)"},{"p":"com.tangosol.util","c":"SegmentedHashSet","l":"SegmentedHashSet()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashSet","l":"SegmentedHashSet(int, float, float)","u":"%3Cinit%3E(int,float,float)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"select(long)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"select(Selector)","u":"select(java.nio.channels.Selector)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"select(Selector, long)","u":"select(java.nio.channels.Selector,long)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"SelectStatement(String, Filter, InvocableMap.EntryAggregator, boolean)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryAggregator,boolean)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder","l":"SelectStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphores","l":"Semaphores()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphores","l":"semaphoresMap()"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"SemiLiteEventTransformer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket.Impl","l":"send(DatagramPacket)","u":"send(java.net.DatagramPacket)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"send(DatagramPacket)","u":"send(java.net.DatagramPacket)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"send(DatagramPacket)","u":"send(java.net.DatagramPacket)"},{"p":"com.tangosol.net.topic","c":"Publisher","l":"send(V)"},{"p":"com.tangosol.io","c":"FileHelper","l":"separatorsToUnix(String)","u":"separatorsToUnix(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"SeppukuMapListener","l":"SeppukuMapListener(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.coherence.dsltools.base","c":"SequenceBaseToken","l":"SequenceBaseToken(BaseToken[])","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.base.BaseToken[])"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"sequential()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"sequential()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"sequential()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"sequential()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"SERIAL"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"SerializableAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicMarkableReference","l":"SerializableAtomicMarkableReference()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicMarkableReference","l":"SerializableAtomicMarkableReference(V, boolean)","u":"%3Cinit%3E(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicStampedReference","l":"SerializableAtomicStampedReference()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicStampedReference","l":"SerializableAtomicStampedReference(V, int)","u":"%3Cinit%3E(V,int)"},{"p":"com.tangosol.io.pof","c":"SerializableSerializer","l":"SerializableSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"SerializationCache(BinaryStore, int)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,int)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"SerializationCache(BinaryStore, int, boolean)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,int,boolean)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"SerializationCache(BinaryStore, int, ClassLoader)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,int,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"SerializationMap(BinaryStore)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"SerializationMap(BinaryStore, boolean)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"SerializationMap(BinaryStore, ClassLoader)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"SerializationPagedCache(BinaryStoreManager, int, int)","u":"%3Cinit%3E(com.tangosol.io.BinaryStoreManager,int,int)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"SerializationPagedCache(BinaryStoreManager, int, int, boolean, boolean)","u":"%3Cinit%3E(com.tangosol.io.BinaryStoreManager,int,int,boolean,boolean)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"SerializationPagedCache(BinaryStoreManager, int, int, ClassLoader)","u":"%3Cinit%3E(com.tangosol.io.BinaryStoreManager,int,int,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"ExternalizableLiteSerializer","l":"serialize(DataOutput, T)","u":"serialize(java.io.DataOutput,T)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean.Serializer","l":"serialize(PofWriter, AtomicBoolean)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.concurrent.atomic.AtomicBoolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger.Serializer","l":"serialize(PofWriter, AtomicInteger)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.concurrent.atomic.AtomicInteger)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong.Serializer","l":"serialize(PofWriter, AtomicLong)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.concurrent.atomic.AtomicLong)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference.Serializer","l":"serialize(PofWriter, AtomicMarkableReference)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.concurrent.atomic.AtomicMarkableReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference.Serializer","l":"serialize(PofWriter, AtomicReference)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.concurrent.atomic.AtomicReference)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference.Serializer","l":"serialize(PofWriter, AtomicStampedReference)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.concurrent.atomic.AtomicStampedReference)"},{"p":"com.tangosol.io.pof","c":"InetAddressSerializer","l":"serialize(PofWriter, InetAddress)","u":"serialize(com.tangosol.io.pof.PofWriter,java.net.InetAddress)"},{"p":"com.tangosol.io.pof","c":"InetSocketAddressSerializer","l":"serialize(PofWriter, InetSocketAddress)","u":"serialize(com.tangosol.io.pof.PofWriter,java.net.InetSocketAddress)"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap.Serializer","l":"serialize(PofWriter, JsonMap)","u":"serialize(com.tangosol.io.pof.PofWriter,com.tangosol.coherence.rest.util.JsonMap)"},{"p":"com.tangosol.io.pof","c":"EnumPofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"ExternalizableLitePofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"ExternalizablePofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofAnnotationSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PortableObjectSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PrincipalPofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.ExternalSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext.SafePofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SerializableSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SubjectPofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"ThrowablePofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"XmlSerializablePofSerializer","l":"serialize(PofWriter, Object)","u":"serialize(com.tangosol.io.pof.PofWriter,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"OptionalSerializer","l":"serialize(PofWriter, Optional)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.Optional)"},{"p":"com.tangosol.io.pof","c":"OptionalDoubleSerializer","l":"serialize(PofWriter, OptionalDouble)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.OptionalDouble)"},{"p":"com.tangosol.io.pof","c":"OptionalIntSerializer","l":"serialize(PofWriter, OptionalInt)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.OptionalInt)"},{"p":"com.tangosol.io.pof","c":"OptionalLongSerializer","l":"serialize(PofWriter, OptionalLong)","u":"serialize(com.tangosol.io.pof.PofWriter,java.util.OptionalLong)"},{"p":"com.tangosol.io.pof","c":"PofSerializer","l":"serialize(PofWriter, T)","u":"serialize(com.tangosol.io.pof.PofWriter,T)"},{"p":"com.tangosol.io.pof","c":"PortableTypeSerializer","l":"serialize(PofWriter, T)","u":"serialize(com.tangosol.io.pof.PofWriter,T)"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"serialize(WriteBuffer.BufferOutput, Object)","u":"serialize(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"serialize(WriteBuffer.BufferOutput, Object)","u":"serialize(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"serialize(WriteBuffer.BufferOutput, Object)","u":"serialize(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"serialize(WriteBuffer.BufferOutput, Object)","u":"serialize(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object)"},{"p":"com.tangosol.io","c":"Serializer","l":"serialize(WriteBuffer.BufferOutput, Object)","u":"serialize(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPofContext","l":"serialize(WriteBuffer.BufferOutput, Object)","u":"serialize(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.Object)"},{"p":"com.tangosol.io","c":"ExternalizableType","l":"serializer()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean.Serializer","l":"Serializer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger.Serializer","l":"Serializer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong.Serializer","l":"Serializer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference.Serializer","l":"Serializer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference.Serializer","l":"Serializer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference.Serializer","l":"Serializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"JsonMap.Serializer","l":"Serializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SerializerBuilderProcessor","l":"SerializerBuilderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SerializerFactoryProcessor","l":"SerializerFactoryProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SerializersProcessor","l":"SerializersProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"SerializingInternalConverter","l":"SerializingInternalConverter(Serializer)","u":"%3Cinit%3E(com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.cdi.server","c":"Server","l":"Server()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.server","c":"ServerCoherenceProducer","l":"ServerCoherenceProducer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"ServerLoggingInterceptor","l":"ServerLoggingInterceptor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"SERVICE"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"SERVICE_NAME"},{"p":"com.tangosol.net.management","c":"Registry","l":"SERVICE_NAME"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"SERVICE_STARTED"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"SERVICE_STARTING"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"SERVICE_STOPPED"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"SERVICE_STOPPING"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"SERVICE_TYPE"},{"p":"com.tangosol.net.management","c":"Registry","l":"SERVICE_TYPE"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceBuilderProcessor","l":"ServiceBuilderProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"ServiceEvent(Service, int)","u":"%3Cinit%3E(com.tangosol.util.Service,int)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.ServiceEventHandler","l":"ServiceEventHandler(EventObserverSupport.EventObserver, Class)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver,java.lang.Class)"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceFailurePolicyBuilder","l":"ServiceFailurePolicyBuilder(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceFailurePolicyBuilder","l":"ServiceFailurePolicyBuilder(ParameterizedBuilder, XmlElement)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceFailurePolicyBuilder","l":"ServiceFailurePolicyBuilder(String, XmlElement)","u":"%3Cinit%3E(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceFailurePolicyProcessor","l":"ServiceFailurePolicyProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ServiceListener","l":"ServiceListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceLoadBalancerBuilder","l":"ServiceLoadBalancerBuilder(ParameterizedBuilder, XmlElement)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilder,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ServiceLoadBalancerProcessor","l":"ServiceLoadBalancerProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"ServiceSchemeRegistry","l":"ServiceSchemeRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder.ServicesCommandOPToken","l":"ServicesCommandOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder.ServicesQueryPlusStatement","l":"ServicesQueryPlusStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"ServicesStatementBuilder","l":"ServicesStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ServiceListener","l":"serviceStarted(ServiceEvent)","u":"serviceStarted(com.tangosol.util.ServiceEvent)"},{"p":"com.tangosol.util","c":"ServiceListener","l":"serviceStarting(ServiceEvent)","u":"serviceStarting(com.tangosol.util.ServiceEvent)"},{"p":"com.tangosol.util","c":"ServiceListener","l":"serviceStopped(ServiceEvent)","u":"serviceStopped(com.tangosol.util.ServiceEvent)"},{"p":"com.tangosol.net","c":"ServiceStoppedException","l":"ServiceStoppedException()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ServiceStoppedException","l":"ServiceStoppedException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"ServiceStoppedException","l":"ServiceStoppedException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.net","c":"ServiceStoppedException","l":"ServiceStoppedException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"ServiceListener","l":"serviceStopping(ServiceEvent)","u":"serviceStopping(com.tangosol.util.ServiceEvent)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics","l":"SESSION_NAME"},{"p":"com.oracle.coherence.concurrent","c":"Latches","l":"SESSION_NAME"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"SESSION_NAME"},{"p":"com.oracle.coherence.concurrent","c":"Semaphores","l":"SESSION_NAME"},{"p":"com.oracle.coherence.concurrent","c":"Latches","l":"session()"},{"p":"com.oracle.coherence.concurrent.locks","c":"Locks","l":"session()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphores","l":"session()"},{"p":"com.oracle.coherence.grpc","c":"RefreshableSslContext","l":"sessionContext()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.SessionLifecycleEventHandler","l":"SessionLifecycleEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.oracle.coherence.cdi","c":"SessionProducer","l":"SessionProducer(BeanManager)","u":"%3Cinit%3E(jakarta.enterprise.inject.spi.BeanManager)"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"sessionProvider()"},{"p":"com.tangosol.net","c":"SessionConfiguration","l":"sessionProvider()"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"SET_OVERHEAD"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicBoolean","l":"set(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"set(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"set(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicBoolean","l":"set(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"set(boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"set(boolean)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperListIterator","l":"set(E)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"set(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"set(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"set(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"set(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"set(int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"set(int)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"set(int, E)","u":"set(int,E)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"set(int, Object)","u":"set(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"set(int, Object)","u":"set(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"InflatableList","l":"set(int, Object)","u":"set(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"set(int, Object)","u":"set(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"set(int, Object)","u":"set(int,java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"set(int, T)","u":"set(int,T)"},{"p":"com.tangosol.util","c":"SubList","l":"set(int, T)","u":"set(int,T)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"set(InvocableMap.Entry, R)","u":"set(com.tangosol.util.InvocableMap.Entry,R)"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"set(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"set(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"set(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"set(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"set(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"set(long)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"set(long)"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"set(long, Object)","u":"set(long,java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray","l":"set(long, T)","u":"set(long,T)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"set(long, V)","u":"set(long,V)"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"set(long, V)","u":"set(long,V)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"set(long, V)","u":"set(long,V)"},{"p":"com.tangosol.util","c":"LongArray","l":"set(long, V)","u":"set(long,V)"},{"p":"com.tangosol.util","c":"NullImplementation.NullLongArray","l":"set(long, V)","u":"set(long,V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperLongArray","l":"set(long, V)","u":"set(long,V)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"set(Object)","u":"set(java.lang.Object)"},{"p":"com.tangosol.util","c":"ImmutableMultiList.MultiIterator","l":"set(Object)","u":"set(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedListIterator","l":"set(Object)","u":"set(java.lang.Object)"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"set(Object)","u":"set(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.IdentityHolder","l":"set(PofBufferReader, int)","u":"set(com.tangosol.io.pof.PofBufferReader,int)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterHolder","l":"set(T)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterListIterator","l":"set(T)"},{"p":"com.oracle.coherence.common.base","c":"Holder","l":"set(V)"},{"p":"com.oracle.coherence.common.base","c":"SimpleHolder","l":"set(V)"},{"p":"com.oracle.coherence.common.base","c":"VolatileHolder","l":"set(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"set(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"set(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"set(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"set(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"set(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"set(V)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicMarkableReference","l":"set(V, boolean)","u":"set(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"set(V, boolean)","u":"set(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"set(V, boolean)","u":"set(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicMarkableReference","l":"set(V, boolean)","u":"set(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"set(V, boolean)","u":"set(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"set(V, boolean)","u":"set(V,boolean)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicStampedReference","l":"set(V, int)","u":"set(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"set(V, int)","u":"set(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"set(V, int)","u":"set(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicStampedReference","l":"set(V, int)","u":"set(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"set(V, int)","u":"set(V,int)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"set(V, int)","u":"set(V,int)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"set(XmlBean, Object)","u":"set(com.tangosol.run.xml.XmlBean,java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"setAccessTime(long)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder","l":"setAction(String)","u":"setAction(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"setActiveDirectory(String)","u":"setActiveDirectory(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"setAddress(InetAddress)","u":"setAddress(java.net.InetAddress)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"setAdvanceFrequency(int)"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"setAdvanceFrequency(int)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"setAllowAutoAdjust(boolean)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HealthProcessor.XMLHealthCheckDependencies","l":"setAllowEndangered(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setAllowUnownedCommits(Expression)","u":"setAllowUnownedCommits(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"setAnalysisDelay(long)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setApplicationName(String)","u":"setApplicationName(java.lang.String)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DefaultTaskDependencies","l":"setAssociatedKey(Object)","u":"setAssociatedKey(java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"setAssociatedService(PartitionedService)","u":"setAssociatedService(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setAsynchronousPageDeactivation(boolean)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AsyncStoreManagerBuilder","l":"setAsyncLimit(Expression)","u":"setAsyncLimit(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setAttribute(boolean)"},{"p":"com.tangosol.net.management","c":"MBeanServerProxy","l":"setAttribute(String, String, Object)","u":"setAttribute(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"setAttribute(String, String, Object)","u":"setAttribute(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"setAttribute(String, XmlValue)","u":"setAttribute(java.lang.String,com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"setAttribute(String, XmlValue)","u":"setAttribute(java.lang.String,com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.SetAttributes","l":"SetAttributes()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.SetAttributes","l":"SetAttributes(MBeanAccessor.QueryBuilder.ParsedQuery, Map)","u":"%3Cinit%3E(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery,java.util.Map)"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"setAuthenticationScheme(String)","u":"setAuthenticationScheme(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"setAutoAdjust(Expression)","u":"setAutoAdjust(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"setAutoStart(boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setBackEvent(MapEvent)","u":"setBackEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory.Manager","l":"setBackingMap(String, Map)","u":"setBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory.Manager","l":"setBackingMap(String, Map)","u":"setBackingMap(java.lang.String,java.util.Map)"},{"p":"com.tangosol.net","c":"CacheService","l":"setBackingMapManager(BackingMapManager)","u":"setBackingMapManager(com.tangosol.net.BackingMapManager)"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"setBackingMapManager(BackingMapManager)","u":"setBackingMapManager(com.tangosol.net.BackingMapManager)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"setBackingMapScheme(BackingMapScheme)","u":"setBackingMapScheme(com.tangosol.coherence.config.scheme.BackingMapScheme)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReplicatedScheme","l":"setBackingMapScheme(BackingMapScheme)","u":"setBackingMapScheme(com.tangosol.coherence.config.scheme.BackingMapScheme)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setBackMapListener(MapListener)","u":"setBackMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCompositeScheme","l":"setBackScheme(CachingScheme)","u":"setBackScheme(com.tangosol.coherence.config.scheme.CachingScheme)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"setBackup(boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"setBackupDirectory(String)","u":"setBackupDirectory(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"setBackupMapConfig(BackupMapConfig)","u":"setBackupMapConfig(com.tangosol.coherence.config.scheme.BackupMapConfig)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"setBackupSchemeName(Expression)","u":"setBackupSchemeName(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"setBackupStrength(SimpleAssignmentStrategy.BackupStrength)","u":"setBackupStrength(com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setBackUpToDate(boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"setBackUpToDate(boolean)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"setBatchSize(int)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setBinary(Binary)","u":"setBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setBinary(Binary)","u":"setBinary(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"setBinaryMap(boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"setBinaryMap(boolean)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"setBinaryStore(BinaryStore)","u":"setBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"setBinaryStore(BinaryStore)","u":"setBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setBinaryStore(BinaryStore)","u":"setBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"setBinaryStore(BinaryStore)","u":"setBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setBinaryStore(BinaryStore)","u":"setBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"setBinaryStore(BinaryStore)","u":"setBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"setBinaryStore(BinaryStore)","u":"setBinaryStore(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AsyncStoreManagerBuilder","l":"setBinaryStoreManagerBuilder(BinaryStoreManagerBuilder)","u":"setBinaryStoreManagerBuilder(com.tangosol.coherence.config.builder.storemanager.BinaryStoreManagerBuilder)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BinaryStoreManagerBuilderCustomization","l":"setBinaryStoreManagerBuilder(BinaryStoreManagerBuilder)","u":"setBinaryStoreManagerBuilder(com.tangosol.coherence.config.builder.storemanager.BinaryStoreManagerBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"setBinaryStoreManagerBuilder(BinaryStoreManagerBuilder)","u":"setBinaryStoreManagerBuilder(com.tangosol.coherence.config.builder.storemanager.BinaryStoreManagerBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"setBinaryStoreManagerBuilder(BinaryStoreManagerBuilder)","u":"setBinaryStoreManagerBuilder(com.tangosol.coherence.config.builder.storemanager.BinaryStoreManagerBuilder)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"setBindingPower(int)"},{"p":"com.tangosol.coherence.config.builder","c":"MapBuilder.Dependencies","l":"setBlind(boolean)"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"setBlocking(boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setBoolean(boolean)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setBoolean(boolean)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"setBottomAnchor(Object)","u":"setBottomAnchor(java.lang.Object)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setBucketCount(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setBucketLevel(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setBucketOffset(int, int)","u":"setBucketOffset(int,int)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"setBuffer(ByteBuffer)","u":"setBuffer(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setBuffer(ByteBuffer)","u":"setBuffer(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setBufferManager(ByteBufferManager)","u":"setBufferManager(com.tangosol.io.nio.ByteBufferManager)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder","l":"setBuilder(ParameterizedBuilder)","u":"setBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.ProviderBuilder","l":"setBuilder(ParameterizedBuilder)","u":"setBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"setBundleManager(BundleManager)","u":"setBundleManager(com.tangosol.coherence.config.scheme.BundleManager)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"setBundleManager(BundleManager)","u":"setBundleManager(com.tangosol.coherence.config.scheme.BundleManager)"},{"p":"com.tangosol.coherence.config.scheme","c":"RemoteCacheScheme","l":"setBundleManager(BundleManager)","u":"setBundleManager(com.tangosol.coherence.config.scheme.BundleManager)"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"setCache(String)","u":"setCache(java.lang.String)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"setCacheConfiguration(ClassLoader, XmlElement)","u":"setCacheConfiguration(java.lang.ClassLoader,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"setCacheConfiguration(ClassLoader, XmlElement)","u":"setCacheConfiguration(java.lang.ClassLoader,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"setCacheConfiguration(String, ClassLoader, XmlElement)","u":"setCacheConfiguration(java.lang.String,java.lang.ClassLoader,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"setCacheConfiguration(String, ClassLoader, XmlElement)","u":"setCacheConfiguration(java.lang.String,java.lang.ClassLoader,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"setCacheConfiguration(String, ClassLoader, XmlElement)","u":"setCacheConfiguration(java.lang.String,java.lang.ClassLoader,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"setCacheEntry(ConfigurableCacheMap.Entry)","u":"setCacheEntry(com.tangosol.net.cache.ConfigurableCacheMap.Entry)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setCacheFactory(ConfigurableCacheFactory)","u":"setCacheFactory(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setCacheFactoryBuilder(CacheFactoryBuilder)","u":"setCacheFactoryBuilder(com.tangosol.net.CacheFactoryBuilder)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setCacheFactoryBuilderConfig(XmlElement)","u":"setCacheFactoryBuilderConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setCacheLoader(CacheLoader)","u":"setCacheLoader(com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setCacheLoaderFactory(Factory>)","u":"setCacheLoaderFactory(javax.cache.configuration.Factory)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setCacheLoaderFactory(Factory>)","u":"setCacheLoaderFactory(javax.cache.configuration.Factory)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"setCacheMappingRegistry(CacheMappingRegistry)","u":"setCacheMappingRegistry(com.tangosol.coherence.config.CacheMappingRegistry)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"setCacheName(String)","u":"setCacheName(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"setCacheName(String)","u":"setCacheName(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setCacheName(String)","u":"setCacheName(java.lang.String)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"setCaches(LongArray)","u":"setCaches(com.tangosol.util.LongArray)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setCacheStoreScheme(CacheStoreScheme)","u":"setCacheStoreScheme(com.tangosol.coherence.config.scheme.CacheStoreScheme)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setCacheStoreScheme(CacheStoreScheme)","u":"setCacheStoreScheme(com.tangosol.coherence.config.scheme.CacheStoreScheme)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setCacheStoreTimeout(Expression)","u":"setCacheStoreTimeout(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setCacheStoreTimeoutMillis(long)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"setCacheValues(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setCacheWriterFactory(Factory>)","u":"setCacheWriterFactory(javax.cache.configuration.Factory)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setCacheWriterFactory(Factory>)","u":"setCacheWriterFactory(javax.cache.configuration.Factory)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"setCapacity(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setChannelCount(Expression)","u":"setChannelCount(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setCipherSuitesNameList(SSLSocketProviderDependenciesBuilder.NameListDependencies)","u":"setCipherSuitesNameList(com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder.NameListDependencies)"},{"p":"com.tangosol.net","c":"RefreshableAddressProvider.CircularIterator","l":"setCircular(boolean)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"setClassLoader(ClassLoader)","u":"setClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"setClassLoader(ClassLoader)","u":"setClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"setClassLoader(ClassLoader)","u":"setClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"setClassLoader(ClassLoader)","u":"setClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"setClassLoader(ClassLoader)","u":"setClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"setClassLoader(ClassLoader)","u":"setClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"setClassLoader(ClassLoader)","u":"setClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"setClassName(Expression)","u":"setClassName(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setClientAuth(String)","u":"setClientAuth(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setCluster(Cluster)","u":"setCluster(com.tangosol.net.Cluster)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"setClusterQuorumMap(Map)","u":"setClusterQuorumMap(java.util.Map)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setCoherenceQueryLanguage(CoherenceQueryLanguage)","u":"setCoherenceQueryLanguage(com.tangosol.coherence.dslquery.CoherenceQueryLanguage)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"setCollectStats(boolean)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"FormattedMapStatementResult","l":"setColumnHeaders(String[])","u":"setColumnHeaders(java.lang.String[])"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"setComment(String)","u":"setComment(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"setComment(String)","u":"setComment(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"setComparator(Comparator)","u":"setComparator(java.util.Comparator)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"setCompletedTime(long)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"setConcurrency(int)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"setConditionalRemoveAction(SegmentedConcurrentMap.ConditionalRemoveAction)","u":"setConditionalRemoveAction(com.tangosol.util.SegmentedConcurrentMap.ConditionalRemoveAction)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"ConfigurableSerializerFactory","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"BackingMapManagerContext","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"CompressionFilter","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProviderFactory","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.persistence","c":"ConfigurableSnapshotArchiverFactory","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlConfigurable","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util","c":"NullImplementation.NullBackingMapManagerContext","l":"setConfig(XmlElement)","u":"setConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"setConfigClassLoader(ClassLoader)","u":"setConfigClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"setConfigClassLoader(ClassLoader)","u":"setConfigClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setConfigurableCacheFactory(ConfigurableCacheFactory)","u":"setConfigurableCacheFactory(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"ServiceMonitor","l":"setConfigurableCacheFactory(ConfigurableCacheFactory)","u":"setConfigurableCacheFactory(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"setConfigurableCacheFactory(ConfigurableCacheFactory)","u":"setConfigurableCacheFactory(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"setConfigurableCacheFactory(ConfigurableCacheFactory, String, ClassLoader, boolean)","u":"setConfigurableCacheFactory(com.tangosol.net.ConfigurableCacheFactory,java.lang.String,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"setConfigurableCacheFactory(ConfigurableCacheFactory, String, ClassLoader, boolean)","u":"setConfigurableCacheFactory(com.tangosol.net.ConfigurableCacheFactory,java.lang.String,java.lang.ClassLoader,boolean)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setConfigurableCacheFactoryConfig(XmlElement)","u":"setConfigurableCacheFactoryConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl.DefaultDependencies","l":"setConfigurableCacheFactorySupplier(Function)","u":"setConfigurableCacheFactorySupplier(java.util.function.Function)"},{"p":"com.tangosol.util","c":"Daemon","l":"setConfiguredName(String)","u":"setConfiguredName(java.lang.String)"},{"p":"com.tangosol.util","c":"Daemon","l":"setConfiguredPriority(int)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"setConstructorParameterList(ParameterList)","u":"setConstructorParameterList(com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"setContainsValueAction(SegmentedHashMap.ContainsValueAction)","u":"setContainsValueAction(com.tangosol.util.SegmentedHashMap.ContainsValueAction)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"setContentionObserver(SegmentedConcurrentMap.ContentionObserver)","u":"setContentionObserver(com.tangosol.util.SegmentedConcurrentMap.ContentionObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"setContext(Context)","u":"setContext(com.tangosol.application.Context)"},{"p":"com.tangosol.net","c":"Guardable","l":"setContext(Guardian.GuardContext)","u":"setContext(com.tangosol.net.Guardian.GuardContext)"},{"p":"com.tangosol.util","c":"Daemon","l":"setContext(Guardian.GuardContext)","u":"setContext(com.tangosol.net.Guardian.GuardContext)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"ClassLoaderAware","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"WrapperService","l":"setContextClassLoader(ClassLoader)","u":"setContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"SerializerAware","l":"setContextSerializer(Serializer)","u":"setContextSerializer(com.tangosol.io.Serializer)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"setCookie(Object)","u":"setCookie(java.lang.Object)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"setCurrentRule(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule)","u":"setCurrentRule(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"setCustomBuilder(ParameterizedBuilder)","u":"setCustomBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"setCustomBuilder(ParameterizedBuilder)","u":"setCustomBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"setCustomBuilder(ParameterizedBuilder)","u":"setCustomBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"BuilderCustomization","l":"setCustomBuilder(ParameterizedBuilder)","u":"setCustomBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"DefaultBuilderCustomization","l":"setCustomBuilder(ParameterizedBuilder)","u":"setCustomBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractStoreManagerBuilder","l":"setCustomBuilder(ParameterizedBuilder)","u":"setCustomBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractLocalCachingScheme","l":"setCustomBuilder(ParameterizedBuilder)","u":"setCustomBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"setCustomEnvironment(ParameterizedBuilder>)","u":"setCustomEnvironment(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"setDaemonCountMax(int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"setDaemonCountMax(int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"setDaemonCountMax(int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DaemonPoolExecutor.DaemonPoolManagement","l":"setDaemonCountMin(int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetrics","l":"setDaemonCountMin(int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcProxyMetricsMBean","l":"setDaemonCountMin(int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"setDaemonPool(DaemonPool)","u":"setDaemonPool(com.tangosol.internal.util.DaemonPool)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"setDaemonPool(DaemonPool)","u":"setDaemonPool(com.tangosol.internal.util.DaemonPool)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"setDaemonPool(DaemonPool)","u":"setDaemonPool(com.tangosol.internal.util.DaemonPool)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"setDaemonPool(DaemonPool)","u":"setDaemonPool(com.tangosol.internal.util.DaemonPool)"},{"p":"com.tangosol.io","c":"AbstractEvolvable","l":"setDataVersion(int)"},{"p":"com.tangosol.io","c":"Evolvable","l":"setDataVersion(int)"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"setDataVersion(int)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setDate(Date)","u":"setDate(java.sql.Date)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setDate(Date)","u":"setDate(java.sql.Date)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setDateTime(Timestamp)","u":"setDateTime(java.sql.Timestamp)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setDateTime(Timestamp)","u":"setDateTime(java.sql.Timestamp)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setDebug(boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setDecimal(BigDecimal)","u":"setDecimal(java.math.BigDecimal)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setDecimal(BigDecimal)","u":"setDecimal(java.math.BigDecimal)"},{"p":"com.tangosol.util","c":"CacheCollator","l":"setDecomposition(int)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"setDecorations(long, ReadBuffer)","u":"setDecorations(long,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"setDefaultMarshaller(MediaType, Class)","u":"setDefaultMarshaller(jakarta.ws.rs.core.MediaType,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"setDefaultMarshaller(String, Class)","u":"setDefaultMarshaller(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.rest.io","c":"MarshallerRegistry","l":"setDefaultMarshallers(Map)","u":"setDefaultMarshallers(java.util.Map)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"setDefaultNamespaceHandler(NamespaceHandler)","u":"setDefaultNamespaceHandler(com.tangosol.config.xml.NamespaceHandler)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"setDefaultParameterResolver(ParameterResolver)","u":"setDefaultParameterResolver(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder","c":"FactoryBasedAddressProviderBuilder","l":"setDeferredException(ConfigurationException)","u":"setDeferredException(com.tangosol.config.ConfigurationException)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"setDelayMillis(Expression)","u":"setDelayMillis(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"setDelayMillis(long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"setDelayMillis(long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"setDelaySeconds(int)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray","l":"setDelegate(LongArray)","u":"setDelegate(com.tangosol.util.LongArray)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setDelegate(SocketProviderBuilder)","u":"setDelegate(com.tangosol.coherence.config.builder.SocketProviderBuilder)"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"setDelegateSocketProvider(SocketProvider)","u":"setDelegateSocketProvider(com.oracle.coherence.common.net.SocketProvider)"},{"p":"com.tangosol.net","c":"Cluster","l":"setDependencies(ClusterDependencies)","u":"setDependencies(com.tangosol.net.ClusterDependencies)"},{"p":"com.tangosol.net","c":"MemberIdentityProvider","l":"setDependencies(ClusterDependencies)","u":"setDependencies(com.tangosol.net.ClusterDependencies)"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"setDependencies(ClusterDependencies)","u":"setDependencies(com.tangosol.net.ClusterDependencies)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"setDependencies(DaemonPoolDependencies)","u":"setDependencies(com.tangosol.internal.util.DaemonPoolDependencies)"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"setDependencies(GrpcAcceptorDependencies)","u":"setDependencies(com.tangosol.internal.net.service.peer.acceptor.GrpcAcceptorDependencies)"},{"p":"com.tangosol.net","c":"Service","l":"setDependencies(ServiceDependencies)","u":"setDependencies(com.tangosol.net.ServiceDependencies)"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"setDependencies(ServiceDependencies)","u":"setDependencies(com.tangosol.net.ServiceDependencies)"},{"p":"com.tangosol.net","c":"WrapperService","l":"setDependencies(ServiceDependencies)","u":"setDependencies(com.tangosol.net.ServiceDependencies)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.DependenciesAware","l":"setDependencies(SSLSocketProvider.Dependencies, ManagerDependencies, ManagerDependencies)","u":"setDependencies(com.oracle.coherence.common.net.SSLSocketProvider.Dependencies,com.tangosol.internal.net.ssl.ManagerDependencies,com.tangosol.internal.net.ssl.ManagerDependencies)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"setDirectory(Expression)","u":"setDirectory(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"NioFileManagerBuilder","l":"setDirectory(Expression)","u":"setDirectory(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"setDirectory(Expression)","u":"setDirectory(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.io.nio","c":"MappedStoreManager","l":"setDirectory(File)","u":"setDirectory(java.io.File)"},{"p":"com.tangosol.coherence.rest.config","c":"QueryConfig","l":"setDirectQuery(DirectQuery)","u":"setDirectQuery(com.tangosol.coherence.rest.config.DirectQuery)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"setDirectStorageSize(long)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"setDirty()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"setDocumentComment(String)","u":"setDocumentComment(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"setDocumentComment(String)","u":"setDocumentComment(java.lang.String)"},{"p":"com.tangosol.config.xml","c":"AbstractNamespaceHandler","l":"setDocumentPreprocessor(DocumentPreprocessor)","u":"setDocumentPreprocessor(com.tangosol.config.xml.DocumentPreprocessor)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setDomainPartitions(String[])","u":"setDomainPartitions(java.lang.String[])"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"setDormant(boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setDouble(double)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setDouble(double)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"setDtdName(String)","u":"setDtdName(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"setDtdName(String)","u":"setDtdName(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"setDtdUri(String)","u":"setDtdUri(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"setDtdUri(String)","u":"setDtdUri(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setElementCalculatorBuilder(ElementCalculatorBuilder)","u":"setElementCalculatorBuilder(com.tangosol.coherence.config.builder.ElementCalculatorBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"ElementCalculatorBuilder","l":"setElementCalculatorType(Expression)","u":"setElementCalculatorType(com.tangosol.config.expression.Expression)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"setEnabled(boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"setEncoding(String)","u":"setEncoding(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"setEncoding(String)","u":"setEncoding(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setEntryInBack(boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setEntryInFront(boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"setEntryInFront(boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"WrapperSocketAddressProviderBuilder","l":"setEphemeral(boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"setEraseAllSupported(boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"setEraseSupported(boolean)"},{"p":"com.tangosol.util","c":"Base","l":"setErr(PrintWriter)","u":"setErr(java.io.PrintWriter)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"setError()"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"setEventInterceptorBuilders(List)","u":"setEventInterceptorBuilders(java.util.List)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"setEventInterceptorBuilders(List)","u":"setEventInterceptorBuilders(java.util.List)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme","l":"setEventInterceptorBuilders(List)","u":"setEventInterceptorBuilders(java.util.List)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setEventInterceptorBuilders(List)","u":"setEventInterceptorBuilders(java.util.List)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"setEventsDirectory(String)","u":"setEventsDirectory(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"setEvictable(boolean)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setEvictionApprover(ConfigurableCacheMap.EvictionApprover)","u":"setEvictionApprover(com.tangosol.net.cache.ConfigurableCacheMap.EvictionApprover)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"setEvictionApprover(ConfigurableCacheMap.EvictionApprover)","u":"setEvictionApprover(com.tangosol.net.cache.ConfigurableCacheMap.EvictionApprover)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setEvictionApprover(ConfigurableCacheMap.EvictionApprover)","u":"setEvictionApprover(com.tangosol.net.cache.ConfigurableCacheMap.EvictionApprover)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setEvictionApprover(ConfigurableCacheMap.EvictionApprover)","u":"setEvictionApprover(com.tangosol.net.cache.ConfigurableCacheMap.EvictionApprover)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"setEvictionApprover(ConfigurableCacheMap.EvictionApprover)","u":"setEvictionApprover(com.tangosol.net.cache.ConfigurableCacheMap.EvictionApprover)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy)","u":"setEvictionPolicy(com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy)","u":"setEvictionPolicy(com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy)","u":"setEvictionPolicy(com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy)","u":"setEvictionPolicy(com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy)","u":"setEvictionPolicy(com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"setEvictionPolicyBuilder(EvictionPolicyBuilder)","u":"setEvictionPolicyBuilder(com.tangosol.coherence.config.builder.EvictionPolicyBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setEvictionPolicyBuilder(EvictionPolicyBuilder)","u":"setEvictionPolicyBuilder(com.tangosol.coherence.config.builder.EvictionPolicyBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"EvictionPolicyBuilder","l":"setEvictionType(Expression)","u":"setEvictionType(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setEvictionType(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"setEvolvable(boolean)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"setExecutionTimeoutMillis(long)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.DefaultTaskDependencies","l":"setExecutionTimeoutMillis(long)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"setExecutor(Executor)","u":"setExecutor(java.util.concurrent.Executor)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setExecutor(ParameterizedBuilder)","u":"setExecutor(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setExitWhenProcessingComplete(boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"setExpired(boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.ExpirableStatus","l":"setExpiry(long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setExpiry(long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setExpiryArray(LongArray)","u":"setExpiryArray(com.tangosol.util.LongArray)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"setExpiryDelay(Expression)","u":"setExpiryDelay(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"setExpiryDelay(Expression)","u":"setExpiryDelay(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"setExpiryDelay(Expression)","u":"setExpiryDelay(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setExpiryDelay(Expression)","u":"setExpiryDelay(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"setExpiryDelay(Expression)","u":"setExpiryDelay(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setExpiryDelay(Expression)","u":"setExpiryDelay(com.tangosol.config.expression.Expression)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setExpiryDelay(int)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"setExpiryDelay(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setExpiryDelay(int)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setExpiryDelay(int)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setExpiryDelay(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"setExpiryDelay(int)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setExpiryEnabled(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"setExpiryEnabled(Expression)","u":"setExpiryEnabled(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.Entry","l":"setExpiryMillis(long)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"setExpiryMillis(long)"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"setExpiryMillis(long)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"setExpiryMillis(long)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"setExpiryMillis(long)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setExpiryPolicyFactory(Factory)","u":"setExpiryPolicyFactory(javax.cache.configuration.Factory)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setExpiryPolicyFactory(Factory)","u":"setExpiryPolicyFactory(javax.cache.configuration.Factory)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"setExpiryTime(long)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"setExpiryTime(long)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"setExpressionParser(ExpressionParser)","u":"setExpressionParser(com.tangosol.config.expression.ExpressionParser)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setExtendedLanguage(boolean)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setExtendedLanguage(boolean)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"setExtractorBuilder(ExtractorBuilder)","u":"setExtractorBuilder(com.tangosol.coherence.dslquery.ExtractorBuilder)"},{"p":"com.tangosol.net","c":"SocketProvider","l":"setFactory(SocketProviderFactory)","u":"setFactory(com.tangosol.net.SocketProviderFactory)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"setFactoryClassName(Expression)","u":"setFactoryClassName(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"setFactoryMethodName(Expression)","u":"setFactoryMethodName(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"setFactoryMethodParameters(ParameterList)","u":"setFactoryMethodParameters(com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"setFederateApplySynthetic(Expression)","u":"setFederateApplySynthetic(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"setFederated(boolean)"},{"p":"com.tangosol.io.nio","c":"MappedBufferManager","l":"setFile(RandomAccessFile)","u":"setFile(java.io.RandomAccessFile)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setFiles(List)","u":"setFiles(java.util.List)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"setFilter(Filter)","u":"setFilter(com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"setFilterBuilder(ParameterizedBuilder)","u":"setFilterBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.util","c":"Listeners","l":"setFilters(Filter[])","u":"setFilters(com.tangosol.util.Filter[])"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"setFinishing(boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setFlushTime(long)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setFreeBlockOffset(int, int)","u":"setFreeBlockOffset(int,int)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setFrontEvent(MapEvent)","u":"setFrontEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"setFrontEvent(MapEvent)","u":"setFrontEvent(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setFrontMapListener(MapListener)","u":"setFrontMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"setFrontMapListener(MapListener)","u":"setFrontMapListener(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setFrontPutBlind(boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"setFrontPutBlind(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCompositeScheme","l":"setFrontScheme(CachingScheme)","u":"setFrontScheme(com.tangosol.coherence.config.scheme.CachingScheme)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"setFunctor(String)","u":"setFunctor(java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractEvolvable","l":"setFutureData(Binary)","u":"setFutureData(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"Evolvable","l":"setFutureData(Binary)","u":"setFutureData(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"setFutureData(Binary)","u":"setFutureData(com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setGarFileName(String)","u":"setGarFileName(java.lang.String)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"setGetEntryAction(SegmentedHashMap.GetEntryAction)","u":"setGetEntryAction(com.tangosol.util.SegmentedHashMap.GetEntryAction)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"setGlobalSocketProvider(SocketProviderBuilder)","u":"setGlobalSocketProvider(com.tangosol.coherence.config.builder.SocketProviderBuilder)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"setGlobalSocketProviderBuilder(SocketProviderBuilder)","u":"setGlobalSocketProviderBuilder(com.tangosol.coherence.config.builder.SocketProviderBuilder)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setGrowthCount(int)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"setGrowthThreshold(int)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"setGuardableCount(int)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"setGuardContexts(GuardSupport.Context[])","u":"setGuardContexts(com.tangosol.net.GuardSupport.Context[])"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadThread","l":"setGuardPolicy(Guardian, long, float)","u":"setGuardPolicy(com.tangosol.net.Guardian,long,float)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteThread","l":"setGuardPolicy(Guardian, long, float)","u":"setGuardPolicy(com.tangosol.net.Guardian,long,float)"},{"p":"com.tangosol.util","c":"Daemon","l":"setGuardPolicy(Guardian, long, float)","u":"setGuardPolicy(com.tangosol.net.Guardian,long,float)"},{"p":"com.tangosol.util","c":"Daemon","l":"setGuardRegisterAction(Runnable)","u":"setGuardRegisterAction(java.lang.Runnable)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"setHashCode(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setHighUnits(Expression)","u":"setHighUnits(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"setHighUnits(Expression)","u":"setHighUnits(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"setHighUnits(Expression)","u":"setHighUnits(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"setHighUnits(Expression)","u":"setHighUnits(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setHighUnits(Expression)","u":"setHighUnits(com.tangosol.config.expression.Expression)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setHighUnits(int)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"setHighUnits(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setHighUnits(int)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setHighUnits(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"setHighUnits(int)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setHostnameVerifierBuilder(ParameterizedBuilder)","u":"setHostnameVerifierBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setIdentityManager(DefaultManagerDependencies)","u":"setIdentityManager(com.tangosol.internal.net.ssl.DefaultManagerDependencies)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"setIdleTimeout(long)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"setIgnoreCase(boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setIncrementalEviction(boolean)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"setIndexFileName(String)","u":"setIndexFileName(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractNioManagerBuilder","l":"setInitialSize(Expression)","u":"setInitialSize(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"setInitialSize(Expression)","u":"setInitialSize(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"setInitParams(ResolvableParameterList)","u":"setInitParams(com.tangosol.coherence.config.ResolvableParameterList)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"setInnerScheme(CachingScheme)","u":"setInnerScheme(com.tangosol.coherence.config.scheme.CachingScheme)"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"setInputStream(InputStream)","u":"setInputStream(java.io.InputStream)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"setInsertAction(SegmentedHashMap.InsertAction)","u":"setInsertAction(com.tangosol.util.SegmentedHashMap.InsertAction)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setInt(int)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setInt(int)"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent","l":"setInterceptor(EventInterceptor)","u":"setInterceptor(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"setInternal(boolean)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"setInternal(boolean)"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"setInternalMap(Map)","u":"setInternalMap(java.util.Map)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setInternalMap(ObservableMap)","u":"setInternalMap(com.tangosol.util.ObservableMap)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setInternalScheme(CachingScheme)","u":"setInternalScheme(com.tangosol.coherence.config.scheme.CachingScheme)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setInternalValue(Object)","u":"setInternalValue(java.lang.Object)"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"setInvalidationStrategy(Expression)","u":"setInvalidationStrategy(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setKey(Binary)","u":"setKey(com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"setKey(K)"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"setKey(K)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"setKey(K)"},{"p":"com.tangosol.run.xml","c":"Identifiable","l":"setKey(Key)","u":"setKey(com.tangosol.run.xml.Key)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"setKeyClass(Class)","u":"setKeyClass(java.lang.Class)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"setKeyClassName(String)","u":"setKeyClassName(java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"setKeyConverterClass(Class)","u":"setKeyConverterClass(java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"setKeyHolder()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setKeyMask(LocalCache.KeyMask)","u":"setKeyMask(com.tangosol.net.cache.LocalCache.KeyMask)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"setLastAnalysisContext(SimpleAssignmentStrategy.AnalysisContext)","u":"setLastAnalysisContext(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setLastBlockOffset(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"setLastOwnershipMembers(Set)","u":"setLastOwnershipMembers(java.util.Set)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"setLedASTName(String)","u":"setLedASTName(java.lang.String)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"setLength(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"setLength(int)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenStream","l":"setLink(BaseTokenStream)","u":"setLink(com.tangosol.coherence.dsltools.base.BaseTokenStream)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"setListenBacklog(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"setListenerBuilder(ParameterizedBuilder)","u":"setListenerBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"setLocalOnly(boolean)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"setLockAction(SegmentedConcurrentMap.LockAction)","u":"setLockAction(com.tangosol.util.SegmentedConcurrentMap.LockAction)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setLockDelaySeconds(int)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"setLockingEnforced(boolean)"},{"p":"com.tangosol.util","c":"Base","l":"setLog(PrintWriter)","u":"setLog(java.io.PrintWriter)"},{"p":"com.tangosol.util","c":"Base","l":"setLogEcho(boolean)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setLoggingConfig(XmlElement)","u":"setLoggingConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"setLoggingLevel(int)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setLoggingLevel(Integer)","u":"setLoggingLevel(java.lang.Integer)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setLong(long)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setLong(long)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"setLowUnits(Expression)","u":"setLowUnits(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setLowUnits(Expression)","u":"setLowUnits(com.tangosol.config.expression.Expression)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setLowUnits(int)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"setLowUnits(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setLowUnits(int)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setLowUnits(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"setLowUnits(int)"},{"p":"com.tangosol.net","c":"Cluster","l":"setManagement(Registry)","u":"setManagement(com.tangosol.net.management.Registry)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setManagementConfig(XmlElement)","u":"setManagementConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"setManagementEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setManagementEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setManagementEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"setManagementEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"setManagementEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"setManagementEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"setManagementEnabled(boolean)"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"setMap(Map)","u":"setMap(java.util.Map)"},{"p":"com.tangosol.util","c":"SetMap","l":"SetMap(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.util","c":"SetMap","l":"SetMap(Set, Function)","u":"%3Cinit%3E(java.util.Set,java.util.function.Function)"},{"p":"com.tangosol.util","c":"SetMap","l":"SetMap(Set, Function, Supplier>)","u":"%3Cinit%3E(java.util.Set,java.util.function.Function,java.util.function.Supplier)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"setMarkInternal(int)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"setMarshallerMap(Map)","u":"setMarshallerMap(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"setMaster()"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"setMathContext(MathContext)","u":"setMathContext(java.math.MathContext)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"setMaxCapacity(int)"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"setMaxCapacity(int)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractNioManagerBuilder","l":"setMaximumSize(Expression)","u":"setMaximumSize(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"setMaximumSize(Expression)","u":"setMaximumSize(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setMaxLoadFactor(double)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"setMaxResults(int)"},{"p":"com.tangosol.coherence.config.builder","c":"DaemonPoolBuilder","l":"setMaxThreadCount(Expression)","u":"setMaxThreadCount(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.management","c":"MBeanHelper.QueryExpFilter","l":"setMBeanServer(MBeanServer)","u":"setMBeanServer(javax.management.MBeanServer)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HealthProcessor.XMLHealthCheckDependencies","l":"setMemberHealthCheck(boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"ReadLocatorBuilder","l":"setMemberLocatorType(Expression)","u":"setMemberLocatorType(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"setMinCapacity(int)"},{"p":"com.tangosol.io.nio","c":"AbstractStoreManager","l":"setMinCapacity(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setMinLoadFactor(double)"},{"p":"com.tangosol.coherence.config.builder","c":"DaemonPoolBuilder","l":"setMinThreadCount(Expression)","u":"setMinThreadCount(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"setMissCache(Map)","u":"setMissCache(java.util.Map)"},{"p":"com.tangosol.coherence.config.scheme","c":"OverflowScheme","l":"setMissCacheScheme(LocalScheme)","u":"setMissCacheScheme(com.tangosol.coherence.config.scheme.LocalScheme)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setMissCacheScheme(LocalScheme)","u":"setMissCacheScheme(com.tangosol.coherence.config.scheme.LocalScheme)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"setMissedSoftTimeout(long)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"setModificationTime(long)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setModulo(int)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setMutable(boolean)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"setMutable(boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.ProviderBuilder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"setNamedCacheName(String)","u":"setNamedCacheName(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"setNamespacePrefix(String)","u":"setNamespacePrefix(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"setNamespacePrefix(String)","u":"setNamespacePrefix(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"NestingOPToken","l":"setNest(NestedBaseTokens)","u":"setNest(com.tangosol.coherence.dsltools.base.NestedBaseTokens)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"setNesting(String, String)","u":"setNesting(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"setNewValue(V)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"setNewValue(V)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"setNext(SegmentedHashMap.Entry)","u":"setNext(com.tangosol.util.SegmentedHashMap.Entry)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setNextBlockOffset(int)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"setNextCheckTime(long)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setNextCompactBlock(int)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.Entry","l":"setNextEntry(SimpleElement.AttributeMap.Entry)","u":"setNextEntry(com.tangosol.run.xml.SimpleElement.AttributeMap.Entry)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setNextNodeOffset(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setNextRehashBucket(int)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"setNextValidator(TransactionMap.Validator)","u":"setNextValidator(com.tangosol.util.TransactionMap.Validator)"},{"p":"com.tangosol.util","c":"TransactionMap.Validator","l":"setNextValidator(TransactionMap.Validator)","u":"setNextValidator(com.tangosol.util.TransactionMap.Validator)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"setNudASTName(String)","u":"setNudASTName(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setNullValuesAllowed(boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"setNullValuesAllowed(boolean)"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"setObject(Object)","u":"setObject(java.lang.Object)"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"setObject(Object)","u":"setObject(java.lang.Object)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"setObjectInputFilter(Object)","u":"setObjectInputFilter(java.lang.Object)"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"setObjectInputFilter(Object)","u":"setObjectInputFilter(java.lang.Object)"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"setObjectInputFilter(Object)","u":"setObjectInputFilter(java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"setObjectStreamFactory(ObjectStreamFactory)","u":"setObjectStreamFactory(com.tangosol.io.ObjectStreamFactory)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"setObserved(boolean)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"setOffset(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"setOffset(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"setOffsetInternal(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"setOffsetInternal(int)"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"setOldValue(V)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent","l":"setOldValue(V)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"setOperationName(Expression)","u":"setOperationName(com.tangosol.config.expression.Expression)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setOptimizeGetTime(boolean)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setOptimizeGetTime(boolean)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"setOptimizeMV(boolean)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"setOption(int, Object)","u":"setOption(int,java.lang.Object)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"setOrder(Interceptor.Order)","u":"setOrder(com.tangosol.net.events.annotation.Interceptor.Order)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"setOriginalBuffer(ReadBuffer)","u":"setOriginalBuffer(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"setOrphanedPartitions(PartitionSet)","u":"setOrphanedPartitions(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"Base","l":"setOut(PrintWriter)","u":"setOut(java.io.PrintWriter)"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"setOutputStream(OutputStream)","u":"setOutputStream(java.io.OutputStream)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"setOwner(int, int)","u":"setOwner(int,int)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"setOwners(int[])"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"setOwners(Ownership)","u":"setOwners(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setOwnerThread(Thread)","u":"setOwnerThread(java.lang.Thread)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"setOwnerThread(Thread)","u":"setOwnerThread(java.lang.Thread)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"setPacketMagic(int, int)","u":"setPacketMagic(int,int)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"setPacketMagic(int, int)","u":"setPacketMagic(int,int)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"setPage(int)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setPageDuration(long)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"setPageDurationSeconds(Expression)","u":"setPageDurationSeconds(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"setPageLimit(Expression)","u":"setPageLimit(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setPageSize(Expression)","u":"setPageSize(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"setPageSize(int)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"setParameterResolver(ParameterResolver)","u":"setParameterResolver(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setParent(XmlElement)","u":"setParent(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setParent(XmlElement)","u":"setParent(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"setParentXmlBean(XmlBean)","u":"setParentXmlBean(com.tangosol.run.xml.XmlBean)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"setPartialClass(Class)","u":"setPartialClass(java.lang.Class)"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"setPartialResult(Object)","u":"setPartialResult(java.lang.Object)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"setPartitioned(Expression)","u":"setPartitioned(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"setPartitionVersion(int, long)","u":"setPartitionVersion(int,long)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setPassivePagedBackup(boolean)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"setPending(boolean)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"setPersistenceEnvironment(AbstractPersistenceEnvironment)","u":"setPersistenceEnvironment(com.tangosol.persistence.AbstractPersistenceEnvironment)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"setPersistenceMode(String)","u":"setPersistenceMode(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"setPersistenceSnapshotDirectory(String)","u":"setPersistenceSnapshotDirectory(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"setPersistenceTrashDirectory(String)","u":"setPersistenceTrashDirectory(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader","l":"setPofContext(PofContext)","u":"setPofContext(com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"setPofContext(PofContext)","u":"setPofContext(com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof","c":"PofReader","l":"setPofContext(PofContext)","u":"setPofContext(com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"setPofContext(PofContext)","u":"setPofContext(com.tangosol.io.pof.PofContext)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"setPortMax(int)"},{"p":"com.tangosol.coherence.config.builder","c":"LocalAddressProviderBuilder","l":"setPortMin(int)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"setPreferJavaTime(boolean)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"setPreferJavaTime(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"setPreferredSize(Expression)","u":"setPreferredSize(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"InfixOPToken","l":"setPrefixAllowed(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setPreLoad(Expression)","u":"setPreLoad(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setPrevBlockOffset(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setPreviousModulo(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setPrevNodeOffset(int)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"setPrimaryOwner(int)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray","l":"setPrimitive(long, long)","u":"setPrimitive(long,long)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.Iterator","l":"setPrimitiveValue(long)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.PrimitiveNode","l":"setPrimitiveValue(long)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"setPrintWriter(PrintWriter)","u":"setPrintWriter(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setProtocol(String)","u":"setProtocol(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setProtocolVersionsNameList(SSLSocketProviderDependenciesBuilder.NameListDependencies)","u":"setProtocolVersionsNameList(com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder.NameListDependencies)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setProviderBuilder(SSLSocketProviderDependenciesBuilder.ProviderBuilder)","u":"setProviderBuilder(com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder.ProviderBuilder)"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"setPruneDelay(int)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"setPunctuation(String)","u":"setPunctuation(java.lang.String)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"setQueryConfig(QueryConfig)","u":"setQueryConfig(com.tangosol.coherence.rest.config.QueryConfig)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"setQueueDaemon(AsyncBinaryStore.QueueDaemon)","u":"setQueueDaemon(com.tangosol.io.AsyncBinaryStore.QueueDaemon)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"setQuorumRules(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])","u":"setQuorumRules(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[])"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setReader(BufferedReader)","u":"setReader(java.io.BufferedReader)"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"setReadOnly(boolean)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"setReadOnly(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setReadOnly(Expression)","u":"setReadOnly(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setReadThrough(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setReadThrough(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"setReconnectInterval(long)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"setReconnectInterval(long)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setReconnectRetryMillis(Expression)","u":"setReconnectRetryMillis(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setReconnectTimeoutMillis(Expression)","u":"setReconnectTimeoutMillis(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setReconnectWaitMillis(Expression)","u":"setReconnectWaitMillis(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"setRecoveryMillis(long)"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"setReferenceEnabled(boolean)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"setReferenceEnabled(boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setRefreshAheadFactor(double)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setRefreshAheadFactor(Expression)","u":"setRefreshAheadFactor(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics","l":"setRefreshFrequency(long)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setRefreshPeriod(Seconds)","u":"setRefreshPeriod(com.tangosol.coherence.config.unit.Seconds)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setRefreshPolicy(RefreshPolicy)","u":"setRefreshPolicy(com.tangosol.net.ssl.RefreshPolicy)"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"setRegistrationBehavior(RegistrationBehavior)","u":"setRegistrationBehavior(com.tangosol.util.RegistrationBehavior)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"setRegistrationContext(String)","u":"setRegistrationContext(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"setRegistry(Registry)","u":"setRegistry(com.tangosol.net.management.Registry)"},{"p":"com.tangosol.coherence.config.scheme","c":"CacheStoreScheme","l":"setRemoteCacheScheme(RemoteCacheScheme)","u":"setRemoteCacheScheme(com.tangosol.coherence.config.scheme.RemoteCacheScheme)"},{"p":"com.tangosol.coherence.config.scheme","c":"BaseGrpcScheme","l":"setRemoteScopeName(String)","u":"setRemoteScopeName(java.lang.String)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"setRemoveAction(SegmentedHashMap.RemoveAction)","u":"setRemoveAction(com.tangosol.util.SegmentedHashMap.RemoveAction)"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"setReported(boolean)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"setRequestTimeoutMillis(long)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfigurationMapListener","l":"setResourceRegistry(ResourceRegistry)","u":"setResourceRegistry(com.tangosol.util.ResourceRegistry)"},{"p":"com.tangosol.config.xml","c":"DocumentProcessor.DefaultDependencies","l":"setResourceRegistry(ResourceRegistry)","u":"setResourceRegistry(com.tangosol.util.ResourceRegistry)"},{"p":"com.tangosol.net","c":"AbstractInvocable","l":"setResult(Object)","u":"setResult(java.lang.Object)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"setResult(T)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setRetainConsumed(Expression)","u":"setRetainConsumed(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setRethrowExceptions(boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"setRipeMillis(long)"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityFilter.Authorizer","l":"setRole(String)","u":"setRole(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setRollbackCacheStoreFailures(Expression)","u":"setRollbackCacheStoreFailures(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"setRollover(int)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"setRoundingMode(RoundingMode)","u":"setRoundingMode(java.math.RoundingMode)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"setRuleMask(int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setSanityCheckingEnabled(boolean)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setSanityCheckingEnabled(boolean)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"setScale(Integer)","u":"setScale(java.lang.Integer)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"setSchedulingPriority(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractScheme","l":"setSchemeName(String)","u":"setSchemeName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"setScopeName(String)","u":"setScopeName(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"setScopeName(String)","u":"setScopeName(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"setScopeName(String)","u":"setScopeName(java.lang.String)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setSecurityConfig(XmlElement)","u":"setSecurityConfig(com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"setSerializerFactory(NamedSerializerFactory)","u":"setSerializerFactory(com.tangosol.io.NamedSerializerFactory)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"setService(Service)","u":"setService(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"setService(Service)","u":"setService(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"setServiceConfig(String, XmlElement)","u":"setServiceConfig(java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"setServiceDependencies(D)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"setServiceName(String)","u":"setServiceName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"setServiceSchemeRegistry(ServiceSchemeRegistry)","u":"setServiceSchemeRegistry(com.tangosol.coherence.config.ServiceSchemeRegistry)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setSession(Session)","u":"setSession(com.tangosol.net.Session)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setShrinkageCount(int)"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"setShrinkageThreshold(int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setSilentMode(boolean)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setSilentMode(boolean)"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"setSingletonFactory(ConfigurableCacheFactory)","u":"setSingletonFactory(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"setSize(int)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"setSizeAction(SegmentedConcurrentMap.SizeAction)","u":"setSizeAction(com.tangosol.util.SegmentedConcurrentMap.SizeAction)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"setSizeThreshold(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"setSlidingExpiry(Expression)","u":"setSlidingExpiry(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"setSocketOptions(SocketOptions)","u":"setSocketOptions(java.net.SocketOptions)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.DefaultDependencies","l":"setSocketProviderFactory(SocketProviderFactory)","u":"setSocketProviderFactory(com.tangosol.net.SocketProviderFactory)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies","l":"setSocketProviderFactory(SocketProviderFactory)","u":"setSocketProviderFactory(com.tangosol.net.SocketProviderFactory)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"setSoftTimeout(long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setState(int)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"setState(int)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"setState(int)"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"setState(int)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"setState(int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setStatementExecutor(StatementExecutor)","u":"setStatementExecutor(com.tangosol.coherence.dslquery.StatementExecutor)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setStatementExecutor(StatementExecutor)","u":"setStatementExecutor(com.tangosol.coherence.dslquery.StatementExecutor)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setStatements(List)","u":"setStatements(java.util.List)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"setStatisticsEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setStatisticsEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setStatisticsEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"setStatisticsEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"setStatisticsEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCache","l":"setStatisticsEnabled(boolean)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"setStatisticsEnabled(boolean)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"setStatus(int)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"setStatus(int)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"setStatus(int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setStopOnError(boolean)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"setStorageAccessAuthorizer(Expression)","u":"setStorageAccessAuthorizer(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setStorageAccessAuthorizer(Expression)","u":"setStorageAccessAuthorizer(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setStorageScheme(CachingScheme)","u":"setStorageScheme(com.tangosol.coherence.config.scheme.CachingScheme)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"setStoreAllSupported(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setStoreByValue(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setStoreByValue(boolean)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"setStoreName(Expression)","u":"setStoreName(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"setStoreSupported(boolean)"},{"p":"com.tangosol.util","c":"CacheCollator","l":"setStrength(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"setStrict(boolean)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"setStrict(boolean)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPScanner","l":"setStrictness(boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setString(String)","u":"setString(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setString(String)","u":"setString(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"AbstractBigDecimalAggregator","l":"setStripTrailingZeros(boolean)"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"setSubscriberGroupBuilders(Collection)","u":"setSubscriberGroupBuilders(java.util.Collection)"},{"p":"com.tangosol.coherence.config.builder","c":"SubscriberGroupBuilder","l":"setSubscriberGroupName(String)","u":"setSubscriberGroupName(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setSubscriberTimeout(Expression)","u":"setSubscriberTimeout(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeyMask","l":"setSynthetic(boolean)"},{"p":"com.tangosol.util","c":"Daemon.DaemonWorker","l":"setThread(Thread)","u":"setThread(java.lang.Thread)"},{"p":"com.tangosol.net","c":"GuardSupport","l":"setThreadContext(Guardian.GuardContext)","u":"setThreadContext(com.tangosol.net.Guardian.GuardContext)"},{"p":"com.tangosol.util","c":"Daemon","l":"setThreadContextClassLoader(ClassLoader)","u":"setThreadContextClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"setThreadThreshold(Expression)","u":"setThreadThreshold(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"setThreadThreshold(int)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"setThreshold(int)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"setThresholdFactor(float)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"setTime(Time)","u":"setTime(java.sql.Time)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"setTime(Time)","u":"setTime(java.sql.Time)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setTimeout(Duration)","u":"setTimeout(com.oracle.coherence.common.util.Duration)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setTimeout(Duration)","u":"setTimeout(com.oracle.coherence.common.util.Duration)"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"setTimeout(long)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder.SetTimeoutOPToken","l":"SetTimeoutOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder.SetTimeoutStatement","l":"SetTimeoutStatement(Duration)","u":"%3Cinit%3E(com.oracle.coherence.common.util.Duration)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"SetTimeoutStatementBuilder","l":"SetTimeoutStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"setTimeToLive(int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setTitle(String)","u":"setTitle(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setTitle(String)","u":"setTitle(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"setTopAnchor(Object)","u":"setTopAnchor(java.lang.Object)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setTraceEnabled(boolean)"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DefaultDependencies","l":"setTraceEnabled(boolean)"},{"p":"com.oracle.coherence.concurrent.executor.management","c":"ExecutorMBean","l":"setTraceLogging(boolean)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"setTransactionIsolation(int)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"setTransactionTimeout(int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServiceDependencies.DefaultDependencies","l":"setTransferThreshold(Long)","u":"setTransferThreshold(java.lang.Long)"},{"p":"com.tangosol.coherence.config.scheme","c":"ContinuousQueryCacheScheme","l":"setTransformerBuilder(ParameterizedBuilder)","u":"setTransformerBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"setTransient(Expression)","u":"setTransient(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedTopicScheme","l":"setTransient(Expression)","u":"setTransient(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"setTranslateEvents(boolean)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"setTranslateEvents(boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"setTrustManager(ManagerDependencies)","u":"setTrustManager(com.tangosol.internal.net.ssl.ManagerDependencies)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"setTTL(byte)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"setType(Expression)","u":"setType(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"setType(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setType(int)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setTypes(Class, Class)","u":"setTypes(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setTypes(Class, Class)","u":"setTypes(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheConfiguration","l":"setTypes(Class, Class)","u":"setTypes(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"setUniformElementType(int)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"setUniformEncoded()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setUnitCalculator(ConfigurableCacheMap.UnitCalculator)","u":"setUnitCalculator(com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"setUnitCalculator(ConfigurableCacheMap.UnitCalculator)","u":"setUnitCalculator(com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setUnitCalculator(ConfigurableCacheMap.UnitCalculator)","u":"setUnitCalculator(com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setUnitCalculator(ConfigurableCacheMap.UnitCalculator)","u":"setUnitCalculator(com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"setUnitCalculator(ConfigurableCacheMap.UnitCalculator)","u":"setUnitCalculator(com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"setUnitCalculatorBuilder(UnitCalculatorBuilder)","u":"setUnitCalculatorBuilder(com.tangosol.coherence.config.builder.UnitCalculatorBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"setUnitCalculatorBuilder(UnitCalculatorBuilder)","u":"setUnitCalculatorBuilder(com.tangosol.coherence.config.builder.UnitCalculatorBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"setUnitCalculatorBuilder(UnitCalculatorBuilder)","u":"setUnitCalculatorBuilder(com.tangosol.coherence.config.builder.UnitCalculatorBuilder)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setUnitCalculatorBuilder(UnitCalculatorBuilder)","u":"setUnitCalculatorBuilder(com.tangosol.coherence.config.builder.UnitCalculatorBuilder)"},{"p":"com.tangosol.coherence.config.builder","c":"UnitCalculatorBuilder","l":"setUnitCalculatorType(Expression)","u":"setUnitCalculatorType(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setUnitCalculatorType(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractJournalScheme","l":"setUnitFactor(Expression)","u":"setUnitFactor(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"setUnitFactor(Expression)","u":"setUnitFactor(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"setUnitFactor(Expression)","u":"setUnitFactor(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"setUnitFactor(Expression)","u":"setUnitFactor(com.tangosol.config.expression.Expression)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"setUnitFactor(int)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap","l":"setUnitFactor(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"setUnitFactor(int)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"setUnitFactor(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache","l":"setUnitFactor(int)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.Entry","l":"setUnits(int)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"setUnits(int)"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"setUnits(int)"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"setUnits(int)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"setUnits(int)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"setUnits(long)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"setUnlockAction(SegmentedConcurrentMap.UnlockAction)","u":"setUnlockAction(com.tangosol.util.SegmentedConcurrentMap.UnlockAction)"},{"p":"com.tangosol.net.ssl","c":"URLCertificateLoader","l":"setURL(String)","u":"setURL(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies","l":"setUsage(String)","u":"setUsage(java.lang.String)"},{"p":"com.tangosol.net","c":"Service","l":"setUserContext(Object)","u":"setUserContext(java.lang.Object)"},{"p":"com.tangosol.net","c":"WrapperService","l":"setUserContext(Object)","u":"setUserContext(java.lang.Object)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"setValidator(TransactionMap.Validator)","u":"setValidator(com.tangosol.util.TransactionMap.Validator)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"setValue(Binary)","u":"setValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"PrimitiveSparseArray.PrimitiveNode","l":"setValue(Long)","u":"setValue(java.lang.Long)"},{"p":"com.tangosol.coherence.rest","c":"EntryResource","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.io.pof.reflect","c":"AbstractPofValue","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.io.pof.reflect","c":"PofSparseArray.NilPofValue","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.io.pof.reflect","c":"PofValue","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.Entry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.NullableEntry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleLongArray.Iterator","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"setValue(Object)","u":"setValue(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"setValue(Object, boolean)","u":"setValue(java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"setValue(Object, boolean)","u":"setValue(java.lang.Object,boolean)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"com.oracle.coherence.mp.config","c":"CoherenceConfigSource","l":"setValue(String, String)","u":"setValue(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterLongArray.ConverterLongArrayIterator","l":"setValue(T)"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"setValue(TV)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"setValue(V)"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet.Entry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray.SafeIterator","l":"setValue(V)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"setValue(V)"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"setValue(V)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventEntry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"setValue(V)"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"LongArray.Iterator","l":"setValue(V)"},{"p":"com.tangosol.util","c":"ObservableHashMap.Entry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"SparseArray.ObjectNode","l":"setValue(V)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"setValue(V)"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"setValue(V)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"setValue(V, boolean)","u":"setValue(V,boolean)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"setValue(V, boolean)","u":"setValue(V,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"setValue(V, boolean)","u":"setValue(V,boolean)"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"setValue(V, boolean)","u":"setValue(V,boolean)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"setValue(V, boolean)","u":"setValue(V,boolean)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"setValue(V, boolean)","u":"setValue(V,boolean)"},{"p":"com.tangosol.coherence.rest.config","c":"ResourceConfig","l":"setValueClass(Class)","u":"setValueClass(java.lang.Class)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"setValueClassName(String)","u":"setValueClassName(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"setValueClassName(String)","u":"setValueClassName(java.lang.String)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"setValueInternal(Object)","u":"setValueInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"setValueInternal(Object)","u":"setValueInternal(java.lang.Object)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"setValuesImmutable(boolean)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"setVersion(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"setVersionId(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"setVersionId(int)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"setVersionId(int)"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SetView","l":"SetView()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ImmutableMultiList.SetView","l":"SetView()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"setVirtualErase(boolean)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"setWaitingOnPending(boolean)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"setWaitMillis(long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setWriteBatchFactor(double)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setWriteBatchFactor(Expression)","u":"setWriteBatchFactor(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setWriteBehindMillis(long)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setWriteBehindRemove(Expression)","u":"setWriteBehindRemove(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setWriteBehindSeconds(int)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setWriteDelay(Expression)","u":"setWriteDelay(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setWriteDelaySeconds(Expression)","u":"setWriteDelaySeconds(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setWriteMaxBatchSize(Expression)","u":"setWriteMaxBatchSize(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setWriteMaxBatchSize(int)"},{"p":"com.tangosol.coherence.dslquery","c":"ExecutionContext","l":"setWriter(PrintWriter)","u":"setWriter(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"setWriteRequeueThreshold(Expression)","u":"setWriteRequeueThreshold(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"setWriteRequeueThreshold(int)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"setWriteThrough(boolean)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCompleteConfiguration","l":"setWriteThrough(boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"ServiceBuilder","l":"setXml(XmlElement)","u":"setXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractServiceScheme","l":"setXml(XmlElement)","u":"setXml(com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net","c":"ScopedCacheFactoryBuilder","l":"setXmlConfig(ClassLoader, URL, XmlElement)","u":"setXmlConfig(java.lang.ClassLoader,java.net.URL,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"BdbStoreManagerBuilder","l":"setXmlInitParams(Expression)","u":"setXmlInitParams(com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedDataOutputStream","l":"ShieldedDataOutputStream(DataOutput)","u":"%3Cinit%3E(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedInputStream","l":"ShieldedInputStream(InputStream)","u":"%3Cinit%3E(java.io.InputStream)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedObjectOutputStream","l":"ShieldedObjectOutputStream(ObjectOutput)","u":"%3Cinit%3E(java.io.ObjectOutput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.ShieldedOutputStream","l":"ShieldedOutputStream(OutputStream)","u":"%3Cinit%3E(java.io.OutputStream)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"SHORT_ARRAY_EMPTY"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ShortAdapter","l":"ShortAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"ShortArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"SHORTLITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"SHORTLITERAL"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"shortValue()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"shortValue()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"shouldDispatch(MapListener)","u":"shouldDispatch(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"MapEvent","l":"shouldDispatch(MapListener)","u":"shouldDispatch(com.tangosol.util.MapListener)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EventHandler","l":"shouldFire(E)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.EntryProcessorEventHandler","l":"shouldFire(EntryProcessorEvent)","u":"shouldFire(com.tangosol.net.events.partition.cache.EntryProcessorEvent)"},{"p":"com.tangosol.net.ssl","c":"RefreshPolicy","l":"shouldRefresh(SSLSocketProvider.Dependencies, ManagerDependencies, ManagerDependencies)","u":"shouldRefresh(com.oracle.coherence.common.net.SSLSocketProvider.Dependencies,com.tangosol.internal.net.ssl.ManagerDependencies,com.tangosol.internal.net.ssl.ManagerDependencies)"},{"p":"com.tangosol.util.filter","c":"LessEqualsFilter","l":"shouldRemoveKeys(Set, Set)","u":"shouldRemoveKeys(java.util.Set,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"LessFilter","l":"shouldRemoveKeys(Set, Set)","u":"shouldRemoveKeys(java.util.Set,java.util.Set)"},{"p":"com.tangosol.io.pof","c":"LoggingPofHandler","l":"show(int, String)","u":"show(int,java.lang.String)"},{"p":"com.tangosol.net","c":"LoadBalancer","l":"showInstructions()"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"showPlan()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"AbstractQueryPlusStatementBuilder.AbstractStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"BackupStatementBuilder.BackupStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateCacheStatementBuilder.CreateCacheStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"CreateIndexStatementBuilder.CreateIndexStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DeleteStatementBuilder.DeleteStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropCacheStatementBuilder.DropCacheStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"DropIndexStatementBuilder.DropIndexStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"InsertStatementBuilder.InsertStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ForceRecoveryStatementBuilder.ForceRecoveryStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListArchiverStatementBuilder.ListArchiverStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListServicesStatementBuilder.ListServicesStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ListSnapshotsStatementBuilder.ListSnapshotsStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ResumeServiceStatementBuilder.ResumeServiceStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder.SuspendServiceStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder.ValidateSnapshotStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder.QueryRecorderStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"RestoreStatementBuilder.RestoreStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SelectStatementBuilder.SelectStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery","c":"Statement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder.SourceStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder.TruncateCacheStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"showPlan(PrintWriter)","u":"showPlan(java.io.PrintWriter)"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"showUsage()"},{"p":"com.tangosol.io.nio","c":"AbstractBufferManager","l":"shrink(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferManager","l":"shrink(int)"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"SHUTDOWN_FORCE"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"SHUTDOWN_GRACEFUL"},{"p":"com.tangosol.net","c":"ClusterDependencies","l":"SHUTDOWN_NONE"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"shutdown()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"shutdown()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"shutdown()"},{"p":"com.tangosol.net","c":"CacheFactory","l":"shutdown()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"shutdown()"},{"p":"com.tangosol.net","c":"WrapperService","l":"shutdown()"},{"p":"com.tangosol.util","c":"Controllable","l":"shutdown()"},{"p":"com.tangosol.util","c":"Daemon","l":"shutdown(long)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"shutdownEventQueue()"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"shutdownNow()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"shutdownServer()"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"signal()"},{"p":"com.oracle.coherence.common.base","c":"Notifier","l":"signal()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"signal()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"signal()"},{"p":"com.oracle.coherence.common.base","c":"ConcurrentNotifier","l":"signalInternal()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"signalInternal()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"signalLocalThreads()"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"SIGNATURE_ALGORITHM"},{"p":"com.tangosol.net.security","c":"DefaultController","l":"SIGNATURE_ENGINE"},{"p":"com.tangosol.net.management","c":"AnnotatedStandardEmitterMBean.SilentEmitter","l":"SilentEmitter(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"SimpleAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"SimpleAssignmentStrategy()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleAttribute","l":"SimpleAttribute(XmlElement, String, XmlValue)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlElement,java.lang.String,com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.config.xml","c":"SimpleAttributeProcessor","l":"SimpleAttributeProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SimpleBuilderProcessor","l":"SimpleBuilderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"SimpleCacheStatistics()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"SimpleDaemonPoolExecutor(DaemonPool)","u":"%3Cinit%3E(com.tangosol.internal.util.DaemonPool)"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"SimpleDaemonPoolExecutor(DefaultDaemonPoolDependencies)","u":"%3Cinit%3E(com.tangosol.internal.util.DefaultDaemonPoolDependencies)"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"SimpleDaemonPoolExecutor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"SimpleDaemonPoolExecutor(String, int, int, int)","u":"%3Cinit%3E(java.lang.String,int,int,int)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"SimpleDocument()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"SimpleDocument(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"SimpleDocument(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"SimpleElement()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"SimpleElement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"SimpleElement(String, Object)","u":"%3Cinit%3E(java.lang.String,java.lang.Object)"},{"p":"com.tangosol.config.xml","c":"SimpleElementProcessor","l":"SimpleElementProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"SimpleEntry(K, V)","u":"%3Cinit%3E(K,V)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"SimpleEntry(Map, K, boolean)","u":"%3Cinit%3E(java.util.Map,K,boolean)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"SimpleEntry(Map, K, V, boolean)","u":"%3Cinit%3E(java.util.Map,K,V,boolean)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"SimpleEnumerator(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"SimpleEnumerator(E[])","u":"%3Cinit%3E(E[])"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"SimpleEnumerator(E[], int, int)","u":"%3Cinit%3E(E[],int,int)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"SimpleEnumerator(E[], int, int, boolean, boolean)","u":"%3Cinit%3E(E[],int,int,boolean,boolean)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"SimpleEnumerator(Enumeration)","u":"%3Cinit%3E(java.util.Enumeration)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"SimpleEnumerator(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.io","c":"SimpleEvolvable","l":"SimpleEvolvable(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"SimpleHandler(String, char[])","u":"%3Cinit%3E(java.lang.String,char[])"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"SimpleHandler(String, char[], boolean)","u":"%3Cinit%3E(java.lang.String,char[],boolean)"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"SimpleHandler(String, String, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean)"},{"p":"com.oracle.coherence.common.base","c":"SimpleHolder","l":"SimpleHolder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"SimpleHolder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"SimpleHolder","l":"SimpleHolder(V)","u":"%3Cinit%3E(V)"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"SimpleHolder(V)","u":"%3Cinit%3E(V)"},{"p":"com.tangosol.net.cache","c":"CachingMap.SimpleListener","l":"SimpleListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.SimpleLoadCalculator","l":"SimpleLoadCalculator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"SimpleLongArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleLongArray","l":"SimpleLongArray(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"SimpleMapEntry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"SimpleMapEntry(K)","u":"%3Cinit%3E(K)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"SimpleMapEntry(K, V)","u":"%3Cinit%3E(K,V)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"SimpleMapEntry(K, V, V)","u":"%3Cinit%3E(K,V,V)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"SimpleMapEntry(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"SimpleMapEvent()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"SimpleMapEvent(MapEvent)","u":"%3Cinit%3E(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"SimpleMapIndex(ValueExtractor, boolean, Comparator, BackingMapContext)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator,com.tangosol.net.BackingMapContext)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"SimpleMapIndex(ValueExtractor, boolean, Comparator, boolean, BackingMapContext)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,boolean,java.util.Comparator,boolean,com.tangosol.net.BackingMapContext)"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SimpleMemoryCalculator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.fsm","c":"SimpleModel","l":"SimpleModel(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"SimpleOverflowMap(ObservableMap, Map)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,java.util.Map)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"SimpleOverflowMap(ObservableMap, Map, Map)","u":"%3Cinit%3E(com.tangosol.util.ObservableMap,java.util.Map,java.util.Map)"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"SimpleParameterizedBuilderRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"SimpleParameterizedBuilderRegistry","l":"SimpleParameterizedBuilderRegistry(ParameterizedBuilderRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.ParameterizedBuilderRegistry)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"SimpleParameterList()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"SimpleParameterList(Object...)","u":"%3Cinit%3E(java.lang.Object...)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"SimpleParameterList(ParameterList)","u":"%3Cinit%3E(com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"SimpleParser()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"SimpleParser(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"SimplePartitionKey()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"SimplePartitionKey(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"SimplePofContext()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"SimplePofPath()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"SimplePofPath(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"SimplePofPath(int[])","u":"%3Cinit%3E(int[])"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofValue","l":"SimplePofValue(PofValue, ReadBuffer, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.reflect.PofValue,com.tangosol.io.ReadBuffer,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"SimpleQueryRecord()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"SimpleQueryRecord(QueryRecorder.RecordType, Collection)","u":"%3Cinit%3E(com.tangosol.util.aggregator.QueryRecorder.RecordType,java.util.Collection)"},{"p":"com.tangosol.util","c":"SimpleQueryRecordReporter","l":"SimpleQueryRecordReporter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"SimpleResourceRegistry()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleResourceResolver","l":"SimpleResourceResolver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"SimpleSerializationMap(BinaryStore)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"SimpleSerializationMap(BinaryStore, boolean)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"SimpleSerializationMap(BinaryStore, ClassLoader)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore,java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"SimpleServiceLoadBalancer","l":"SimpleServiceLoadBalancer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"SimpleServiceLoadBalancer","l":"SimpleServiceLoadBalancer(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"SimpleServiceMonitor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"SimpleServiceMonitor(long)","u":"%3Cinit%3E(long)"},{"p":"com.tangosol.util","c":"SimpleStack","l":"SimpleStack()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleStack","l":"SimpleStack(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"SimpleStreamer(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"SimpleStreamer(Iterable)","u":"%3Cinit%3E(java.lang.Iterable)"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"SimpleStreamer(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"SimpleStreamer(Iterator, long, int)","u":"%3Cinit%3E(java.util.Iterator,long,int)"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"SimpleStreamer(Stream)","u":"%3Cinit%3E(java.util.stream.Stream)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"SimpleValidator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"SimpleValue()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"SimpleValue(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"SimpleValue(Object, boolean)","u":"%3Cinit%3E(java.lang.Object,boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"SimpleValue(Object, boolean, boolean)","u":"%3Cinit%3E(java.lang.Object,boolean,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper.SimpleXmlBeanClassCache","l":"SimpleXmlBeanClassCache()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"AllFilter","l":"simplifyFilters()"},{"p":"com.tangosol.util.filter","c":"AnyFilter","l":"simplifyFilters()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"simplifyFilters()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"simplifyFilters()"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"simplifyFilters()"},{"p":"com.tangosol.util","c":"Processors","l":"singleEntryAsynchronous(InvocableMap.EntryProcessor)","u":"singleEntryAsynchronous(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util","c":"Processors","l":"singleEntryAsynchronous(InvocableMap.EntryProcessor, int)","u":"singleEntryAsynchronous(com.tangosol.util.InvocableMap.EntryProcessor,int)"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"SingleEntryAsynchronousProcessor(InvocableMap.EntryProcessor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"SingleEntryAsynchronousProcessor(InvocableMap.EntryProcessor, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,java.util.concurrent.Executor)"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"SingleEntryAsynchronousProcessor(InvocableMap.EntryProcessor, int)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int)"},{"p":"com.tangosol.util.processor","c":"SingleEntryAsynchronousProcessor","l":"SingleEntryAsynchronousProcessor(InvocableMap.EntryProcessor, int, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int,java.util.concurrent.Executor)"},{"p":"com.tangosol.net","c":"CompositeAddressProvider.SingleProvider","l":"SingleProvider(InetSocketAddress)","u":"%3Cinit%3E(java.net.InetSocketAddress)"},{"p":"com.tangosol.util","c":"LongArray","l":"singleton(V)"},{"p":"com.tangosol.net","c":"SingletonCacheFactoryBuilder","l":"SingletonCacheFactoryBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"SingleWaiterCooperativeNotifier()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"SingleWaiterMultiNotifier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"SITE_SAFE"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"SITE_SAFE"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.ClusterQuorumPolicy","l":"SITES"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"SITTING"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_BASIC_OBJECT"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_BIGDECIMAL"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_BIGINTEGER"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_BINARY"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_BOOLEAN"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_BYTE"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_CHARACTER"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"SIZE_COPY_BUFFER"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_DATE"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_DOUBLE"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_ENTRY"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_FLOAT"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_INTEGER"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_LONG"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_OBJECT"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_OBJECT_REF"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_SHORT"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_STRING"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"SIZE_TIMESTAMP"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"size()"},{"p":"com.tangosol.coherence.config","c":"CacheMappingRegistry","l":"size()"},{"p":"com.tangosol.coherence.config","c":"ParameterList","l":"size()"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"size()"},{"p":"com.tangosol.coherence.config","c":"ResourceMappingRegistry","l":"size()"},{"p":"com.tangosol.coherence.config","c":"SchemeMappingRegistry","l":"size()"},{"p":"com.tangosol.coherence.config","c":"ServiceSchemeRegistry","l":"size()"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"size()"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"size()"},{"p":"com.tangosol.io","c":"BinaryStore.SizeAware","l":"size()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.EntrySet","l":"size()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"size()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"size()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.ValuesCollection","l":"size()"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"size()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"size()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"size()"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeySet","l":"size()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"size()"},{"p":"com.tangosol.net.cache","c":"LocalCache.ValuesCollection","l":"size()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet","l":"size()"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"size()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"size()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"size()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"size()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"size()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ValuesCollection","l":"size()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"size()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"size()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"size()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"size()"},{"p":"com.tangosol.net","c":"CompositeAddressProvider","l":"size()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"size()"},{"p":"com.tangosol.net","c":"LoadBalancer.Queue","l":"size()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.MaskedPartitionMap","l":"size()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"size()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap.EntrySet","l":"size()"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"size()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.EntrySet","l":"size()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.KeySet","l":"size()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"size()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"size()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap","l":"size()"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"size()"},{"p":"com.tangosol.util","c":"ChainedMap.EntrySet","l":"size()"},{"p":"com.tangosol.util","c":"ChainedMap","l":"size()"},{"p":"com.tangosol.util","c":"ChainedSet","l":"size()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"size()"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"size()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"size()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"size()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"size()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.EntrySet","l":"size()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap.KeySet","l":"size()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"size()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"size()"},{"p":"com.tangosol.util","c":"Dequeue","l":"size()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"size()"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"size()"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"size()"},{"p":"com.tangosol.util","c":"KeyValueArrayMap","l":"size()"},{"p":"com.tangosol.util","c":"LiteSet","l":"size()"},{"p":"com.tangosol.util","c":"MapSet","l":"size()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"size()"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"size()"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"size()"},{"p":"com.tangosol.util","c":"OpenHashMap","l":"size()"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"size()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"size()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"size()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"size()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"size()"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"size()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"size()"},{"p":"com.tangosol.util","c":"SafeHashMap.ValuesCollection","l":"size()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"size()"},{"p":"com.tangosol.util","c":"SafeSortedMap.EntrySet","l":"size()"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"size()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"size()"},{"p":"com.tangosol.util","c":"SafeSortedMap.Values","l":"size()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"size()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"size()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"size()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"size()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ValuesCollection","l":"size()"},{"p":"com.tangosol.util","c":"SetMap","l":"size()"},{"p":"com.tangosol.util","c":"SimpleStreamer","l":"size()"},{"p":"com.tangosol.util","c":"SortedBag","l":"size()"},{"p":"com.tangosol.util","c":"Streamer","l":"size()"},{"p":"com.tangosol.util","c":"SubList","l":"size()"},{"p":"com.tangosol.util","c":"SubSet","l":"size()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"size()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"size()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"size()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"size()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"size(Map[])","u":"size(java.util.Map[])"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.SizeAction","l":"size(Object)","u":"size(java.lang.Object)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"size(SizeRequest)","u":"size(com.oracle.coherence.grpc.SizeRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"size(SizeRequest)","u":"size(com.oracle.coherence.grpc.SizeRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"size(SizeRequest, StreamObserver)","u":"size(com.oracle.coherence.grpc.SizeRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"size(String, String)","u":"size(java.lang.String,java.lang.String)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.SizeAction","l":"SizeAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Streamer","l":"SIZED"},{"p":"com.tangosol.io","c":"FileHelper","l":"sizeDir(File)","u":"sizeDir(java.io.File)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"SizeEstimatingBufferOutput()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"sizeOf(Class)","u":"sizeOf(java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"SimpleMemoryCalculator","l":"sizeOf(Object)","u":"sizeOf(java.lang.Object)"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator","l":"sizeOf(Object)","u":"sizeOf(java.lang.Object)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"sizeofPackedInt(int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"skip(long)"},{"p":"com.tangosol.io","c":"MultiByteArrayInputStream","l":"skip(long)"},{"p":"com.tangosol.io.nio","c":"ByteBufferInputStream","l":"skip(long)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"skip(long)"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"skip(long)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"skip(long)"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"skip(long)"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"skip(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullReader","l":"skip(long)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"skip(long)"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"skip(long)"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"skip(long)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"skip(long)"},{"p":"com.tangosol.run.xml","c":"SimpleParser","l":"skipBOM(InputStream)","u":"skipBOM(java.io.InputStream)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer.AbstractBufferInput","l":"skipBytes(int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"skipBytes(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer.ByteBufferInput","l":"skipBytes(int)"},{"p":"com.tangosol.io","c":"PackedDataInputStream","l":"skipBytes(int)"},{"p":"com.tangosol.io.pof","c":"PofInputStream","l":"skipBytes(int)"},{"p":"com.tangosol.io","c":"ReadBuffer.BufferInput","l":"skipBytes(int)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"skipBytes(int)"},{"p":"com.tangosol.io.pof.reflect","c":"ComplexPofValue","l":"skipChild(ReadBuffer.BufferInput)","u":"skipChild(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"skipPackedInts(ReadBuffer.BufferInput, int)","u":"skipPackedInts(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"skipUniformValue(ReadBuffer.BufferInput, int)","u":"skipUniformValue(com.tangosol.io.ReadBuffer.BufferInput,int)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"skipValue(ReadBuffer.BufferInput)","u":"skipValue(com.tangosol.io.ReadBuffer.BufferInput)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"skipWhiteSpace()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"SLEEP_TIME"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"sleep(long)"},{"p":"com.tangosol.util","c":"Base","l":"sleep(long)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"sleep(long, int)","u":"sleep(long,int)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"SLEEPYCAT_JE_PROPERTY_PREFIX"},{"p":"com.tangosol.persistence","c":"Snapshot","l":"Snapshot(String, String[])","u":"%3Cinit%3E(java.lang.String,java.lang.String[])"},{"p":"com.tangosol.net","c":"LoadBalancer.SocketHandler","l":"SocketHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketOptions","l":"SocketOptions()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SocketOptionsProcessor","l":"SocketOptionsProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"SocketProviderBuilder(SocketProvider, boolean)","u":"%3Cinit%3E(com.oracle.coherence.common.net.SocketProvider,boolean)"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"SocketProviderBuilder(String, SocketProviderFactory.Dependencies, boolean)","u":"%3Cinit%3E(java.lang.String,com.tangosol.net.SocketProviderFactory.Dependencies,boolean)"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"SocketProviderFactory()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"SocketProviderFactory(SocketProviderFactory.Dependencies)","u":"%3Cinit%3E(com.tangosol.net.SocketProviderFactory.Dependencies)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SocketProviderProcessor","l":"SocketProviderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SocketProvidersProcessor","l":"SocketProvidersProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"sort(Comparator)","u":"sort(java.util.Comparator)"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"sorted()"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"sorted()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"sorted()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"sorted()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"sorted()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"sorted()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"sorted(Comparator)","u":"sorted(java.util.Comparator)"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"sorted(Comparator)","u":"sorted(java.util.Comparator)"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"sorted(Comparator)","u":"sorted(java.util.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"sorted(Remote.Comparator)","u":"sorted(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"sorted(Remote.Comparator, boolean)","u":"sorted(com.tangosol.util.function.Remote.Comparator,boolean)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"sorted(ValueExtractor)","u":"sorted(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"sorted(ValueExtractor, boolean)","u":"sorted(com.tangosol.util.ValueExtractor,boolean)"},{"p":"com.tangosol.util","c":"SortedBag","l":"SortedBag()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SortedBag","l":"SortedBag(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.util","c":"SortedEnumerator","l":"SortedEnumerator(Enumeration)","u":"%3Cinit%3E(java.util.Enumeration)"},{"p":"com.tangosol.util","c":"SortedEnumerator","l":"SortedEnumerator(Iterator)","u":"%3Cinit%3E(java.util.Iterator)"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SortedSetView","l":"SortedSetView()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"sortHolders(List)","u":"sortHolders(java.util.List)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder.SourceStatement","l":"source(String, ExecutionContext)","u":"source(java.lang.String,com.tangosol.coherence.dslquery.ExecutionContext)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder.SourceStatement","l":"SourceStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder","l":"SourceStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.SpaceDefaultDelimiterExpansionProcessor","l":"SpaceDefaultDelimiterExpansionProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SparseArray","l":"SparseArray()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SpecificInstanceProcessor","l":"SpecificInstanceProcessor(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SpecificInstanceProcessor","l":"SpecificInstanceProcessor(Class, AbstractEmptyElementProcessor.EmptyElementBehavior)","u":"%3Cinit%3E(java.lang.Class,com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor.EmptyElementBehavior)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SpecificInstanceProcessor","l":"SpecificInstanceProcessor(Class, T)","u":"%3Cinit%3E(java.lang.Class,T)"},{"p":"com.tangosol.net","c":"NonBlockingTcpDatagramSocket","l":"SPLIT"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"split()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"split(int)"},{"p":"com.tangosol.util","c":"Binary","l":"split(int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"splitByOwner(PartitionSet)","u":"splitByOwner(com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"spliterator()"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"spliterator()"},{"p":"com.tangosol.util","c":"SafeSortedMap.Values","l":"spliterator()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"spliterator()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"spliterator()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"spliterator()"},{"p":"com.tangosol.util","c":"Streamer","l":"spliterator()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"spliterator()"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLArchiveSnapshotOPToken","l":"SQLArchiveSnapshotOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLBackupOPToken","l":"SQLBackupOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLCreateCacheOPToken","l":"SQLCreateCacheOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLCreateIndexOPToken","l":"SQLCreateIndexOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLCreateSnapshotOPToken","l":"SQLCreateSnapshotOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDeleteOPToken","l":"SQLDeleteOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDropCacheOPToken","l":"SQLDropCacheOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLDropIndexOPToken","l":"SQLDropIndexOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLExplainOPToken","l":"SQLExplainOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLForceRecoveryOPToken","l":"SQLForceRecoveryOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLInsertOPToken","l":"SQLInsertOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListArchivedSnapshotsOPToken","l":"SQLListArchivedSnapshotsOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListArchiverOPToken","l":"SQLListArchiverOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListServicesOPToken","l":"SQLListServicesOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLListSnapshotsOPToken","l":"SQLListSnapshotsOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLOPToken","l":"SQLOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLOPToken","l":"SQLOPToken(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLPeekOPToken","l":"SQLPeekOPToken(String, OPToken...)","u":"%3Cinit%3E(java.lang.String,com.tangosol.coherence.dsltools.precedence.OPToken...)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRecoverSnapshotOPToken","l":"SQLRecoverSnapshotOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRemoveSnapshotOPToken","l":"SQLRemoveSnapshotOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLRestoreOPToken","l":"SQLRestoreOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLResumeServiceOPToken","l":"SQLResumeServiceOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLRetrieveSnapshotOPToken","l":"SQLRetrieveSnapshotOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLSelectOPToken","l":"SQLSelectOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLSourceOPToken","l":"SQLSourceOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLSuspendServiceOPToken","l":"SQLSuspendServiceOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery","c":"CoherenceQueryLanguage","l":"sqlTokenTable()"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLTraceOPToken","l":"SQLTraceOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLTruncateCacheOPToken","l":"SQLTruncateCacheOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token","c":"SQLUpdateOPToken","l":"SQLUpdateOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.token.persistence","c":"SQLValidateSnapshotOPToken","l":"SQLValidateSnapshotOPToken(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"SSL"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLHostnameVerifierProcessor","l":"SSLHostnameVerifierProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLManagerProcessor","l":"SSLManagerProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLNameListProcessor","l":"SSLNameListProcessor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SSLProcessor","l":"SSLProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder","l":"SSLSocketProviderDependenciesBuilder(SSLSocketProviderDefaultDependencies)","u":"%3Cinit%3E(com.tangosol.internal.net.ssl.SSLSocketProviderDefaultDependencies)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"StackFrame(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"StackFrame(String, String, String, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,int)"},{"p":"com.oracle.coherence.common.base","c":"StackTrace","l":"StackTrace()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator.CalculatorState","l":"STANDARD"},{"p":"com.oracle.coherence.cdi.server","c":"Server","l":"start()"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"start()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"start()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"start()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"start()"},{"p":"com.tangosol.net","c":"Coherence","l":"start()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"start()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"start()"},{"p":"com.tangosol.net","c":"WrapperService","l":"start()"},{"p":"com.tangosol.util","c":"Controllable","l":"start()"},{"p":"com.tangosol.util","c":"Daemon","l":"start()"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"start()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"start()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"start(boolean, boolean)","u":"start(boolean,boolean)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"start(ConfigurableCacheFactory)","u":"start(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startAndMonitor(long)"},{"p":"com.tangosol.net","c":"Coherence","l":"startAndWait()"},{"p":"com.tangosol.net","c":"Coherence","l":"startAndWait(Duration)","u":"startAndWait(com.oracle.coherence.common.util.Duration)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startDaemon()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startDaemon(DefaultCacheServer)","u":"startDaemon(com.tangosol.net.DefaultCacheServer)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startDaemon(long)"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent.Type","l":"STARTED"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent.Type","l":"STARTED"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"startHttpConnector()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"startHttpConnector(int, MBeanServer)","u":"startHttpConnector(int,javax.management.MBeanServer)"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent.Type","l":"STARTING"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent.Type","l":"STARTING"},{"p":"com.tangosol.net","c":"Coherence","l":"startOnCallingThread()"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"startRmiConnector()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"startRmiConnector(String, int, int, MBeanServer, Map)","u":"startRmiConnector(java.lang.String,int,int,javax.management.MBeanServer,java.util.Map)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startServerDaemon()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startServerDaemon(ConfigurableCacheFactory)","u":"startServerDaemon(com.tangosol.net.ConfigurableCacheFactory)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"startService(Service)","u":"startService(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"startService(Service)","u":"startService(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startServices()"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"startServices()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"startServicesInternal()"},{"p":"com.tangosol.util","c":"Binary","l":"startsWith(Binary)","u":"startsWith(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"Binary","l":"startsWith(Binary, int)","u":"startsWith(com.tangosol.util.Binary,int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"startTracking()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"STATE_CONFIGURED"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"STATE_CONFIGURING"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"STATE_DISCONNECTED"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"STATE_ENDANGERED"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"STATE_HEALTHY"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATE_MASK_BACK"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATE_MASK_EXISTS"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATE_MASK_FRONT"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATE_MASK_FRONT"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATE_MASK_INSYNC"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATE_MASK_INSYNC"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATE_MASK_RETAIN"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATE_MASK_RETAIN"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATE_MASK_STATUS"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATE_MASK_STATUS"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"STATE_RECOVERY"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"STATE_SAFE"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"STATE_SYNCHRONIZED"},{"p":"com.tangosol.net","c":"Guardian.GuardContext","l":"STATE_TERMINATING"},{"p":"com.tangosol.net.partition","c":"FailoverAccessPolicy","l":"STATE_UNKNOWN"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATE_VALUE_RETAIN"},{"p":"com.tangosol.coherence.dslquery","c":"StatementExecutor","l":"StatementExecutor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"StaticContent()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"StaticContent(Binary, String)","u":"%3Cinit%3E(com.tangosol.util.Binary,java.lang.String)"},{"p":"com.tangosol.coherence.rest.io","c":"StaticContentMarshaller","l":"StaticContentMarshaller()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"StaticFactoryInstanceBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility.ObjectNameType","l":"Statistics"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"Statistics()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.Stats","l":"Stats()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"StatsVisitor(PersistenceStatistics)","u":"%3Cinit%3E(com.oracle.coherence.persistence.PersistenceStatistics)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATUS_AVAILABLE"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATUS_AVAILABLE"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATUS_COMMITTING"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATUS_COMMITTING"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"STATUS_EXCEPTION"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATUS_INVALIDATED"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATUS_INVALIDATED"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"STATUS_OPEN"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"STATUS_PENDING"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"STATUS_PROCESSED"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"STATUS_PROCESSING"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATUS_PROCESSING"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"STATUS_RESERVED"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"Status()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"Status()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"Step()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"Step(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"Step(QueryRecord.PartialResult.Step)","u":"%3Cinit%3E(com.tangosol.util.QueryRecord.PartialResult.Step)"},{"p":"com.tangosol.net.topic","c":"Publisher.OnFailure","l":"Stop"},{"p":"com.tangosol.util.fsm","c":"Instruction","l":"STOP"},{"p":"com.oracle.coherence.grpc.proxy","c":"DefaultGrpcAcceptorController","l":"stop()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"stop()"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"stop()"},{"p":"com.oracle.coherence.grpc","c":"SimpleDaemonPoolExecutor","l":"stop()"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"stop()"},{"p":"com.tangosol.net","c":"WrapperService","l":"stop()"},{"p":"com.tangosol.util","c":"Controllable","l":"stop()"},{"p":"com.tangosol.util","c":"Daemon","l":"stop()"},{"p":"com.tangosol.util.fsm","c":"FiniteStateMachine","l":"stop()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"stop()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"stop(boolean)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"stopMonitoring()"},{"p":"com.tangosol.net","c":"ServiceMonitor","l":"stopMonitoring()"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"stopMonitoring()"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent.Type","l":"STOPPED"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent.Type","l":"STOPPED"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent.Type","l":"STOPPING"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent.Type","l":"STOPPING"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"stopServiceMonitor()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"stopTracking()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"STORAGE_MANAGER_QUERY"},{"p":"com.tangosol.net.management","c":"Registry","l":"STORAGE_MANAGER_TYPE"},{"p":"com.tangosol.coherence.config.xml.processor","c":"StorageAccessAuthorizerBuilderProcessor","l":"StorageAccessAuthorizerBuilderProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"StorageAccessAuthorizersProcessor","l":"StorageAccessAuthorizersProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"StorageProcessor","l":"StorageProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"STORE_STATE_CLOSED"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"STORE_STATE_INITIALIZED"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"STORE_STATE_OPENING"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"STORE_STATE_READY"},{"p":"com.tangosol.io","c":"AbstractBinaryStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"BinaryStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.nio","c":"BinaryMapStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"store(Binary, Binary)","u":"store(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheBinaryEntryStore","l":"store(BinaryEntry)","u":"store(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"BinaryEntryStore","l":"store(BinaryEntry)","u":"store(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"NonBlockingEntryStore","l":"store(BinaryEntry, StoreObserver)","u":"store(com.tangosol.util.BinaryEntry,com.tangosol.net.cache.StoreObserver)"},{"p":"com.tangosol.net.cache","c":"AbstractCacheStore","l":"store(K, V)","u":"store(K,V)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"store(K, V)","u":"store(K,V)"},{"p":"com.tangosol.net.cache","c":"CacheStore","l":"store(K, V)","u":"store(K,V)"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"store(K, V)","u":"store(K,V)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"store(long, R, R, Object)","u":"store(long,R,R,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"store(long, R, R, Object)","u":"store(long,R,R,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask","l":"store(long, ReadBuffer, ReadBuffer)","u":"store(long,com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"store(long, ReadBuffer, ReadBuffer, Object)","u":"store(long,com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer,java.lang.Object)"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"store(Object, Object)","u":"store(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"store(ReadWriteBackingMap.Entry, boolean)","u":"store(com.tangosol.net.cache.ReadWriteBackingMap.Entry,boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullCacheStore","l":"storeAll(Map)","u":"storeAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"CacheStore","l":"storeAll(Map)","u":"storeAll(java.util.Map)"},{"p":"com.tangosol.net.cache","c":"MapCacheStore","l":"storeAll(Map)","u":"storeAll(java.util.Map)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheBinaryEntryStore","l":"storeAll(Set)","u":"storeAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"storeAll(Set)","u":"storeAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"BinaryEntryStore","l":"storeAll(Set>)","u":"storeAll(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"NonBlockingEntryStore","l":"storeAll(Set>, StoreObserver)","u":"storeAll(java.util.Set,com.tangosol.net.cache.StoreObserver)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"storeAllInternal(Set)","u":"storeAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"storeAllInternal(Set)","u":"storeAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"storeAllInternal(Set)","u":"storeAllInternal(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"storeAllInternal(Set)","u":"storeAllInternal(java.util.Set)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"storeCacheNames(PersistentStore, LongArray)","u":"storeCacheNames(com.oracle.coherence.persistence.PersistentStore,com.tangosol.util.LongArray)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"storeInternal(long, ReadBuffer, ReadBuffer, Object)","u":"storeInternal(long,com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer,java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"storeInternal(ReadWriteBackingMap.Entry)","u":"storeInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"storeInternal(ReadWriteBackingMap.Entry)","u":"storeInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"storeInternal(ReadWriteBackingMap.Entry)","u":"storeInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"storeInternal(ReadWriteBackingMap.Entry)","u":"storeInternal(com.tangosol.net.cache.ReadWriteBackingMap.Entry)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore.BatchTask.StoreOperation","l":"StoreOperation(long, ReadBuffer, ReadBuffer)","u":"%3Cinit%3E(long,com.tangosol.io.ReadBuffer,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.StoreOperationObserver","l":"StoreOperationObserver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.StoreOperationObserver","l":"StoreOperationObserver(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.StoreWrapper","l":"StoreWrapper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"str(Object)","u":"str(java.lang.Object)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"stream()"},{"p":"com.tangosol.util","c":"InvocableMap","l":"stream()"},{"p":"com.tangosol.util","c":"Streamer","l":"stream()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"stream()"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"stream(Collection)","u":"stream(java.util.Collection)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"stream(Collection)","u":"stream(java.util.Collection)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"stream(Collection, ValueExtractor)","u":"stream(java.util.Collection,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"stream(Filter)","u":"stream(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"stream(Filter, ValueExtractor)","u":"stream(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"stream(Filter)","u":"stream(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"InvocableMap","l":"stream(ValueExtractor)","u":"stream(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"streaming(InvocableMap.EntryAggregator)","u":"streaming(com.tangosol.util.InvocableMap.EntryAggregator)"},{"p":"com.tangosol.util","c":"Processors","l":"streamingAsynchronous(InvocableMap.EntryProcessor, Consumer>)","u":"streamingAsynchronous(com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.Consumer)"},{"p":"com.tangosol.util","c":"Processors","l":"streamingAsynchronous(InvocableMap.EntryProcessor, int, Consumer>)","u":"streamingAsynchronous(com.tangosol.util.InvocableMap.EntryProcessor,int,java.util.function.Consumer)"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"StreamingAsynchronousProcessor(InvocableMap.EntryProcessor, Consumer>)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.Consumer)"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"StreamingAsynchronousProcessor(InvocableMap.EntryProcessor, Consumer>, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,java.util.function.Consumer,java.util.concurrent.Executor)"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"StreamingAsynchronousProcessor(InvocableMap.EntryProcessor, int, Consumer>)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int,java.util.function.Consumer)"},{"p":"com.tangosol.util.processor","c":"StreamingAsynchronousProcessor","l":"StreamingAsynchronousProcessor(InvocableMap.EntryProcessor, int, Consumer>, Executor)","u":"%3Cinit%3E(com.tangosol.util.InvocableMap.EntryProcessor,int,java.util.function.Consumer,java.util.concurrent.Executor)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.StrengthComparator","l":"StrengthComparator(Ownership)","u":"%3Cinit%3E(com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.StringAdapter","l":"StringAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"STRINGLITERAL"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"STRINGLITERAL"},{"p":"com.tangosol.coherence.rest.io","c":"StringMarshaller","l":"StringMarshaller()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"StringTable","l":"strings()"},{"p":"com.tangosol.util","c":"StringTable","l":"stringsStartingWith(String)","u":"stringsStartingWith(java.lang.String)"},{"p":"com.tangosol.util","c":"StringTable","l":"StringTable()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"StringTable","l":"StringTable(Collator)","u":"%3Cinit%3E(java.text.Collator)"},{"p":"com.tangosol.util","c":"StringTable","l":"StringTable(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"stripDomain(String)","u":"stripDomain(java.lang.String)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"SUB_DIR_NAME"},{"p":"com.tangosol.util","c":"SortedBag","l":"subBag(E, E)","u":"subBag(E,E)"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"subBag(E, E)","u":"subBag(E,E)"},{"p":"com.tangosol.net.security","c":"Security","l":"SUBJECT_SCOPED"},{"p":"com.tangosol.io.pof","c":"SubjectPofSerializer","l":"SubjectPofSerializer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterList","l":"subList(int, int)","u":"subList(int,int)"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"subList(int, int)","u":"subList(int,int)"},{"p":"com.tangosol.util","c":"InflatableList","l":"subList(int, int)","u":"subList(int,int)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedList","l":"subList(int, int)","u":"subList(int,int)"},{"p":"com.tangosol.util","c":"SubList","l":"subList(int, int)","u":"subList(int,int)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperList","l":"subList(int, int)","u":"subList(int,int)"},{"p":"com.tangosol.util","c":"SubList","l":"SubList(List, int, int)","u":"%3Cinit%3E(java.util.List,int,int)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"subMap(K, K)","u":"subMap(K,K)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"subMap(Object, boolean, Object, boolean)","u":"subMap(java.lang.Object,boolean,java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"subMap(Object, boolean, Object, boolean)","u":"subMap(java.lang.Object,boolean,java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedMap","l":"subMap(Object, Object)","u":"subMap(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"subMap(Object, Object)","u":"subMap(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"subMap(Object, Object)","u":"subMap(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"subMap(Set)","u":"subMap(java.util.Set)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"subMap(TK, TK)","u":"subMap(TK,TK)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"submit(Remote.Callable)","u":"submit(com.tangosol.util.function.Remote.Callable)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"submit(Remote.Runnable)","u":"submit(com.tangosol.util.function.Remote.Runnable)"},{"p":"com.oracle.coherence.concurrent.executor","c":"RemoteExecutor","l":"submit(Remote.Runnable, T)","u":"submit(com.tangosol.util.function.Remote.Runnable,T)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"submit(Runnable)","u":"submit(java.lang.Runnable)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"submitOpen(PersistentStore, Collector)","u":"submitOpen(com.oracle.coherence.persistence.PersistentStore,com.oracle.coherence.common.base.Collector)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"submitTask(AbstractPersistenceManager.Task)","u":"submitTask(com.tangosol.persistence.AbstractPersistenceManager.Task)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"submitTasks(List)","u":"submitTasks(java.util.List)"},{"p":"com.tangosol.net","c":"InetAddressHelper.SubnetMaskFilter","l":"SubnetMaskFilter(InetAddress, InetAddress)","u":"%3Cinit%3E(java.net.InetAddress,java.net.InetAddress)"},{"p":"com.tangosol.net","c":"InetAddressHelper.SubnetMaskFilter","l":"SubnetMaskFilter(InetAddress, int)","u":"%3Cinit%3E(java.net.InetAddress,int)"},{"p":"com.tangosol.net","c":"InetAddressHelper.SubnetMaskFilter","l":"SubnetMaskFilter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.management","c":"Registry","l":"SUBSCRIBER_ANONYMOUS_TYPE"},{"p":"com.tangosol.net.management","c":"Registry","l":"SUBSCRIBER_DURABLE_TYPE"},{"p":"com.tangosol.net.management","c":"Registry","l":"SUBSCRIBER_GROUP_TYPE"},{"p":"com.tangosol.net.management","c":"Registry","l":"SUBSCRIBER_TYPE"},{"p":"com.tangosol.coherence.config.builder","c":"SubscriberGroupBuilder","l":"SubscriberGroupBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SubscriberGroupProcessor","l":"SubscriberGroupProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"SubscriberGroupsProcessor","l":"SubscriberGroupsProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"subSequence(int, int)","u":"subSequence(int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"subSequence(int, int)","u":"subSequence(int,int)"},{"p":"com.tangosol.util","c":"AbstractByteSequence.AggregateByteSequence","l":"subSequence(int, int)","u":"subSequence(int,int)"},{"p":"com.tangosol.util","c":"AbstractByteSequence","l":"subSequence(int, int)","u":"subSequence(int,int)"},{"p":"com.tangosol.util","c":"ByteSequence","l":"subSequence(int, int)","u":"subSequence(int,int)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.SubsequentEvent","l":"SubsequentEvent(Event)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"subSet(E, E)","u":"subSet(E,E)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"subSet(Object, boolean, Object, boolean)","u":"subSet(java.lang.Object,boolean,java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"subSet(Object, Object)","u":"subSet(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedSet","l":"subSet(Object, Object)","u":"subSet(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"subSet(Object, Object)","u":"subSet(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util","c":"SubSet","l":"SubSet(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"subSet(T, T)","u":"subSet(T,T)"},{"p":"com.tangosol.util","c":"SubSet.SubSetIterator","l":"SubSetIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"substitute(String, ParameterResolver, int)","u":"substitute(java.lang.String,com.tangosol.config.expression.ParameterResolver,int)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"SUBSTRING_OFFSET_LENGTH_EXPANSION"},{"p":"com.tangosol.util.filter","c":"GreaterEqualsFilter","l":"subtractEqualKeys(SortedMap>, int)","u":"subtractEqualKeys(java.util.SortedMap,int)"},{"p":"com.tangosol.util.filter","c":"GreaterFilter","l":"subtractEqualKeys(SortedMap>, int)","u":"subtractEqualKeys(java.util.SortedMap,int)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"SubtractionOperator","l":"SubtractionOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"SUCCESS"},{"p":"com.tangosol.net.partition","c":"DistributionManager","l":"suggest(PartitionSet, Ownership)","u":"suggest(com.tangosol.net.partition.PartitionSet,com.tangosol.net.partition.Ownership)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"suggestDistribution()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"sum()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"sum()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"sum()"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Filter, Remote.ToBigDecimalFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Filter, Remote.ToBigDecimalFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Filter, Remote.ToDoubleFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Filter, Remote.ToDoubleFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Filter, Remote.ToIntFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Filter, Remote.ToIntFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Filter, Remote.ToLongFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Filter, Remote.ToLongFunction)","u":"sum(com.tangosol.util.Filter,com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Remote.ToBigDecimalFunction)","u":"sum(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Remote.ToBigDecimalFunction)","u":"sum(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"sum(Remote.ToBigDecimalFunction)","u":"sum(com.tangosol.util.function.Remote.ToBigDecimalFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Remote.ToDoubleFunction)","u":"sum(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Remote.ToDoubleFunction)","u":"sum(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"sum(Remote.ToDoubleFunction)","u":"sum(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Remote.ToIntFunction)","u":"sum(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Remote.ToIntFunction)","u":"sum(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"sum(Remote.ToIntFunction)","u":"sum(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"sum(Remote.ToLongFunction)","u":"sum(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"sum(Remote.ToLongFunction)","u":"sum(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util","c":"Aggregators","l":"sum(Remote.ToLongFunction)","u":"sum(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"summarizingDouble(ValueExtractor)","u":"summarizingDouble(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"summarizingInt(ValueExtractor)","u":"summarizingInt(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"summarizingLong(ValueExtractor)","u":"summarizingLong(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"summaryStatistics()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"summaryStatistics()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"summaryStatistics()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"summingDouble(ValueExtractor)","u":"summingDouble(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"summingInt(ValueExtractor)","u":"summingInt(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"summingLong(ValueExtractor)","u":"summingLong(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.function","c":"Remote","l":"supplier(Remote.Supplier)","u":"supplier(com.tangosol.util.function.Remote.Supplier)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"supply()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalAverage","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMax","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalMin","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"BigDecimalSum","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"ComparableMax","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"ComparableMin","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"DistinctValues","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"DoubleAverage","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"DoubleMax","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"DoubleMin","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"DoubleSum","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"LongMax","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"LongMin","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"LongSum","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"ReducerAggregator","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"supply()"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"supply()"},{"p":"com.tangosol.util","c":"InvocableMap.StreamingAggregator","l":"supply()"},{"p":"com.tangosol.config.expression","c":"Value","l":"supports(Class)","u":"supports(java.lang.Class)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"suspend()"},{"p":"com.tangosol.net","c":"Cluster","l":"suspendService(String)","u":"suspendService(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder.SuspendServiceStatement","l":"SuspendServiceStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"SuspendServiceStatementBuilder","l":"SuspendServiceStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"SYMBOLLITERAL"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer.MultiBufferInput","l":"sync()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"sync()"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"syncAssignments(SimpleAssignmentStrategy.AnalysisContext, PartitionedService)","u":"syncAssignments(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext,com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.util","c":"MapListener","l":"SYNCHRONOUS"},{"p":"com.tangosol.util","c":"MapListener","l":"synchronous()"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"SYNTHETIC"},{"p":"com.tangosol.net","c":"Coherence","l":"SYS_CCF_URI"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"SYSTEM"},{"p":"com.oracle.coherence.cdi","c":"Scope","l":"SYSTEM"},{"p":"com.tangosol.net","c":"Coherence","l":"SYSTEM_SCOPE"},{"p":"com.tangosol.net","c":"Coherence","l":"SYSTEM_SESSION"},{"p":"com.tangosol.net","c":"SystemDatagramSocketProvider","l":"SystemDatagramSocketProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"SystemEnvironmentParameterResolver","l":"SystemEnvironmentParameterResolver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"SystemPropertyParameterResolver","l":"SystemPropertyParameterResolver()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"SystemPropertyPreprocessor","l":"SystemPropertyPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.SystemTimeAdapter","l":"SystemTimeAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_BOOLEAN"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_CHAR"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_CHAR_STRING"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_COLLECTION"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_DATE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_DATETIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_DAY_TIME_INTERVAL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_DECIMAL128"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_DECIMAL32"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_DECIMAL64"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_FLOAT128"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_FLOAT32"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_FLOAT64"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_IDENTITY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_INT128"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_INT16"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_INT32"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_INT64"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_MAP"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_OCTET"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_OCTET_STRING"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_REFERENCE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_SPARSE_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_TIME"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_TIME_INTERVAL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_UNIFORM_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_UNIFORM_COLLECTION"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_UNIFORM_KEYS_MAP"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_UNIFORM_MAP"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_UNIFORM_SPARSE_ARRAY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_UNKNOWN"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"T_YEAR_MONTH_INTERVAL"},{"p":"com.tangosol.util","c":"SortedBag","l":"tailBag(E)"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"tailBag(E)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedMap","l":"tailMap(K)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedMap","l":"tailMap(Object)","u":"tailMap(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"tailMap(Object)","u":"tailMap(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"tailMap(Object)","u":"tailMap(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"tailMap(Object, boolean)","u":"tailMap(java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"tailMap(Object, boolean)","u":"tailMap(java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedMap","l":"tailMap(TK)"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperSortedSet","l":"tailSet(E)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"tailSet(Object)","u":"tailSet(java.lang.Object)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedSortedSet","l":"tailSet(Object)","u":"tailSet(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"tailSet(Object)","u":"tailSet(java.lang.Object)"},{"p":"com.tangosol.util","c":"SafeSortedMap.KeySet","l":"tailSet(Object, boolean)","u":"tailSet(java.lang.Object,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterSortedSet","l":"tailSet(T)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"takeBackEvent()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"takeBreak()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"takeCurrentChar()"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"takeCurrentCharAndAdvance()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"takeEvent()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"takeEvent()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"takeFrontEvent()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"takeNap()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"takeNextRipeTask()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"takeVacation()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"takeWhile(Predicate)","u":"takeWhile(java.util.function.Predicate)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.Task","l":"Task()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.Task","l":"Task(Event, NonBlockingFiniteStateMachine.TaskDependencies)","u":"%3Cinit%3E(com.tangosol.util.fsm.Event,com.tangosol.util.fsm.NonBlockingFiniteStateMachine.TaskDependencies)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"TaskDaemon()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"TaskDaemon(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"TaskDaemon(String, int, boolean)","u":"%3Cinit%3E(java.lang.String,int,boolean)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"TaskDaemon(String, int, boolean, boolean, int)","u":"%3Cinit%3E(java.lang.String,int,boolean,boolean,int)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"TCP"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"TCPAcceptorPreprocessor","l":"TCPAcceptorPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TcpAcceptorProcessor","l":"TcpAcceptorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"TcpDatagramSocket()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"TcpDatagramSocket(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"TcpDatagramSocket(int, InetAddress)","u":"%3Cinit%3E(int,java.net.InetAddress)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"TcpDatagramSocket(SocketAddress)","u":"%3Cinit%3E(java.net.SocketAddress)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"TcpDatagramSocket(SocketProvider)","u":"%3Cinit%3E(com.oracle.coherence.common.net.SocketProvider)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"TcpDatagramSocket(TcpDatagramSocket.Impl)","u":"%3Cinit%3E(com.tangosol.net.TcpDatagramSocket.Impl)"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"TcpDatagramSocketProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"TcpDatagramSocketProvider(TcpDatagramSocketProvider.Dependencies)","u":"%3Cinit%3E(com.tangosol.net.TcpDatagramSocketProvider.Dependencies)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TcpInitiatorProcessor","l":"TcpInitiatorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"TEMP_FILE_NAME_PREFIX"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"Term()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"termAt(int)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"termAt(int)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"termAt(int)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"termEqual(Term)","u":"termEqual(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"termEqual(Term)","u":"termEqual(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"termEqual(Term)","u":"termEqual(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadThread","l":"terminate()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteThread","l":"terminate()"},{"p":"com.tangosol.net","c":"Guardable","l":"terminate()"},{"p":"com.tangosol.util","c":"Daemon","l":"terminate()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"terminateReadThread()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"terminateWriteThread()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term.TermIterator","l":"TermIterator(Term)","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termlanguage","c":"TermLanguage","l":"TermLanguage()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Terms","l":"Terms()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"thenComparing(Remote.Comparator)","u":"thenComparing(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"thenComparing(Remote.Function)","u":"thenComparing(com.tangosol.util.function.Remote.Function)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"thenComparing(Remote.Function, Remote.Comparator)","u":"thenComparing(com.tangosol.util.function.Remote.Function,com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"thenComparingDouble(Remote.ToDoubleFunction)","u":"thenComparingDouble(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"thenComparingInt(Remote.ToIntFunction)","u":"thenComparingInt(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util.function","c":"Remote.Comparator","l":"thenComparingLong(Remote.ToLongFunction)","u":"thenComparingLong(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"THREAD"},{"p":"com.tangosol.net","c":"AsyncNamedMap.OrderBy","l":"thread()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"thread()"},{"p":"com.tangosol.util","c":"ThreadGate","l":"ThreadGate()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ThreadGate","l":"ThreadGate(R)","u":"%3Cinit%3E(R)"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"ThreadGateLite()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"ThreadGateLite(R)","u":"%3Cinit%3E(R)"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"ThreadLocalObject()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ThreadLocalObject","l":"ThreadLocalObject(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor.EmptyElementBehavior","l":"THROW_EXCEPTION"},{"p":"com.tangosol.io.pof","c":"ThrowablePofSerializer","l":"ThrowablePofSerializer()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Exceptions","l":"throwIfFatal(Throwable)","u":"throwIfFatal(java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"throwing(Class, String, Throwable, Object...)","u":"throwing(java.lang.Class,java.lang.String,java.lang.Throwable,java.lang.Object...)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"throwingMerger()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"TIER"},{"p":"com.tangosol.io.pof","c":"DateMode","l":"TIME"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimeAdapter","l":"TimeAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.oracle.coherence.common.base","c":"TimeHelper","l":"TimeHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"PriorityTask","l":"TIMEOUT_DEFAULT"},{"p":"com.tangosol.net","c":"PriorityTask","l":"TIMEOUT_NONE"},{"p":"com.oracle.coherence.common.base","c":"Timeout","l":"Timeout(long, boolean)","u":"%3Cinit%3E(long,boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"TimestampAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"tmpbuf()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"tmpbuf(int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.EntrySet","l":"toArray()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"toArray()"},{"p":"com.tangosol.io.nio","c":"BinaryMap.ValuesCollection","l":"toArray()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet","l":"toArray()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"toArray()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"toArray()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ValuesCollection","l":"toArray()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"toArray()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.EntrySet","l":"toArray()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.KeySet","l":"toArray()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.ValuesCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"ChainedMap.EntrySet","l":"toArray()"},{"p":"com.tangosol.util","c":"ChainedSet","l":"toArray()"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"toArray()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"toArray()"},{"p":"com.tangosol.util","c":"DeltaSet","l":"toArray()"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"toArray()"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"toArray()"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"LiteSet","l":"toArray()"},{"p":"com.tangosol.util","c":"MapSet","l":"toArray()"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"toArray()"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet","l":"toArray()"},{"p":"com.tangosol.util","c":"OpenHashMap.KeySet","l":"toArray()"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"toArray()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"toArray()"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"toArray()"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"toArray()"},{"p":"com.tangosol.util","c":"SafeHashMap.ValuesCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"toArray()"},{"p":"com.tangosol.util","c":"SafeSortedMap.Values","l":"toArray()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"toArray()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"toArray()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ValuesCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"toArray()"},{"p":"com.tangosol.util.stream","c":"RemoteDoubleStream","l":"toArray()"},{"p":"com.tangosol.util.stream","c":"RemoteIntStream","l":"toArray()"},{"p":"com.tangosol.util.stream","c":"RemoteLongStream","l":"toArray()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"toArray()"},{"p":"com.tangosol.util","c":"SubList","l":"toArray()"},{"p":"com.tangosol.util","c":"SubSet","l":"toArray()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"toArray()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"toArray(E[])"},{"p":"com.tangosol.util","c":"SortedEnumerator","l":"toArray(Enumeration)","u":"toArray(java.util.Enumeration)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"toArray(Enumeration)","u":"toArray(java.util.Enumeration)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"toArray(Enumeration, T[])","u":"toArray(java.util.Enumeration,T[])"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"toArray(IntFunction)","u":"toArray(java.util.function.IntFunction)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"toArray(IntFunction)","u":"toArray(java.util.function.IntFunction)"},{"p":"com.tangosol.util","c":"ChainedSet","l":"toArray(IntFunction)","u":"toArray(java.util.function.IntFunction)"},{"p":"com.tangosol.util","c":"SortedEnumerator","l":"toArray(Iterator)","u":"toArray(java.util.Iterator)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"toArray(Iterator)","u":"toArray(java.util.Iterator)"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"toArray(Iterator, T[])","u":"toArray(java.util.Iterator,T[])"},{"p":"com.tangosol.io.nio","c":"BinaryMap.EntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.io.nio","c":"BinaryMap.KeySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.io.nio","c":"BinaryMap.ValuesCollection","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.net.cache","c":"LocalCache.EntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.net.cache","c":"LocalCache.KeySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.net.cache","c":"LocalCache.ValuesCollection","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.net.cache","c":"OverflowMap.InternalKeySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.EntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.KeySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ValuesCollection","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.EntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.KeySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.ValuesCollection","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"ChainedMap.EntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"ImmutableMultiList","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"LiteSet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"MapSet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"OpenHashMap.EntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"OpenHashMap.KeySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"SafeLinkedList","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"SegmentedHashMap.EntrySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"SegmentedHashMap.KeySet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ValuesCollection","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.util","c":"SubSet","l":"toArray(Object[])","u":"toArray(java.lang.Object[])"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"toArray(Object[], Converter)","u":"toArray(java.lang.Object[],com.tangosol.util.Converter)"},{"p":"com.tangosol.util","c":"ChainedCollection","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"ChainedSet","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"OpenHashSet","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"SafeHashMap.EntrySet","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"SafeHashMap.KeySet","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"SafeHashMap.ValuesCollection","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"SimpleEnumerator","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"SubList","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"toArray(T[])"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"toArrayInternal(SegmentedHashMap.IterableEntryAction, Object[])","u":"toArrayInternal(com.tangosol.util.SegmentedHashMap.IterableEntryAction,java.lang.Object[])"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toBandwidthString(long)"},{"p":"com.tangosol.util","c":"Base","l":"toBandwidthString(long)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toBandwidthString(long, boolean)","u":"toBandwidthString(long,boolean)"},{"p":"com.tangosol.util","c":"Base","l":"toBandwidthString(long, boolean)","u":"toBandwidthString(long,boolean)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"toBinary()"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"toBinary()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"toBinary()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"toBinary()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"toBinary()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"toBinary()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"toBinary()"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"toBinary()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"toBinary()"},{"p":"com.tangosol.util","c":"AbstractByteSequence","l":"toBinary()"},{"p":"com.tangosol.util","c":"Binary","l":"toBinary()"},{"p":"com.tangosol.util","c":"BinaryWriteBuffer","l":"toBinary()"},{"p":"com.tangosol.util","c":"ByteSequence","l":"toBinary()"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toBinary(ByteString)","u":"toBinary(com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toBinary(BytesValue)","u":"toBinary(com.google.protobuf.BytesValue)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"toBinary(int, int)","u":"toBinary(int,int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"toBinary(int, int)","u":"toBinary(int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"toBinary(int, int)","u":"toBinary(int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"toBinary(int, int)","u":"toBinary(int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"toBinary(int, int)","u":"toBinary(int,int)"},{"p":"com.tangosol.util","c":"Binary","l":"toBinary(int, int)","u":"toBinary(int,int)"},{"p":"com.tangosol.net.cache","c":"BinaryStoreCacheStore","l":"toBinary(Object)","u":"toBinary(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"toBinary(Object)","u":"toBinary(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"toBinary(Object)","u":"toBinary(java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toBinary(Object)","u":"toBinary(java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toBinary(Object, Serializer)","u":"toBinary(java.lang.Object,com.tangosol.io.Serializer)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toBinary(Object, Serializer, WriteBuffer)","u":"toBinary(java.lang.Object,com.tangosol.io.Serializer,com.tangosol.io.WriteBuffer)"},{"p":"com.tangosol.util","c":"BitHelper","l":"toBitString(byte)"},{"p":"com.tangosol.util","c":"BitHelper","l":"toBitString(int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"toBitString(long)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"toBooleanArray(String)","u":"toBooleanArray(java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"toBoolValue(Binary, Serializer)","u":"toBoolValue(com.tangosol.util.Binary,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"toBoxedTypeField(String)","u":"toBoxedTypeField(java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"toByteArray()"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"toByteArray()"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"toByteArray()"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"toByteArray()"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"toByteArray()"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"toByteArray()"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"toByteArray()"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"toByteArray()"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"toByteArray()"},{"p":"com.tangosol.util","c":"UID","l":"toByteArray()"},{"p":"com.tangosol.util","c":"UUID","l":"toByteArray()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"toByteArray(int, int)","u":"toByteArray(int,int)"},{"p":"com.tangosol.io","c":"AbstractReadBuffer","l":"toByteArray(int, int)","u":"toByteArray(int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"toByteArray(int, int)","u":"toByteArray(int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"toByteArray(int, int)","u":"toByteArray(int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"toByteArray(int, int)","u":"toByteArray(int,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toByteArray(long, byte[])","u":"toByteArray(long,byte[])"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toByteArray(Object)","u":"toByteArray(java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toByteArray(Object, Serializer)","u":"toByteArray(java.lang.Object,com.tangosol.io.Serializer)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"toByteBuffer()"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"toByteBuffer()"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"toByteBuffer()"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"toByteBuffer()"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"toByteBuffer(int, int)","u":"toByteBuffer(int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"toByteBuffer(int, int)","u":"toByteBuffer(int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"toByteBuffer(int, int)","u":"toByteBuffer(int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"toByteBuffer(int, int)","u":"toByteBuffer(int,int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"toBytes(int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"toBytes(int, byte[], int)","u":"toBytes(int,byte[],int)"},{"p":"com.tangosol.util","c":"BitHelper","l":"toBytes(long)"},{"p":"com.tangosol.util","c":"BitHelper","l":"toBytes(long, byte[], int)","u":"toBytes(long,byte[],int)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toByteString(Binary)","u":"toByteString(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"toByteString(Binary)","u":"toByteString(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toByteString(Object, Serializer)","u":"toByteString(java.lang.Object,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toBytesValue(Binary)","u":"toBytesValue(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"toBytesValue(Binary)","u":"toBytesValue(com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toBytesValue(Object, Serializer)","u":"toBytesValue(java.lang.Object,com.tangosol.io.Serializer)"},{"p":"com.tangosol.util","c":"UID","l":"toCharArray()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toCharEscape(char)"},{"p":"com.tangosol.util","c":"Base","l":"toCharEscape(char)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toCollection(Remote.Supplier)","u":"toCollection(com.tangosol.util.function.Remote.Supplier)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toConcurrentMap(ValueExtractor, ValueExtractor)","u":"toConcurrentMap(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toConcurrentMap(ValueExtractor, ValueExtractor, Remote.BinaryOperator)","u":"toConcurrentMap(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toCrc(byte[])"},{"p":"com.tangosol.util","c":"Base","l":"toCrc(byte[])"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toCrc(byte[], int, int)","u":"toCrc(byte[],int,int)"},{"p":"com.tangosol.util","c":"Base","l":"toCrc(byte[], int, int)","u":"toCrc(byte[],int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toCrc(byte[], int, int, int)","u":"toCrc(byte[],int,int,int)"},{"p":"com.tangosol.util","c":"Base","l":"toCrc(byte[], int, int, int)","u":"toCrc(byte[],int,int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toCrc(ByteSequence)","u":"toCrc(com.tangosol.util.ByteSequence)"},{"p":"com.tangosol.util","c":"Base","l":"toCrc(ByteSequence)","u":"toCrc(com.tangosol.util.ByteSequence)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toCrc(ByteSequence, int, int, int)","u":"toCrc(com.tangosol.util.ByteSequence,int,int,int)"},{"p":"com.tangosol.util","c":"Base","l":"toCrc(ByteSequence, int, int, int)","u":"toCrc(com.tangosol.util.ByteSequence,int,int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toDecString(int, int)","u":"toDecString(int,int)"},{"p":"com.tangosol.util","c":"Base","l":"toDecString(int, int)","u":"toDecString(int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toDelimitedString(int[], String)","u":"toDelimitedString(int[],java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"toDelimitedString(int[], String)","u":"toDelimitedString(int[],java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toDelimitedString(Iterator, String)","u":"toDelimitedString(java.util.Iterator,java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"toDelimitedString(Iterator, String)","u":"toDelimitedString(java.util.Iterator,java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toDelimitedString(long[], String)","u":"toDelimitedString(long[],java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"toDelimitedString(long[], String)","u":"toDelimitedString(long[],java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toDelimitedString(Object[], String)","u":"toDelimitedString(java.lang.Object[],java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"toDelimitedString(Object[], String)","u":"toDelimitedString(java.lang.Object[],java.lang.String)"},{"p":"com.tangosol.util.function","c":"Remote","l":"toDoubleBiFunction(Remote.ToDoubleBiFunction)","u":"toDoubleBiFunction(com.tangosol.util.function.Remote.ToDoubleBiFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"toDoubleFunction(Remote.ToDoubleFunction)","u":"toDoubleFunction(com.tangosol.util.function.Remote.ToDoubleFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"toDoubleStream(RemoteStream)","u":"toDoubleStream(com.tangosol.util.stream.RemoteStream)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"toEntry(Binary, Binary)","u":"toEntry(com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toEntry(ByteString, ByteString)","u":"toEntry(com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toEntry(Map.Entry, Serializer)","u":"toEntry(java.util.Map.Entry,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toEntryList(Map, Serializer)","u":"toEntryList(java.util.Map,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"toEntryResult(Map.Entry)","u":"toEntryResult(java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"IsNotNullFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"IsNullFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"toExpression()"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"toExpression()"},{"p":"com.tangosol.util","c":"Filter","l":"toExpression()"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"toExternalUnits(long, int)","u":"toExternalUnits(long,int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"toExternalUnits(long, int)","u":"toExternalUnits(long,int)"},{"p":"com.tangosol.io","c":"FileHelper","l":"toFilename(String)","u":"toFilename(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHex(byte[])"},{"p":"com.tangosol.util","c":"Base","l":"toHex(byte[])"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHex(int)"},{"p":"com.tangosol.util","c":"Base","l":"toHex(int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHexDump(byte[], int)","u":"toHexDump(byte[],int)"},{"p":"com.tangosol.util","c":"Base","l":"toHexDump(byte[], int)","u":"toHexDump(byte[],int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHexEscape(byte)"},{"p":"com.tangosol.util","c":"Base","l":"toHexEscape(byte)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHexEscape(byte[])"},{"p":"com.tangosol.util","c":"Base","l":"toHexEscape(byte[])"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHexEscape(byte[], int, int)","u":"toHexEscape(byte[],int,int)"},{"p":"com.tangosol.util","c":"Base","l":"toHexEscape(byte[], int, int)","u":"toHexEscape(byte[],int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHexEscape(ByteSequence, int, int)","u":"toHexEscape(com.tangosol.util.ByteSequence,int,int)"},{"p":"com.tangosol.util","c":"Base","l":"toHexEscape(ByteSequence, int, int)","u":"toHexEscape(com.tangosol.util.ByteSequence,int,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toHexString(int, int)","u":"toHexString(int,int)"},{"p":"com.tangosol.util","c":"Base","l":"toHexString(int, int)","u":"toHexString(int,int)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder.RecordType","l":"toInt()"},{"p":"com.tangosol.util","c":"BitHelper","l":"toInt(byte[])"},{"p":"com.tangosol.util","c":"BitHelper","l":"toInt(byte[], int)","u":"toInt(byte[],int)"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"toInt32Value(Object)","u":"toInt32Value(java.lang.Object)"},{"p":"com.tangosol.util.function","c":"Remote","l":"toIntBiFunction(Remote.ToIntBiFunction)","u":"toIntBiFunction(com.tangosol.util.function.Remote.ToIntBiFunction)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"toInternal(Object)","u":"toInternal(java.lang.Object)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceConverterAdapter","l":"toInternal(T)"},{"p":"com.tangosol.coherence.jcache.common","c":"InternalConverter","l":"toInternal(T)"},{"p":"com.tangosol.coherence.jcache.common","c":"ReferenceInternalConverter","l":"toInternal(T)"},{"p":"com.tangosol.coherence.jcache.common","c":"SerializingInternalConverter","l":"toInternal(T)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"toInternalUnits(int, int)","u":"toInternalUnits(int,int)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"toInternalUnits(int, int)","u":"toInternalUnits(int,int)"},{"p":"com.tangosol.util.function","c":"Remote","l":"toIntFunction(Remote.ToIntFunction)","u":"toIntFunction(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"toIntStream(RemoteStream)","u":"toIntStream(com.tangosol.util.stream.RemoteStream)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"toJavaDate()"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"toJavaDate()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"toJavaDate()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore.Token","l":"Token(Collector, Object)","u":"%3Cinit%3E(com.oracle.coherence.common.base.Collector,java.lang.Object)"},{"p":"com.tangosol.coherence.dsltools.base","c":"BaseTokenScanner","l":"tokenString()"},{"p":"com.tangosol.coherence.dsltools.termlanguage","c":"TermLanguage","l":"tokenTable()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"TokenTable()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"TokenTable","l":"TokenTable(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toKeyByteString(Binary, Object, Serializer)","u":"toKeyByteString(com.tangosol.util.Binary,java.lang.Object,com.tangosol.io.Serializer)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toList()"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"toList()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toLiteBinary(ExternalizableLite)","u":"toLiteBinary(com.tangosol.io.ExternalizableLite)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"toLocalDate()"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"toLocalDateTime()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"toLocalTime()"},{"p":"com.tangosol.util","c":"BitHelper","l":"toLong(byte[])"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"toLong(byte[])"},{"p":"com.tangosol.util","c":"BitHelper","l":"toLong(byte[], int)","u":"toLong(byte[],int)"},{"p":"com.tangosol.util","c":"UID","l":"toLong(InetAddress)","u":"toLong(java.net.InetAddress)"},{"p":"com.tangosol.util.function","c":"Remote","l":"toLongBiFunction(Remote.ToLongBiFunction)","u":"toLongBiFunction(com.tangosol.util.function.Remote.ToLongBiFunction)"},{"p":"com.tangosol.util.function","c":"Remote","l":"toLongFunction(Remote.ToLongFunction)","u":"toLongFunction(com.tangosol.util.function.Remote.ToLongFunction)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"toLongStream(RemoteStream)","u":"toLongStream(com.tangosol.util.stream.RemoteStream)"},{"p":"com.tangosol.util","c":"Fragment","l":"toMap()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toMap(ValueExtractor, ValueExtractor)","u":"toMap(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toMap(ValueExtractor, ValueExtractor, Remote.BinaryOperator)","u":"toMap(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toMap(ValueExtractor, ValueExtractor, Remote.BinaryOperator, Remote.Supplier)","u":"toMap(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.BinaryOperator,com.tangosol.util.function.Remote.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toMemorySizeString(long)"},{"p":"com.tangosol.util","c":"Base","l":"toMemorySizeString(long)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toMemorySizeString(long, boolean)","u":"toMemorySizeString(long,boolean)"},{"p":"com.tangosol.util","c":"Base","l":"toMemorySizeString(long, boolean)","u":"toMemorySizeString(long,boolean)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"NumberIncrementorFactory","l":"toNumber(String)","u":"toNumber(java.lang.String)"},{"p":"com.tangosol.coherence.rest.util.processor","c":"NumberMultiplierFactory","l":"toNumber(String)","u":"toNumber(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"toOffsetDateTime()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"toOffsetTime()"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder","l":"toOptionalValue(Binary)","u":"toOptionalValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"TOP_LEVEL_ELEMENT_NAME"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"top(Filter, ValueExtractor, int)","u":"top(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"top(Filter, ValueExtractor, int)","u":"top(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"top(Filter, ValueExtractor, Remote.Comparator, int)","u":"top(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"top(Filter, ValueExtractor, Remote.Comparator, int)","u":"top(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"top(ValueExtractor, int)","u":"top(com.tangosol.util.ValueExtractor,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"top(ValueExtractor, int)","u":"top(com.tangosol.util.ValueExtractor,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"top(ValueExtractor, Remote.Comparator, int)","u":"top(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"top(ValueExtractor, Remote.Comparator, int)","u":"top(com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.PagedBinaryStore","l":"toPageIndex(int)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"topBy(Filter, Remote.Comparator, int)","u":"topBy(com.tangosol.util.Filter,com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"topBy(Filter, Remote.Comparator, int)","u":"topBy(com.tangosol.util.Filter,com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"topBy(Filter, ValueExtractor, int)","u":"topBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"topBy(Filter, ValueExtractor, int)","u":"topBy(com.tangosol.util.Filter,com.tangosol.util.ValueExtractor,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"topBy(Remote.Comparator, int)","u":"topBy(com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"topBy(Remote.Comparator, int)","u":"topBy(com.tangosol.util.function.Remote.Comparator,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"topBy(ValueExtractor, int)","u":"topBy(com.tangosol.util.ValueExtractor,int)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"topBy(ValueExtractor, int)","u":"topBy(com.tangosol.util.ValueExtractor,int)"},{"p":"com.tangosol.net.topic","c":"TopicBackingMapManager","l":"TopicBackingMapManager(ExtensibleConfigurableCacheFactory)","u":"%3Cinit%3E(com.tangosol.net.ExtensibleConfigurableCacheFactory)"},{"p":"com.tangosol.net.topic","c":"TopicException","l":"TopicException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"TopicException","l":"TopicException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.tangosol.net.topic","c":"TopicException","l":"TopicException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"TopicMapping(String, String, Class)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Class)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TopicMappingProcessor","l":"TopicMappingProcessor(String, Class)","u":"%3Cinit%3E(java.lang.String,java.lang.Class)"},{"p":"com.tangosol.net.topic","c":"TopicPublisherException","l":"TopicPublisherException(String, Binary, Serializer)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.Binary,com.tangosol.io.Serializer)"},{"p":"com.tangosol.net.topic","c":"TopicPublisherException","l":"TopicPublisherException(String, Throwable, Binary, Serializer)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable,com.tangosol.util.Binary,com.tangosol.io.Serializer)"},{"p":"com.tangosol.net.topic","c":"TopicPublisherException","l":"TopicPublisherException(Throwable, Binary, Serializer)","u":"%3Cinit%3E(java.lang.Throwable,com.tangosol.util.Binary,com.tangosol.io.Serializer)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TopicSchemeMappingProcessor","l":"TopicSchemeMappingProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Aggregators","l":"topN(String, Comparator, int)","u":"topN(java.lang.String,java.util.Comparator,int)"},{"p":"com.tangosol.util","c":"Aggregators","l":"topN(String, int)","u":"topN(java.lang.String,int)"},{"p":"com.tangosol.util","c":"Aggregators","l":"topN(ValueExtractor, Comparator, int)","u":"topN(com.tangosol.util.ValueExtractor,java.util.Comparator,int)"},{"p":"com.tangosol.util","c":"Aggregators","l":"topN(ValueExtractor, int)","u":"topN(com.tangosol.util.ValueExtractor,int)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"TopNAggregator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"TopNAggregator(ValueExtractor, Comparator, int)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor,java.util.Comparator,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toQuotedCharEscape(char)"},{"p":"com.tangosol.util","c":"Base","l":"toQuotedCharEscape(char)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toQuotedStringEscape(String)","u":"toQuotedStringEscape(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"toQuotedStringEscape(String)","u":"toQuotedStringEscape(java.lang.String)"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toReadBuffer(ByteString)","u":"toReadBuffer(com.google.protobuf.ByteString)"},{"p":"com.tangosol.coherence.rest.providers","c":"SecurityExceptionMapper","l":"toResponse(SecurityException)","u":"toResponse(java.lang.SecurityException)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSet()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"toShortString()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedBag()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedBag(Comparator)","u":"toSortedBag(java.util.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedBag(Remote.Comparator)","u":"toSortedBag(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedBag(ValueExtractor)","u":"toSortedBag(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedSet()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedSet(Comparator)","u":"toSortedSet(java.util.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedSet(Remote.Comparator)","u":"toSortedSet(com.tangosol.util.function.Remote.Comparator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toSortedSet(ValueExtractor)","u":"toSortedSet(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"toSqlDate()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toSqlString(String)","u":"toSqlString(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"toSqlString(String)","u":"toSqlString(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"toSqlTime()"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"toSqlTimestamp()"},{"p":"com.tangosol.util","c":"Daemon","l":"toStateString(int)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"toString()"},{"p":"com.oracle.coherence.cdi","c":"AnnotationInstance","l":"toString()"},{"p":"com.oracle.coherence.cdi","c":"CdiMapEventObserver","l":"toString()"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"toString()"},{"p":"com.oracle.coherence.common.base","c":"MutableLong","l":"toString()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterCooperativeNotifier","l":"toString()"},{"p":"com.oracle.coherence.common.base","c":"SingleWaiterMultiNotifier","l":"toString()"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicBoolean","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicMarkableReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicStampedReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicBoolean","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicMarkableReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicStampedReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicBoolean","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicMarkableReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicStampedReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicBoolean","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicMarkableReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicStampedReference","l":"toString()"},{"p":"com.oracle.coherence.concurrent","c":"LocalCountDownLatch","l":"toString()"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"toString()"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"toString()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"toString()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"toString()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"toString()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"toString()"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"toString()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteCountDownLatch","l":"toString()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"toString()"},{"p":"com.oracle.coherence.mp.config","c":"ConfigPropertyChanged","l":"toString()"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"toString()"},{"p":"com.tangosol.coherence.config.builder","c":"NamedEventInterceptorBuilder","l":"toString()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo","l":"toString()"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"toString()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE","l":"toString()"},{"p":"com.tangosol.coherence.config.builder","c":"SubscriberGroupBuilder","l":"toString()"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"toString()"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"toString()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.DataStructureRefExpression","l":"toString()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.ResourceRefExpression","l":"toString()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"InitParamProcessor.SchemeRefExpression","l":"toString()"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.base","c":"CompoundBaseToken","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LeafBaseToken","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.base","c":"LiteralBaseToken","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.base","c":"NestedBaseTokens","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.base","c":"PunctuationBaseToken","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"LiteralOPToken","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"toString()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"toString()"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"toString()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"toString()"},{"p":"com.tangosol.coherence.jcache.common","c":"AbstractJCacheStatistics","l":"toString()"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"toString()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"toString()"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"toString()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCache","l":"toString()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheAsynchronousMapListener","l":"toString()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCache","l":"toString()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheAsynchronousMapListener","l":"toString()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSyntheticDeleteMapListener","l":"toString()"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"toString()"},{"p":"com.tangosol.coherence.rest.events","c":"SimpleMapEvent","l":"toString()"},{"p":"com.tangosol.coherence.rest.server","c":"DefaultResourceConfig","l":"toString()"},{"p":"com.tangosol.coherence.rest.util","c":"PartialObject","l":"toString()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"toString()"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"toString()"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"toString()"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"toString()"},{"p":"com.tangosol.config.expression","c":"Value","l":"toString()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"toString()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"toString()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore.DatabaseHolder","l":"toString()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStore","l":"toString()"},{"p":"com.tangosol.io.bdb","c":"BerkeleyDBBinaryStoreManager","l":"toString()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"toString()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory","l":"toString()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactoryManager","l":"toString()"},{"p":"com.tangosol.io","c":"ByteArrayReadBuffer","l":"toString()"},{"p":"com.tangosol.io","c":"ConfigurableSerializerFactory","l":"toString()"},{"p":"com.tangosol.io","c":"DecoratedBinaryDeltaCompressor","l":"toString()"},{"p":"com.tangosol.io","c":"DefaultSerializer","l":"toString()"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"toString()"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"toString()"},{"p":"com.tangosol.io.pof","c":"ConfigurablePofContext","l":"toString()"},{"p":"com.tangosol.io.pof","c":"PofPrincipal","l":"toString()"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"toString()"},{"p":"com.tangosol.io.pof","c":"RawDate","l":"toString()"},{"p":"com.tangosol.io.pof","c":"RawDateTime","l":"toString()"},{"p":"com.tangosol.io.pof","c":"RawDayTimeInterval","l":"toString()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"toString()"},{"p":"com.tangosol.io.pof","c":"RawTime","l":"toString()"},{"p":"com.tangosol.io.pof","c":"RawTimeInterval","l":"toString()"},{"p":"com.tangosol.io.pof","c":"RawYearMonthInterval","l":"toString()"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"toString()"},{"p":"com.tangosol.net","c":"ActionPolicy","l":"toString()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"toString()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Statistics","l":"toString()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"toString()"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"toString()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.AddListener","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.EventRouter","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.RemoveListener","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache.ServiceListener","l":"toString()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"toString()"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"toString()"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.BinaryEntryStoreWrapper","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.CacheStoreWrapper","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ReadQueue","l":"toString()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.FakeBinaryStore","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SimpleCacheStatistics","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"toString()"},{"p":"com.tangosol.net.cache","c":"SimpleSerializationMap","l":"toString()"},{"p":"com.tangosol.net.cache","c":"TypeAssertion.WithTypesAssertion","l":"toString()"},{"p":"com.tangosol.net","c":"Coherence","l":"toString()"},{"p":"com.tangosol.net","c":"CompositeSocketAddressProvider","l":"toString()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider","l":"toString()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProviderFactory","l":"toString()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"toString()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"toString()"},{"p":"com.tangosol.net.events","c":"NamedEventInterceptor","l":"toString()"},{"p":"com.tangosol.net","c":"GuardSupport.Context","l":"toString()"},{"p":"com.tangosol.net","c":"LoadBalancer.AddressPort","l":"toString()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"toString()"},{"p":"com.tangosol.net.management","c":"ObjectNameExcludeFilter","l":"toString()"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"toString()"},{"p":"com.tangosol.net","c":"MemberEvent","l":"toString()"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"toString()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingMap","l":"toString()"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"toString()"},{"p":"com.tangosol.net.partition","c":"PartitionEvent","l":"toString()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"toString()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap.AggregatingCacheStatistics","l":"toString()"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"toString()"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"toString()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.BackupStrength","l":"toString()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"toString()"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"toString()"},{"p":"com.tangosol.net.security","c":"SimpleHandler","l":"toString()"},{"p":"com.tangosol.net","c":"SessionConfiguration.ConfigurableCacheFactorySessionConfig","l":"toString()"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"toString()"},{"p":"com.tangosol.net.ssl","c":"AbstractCertificateLoader","l":"toString()"},{"p":"com.tangosol.net.ssl","c":"AbstractKeyStoreLoader","l":"toString()"},{"p":"com.tangosol.net.ssl","c":"AbstractPrivateKeyLoader","l":"toString()"},{"p":"com.tangosol.net.ssl","c":"URLCertificateLoader","l":"toString()"},{"p":"com.tangosol.net.ssl","c":"URLKeyStoreLoader","l":"toString()"},{"p":"com.tangosol.net.ssl","c":"URLPrivateKeyLoader","l":"toString()"},{"p":"com.tangosol.net","c":"SystemDatagramSocketProvider","l":"toString()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"toString()"},{"p":"com.tangosol.net","c":"TcpDatagramSocket","l":"toString()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider","l":"toString()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"toString()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"toString()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"toString()"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"toString()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"toString()"},{"p":"com.tangosol.net","c":"ValueTypeAssertion.WithValueTypeAssertion","l":"toString()"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"toString()"},{"p":"com.tangosol.net","c":"WrapperInvocationService","l":"toString()"},{"p":"com.tangosol.net","c":"WrapperService","l":"toString()"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"toString()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceEnvironment","l":"toString()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"toString()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"toString()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools","l":"toString()"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"toString()"},{"p":"com.tangosol.persistence","c":"ConfigurableSnapshotArchiverFactory","l":"toString()"},{"p":"com.tangosol.persistence","c":"DirectorySnapshotArchiver","l":"toString()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"toString()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"toString()"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"toString()"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"toString()"},{"p":"com.tangosol.run.xml","c":"QualifiedName","l":"toString()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"toString()"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"toString()"},{"p":"com.tangosol.run.xml","c":"XmlBean.BeanInfo","l":"toString()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"toString()"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"toString()"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"toString()"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"toString()"},{"p":"com.tangosol.util","c":"AbstractByteSequence","l":"toString()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"toString()"},{"p":"com.tangosol.util","c":"AbstractLongArray","l":"toString()"},{"p":"com.tangosol.util","c":"AbstractSafeLongArray","l":"toString()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Crawler","l":"toString()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"toString()"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"toString()"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"toString()"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"toString()"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"toString()"},{"p":"com.tangosol.util","c":"Binary","l":"toString()"},{"p":"com.tangosol.util","c":"ClassFilter","l":"toString()"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"toString()"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"toString()"},{"p":"com.tangosol.util","c":"CompositeKey","l":"toString()"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"toString()"},{"p":"com.tangosol.util","c":"ConverterCollections.AbstractConverterEntry","l":"toString()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCollection","l":"toString()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"toString()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterHolder","l":"toString()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"toString()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"toString()"},{"p":"com.tangosol.util","c":"Daemon","l":"toString()"},{"p":"com.tangosol.util","c":"ExternalizableHelper.FormatAwareCompressor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"toString()"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"toString()"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"toString()"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"KeyFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"toString()"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"toString()"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"toString()"},{"p":"com.tangosol.util","c":"Fragment","l":"toString()"},{"p":"com.tangosol.util.fsm","c":"Instruction.TransitionTo","l":"toString()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent","l":"toString()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.SubsequentEvent","l":"toString()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine","l":"toString()"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"toString()"},{"p":"com.tangosol.util","c":"ImmutableArrayList.ListView","l":"toString()"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SetView","l":"toString()"},{"p":"com.tangosol.util","c":"ImmutableArrayList.SortedSetView","l":"toString()"},{"p":"com.tangosol.util","c":"InvocableMapHelper.SimpleEntry","l":"toString()"},{"p":"com.tangosol.util","c":"Listeners","l":"toString()"},{"p":"com.tangosol.util","c":"LongArray","l":"toString()"},{"p":"com.tangosol.util","c":"MapEvent","l":"toString()"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"toString()"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"toString()"},{"p":"com.tangosol.util","c":"NullFilter","l":"toString()"},{"p":"com.tangosol.util","c":"NullImplementation.NullActionPolicy","l":"toString()"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"toString()"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"toString()"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"toString()"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"toString()"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"toString()"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"toString()"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"toString()"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"toString()"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"toString()"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"toString()"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"toString()"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"toString()"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"toString()"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"toString()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedCollection","l":"toString()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedEntry","l":"toString()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet.RestrictedIterator","l":"toString()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"toString()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"toString()"},{"p":"com.tangosol.util","c":"SafeHashMap.Entry","l":"toString()"},{"p":"com.tangosol.util","c":"SafeLinkedList.Node","l":"toString()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"toString()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.Entry","l":"toString()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"toString()"},{"p":"com.tangosol.util","c":"ServiceEvent","l":"toString()"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"toString()"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"toString()"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"toString()"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"toString()"},{"p":"com.tangosol.util","c":"StringTable","l":"toString()"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"toString()"},{"p":"com.tangosol.util","c":"ThreadGateLite.Bar","l":"toString()"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"toString()"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"toString()"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"toString()"},{"p":"com.tangosol.util","c":"Tree","l":"toString()"},{"p":"com.tangosol.util","c":"UID","l":"toString()"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"toString()"},{"p":"com.tangosol.util","c":"UUID","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperCollection","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperEntry","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperIterator","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperCollection","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperEntry","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperException","l":"toString()"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"toString()"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"toString(boolean)"},{"p":"com.tangosol.net.partition","c":"PartitionSplittingBackingMap","l":"toString(boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"toString(boolean)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"toString(boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"toString(boolean[])"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"toString(byte[])"},{"p":"com.tangosol.util","c":"Binary","l":"toString(byte[])"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"toString(Class)","u":"toString(java.lang.Class)"},{"p":"com.tangosol.util","c":"Base","l":"toString(Class)","u":"toString(java.lang.Class)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toString(double, int)","u":"toString(double,int)"},{"p":"com.tangosol.util","c":"Base","l":"toString(double, int)","u":"toString(double,int)"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"toString(InetAddress)","u":"toString(java.net.InetAddress)"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"toString(int)"},{"p":"com.tangosol.util","c":"UID","l":"toString(long)"},{"p":"com.tangosol.coherence.rest","c":"DefaultKeyConverter","l":"toString(Object)","u":"toString(java.lang.Object)"},{"p":"com.tangosol.coherence.rest","c":"KeyConverter","l":"toString(Object)","u":"toString(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"toString(Timestamp)","u":"toString(java.sql.Timestamp)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"toString(XmlSerializable)","u":"toString(com.tangosol.run.xml.XmlSerializable)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toStringEscape(String)","u":"toStringEscape(java.lang.String)"},{"p":"com.tangosol.util","c":"Base","l":"toStringEscape(String)","u":"toStringEscape(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"toStringValue()"},{"p":"com.tangosol.util.filter","c":"ContainsAllFilter","l":"toStringValue()"},{"p":"com.tangosol.util.filter","c":"ContainsAnyFilter","l":"toStringValue()"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"toStringValue()"},{"p":"com.oracle.coherence.grpc","c":"BinaryHelper","l":"toStringValueStream(Iterable)","u":"toStringValueStream(java.lang.Iterable)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"toTimestamp(String)","u":"toTimestamp(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"toTypes(String)","u":"toTypes(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"toTypeStringField(String)","u":"toTypeStringField(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ConfigurableCacheMap.Entry","l":"touch()"},{"p":"com.tangosol.net.cache","c":"LocalCache.Entry","l":"touch()"},{"p":"com.tangosol.net.cache","c":"SerializationCache.EntrySet.Entry","l":"touch()"},{"p":"com.tangosol.net.partition","c":"ObservableSplittingBackingCache.EntrySet.Entry","l":"touch()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterCacheEntry","l":"touch()"},{"p":"com.tangosol.util","c":"Processors","l":"touch()"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"touch(Object)","u":"touch(java.lang.Object)"},{"p":"com.tangosol.util.processor","c":"TouchProcessor","l":"TouchProcessor()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"toUnicodeEscape(char)"},{"p":"com.tangosol.util","c":"Base","l":"toUnicodeEscape(char)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toUnmodifiableList()"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toUnmodifiableMap(ValueExtractor, ValueExtractor)","u":"toUnmodifiableMap(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toUnmodifiableMap(ValueExtractor, ValueExtractor, Remote.BinaryOperator)","u":"toUnmodifiableMap(com.tangosol.util.ValueExtractor,com.tangosol.util.ValueExtractor,com.tangosol.util.function.Remote.BinaryOperator)"},{"p":"com.tangosol.util.stream","c":"RemoteCollectors","l":"toUnmodifiableSet()"},{"p":"com.tangosol.run.xml","c":"UriSerializable","l":"toUri()"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigDecimalAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigIntegerAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BooleanAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ByteAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.CharAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DoubleAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.FloatAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.IntAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.LongAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ShortAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.StringAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.SystemTimeAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimeAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"toUri(Object)","u":"toUri(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"toXml()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"toXml()"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"toXml()"},{"p":"com.tangosol.run.xml","c":"XmlSerializable","l":"toXml()"},{"p":"com.tangosol.run.xml","c":"DateFormatAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"QNameAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigIntegerAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ByteAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.CharAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.FloatAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ShortAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.SystemTimeAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlElementAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlSerializableAdapter","l":"toXml(Object)","u":"toXml(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"toXmlString(Object)","u":"toXmlString(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"toXmlString(Object)","u":"toXmlString(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"toXmlString(Object)","u":"toXmlString(java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"toXmlString(Object)","u":"toXmlString(java.lang.Object)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder.RecordType","l":"TRACE"},{"p":"com.oracle.coherence.grpc.proxy","c":"ServerLoggingInterceptor","l":"TRACE_ID_KEY"},{"p":"com.tangosol.coherence.dslquery.statement","c":"QueryRecorderStatementBuilder","l":"TRACE_INSTANCE"},{"p":"com.tangosol.util","c":"Base","l":"trace(boolean)"},{"p":"com.tangosol.util","c":"Base","l":"trace(byte[])"},{"p":"com.tangosol.util","c":"Base","l":"trace(char)"},{"p":"com.tangosol.util","c":"Base","l":"trace(double)"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"trace(Filter, Map, Set, QueryRecord.PartialResult.TraceStep)","u":"trace(com.tangosol.util.Filter,java.util.Map,java.util.Set,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"trace(Filter, Map, Set, QueryRecord.PartialResult.TraceStep, ValueExtractor)","u":"trace(com.tangosol.util.Filter,java.util.Map,java.util.Set,com.tangosol.util.QueryRecord.PartialResult.TraceStep,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"trace(Filter, Map.Entry, QueryRecord.PartialResult.TraceStep)","u":"trace(com.tangosol.util.Filter,java.util.Map.Entry,com.tangosol.util.QueryRecord.PartialResult.TraceStep)"},{"p":"com.tangosol.util","c":"Base","l":"trace(float)"},{"p":"com.tangosol.util","c":"Base","l":"trace(int)"},{"p":"com.tangosol.util","c":"Base","l":"trace(long)"},{"p":"com.tangosol.util","c":"Base","l":"trace(Object)","u":"trace(java.lang.Object)"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Map.Entry)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Map.Entry)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Map.Entry)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"QueryRecorderFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Map.Entry)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"WrapperQueryRecorderFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Map.Entry)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Map.Entry)"},{"p":"com.tangosol.util.filter","c":"AbstractQueryRecorderFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Set)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Set)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"BetweenFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Set)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"QueryRecorderFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Set)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Set)"},{"p":"com.tangosol.util.filter","c":"WrapperQueryRecorderFilter","l":"trace(QueryContext, QueryRecord.PartialResult.TraceStep, Set)","u":"trace(com.tangosol.util.QueryContext,com.tangosol.util.QueryRecord.PartialResult.TraceStep,java.util.Set)"},{"p":"com.tangosol.util","c":"Base","l":"trace(String)","u":"trace(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder.TraceCommandOPToken","l":"TraceCommandOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.statement","c":"SourceStatementBuilder.SourceStatement","l":"traceout(String, PrintWriter, boolean)","u":"traceout(java.lang.String,java.io.PrintWriter,boolean)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder.TraceQueryPlusStatement","l":"TraceQueryPlusStatement(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"TraceStatementBuilder","l":"TraceStatementBuilder(OPToken)","u":"%3Cinit%3E(com.tangosol.coherence.dsltools.precedence.OPToken)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.TraceStep","l":"TraceStep(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool","l":"TracingDaemonPool(DaemonPool)","u":"%3Cinit%3E(com.tangosol.internal.util.DaemonPool)"},{"p":"com.oracle.coherence.grpc.proxy","c":"TracingDaemonPool.TracingRunnable","l":"TracingRunnable(Span, Runnable)","u":"%3Cinit%3E(io.opentracing.Span,java.lang.Runnable)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder","l":"trackDatabase(Database)","u":"trackDatabase(com.sleepycat.je.Database)"},{"p":"com.tangosol.util","c":"TransactionMap","l":"TRANSACTION_GET_COMMITTED"},{"p":"com.tangosol.net.management","c":"Registry","l":"TRANSACTION_MANAGER_TYPE"},{"p":"com.tangosol.util","c":"TransactionMap","l":"TRANSACTION_REPEATABLE_GET"},{"p":"com.tangosol.util","c":"TransactionMap","l":"TRANSACTION_SERIALIZABLE"},{"p":"com.tangosol.coherence.config.xml.preprocessor","c":"TransactionalPreprocessor","l":"TransactionalPreprocessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.scheme","c":"TransactionalScheme","l":"TransactionalScheme()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.TransactionEventHandler","l":"TransactionEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.tangosol.net","c":"TcpDatagramSocket.Impl","l":"transferBytes(ByteBuffer, ByteBuffer)","u":"transferBytes(java.nio.ByteBuffer,java.nio.ByteBuffer)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.TransferEventHandler","l":"TransferEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"transferThreshold"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"transform(MapEvent)","u":"transform(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util","c":"MapEventTransformer","l":"transform(MapEvent)","u":"transform(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"transform(MapEvent)","u":"transform(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"transform(MapEvent)","u":"transform(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"transform(MapEvent)","u":"transform(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"transform(Set>, ValueExtractor)","u":"transform(java.util.Set,com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net.cache","c":"CacheEvent.TransformationState","l":"TRANSFORMABLE"},{"p":"com.tangosol.net.cache","c":"CacheEvent.TransformationState","l":"TRANSFORMED"},{"p":"com.tangosol.coherence.config.xml.processor","c":"TransformerProcessor","l":"TransformerProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.security","c":"DefaultIdentityTransformer","l":"transformIdentity(Subject, Service)","u":"transformIdentity(javax.security.auth.Subject,com.tangosol.net.Service)"},{"p":"com.tangosol.net.security","c":"IdentityTransformer","l":"transformIdentity(Subject, Service)","u":"transformIdentity(javax.security.auth.Subject,com.tangosol.net.Service)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"transformInitParams(XmlElement, XmlElement)","u":"transformInitParams(com.tangosol.run.xml.XmlElement,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"Transition(String, EnumSet, S)","u":"%3Cinit%3E(java.lang.String,java.util.EnumSet,S)"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"Transition(String, EnumSet, S, TransitionAction)","u":"%3Cinit%3E(java.lang.String,java.util.EnumSet,S,com.tangosol.util.fsm.TransitionAction)"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"Transition(String, S, S)","u":"%3Cinit%3E(java.lang.String,S,S)"},{"p":"com.tangosol.util.fsm","c":"Transition","l":"Transition(String, S, S, TransitionAction)","u":"%3Cinit%3E(java.lang.String,S,S,com.tangosol.util.fsm.TransitionAction)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext","l":"transitionPartition(int, int, Member, Member)","u":"transitionPartition(int,int,com.tangosol.net.Member,com.tangosol.net.Member)"},{"p":"com.tangosol.util.fsm","c":"Instruction.TransitionTo","l":"TransitionTo(S)","u":"%3Cinit%3E(S)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"translateSchemeType(String)","u":"translateSchemeType(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"translateStandardSchemeType(String)","u":"translateStandardSchemeType(java.lang.String)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"translateStandardSchemeType(String)","u":"translateStandardSchemeType(java.lang.String)"},{"p":"com.tangosol.coherence.config.scheme","c":"DistributedScheme.BackupConfig","l":"translateType(String)","u":"translateType(java.lang.String)"},{"p":"com.tangosol.util","c":"Tree","l":"Tree()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management","c":"NotificationManager","l":"trigger(String, Notification)","u":"trigger(java.lang.String,javax.management.Notification)"},{"p":"com.tangosol.net.management","c":"NotificationManager","l":"trigger(String, String, String)","u":"trigger(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"trim(String)","u":"trim(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"trimb(String)","u":"trimb(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"trimf(String)","u":"trimf(java.lang.String)"},{"p":"com.tangosol.util","c":"CircularArrayList","l":"trimToSize()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"TRINT_DOMAIN_SPAN"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"TRINT_MAX_VALUE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"TRINT_MAX_VARIANCE"},{"p":"com.tangosol.util","c":"Binary","l":"TRUE"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"truncate()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"truncate()"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"truncate()"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"truncate()"},{"p":"com.tangosol.net","c":"NamedMap","l":"truncate()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"truncate()"},{"p":"com.tangosol.util","c":"ObservableHashMap","l":"truncate()"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"truncate(String, String)","u":"truncate(java.lang.String,java.lang.String)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"truncate(TruncateRequest)","u":"truncate(com.oracle.coherence.grpc.TruncateRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"truncate(TruncateRequest)","u":"truncate(com.oracle.coherence.grpc.TruncateRequest)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"truncate(TruncateRequest, StreamObserver)","u":"truncate(com.oracle.coherence.grpc.TruncateRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder.TruncateCacheStatement","l":"TruncateCacheStatement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"TruncateCacheStatementBuilder","l":"TruncateCacheStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent.Type","l":"TRUNCATED"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"truncateExtent(long)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistentStore","l":"truncateExtent(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistentStore","l":"truncateExtent(long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"truncateExtentInternal(long)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"truncateString(Collection, int)","u":"truncateString(java.util.Collection,int)"},{"p":"com.tangosol.util","c":"Base","l":"truncateString(Collection, int)","u":"truncateString(java.util.Collection,int)"},{"p":"com.oracle.coherence.common.base","c":"Formatting","l":"truncateString(String, int)","u":"truncateString(java.lang.String,int)"},{"p":"com.tangosol.util","c":"Base","l":"truncateString(String, int)","u":"truncateString(java.lang.String,int)"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"tryAcquire()"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"tryAcquire()"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"tryAcquire()"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"tryAcquire(int)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"tryAcquire(int)"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"tryAcquire(int)"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"tryAcquire(int, long, TimeUnit)","u":"tryAcquire(int,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"tryAcquire(int, long, TimeUnit)","u":"tryAcquire(int,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"tryAcquire(int, long, TimeUnit)","u":"tryAcquire(int,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent","c":"LocalSemaphore","l":"tryAcquire(long, TimeUnit)","u":"tryAcquire(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent","c":"RemoteSemaphore","l":"tryAcquire(long, TimeUnit)","u":"tryAcquire(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent","c":"Semaphore","l":"tryAcquire(long, TimeUnit)","u":"tryAcquire(long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"tryEvict()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"tryLock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"tryLock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"tryLock()"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"tryLock()"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"tryLock(Lock, long, TimeUnit)","u":"tryLock(java.util.concurrent.locks.Lock,long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"tryLock(long, TimeUnit)","u":"tryLock(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"tryLock(long, TimeUnit)","u":"tryLock(long,java.util.concurrent.TimeUnit)"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"tryLock(long, TimeUnit)","u":"tryLock(long,java.util.concurrent.TimeUnit)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"tryLock(Set)","u":"tryLock(java.util.Set)"},{"p":"com.tangosol.io.bdb","c":"DatabaseFactory.EnvironmentHolder.DirectoryLock","l":"tryUnlock()"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"TYPE"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_BINARY"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_BOOLEAN"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_DATE"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_DATETIME"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_DECIMAL"},{"p":"com.tangosol.net","c":"InvocationService","l":"TYPE_DEFAULT"},{"p":"com.tangosol.net","c":"ProxyService","l":"TYPE_DEFAULT"},{"p":"com.tangosol.net","c":"CacheService","l":"TYPE_DISTRIBUTED"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_DOUBLE"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_INT"},{"p":"com.tangosol.net","c":"CacheService","l":"TYPE_LOCAL"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_LONG"},{"p":"com.tangosol.coherence.config.scheme","c":"NearScheme","l":"TYPE_NEAR"},{"p":"com.tangosol.net","c":"CacheService","l":"TYPE_OPTIMISTIC"},{"p":"com.tangosol.net","c":"CacheService","l":"TYPE_PAGED_TOPIC"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"TYPE_PORTABLE"},{"p":"com.tangosol.net","c":"CacheService","l":"TYPE_REMOTE"},{"p":"com.tangosol.net","c":"InvocationService","l":"TYPE_REMOTE"},{"p":"com.tangosol.net","c":"NameService","l":"TYPE_REMOTE"},{"p":"com.tangosol.net","c":"CacheService","l":"TYPE_REMOTE_GRPC"},{"p":"com.tangosol.net","c":"CacheService","l":"TYPE_REPLICATED"},{"p":"com.tangosol.io.pof","c":"SafeConfigurablePofContext","l":"TYPE_SERIALIZABLE"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_STRING"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"TYPE_TIME"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Literal","l":"type()"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor","l":"type()"},{"p":"com.tangosol.net.management.annotation","c":"Notification","l":"types()"},{"p":"com.tangosol.util","c":"UID","l":"UID()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"UID","l":"UID(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.tangosol.util","c":"UID","l":"UID(DataInput)","u":"%3Cinit%3E(java.io.DataInput)"},{"p":"com.tangosol.util","c":"UID","l":"UID(int, long, int)","u":"%3Cinit%3E(int,long,int)"},{"p":"com.tangosol.util","c":"UID","l":"UID(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.precedence","c":"OPToken","l":"UNARY_OPERATOR_NODE"},{"p":"com.tangosol.util.function","c":"Remote","l":"unaryOperator(Remote.UnaryOperator)","u":"unaryOperator(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.tangosol.net","c":"NameService","l":"unbind(String)","u":"unbind(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"AbstractBinaryEntryBundler","l":"unbundle(BinaryEntry)","u":"unbundle(com.tangosol.util.BinaryEntry)"},{"p":"com.tangosol.net.cache","c":"AbstractKeyBundler","l":"unbundle(Object)","u":"unbundle(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.GetBundler","l":"unbundle(Object)","u":"unbundle(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"BundlingNamedCache.RemoveBundler","l":"unbundle(Object)","u":"unbundle(java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"undecorate(Binary, int)","u":"undecorate(com.tangosol.util.Binary,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"undecorate(ReadBuffer, int)","u":"undecorate(com.tangosol.io.ReadBuffer,int)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter","l":"UnderloadedFilter(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.util","c":"HashEncoded","l":"UNENCODED"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator.CalculatorState","l":"UNINITIALIZED"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule","l":"union(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule)","u":"union(com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"union(PartitionSet, PartitionSet)","u":"union(com.tangosol.net.partition.PartitionSet,com.tangosol.net.partition.PartitionSet)"},{"p":"com.tangosol.util","c":"SortedBag.UniqueElement","l":"UniqueElement(E)","u":"%3Cinit%3E(E)"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"UNIT_CALCULATOR_BINARY"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"UNIT_CALCULATOR_EXTERNAL"},{"p":"com.tangosol.net.cache","c":"LocalCache","l":"UNIT_CALCULATOR_FIXED"},{"p":"com.tangosol.util","c":"Base","l":"UNIT_D"},{"p":"com.tangosol.util","c":"Base","l":"UNIT_H"},{"p":"com.tangosol.util","c":"Base","l":"UNIT_M"},{"p":"com.tangosol.util","c":"Base","l":"UNIT_MS"},{"p":"com.tangosol.util","c":"Base","l":"UNIT_NS"},{"p":"com.tangosol.util","c":"Base","l":"UNIT_S"},{"p":"com.tangosol.util","c":"Base","l":"UNIT_US"},{"p":"com.tangosol.coherence.config.builder","c":"UnitCalculatorBuilder","l":"UnitCalculatorBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"UnitCalculatorProcessor","l":"UnitCalculatorProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.unit","c":"Units","l":"Units(long)","u":"%3Cinit%3E(long)"},{"p":"com.tangosol.coherence.config.unit","c":"Units","l":"Units(MemorySize)","u":"%3Cinit%3E(com.oracle.coherence.common.util.MemorySize)"},{"p":"com.tangosol.coherence.config.unit","c":"Units","l":"Units(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"UniversalExtractor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"UniversalExtractor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"UniversalExtractor(String, Object[])","u":"%3Cinit%3E(java.lang.String,java.lang.Object[])"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"UniversalExtractor(String, Object[], int)","u":"%3Cinit%3E(java.lang.String,java.lang.Object[],int)"},{"p":"com.tangosol.coherence.dslquery","c":"UniversalExtractorBuilder","l":"UniversalExtractorBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.UniversalExtractorsSupplier","l":"UniversalExtractorsSupplier()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.cdi","c":"ExtractorProducer.UniversalExtractorSupplier","l":"UniversalExtractorSupplier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"UniversalManipulator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"UniversalManipulator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"UniversalUpdater()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"UniversalUpdater(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator.CalculatorState","l":"UNKNOWN"},{"p":"com.oracle.coherence.common.base","c":"StackTrace.StackFrame","l":"UNKNOWN"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"unlink()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteLock","l":"unlock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.ReadLock","l":"unlock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"unlock()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"unlock()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"ReadonlyNamedCache","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConcurrentMap","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterConcurrentMap","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterNamedCache","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"unlock(Object)","u":"unlock(java.lang.Object)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.UnlockAction","l":"UnlockAction()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"unlockAll(ConcurrentMap, Collection)","u":"unlockAll(com.tangosol.util.ConcurrentMap,java.util.Collection)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"unlockAllBuckets()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"unlockAllBuckets(int)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"unlockAllSegments(long)"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"unlockBucket(int)"},{"p":"com.tangosol.io","c":"FileHelper","l":"unlockFile(FileLock)","u":"unlockFile(java.nio.channels.FileLock)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache","l":"unlockInternal(Object)","u":"unlockInternal(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"unlockRead()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"unlockSegment(int)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"unlockStorage()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"unlockWrite()"},{"p":"com.tangosol.coherence.rest.io","c":"BinaryMarshaller","l":"unmarshal(InputStream, MediaType)","u":"unmarshal(java.io.InputStream,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.io","c":"JacksonJsonMarshaller","l":"unmarshal(InputStream, MediaType)","u":"unmarshal(java.io.InputStream,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.io","c":"JaxbXmlMarshaller","l":"unmarshal(InputStream, MediaType)","u":"unmarshal(java.io.InputStream,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.io","c":"KeyConverterAdapter","l":"unmarshal(InputStream, MediaType)","u":"unmarshal(java.io.InputStream,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.io","c":"Marshaller","l":"unmarshal(InputStream, MediaType)","u":"unmarshal(java.io.InputStream,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.io","c":"StaticContentMarshaller","l":"unmarshal(InputStream, MediaType)","u":"unmarshal(java.io.InputStream,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.coherence.rest.io","c":"StringMarshaller","l":"unmarshal(InputStream, MediaType)","u":"unmarshal(java.io.InputStream,jakarta.ws.rs.core.MediaType)"},{"p":"com.tangosol.util","c":"CopyOnWriteLongArray.UnmodifiableIterator","l":"UnmodifiableIterator(LongArray.Iterator)","u":"%3Cinit%3E(com.tangosol.util.LongArray.Iterator)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"BaseOperator","l":"unmodifiableSet(Object)","u":"unmodifiableSet(java.lang.Object)"},{"p":"com.tangosol.coherence.config.builder","c":"SocketProviderBuilder","l":"UNNAMED_PROVIDER_ID"},{"p":"com.tangosol.net","c":"SocketProviderFactory","l":"UNNAMED_PROVIDER_ID"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"unordered()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResultStatus","l":"Unowned"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unquote(String)","u":"unquote(java.lang.String)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"unregister()"},{"p":"com.tangosol.net.cache","c":"CachingMap.FrontMapListener","l":"unregister()"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"unregister(CacheService, String)","u":"unregister(com.tangosol.net.CacheService,java.lang.String)"},{"p":"com.tangosol.net.management","c":"Registry","l":"unregister(HealthCheck)","u":"unregister(com.tangosol.util.HealthCheck)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheContext","l":"unregister(ResourceRegistry, JCacheIdentifier)","u":"unregister(com.tangosol.util.ResourceRegistry,com.tangosol.coherence.jcache.common.JCacheIdentifier)"},{"p":"com.tangosol.net.management","c":"Registry","l":"unregister(String)","u":"unregister(java.lang.String)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"unregister(String, String)","u":"unregister(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"unregisterBackServiceListener()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterCacheMBean(CacheService, String)","u":"unregisterCacheMBean(com.tangosol.net.CacheService,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterCacheMBean(CacheService, String, String)","u":"unregisterCacheMBean(com.tangosol.net.CacheService,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterCacheMBean(Cluster, String, String, String)","u":"unregisterCacheMBean(com.tangosol.net.Cluster,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterCacheMBean(NamedCache, String)","u":"unregisterCacheMBean(com.tangosol.net.NamedCache,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterCacheMBean(String, String)","u":"unregisterCacheMBean(java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterCacheMBean(String, String, String)","u":"unregisterCacheMBean(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility","l":"unregisterCacheObject(Cache, MBeanServerRegistrationUtility.ObjectNameType)","u":"unregisterCacheObject(javax.cache.Cache,com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility.ObjectNameType)"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility","l":"unregisterCacheObject(CoherenceBasedCacheManager, JCacheIdentifier, MBeanServerRegistrationUtility.ObjectNameType)","u":"unregisterCacheObject(com.tangosol.coherence.jcache.CoherenceBasedCacheManager,com.tangosol.coherence.jcache.common.JCacheIdentifier,com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility.ObjectNameType)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"unregisterDeactivationListener()"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"unregisterDeactivationListener()"},{"p":"com.tangosol.net.events","c":"EventDispatcherRegistry","l":"unregisterEventDispatcher(EventDispatcher)","u":"unregisterEventDispatcher(com.tangosol.net.events.EventDispatcher)"},{"p":"com.tangosol.net.events","c":"InterceptorRegistry","l":"unregisterEventInterceptor(String)","u":"unregisterEventInterceptor(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"unregisterExpiry(Object, long)","u":"unregisterExpiry(java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"unregisterFrontListener()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterIndex(PersistentStore, long, Binary, Object)","u":"unregisterIndex(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterIndices(PersistentStore, long)","u":"unregisterIndices(com.oracle.coherence.persistence.PersistentStore,long)"},{"p":"com.tangosol.net.cache","c":"SerializationCache","l":"unregisterKey(Object)","u":"unregisterKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"SerializationMap","l":"unregisterKey(Object)","u":"unregisterKey(java.lang.Object)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"unregisterListener()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"unregisterListener(Object)","u":"unregisterListener(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterListener(PersistentStore, long, Binary, long, Object)","u":"unregisterListener(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,long,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterListeners(PersistentStore, long)","u":"unregisterListeners(com.oracle.coherence.persistence.PersistentStore,long)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"unregisterListeners(Set)","u":"unregisterListeners(java.util.Set)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterLock(PersistentStore, long, Binary, long, long, Object)","u":"unregisterLock(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,long,long,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterLocks(PersistentStore, long)","u":"unregisterLocks(com.oracle.coherence.persistence.PersistentStore,long)"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"unregisterMBean()"},{"p":"com.tangosol.net.cache","c":"NearCache","l":"unregisterMBean()"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"unregisterMBean()"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterPagedTopicMBean(Service, NamedTopic)","u":"unregisterPagedTopicMBean(com.tangosol.net.Service,com.tangosol.net.topic.NamedTopic)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterPagedTopicMBean(Service, String)","u":"unregisterPagedTopicMBean(com.tangosol.net.Service,java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullResourceRegistry","l":"unregisterResource(Class, String)","u":"unregisterResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"ResourceRegistry","l":"unregisterResource(Class, String)","u":"unregisterResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleResourceRegistry","l":"unregisterResource(Class, String)","u":"unregisterResource(java.lang.Class,java.lang.String)"},{"p":"com.tangosol.net","c":"Cluster","l":"unregisterResource(String)","u":"unregisterResource(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"ContinuousQueryCache","l":"unregisterServiceListener()"},{"p":"com.tangosol.net","c":"ServiceMonitor","l":"unregisterServices(Set)","u":"unregisterServices(java.util.Set)"},{"p":"com.tangosol.net","c":"SimpleServiceMonitor","l":"unregisterServices(Set)","u":"unregisterServices(java.util.Set)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterSubscriberGroupMBean(PagedTopicService, PagedTopicSubscription)","u":"unregisterSubscriberGroupMBean(com.tangosol.net.PagedTopicService,com.tangosol.internal.net.topic.impl.paged.model.PagedTopicSubscription)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterSubscriberMBean(PagedTopicSubscriber)","u":"unregisterSubscriberMBean(com.tangosol.internal.net.topic.impl.paged.PagedTopicSubscriber)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterTrigger(PersistentStore, long, Binary, Object)","u":"unregisterTrigger(com.oracle.coherence.persistence.PersistentStore,long,com.tangosol.util.Binary,java.lang.Object)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unregisterTriggers(PersistentStore, long)","u":"unregisterTriggers(com.oracle.coherence.persistence.PersistentStore,long)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"unregisterUserType(int)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterViewMBean(Cluster, String, String)","u":"unregisterViewMBean(com.tangosol.net.Cluster,java.lang.String,java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanHelper","l":"unregisterViewMBean(NamedCache)","u":"unregisterViewMBean(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.run.xml","c":"XmlHelper.ParameterResolver","l":"UNRESOLVED"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"unscaledValue()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"unseal(PersistentStore)","u":"unseal(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.oracle.coherence.cdi.events","c":"EventObserverSupport.UnsolicitedCommitEventHandler","l":"UnsolicitedCommitEventHandler(EventObserverSupport.EventObserver)","u":"%3Cinit%3E(com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"UnsupportedFeatureProcessor","l":"UnsupportedFeatureProcessor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"unwrap(Class[])","u":"unwrap(java.lang.Class[])"},{"p":"com.tangosol.util","c":"ClassHelper","l":"unwrap(Class[])","u":"unwrap(java.lang.Class[])"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCache","l":"unwrap(Class)","u":"unwrap(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"unwrap(Class)","u":"unwrap(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntry","l":"unwrap(Class)","u":"unwrap(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceCacheEntryEvent","l":"unwrap(Class)","u":"unwrap(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughCacheEntryEvent","l":"unwrap(Class)","u":"unwrap(java.lang.Class)"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCache","l":"unwrap(Class)","u":"unwrap(java.lang.Class)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"unwrap(MapListener)","u":"unwrap(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util","c":"SortedBag","l":"unwrap(Object)","u":"unwrap(java.lang.Object)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers","l":"unwrap(PersistenceEnvironment)","u":"unwrap(com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers","l":"unwrap(PersistenceManager)","u":"unwrap(com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers","l":"unwrap(PersistentStore)","u":"unwrap(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.coherence.jcache.common","c":"Helper","l":"unwrap(Throwable)","u":"unwrap(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"MapListenerSupport","l":"unwrapEvent(MapEvent)","u":"unwrapEvent(com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.grpc","c":"RequestHolder.UpConverter","l":"UpConverter(Serializer, Serializer)","u":"%3Cinit%3E(com.tangosol.io.Serializer,com.tangosol.io.Serializer)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"update(ID, Remote.BiFunction, U)","u":"update(ID,com.tangosol.util.function.Remote.BiFunction,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"update(ID, Remote.BiFunction, U)","u":"update(ID,com.tangosol.util.function.Remote.BiFunction,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"update(ID, Remote.BiFunction, U, EntityFactory)","u":"update(ID,com.tangosol.util.function.Remote.BiFunction,U,com.oracle.coherence.repository.EntityFactory)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"update(ID, Remote.BiFunction, U, EntityFactory)","u":"update(ID,com.tangosol.util.function.Remote.BiFunction,U,com.oracle.coherence.repository.EntityFactory)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"update(ID, Remote.Function)","u":"update(ID,com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"update(ID, Remote.Function)","u":"update(ID,com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"update(ID, Remote.Function, EntityFactory)","u":"update(ID,com.tangosol.util.function.Remote.Function,com.oracle.coherence.repository.EntityFactory)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"update(ID, Remote.Function, EntityFactory)","u":"update(ID,com.tangosol.util.function.Remote.Function,com.oracle.coherence.repository.EntityFactory)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"update(ID, ValueUpdater, U)","u":"update(ID,com.tangosol.util.ValueUpdater,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"update(ID, ValueUpdater, U)","u":"update(ID,com.tangosol.util.ValueUpdater,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"update(ID, ValueUpdater, U, EntityFactory)","u":"update(ID,com.tangosol.util.ValueUpdater,U,com.oracle.coherence.repository.EntityFactory)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"update(ID, ValueUpdater, U, EntityFactory)","u":"update(ID,com.tangosol.util.ValueUpdater,U,com.oracle.coherence.repository.EntityFactory)"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"update(Map.Entry)","u":"update(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"update(Map.Entry)","u":"update(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"update(Map.Entry)","u":"update(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"MapIndex","l":"update(Map.Entry)","u":"update(java.util.Map.Entry)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor","l":"update(MBeanAccessor.QueryBuilder.ParsedQuery, Map)","u":"update(com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery,java.util.Map)"},{"p":"com.tangosol.net.proxy","c":"DefaultProxyServiceLoadBalancer","l":"update(Member, ProxyServiceLoad)","u":"update(com.tangosol.net.Member,com.tangosol.net.proxy.ProxyServiceLoad)"},{"p":"com.tangosol.net","c":"ServiceLoadBalancer","l":"update(Member, T)","u":"update(com.tangosol.net.Member,T)"},{"p":"com.tangosol.net","c":"SimpleServiceLoadBalancer","l":"update(Member, T)","u":"update(com.tangosol.net.Member,T)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"update(Object, Object)","u":"update(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"update(Object, Object)","u":"update(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"update(Object, Object)","u":"update(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"update(Object, Object)","u":"update(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"AbstractUpdater","l":"update(Object, U)","u":"update(java.lang.Object,U)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecordUpdater","l":"update(String, String, ChangeRecord)","u":"update(java.lang.String,java.lang.String,com.tangosol.coherence.federation.ChangeRecord)"},{"p":"com.tangosol.util","c":"Processors","l":"update(String, T)","u":"update(java.lang.String,T)"},{"p":"com.tangosol.util","c":"ValueUpdater","l":"update(T, U)","u":"update(T,U)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"update(ValueUpdater, Object)","u":"update(com.tangosol.util.ValueUpdater,java.lang.Object)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingMapTriggerEntry","l":"update(ValueUpdater, Object)","u":"update(com.tangosol.util.ValueUpdater,java.lang.Object)"},{"p":"com.tangosol.coherence.federation","c":"ChangeRecord","l":"update(ValueUpdater, T)","u":"update(com.tangosol.util.ValueUpdater,T)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"update(ValueUpdater, T)","u":"update(com.tangosol.util.ValueUpdater,T)"},{"p":"com.tangosol.util","c":"InvocableMap.Entry","l":"update(ValueUpdater, T)","u":"update(com.tangosol.util.ValueUpdater,T)"},{"p":"com.tangosol.util","c":"Processors","l":"update(ValueUpdater, T)","u":"update(com.tangosol.util.ValueUpdater,T)"},{"p":"com.tangosol.util","c":"SimpleMapEntry","l":"update(ValueUpdater, U)","u":"update(com.tangosol.util.ValueUpdater,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"updateAll(Filter, Remote.BiFunction, U)","u":"updateAll(com.tangosol.util.Filter,com.tangosol.util.function.Remote.BiFunction,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"updateAll(Filter, Remote.BiFunction, U)","u":"updateAll(com.tangosol.util.Filter,com.tangosol.util.function.Remote.BiFunction,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"updateAll(Filter, Remote.Function)","u":"updateAll(com.tangosol.util.Filter,com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"updateAll(Filter, Remote.Function)","u":"updateAll(com.tangosol.util.Filter,com.tangosol.util.function.Remote.Function)"},{"p":"com.oracle.coherence.repository","c":"AbstractAsyncRepository","l":"updateAll(Filter, ValueUpdater, U)","u":"updateAll(com.tangosol.util.Filter,com.tangosol.util.ValueUpdater,U)"},{"p":"com.oracle.coherence.repository","c":"AbstractRepository","l":"updateAll(Filter, ValueUpdater, U)","u":"updateAll(com.tangosol.util.Filter,com.tangosol.util.ValueUpdater,U)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"updateAndGet(IntUnaryOperator)","u":"updateAndGet(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"updateAndGet(IntUnaryOperator)","u":"updateAndGet(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"updateAndGet(IntUnaryOperator)","u":"updateAndGet(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"updateAndGet(IntUnaryOperator)","u":"updateAndGet(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"updateAndGet(IntUnaryOperator)","u":"updateAndGet(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"updateAndGet(IntUnaryOperator)","u":"updateAndGet(java.util.function.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"updateAndGet(LongUnaryOperator)","u":"updateAndGet(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"updateAndGet(LongUnaryOperator)","u":"updateAndGet(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"updateAndGet(LongUnaryOperator)","u":"updateAndGet(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"updateAndGet(LongUnaryOperator)","u":"updateAndGet(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"updateAndGet(LongUnaryOperator)","u":"updateAndGet(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"updateAndGet(LongUnaryOperator)","u":"updateAndGet(java.util.function.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicInteger","l":"updateAndGet(Remote.IntUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicInteger","l":"updateAndGet(Remote.IntUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicInteger","l":"updateAndGet(Remote.IntUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicInteger","l":"updateAndGet(Remote.IntUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicInteger","l":"updateAndGet(Remote.IntUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicInteger","l":"updateAndGet(Remote.IntUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.IntUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicLong","l":"updateAndGet(Remote.LongUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicLong","l":"updateAndGet(Remote.LongUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicLong","l":"updateAndGet(Remote.LongUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicLong","l":"updateAndGet(Remote.LongUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicLong","l":"updateAndGet(Remote.LongUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicLong","l":"updateAndGet(Remote.LongUnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.LongUnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"updateAndGet(Remote.UnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"updateAndGet(Remote.UnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"updateAndGet(Remote.UnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"updateAndGet(Remote.UnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"updateAndGet(Remote.UnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"updateAndGet(Remote.UnaryOperator)","u":"updateAndGet(com.tangosol.util.function.Remote.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncAtomicReference","l":"updateAndGet(UnaryOperator)","u":"updateAndGet(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncLocalAtomicReference","l":"updateAndGet(UnaryOperator)","u":"updateAndGet(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AsyncRemoteAtomicReference","l":"updateAndGet(UnaryOperator)","u":"updateAndGet(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"AtomicReference","l":"updateAndGet(UnaryOperator)","u":"updateAndGet(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"LocalAtomicReference","l":"updateAndGet(UnaryOperator)","u":"updateAndGet(java.util.function.UnaryOperator)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"RemoteAtomicReference","l":"updateAndGet(UnaryOperator)","u":"updateAndGet(java.util.function.UnaryOperator)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"updateBinaryValue(Binary)","u":"updateBinaryValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.Entry","l":"updateBinaryValue(Binary)","u":"updateBinaryValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"updateBinaryValue(Binary)","u":"updateBinaryValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"updateBinaryValue(Binary)","u":"updateBinaryValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"updateBinaryValue(Binary)","u":"updateBinaryValue(com.tangosol.util.Binary)"},{"p":"com.tangosol.net.cache","c":"BackingMapBinaryEntry","l":"updateBinaryValue(Binary, boolean)","u":"updateBinaryValue(com.tangosol.util.Binary,boolean)"},{"p":"com.tangosol.util","c":"BinaryEntry","l":"updateBinaryValue(Binary, boolean)","u":"updateBinaryValue(com.tangosol.util.Binary,boolean)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry","l":"updateBinaryValue(Binary, boolean)","u":"updateBinaryValue(com.tangosol.util.Binary,boolean)"},{"p":"com.tangosol.util","c":"InvocableMapHelper.RoutingBinaryEntry","l":"updateBinaryValue(Binary, boolean)","u":"updateBinaryValue(com.tangosol.util.Binary,boolean)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"updateComplex(Object, Object)","u":"updateComplex(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"updateCompositeStats()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.MembershipQuorumPolicy","l":"updateCurrentRule()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy","l":"updateCurrentRule()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"UPDATED"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"updateEntry(Map.Entry, Object)","u":"updateEntry(java.util.Map.Entry,java.lang.Object)"},{"p":"com.tangosol.util.extractor","c":"AbstractUpdater","l":"updateEntry(Map.Entry, U)","u":"updateEntry(java.util.Map.Entry,U)"},{"p":"com.tangosol.util","c":"InvocableMapHelper","l":"updateEntry(ValueUpdater, Map.Entry, U)","u":"updateEntry(com.tangosol.util.ValueUpdater,java.util.Map.Entry,U)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"updateExcludedKeys(Map.Entry, boolean)","u":"updateExcludedKeys(java.util.Map.Entry,boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"updateFlag(int, boolean)","u":"updateFlag(int,boolean)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"updateFlag(int, boolean)","u":"updateFlag(int,boolean)"},{"p":"com.tangosol.util","c":"ConditionalIndex","l":"updateInternal(Map.Entry)","u":"updateInternal(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"ForwardOnlyMapIndex","l":"updateInternal(Map.Entry)","u":"updateInternal(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"SimpleMapIndex","l":"updateInternal(Map.Entry)","u":"updateInternal(java.util.Map.Entry)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue","l":"updateInternalValue(Object, long, ExpiryPolicy)","u":"updateInternalValue(java.lang.Object,long,javax.cache.expiry.ExpiryPolicy)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"updateLength(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"updateLength(int)"},{"p":"com.tangosol.util","c":"TaskDaemon","l":"updateMostRecentTaskTime()"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"updatePersistentVersion(Object, Comparable)","u":"updatePersistentVersion(java.lang.Object,java.lang.Comparable)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"updateQueuedSize(int)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"UpdaterProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"UpdaterProcessor(String, T)","u":"%3Cinit%3E(java.lang.String,T)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"UpdaterProcessor(ValueUpdater, T)","u":"%3Cinit%3E(com.tangosol.util.ValueUpdater,T)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"updateState(int, int)","u":"updateState(int,int)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"updateState(int, int)","u":"updateState(int,int)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder.UpdateStatement","l":"UpdateStatement(String, Filter, InvocableMap.EntryProcessor)","u":"%3Cinit%3E(java.lang.String,com.tangosol.util.Filter,com.tangosol.util.InvocableMap.EntryProcessor)"},{"p":"com.tangosol.coherence.dslquery.statement","c":"UpdateStatementBuilder","l":"UpdateStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler","l":"updateStatistics()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"updateThreadName(Daemon, String)","u":"updateThreadName(com.tangosol.util.Daemon,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"updateTransientVersion(Object, Comparable)","u":"updateTransientVersion(java.lang.Object,java.lang.Comparable)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"updateVersion(Object, Object)","u":"updateVersion(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"UPDATING"},{"p":"com.tangosol.net","c":"CacheFactoryBuilder","l":"URI_DEFAULT"},{"p":"com.tangosol.run.xml","c":"UriSerializable","l":"URI_DELIM"},{"p":"com.tangosol.run.xml","c":"UriSerializable","l":"URI_NULL"},{"p":"com.tangosol.net.ssl","c":"URLCertificateLoader","l":"URLCertificateLoader(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.ssl","c":"URLCertificateLoader","l":"URLCertificateLoader(XmlValue)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.net.ssl","c":"URLKeyStoreLoader","l":"URLKeyStoreLoader(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.ssl","c":"URLKeyStoreLoader","l":"URLKeyStoreLoader(XmlValue)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.net","c":"URLMemberIdentityProvider","l":"URLMemberIdentityProvider()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"URLPasswordProvider","l":"URLPasswordProvider(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net","c":"URLPasswordProvider","l":"URLPasswordProvider(String, boolean)","u":"%3Cinit%3E(java.lang.String,boolean)"},{"p":"com.tangosol.net.ssl","c":"URLPrivateKeyLoader","l":"URLPrivateKeyLoader(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.ssl","c":"URLPrivateKeyLoader","l":"URLPrivateKeyLoader(XmlValue)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies","l":"USAGE_DEFAULT"},{"p":"com.tangosol.coherence.dslquery","c":"QueryPlus.DependenciesHelper","l":"usage(PrintWriter)","u":"usage(java.io.PrintWriter)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor.EmptyElementBehavior","l":"USE_DEFAULT_VALUE"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"USE_POF_STREAMS"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"USE_XMLBEAN_CLASS_CACHE"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"use()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"useBackIterator()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"useDoneIterator()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"useFrontIterator()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.Notification","l":"UserData"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"useReservation()"},{"p":"com.tangosol.net.security","c":"UsernameAndPassword","l":"UsernameAndPassword(String, char[])","u":"%3Cinit%3E(java.lang.String,char[])"},{"p":"com.tangosol.net.security","c":"UsernameAndPassword","l":"UsernameAndPassword(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"UserTypeReader(PofBufferReader, ReadBuffer.BufferInput, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.PofBufferReader,com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferReader.UserTypeReader","l":"UserTypeReader(ReadBuffer.BufferInput, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.ReadBuffer.BufferInput,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"UserTypeWriter(PofBufferWriter, WriteBuffer.BufferOutput, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.PofBufferWriter,com.tangosol.io.WriteBuffer.BufferOutput,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"UserTypeWriter(PofBufferWriter, WritingPofHandler, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.PofBufferWriter,com.tangosol.io.pof.WritingPofHandler,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"UserTypeWriter(PofBufferWriter, WritingPofHandler, PofContext, int, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.PofBufferWriter,com.tangosol.io.pof.WritingPofHandler,com.tangosol.io.pof.PofContext,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"UserTypeWriter(WriteBuffer.BufferOutput, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.WriteBuffer.BufferOutput,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"UserTypeWriter(WritingPofHandler, PofContext, int, int)","u":"%3Cinit%3E(com.tangosol.io.pof.WritingPofHandler,com.tangosol.io.pof.PofContext,int,int)"},{"p":"com.tangosol.net","c":"ScopeResolver","l":"useScopeInConfig()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.KeyIterator","l":"useSnapshotIterator()"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"usesRawTypes()"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"usesRawTypes()"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"usesWildcard()"},{"p":"com.tangosol.net","c":"AsyncNamedMap.Complete","l":"using(Executor)","u":"using(java.util.concurrent.Executor)"},{"p":"com.tangosol.util","c":"BuilderHelper","l":"using(ParameterizedBuilder, ParameterResolver, ClassLoader, ParameterList)","u":"using(com.tangosol.coherence.config.builder.ParameterizedBuilder,com.tangosol.config.expression.ParameterResolver,java.lang.ClassLoader,com.tangosol.coherence.config.ParameterList)"},{"p":"com.tangosol.util","c":"BuilderHelper","l":"using(T)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"using(ValueExtractor)","u":"using(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"AsyncNamedMap.Complete","l":"usingCommonPool()"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"Utf8Reader(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.tangosol.io","c":"Utf8Reader","l":"Utf8Reader(InputStream)","u":"%3Cinit%3E(java.io.InputStream)"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"Utf8Writer()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"Utf8Writer(OutputStream)","u":"%3Cinit%3E(java.io.OutputStream)"},{"p":"com.tangosol.util","c":"UUID","l":"UUID()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"UUID","l":"UUID(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.tangosol.util","c":"UUID","l":"UUID(DataInput)","u":"%3Cinit%3E(java.io.DataInput)"},{"p":"com.tangosol.util","c":"UUID","l":"UUID(long, byte[], int, int)","u":"%3Cinit%3E(long,byte[],int,int)"},{"p":"com.tangosol.util","c":"UUID","l":"UUID(long, InetAddress, int, int)","u":"%3Cinit%3E(long,java.net.InetAddress,int,int)"},{"p":"com.tangosol.util","c":"UUID","l":"UUID(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_BOOLEAN_FALSE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_BOOLEAN_TRUE"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_COLLECTION_EMPTY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_FP_NAN"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_FP_NEG_INFINITY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_FP_POS_INFINITY"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_0"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_1"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_10"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_11"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_12"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_13"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_14"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_15"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_16"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_17"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_18"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_19"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_2"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_20"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_21"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_22"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_3"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_4"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_5"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_6"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_7"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_8"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_9"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_INT_NEG_1"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_REFERENCE_NULL"},{"p":"com.tangosol.io.pof","c":"PofConstants","l":"V_STRING_ZERO_LENGTH"},{"p":"com.tangosol.net.management","c":"MBeanConnector","l":"VALID_COMMANDS"},{"p":"com.tangosol.coherence.config.builder","c":"ActionPolicyBuilder.QuorumRule","l":"validate()"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractScheme","l":"validate()"},{"p":"com.tangosol.coherence.config.scheme","c":"ClassScheme","l":"validate()"},{"p":"com.tangosol.coherence.config.scheme","c":"CustomScheme","l":"validate()"},{"p":"com.tangosol.coherence.jcache","c":"CoherenceBasedCacheManager","l":"validate()"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheConfiguration","l":"validate()"},{"p":"com.tangosol.coherence.jcache.remotecache","c":"RemoteCacheConfiguration","l":"validate()"},{"p":"com.tangosol.net","c":"ConfigurableAddressProvider.AddressHolder","l":"validate()"},{"p":"com.tangosol.net","c":"TcpDatagramSocketProvider.DefaultDependencies","l":"validate()"},{"p":"com.tangosol.util","c":"AbstractSparseArray.Node","l":"validate()"},{"p":"com.tangosol.util","c":"AbstractSparseArray","l":"validate()"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"validate()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"validate(MapEvent)","u":"validate(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SeppukuMapListener","l":"validate(Object, Object)","u":"validate(java.lang.Object,java.lang.Object)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractNioManagerBuilder","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AbstractStoreManagerBuilder","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.builder.storemanager","c":"AsyncStoreManagerBuilder","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCachingScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"AbstractCompositeScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"BackingMapScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"BundleManager.BundleConfig","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"CaffeineScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"ExternalScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"LocalScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"PagedExternalScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.coherence.config.scheme","c":"ReadWriteBackingMapScheme","l":"validate(ParameterResolver)","u":"validate(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"validate(PersistentStore, PartitionedService)","u":"validate(com.oracle.coherence.persistence.PersistentStore,com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.coherence.config","c":"CacheConfig","l":"validate(ResourceRegistry)","u":"validate(com.tangosol.util.ResourceRegistry)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"validate(TransactionMap, Set, Set, Set, Set, Set)","u":"validate(com.tangosol.util.TransactionMap,java.util.Set,java.util.Set,java.util.Set,java.util.Set,java.util.Set)"},{"p":"com.tangosol.util","c":"TransactionMap.Validator","l":"validate(TransactionMap, Set, Set, Set, Set, Set)","u":"validate(com.tangosol.util.TransactionMap,java.util.Set,java.util.Set,java.util.Set,java.util.Set,java.util.Set)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"validateArchivedSnapshotExistsForService(PersistenceToolsHelper)","u":"validateArchivedSnapshotExistsForService(com.tangosol.coherence.dslquery.internal.PersistenceToolsHelper)"},{"p":"com.oracle.coherence.common.base","c":"NaturalAssociator","l":"validateAssociated(Associated)","u":"validateAssociated(com.oracle.coherence.common.base.Associated)"},{"p":"com.tangosol.net.partition","c":"MirroringAssignmentStrategy","l":"validateAssociatedService(PartitionedService)","u":"validateAssociatedService(com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"validateBackingMapManager(CacheService)","u":"validateBackingMapManager(com.tangosol.net.CacheService)"},{"p":"com.tangosol.net","c":"ExtensibleConfigurableCacheFactory","l":"validateBackingMapManager(CacheService)","u":"validateBackingMapManager(com.tangosol.net.CacheService)"},{"p":"com.tangosol.net.partition","c":"SimpleAssignmentStrategy","l":"validateBackups(SimpleAssignmentStrategy.AnalysisContext)","u":"validateBackups(com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"validateBufferSize(int)"},{"p":"com.tangosol.io","c":"FileHelper","l":"validateDir(File)","u":"validateDir(java.io.File)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"validateEntry(Object, Object, RuntimeException)","u":"validateEntry(java.lang.Object,java.lang.Object,java.lang.RuntimeException)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"validateExtentId(long)"},{"p":"com.tangosol.persistence","c":"GUIDHelper","l":"validateGUID(String)","u":"validateGUID(java.lang.String)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"validateInsert(TransactionMap, Set)","u":"validateInsert(com.tangosol.util.TransactionMap,java.util.Set)"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"validateKey(Object, RuntimeException)","u":"validateKey(java.lang.Object,java.lang.RuntimeException)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"validateLoadArray(Class, int, DataInput)","u":"validateLoadArray(java.lang.Class,int,java.io.DataInput)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"validateLoadClass(Class, DataInput)","u":"validateLoadClass(java.lang.Class,java.io.DataInput)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression.MacroExpansionProcessor","l":"validateMacroExpansion(String, String, String, int)","u":"validateMacroExpansion(java.lang.String,java.lang.String,java.lang.String,int)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistentStore","l":"validateMetadata()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"validatePersistentStoreId(String)","u":"validatePersistentStoreId(java.lang.String)"},{"p":"com.tangosol.coherence.config","c":"CacheMapping","l":"validateScheme(Scheme)","u":"validateScheme(com.tangosol.coherence.config.scheme.Scheme)"},{"p":"com.tangosol.coherence.config","c":"ResourceMapping","l":"validateScheme(Scheme)","u":"validateScheme(com.tangosol.coherence.config.scheme.Scheme)"},{"p":"com.tangosol.coherence.config","c":"TopicMapping","l":"validateScheme(Scheme)","u":"validateScheme(com.tangosol.coherence.config.scheme.Scheme)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"validateServiceExists(PersistenceToolsHelper)","u":"validateServiceExists(com.tangosol.coherence.dslquery.internal.PersistenceToolsHelper)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"validateSnapshotExistsForService(PersistenceToolsHelper)","u":"validateSnapshotExistsForService(com.tangosol.coherence.dslquery.internal.PersistenceToolsHelper)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"validateSnapshotName(String)","u":"validateSnapshotName(java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder.ValidateSnapshotStatement","l":"ValidateSnapshotStatement(String, boolean, boolean, String, String)","u":"%3Cinit%3E(java.lang.String,boolean,boolean,java.lang.String,java.lang.String)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"ValidateSnapshotStatementBuilder","l":"ValidateSnapshotStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistenceSnapshotTools","l":"validateStoreSealed(PersistentStore)","u":"validateStoreSealed(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager.AbstractPersistenceSnapshotTools","l":"validateStoreSealed(String)","u":"validateStoreSealed(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"SimplePofContext","l":"validateTypeId(int)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"validateValue(TransactionMap, Set)","u":"validateValue(com.tangosol.util.TransactionMap,java.util.Set)"},{"p":"com.tangosol.run.jca","c":"SimpleValidator","l":"validateVersion(TransactionMap, Set)","u":"validateVersion(com.tangosol.util.TransactionMap,java.util.Set)"},{"p":"com.tangosol.run.xml","c":"SaxParser","l":"validateXsd(String, XmlDocument)","u":"validateXsd(java.lang.String,com.tangosol.run.xml.XmlDocument)"},{"p":"com.tangosol.io.pof","c":"ValidatingPofHandler","l":"ValidatingPofHandler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"SaxParser.ValidationHandler","l":"ValidationHandler()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AnyEvent","l":"value"},{"p":"com.tangosol.util.extractor","c":"AbstractExtractor","l":"VALUE"},{"p":"com.tangosol.coherence.dslquery.function","c":"FunctionBuilders","l":"VALUE_FUNCTION_BUILDER"},{"p":"com.tangosol.util","c":"InflatableCollection","l":"VALUE_UPDATER"},{"p":"com.oracle.coherence.cdi","c":"ChainedExtractor.Extractors.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"ChainedExtractor.Extractors","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"ChainedExtractor.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"ChainedExtractor","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"ConfigUri.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"ConfigUri","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"Backlog.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"Backlog","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"CacheName.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"CacheName","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"MapName.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"MapName","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"ParticipantName.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"ParticipantName","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"Processor.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"Processor","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"ScopeName.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"ScopeName","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"ServiceName.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi.events","c":"ServiceName","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"Name.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"Name","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Extractors.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"PofExtractor.Extractors","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"PropertyExtractor.Extractors.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"PropertyExtractor.Extractors","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"PropertyExtractor.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"PropertyExtractor","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"Scope.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"Scope","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"SerializerFormat.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"SerializerFormat","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"SessionName.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"SessionName","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"SubscriberGroup.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"SubscriberGroup","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"WhereFilter.Literal","l":"value()"},{"p":"com.oracle.coherence.cdi","c":"WhereFilter","l":"value()"},{"p":"com.oracle.coherence.concurrent.cdi","c":"Count.Literal","l":"value()"},{"p":"com.oracle.coherence.concurrent.cdi","c":"Count","l":"value()"},{"p":"com.oracle.coherence.concurrent.cdi","c":"Permits.Literal","l":"value()"},{"p":"com.oracle.coherence.concurrent.cdi","c":"Permits","l":"value()"},{"p":"com.tangosol.config.annotation","c":"Injectable","l":"value()"},{"p":"com.tangosol.config.xml","c":"XmlSimpleName","l":"value()"},{"p":"com.tangosol.io.pof.annotation","c":"PortableProperty","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"CacheLifecycleEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"CoherenceLifecycleEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"EntryEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"EntryProcessorEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"FederatedChangeEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"FederatedConnectionEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"FederatedPartitionEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"LifecycleEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"SessionLifecycleEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"TransactionEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"TransferEvents","l":"value()"},{"p":"com.tangosol.net.events.annotation","c":"UnsolicitedCommitEvents","l":"value()"},{"p":"com.tangosol.net.management.annotation","c":"Description","l":"value()"},{"p":"com.tangosol.net.management.annotation","c":"MetricsLabels","l":"value()"},{"p":"com.tangosol.net.management.annotation","c":"MetricsScope","l":"value()"},{"p":"com.tangosol.net.management.annotation","c":"MetricsTag","l":"value()"},{"p":"com.tangosol.net.management.annotation","c":"MetricsValue","l":"value()"},{"p":"com.tangosol.config.expression","c":"Value","l":"Value()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"Value","l":"Value(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"value(Remote.ToIntFunction)","u":"value(com.tangosol.util.function.Remote.ToIntFunction)"},{"p":"com.tangosol.config.expression","c":"Value","l":"Value(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderBy","l":"value(ToIntFunction)","u":"value(java.util.function.ToIntFunction)"},{"p":"com.tangosol.config.expression","c":"Value","l":"Value(Value)","u":"%3Cinit%3E(com.tangosol.config.expression.Value)"},{"p":"com.tangosol.config.expression","c":"Value","l":"Value(XmlValue)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlValue)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"ValueChangeEventFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"ValueChangeEventFilter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"ValueChangeEventFilter(ValueExtractor)","u":"%3Cinit%3E(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"ValueMacroExpression()","u":"%3Cinit%3E()"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"ValueMacroExpression(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.oracle.coherence.cdi.events","c":"Backlog.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor.EmptyElementBehavior","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility.ObjectNameType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue.JCacheSyntheticKind","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"DateMode","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.cache","c":"CacheEvent.TransformationState","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.annotation","c":"Interceptor.Order","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.application","c":"LifecycleEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryProcessorEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.partition","c":"TransactionEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events.partition","c":"UnsolicitedCommitEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Publisher.OnFailure","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResultStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder.RecordType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent.Process","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.util","c":"RegistrationBehavior","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator.CalculatorState","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.oracle.coherence.caffeine","c":"CaffeineCache","l":"values()"},{"p":"com.oracle.coherence.cdi.events","c":"Backlog.Type","l":"values()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE","l":"values()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"AbstractEmptyElementProcessor.EmptyElementBehavior","l":"values()"},{"p":"com.tangosol.coherence.jcache.common","c":"MBeanServerRegistrationUtility.ObjectNameType","l":"values()"},{"p":"com.tangosol.coherence.jcache.localcache","c":"LocalCacheValue.JCacheSyntheticKind","l":"values()"},{"p":"com.tangosol.coherence.rest","c":"EntrySetResource","l":"values()"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"values()"},{"p":"com.tangosol.io.pof","c":"DateMode","l":"values()"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"values()"},{"p":"com.tangosol.net.cache","c":"CacheEvent.TransformationState","l":"values()"},{"p":"com.tangosol.net.cache","c":"CachingMap","l":"values()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"values()"},{"p":"com.tangosol.net","c":"Coherence.Mode","l":"values()"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"values()"},{"p":"com.tangosol.net.events.annotation","c":"Interceptor.Order","l":"values()"},{"p":"com.tangosol.net.events.application","c":"LifecycleEvent.Type","l":"values()"},{"p":"com.tangosol.net.events","c":"CoherenceLifecycleEvent.Type","l":"values()"},{"p":"com.tangosol.net.events","c":"EventDispatcher.InterceptorRegistrationEvent.Type","l":"values()"},{"p":"com.tangosol.net.events.partition.cache","c":"CacheLifecycleEvent.Type","l":"values()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryEvent.Type","l":"values()"},{"p":"com.tangosol.net.events.partition.cache","c":"EntryProcessorEvent.Type","l":"values()"},{"p":"com.tangosol.net.events.partition","c":"TransactionEvent.Type","l":"values()"},{"p":"com.tangosol.net.events.partition","c":"TransferEvent.Type","l":"values()"},{"p":"com.tangosol.net.events.partition","c":"UnsolicitedCommitEvent.Type","l":"values()"},{"p":"com.tangosol.net.events","c":"SessionLifecycleEvent.Type","l":"values()"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"values()"},{"p":"com.tangosol.net.partition","c":"SimpleStrategyMBean.HAStatus","l":"values()"},{"p":"com.tangosol.net","c":"SocketProviderFactory.Dependencies.ProviderType","l":"values()"},{"p":"com.tangosol.net.topic","c":"Publisher.OnFailure","l":"values()"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResultStatus","l":"values()"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"values()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap","l":"values()"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder.RecordType","l":"values()"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterMap","l":"values()"},{"p":"com.tangosol.util","c":"CopyOnWriteMap","l":"values()"},{"p":"com.tangosol.util.fsm","c":"NonBlockingFiniteStateMachine.CoalescedEvent.Process","l":"values()"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"values()"},{"p":"com.tangosol.util","c":"RegistrationBehavior","l":"values()"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedMap","l":"values()"},{"p":"com.tangosol.util","c":"SafeHashMap","l":"values()"},{"p":"com.tangosol.util","c":"SafeSortedMap.SubMap","l":"values()"},{"p":"com.tangosol.util","c":"SafeSortedMap","l":"values()"},{"p":"com.tangosol.util","c":"SegmentedHashMap","l":"values()"},{"p":"com.tangosol.util","c":"SimpleMapIndex.IndexCalculator.CalculatorState","l":"values()"},{"p":"com.tangosol.util","c":"WrapperCollections.AbstractWrapperMap","l":"values()"},{"p":"com.tangosol.util","c":"WrapperCollections.ConcurrentWrapperMap","l":"values()"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"values(CacheRequestHolder, StreamObserver)","u":"values(com.oracle.coherence.grpc.CacheRequestHolder,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"values(Consumer)","u":"values(java.util.function.Consumer)"},{"p":"com.tangosol.util","c":"QueryMap","l":"values(Filter)","u":"values(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"QueryMap","l":"values(Filter, Comparator)","u":"values(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"values(Filter)","u":"values(com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"values(Filter, Comparator)","u":"values(com.tangosol.util.Filter,java.util.Comparator)"},{"p":"com.tangosol.net","c":"AsyncNamedMap","l":"values(Filter, Consumer)","u":"values(com.tangosol.util.Filter,java.util.function.Consumer)"},{"p":"com.tangosol.util.stream","c":"RemoteStream","l":"values(InvocableMap)","u":"values(com.tangosol.util.InvocableMap)"},{"p":"com.tangosol.coherence.rest.query","c":"Query","l":"values(NamedCache, String, int, int)","u":"values(com.tangosol.net.NamedCache,java.lang.String,int,int)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"values(String, String, String, ByteString)","u":"values(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc","c":"Requests","l":"values(String, String, String, ByteString, ByteString)","u":"values(java.lang.String,java.lang.String,java.lang.String,com.google.protobuf.ByteString,com.google.protobuf.ByteString)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheService","l":"values(ValuesRequest, StreamObserver)","u":"values(com.oracle.coherence.grpc.ValuesRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceGrpcImpl","l":"values(ValuesRequest, StreamObserver)","u":"values(com.oracle.coherence.grpc.ValuesRequest,io.grpc.stub.StreamObserver)"},{"p":"com.oracle.coherence.grpc.proxy","c":"NamedCacheServiceImpl","l":"values(ValuesRequest, StreamObserver)","u":"values(com.oracle.coherence.grpc.ValuesRequest,io.grpc.stub.StreamObserver)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.ValuesCollection","l":"ValuesCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"LocalCache.ValuesCollection","l":"ValuesCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.ValuesCollection","l":"ValuesCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection","l":"ValuesCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeySetBasedMap.ValuesCollection","l":"ValuesCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SafeHashMap.ValuesCollection","l":"ValuesCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SegmentedHashMap.ValuesCollection","l":"ValuesCollection()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"AbstractKeyBasedMap.ValuesCollection.ValuesIterator","l":"ValuesIterator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.xml.processor","c":"ValueStorageSchemeProcessor","l":"ValueStorageSchemeProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.management.annotation","c":"MetricsScope","l":"VENDOR"},{"p":"com.tangosol.net","c":"DefaultConfigurableCacheFactory","l":"verifyMapListener(DefaultConfigurableCacheFactory.CacheInfo, Map, XmlElement, BackingMapManagerContext, ClassLoader, Map)","u":"verifyMapListener(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo,java.util.Map,com.tangosol.run.xml.XmlElement,com.tangosol.net.BackingMapManagerContext,java.lang.ClassLoader,java.util.Map)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"verifyNoNulls(Collection, String)","u":"verifyNoNulls(java.util.Collection,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"verifyNoNulls(Collection, String)","u":"verifyNoNulls(java.util.Collection,java.lang.String)"},{"p":"com.tangosol.net","c":"CacheFactory","l":"VERSION"},{"p":"com.tangosol.util","c":"MapListener","l":"VERSION_AWARE"},{"p":"com.tangosol.net","c":"CacheFactory","l":"VERSION_ENCODED"},{"p":"com.tangosol.io","c":"WrapperBufferInput.VersionAwareBufferInput","l":"VersionAwareBufferInput(DataInput, ClassLoader, MessageComponent)","u":"%3Cinit%3E(java.io.DataInput,java.lang.ClassLoader,com.tangosol.internal.net.MessageComponent)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput.VersionAwareBufferOutput","l":"VersionAwareBufferOutput(DataOutput, MessageComponent)","u":"%3Cinit%3E(java.io.DataOutput,com.tangosol.internal.net.MessageComponent)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache.VersionCacheListener","l":"VersionCacheListener()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"VersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, NamedCache, NamedCache, boolean)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheLoader,com.tangosol.net.NamedCache,com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"VersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheStore, boolean, int, double, NamedCache, NamedCache, boolean)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheStore,boolean,int,double,com.tangosol.net.NamedCache,com.tangosol.net.NamedCache,boolean)"},{"p":"com.tangosol.net.cache","c":"VersionedBackingMap","l":"VersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheStore, boolean, int, double, NamedCache, NamedCache, boolean, boolean)","u":"%3Cinit%3E(com.tangosol.net.BackingMapManagerContext,com.tangosol.util.ObservableMap,java.util.Map,com.tangosol.net.cache.CacheStore,boolean,int,double,com.tangosol.net.NamedCache,com.tangosol.net.NamedCache,boolean,boolean)"},{"p":"com.tangosol.net.cache","c":"VersionedNearCache","l":"VersionedNearCache(Map, NamedCache, NamedCache)","u":"%3Cinit%3E(java.util.Map,com.tangosol.net.NamedCache,com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"VersionedOwnership()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"VersionedOwnership(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"VersionedOwnership(VersionedOwnership)","u":"%3Cinit%3E(com.tangosol.net.partition.VersionedOwnership)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"VersionedPut()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Processors","l":"versionedPut(V)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"VersionedPut(V)","u":"%3Cinit%3E(V)"},{"p":"com.tangosol.util","c":"Processors","l":"versionedPut(V, boolean, boolean)","u":"versionedPut(V,boolean,boolean)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"VersionedPut(V, boolean, boolean)","u":"%3Cinit%3E(V,boolean,boolean)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"VersionedPutAll()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"Processors","l":"versionedPutAll(Map)","u":"versionedPutAll(java.util.Map)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"VersionedPutAll(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"Processors","l":"versionedPutAll(Map, boolean, boolean)","u":"versionedPutAll(java.util.Map,boolean,boolean)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"VersionedPutAll(Map, boolean, boolean)","u":"%3Cinit%3E(java.util.Map,boolean,boolean)"},{"p":"com.tangosol.net.management","c":"Registry","l":"VIEW_TYPE"},{"p":"com.tangosol.net","c":"NamedCache","l":"view()"},{"p":"com.tangosol.net","c":"NamedMap","l":"view()"},{"p":"com.tangosol.util","c":"SortedBag.ViewBag","l":"ViewBag(E, E)","u":"%3Cinit%3E(E,E)"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"ViewBuilder(NamedCache)","u":"%3Cinit%3E(com.tangosol.net.NamedCache)"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"ViewBuilder(Supplier>)","u":"%3Cinit%3E(java.util.function.Supplier)"},{"p":"com.tangosol.net.management","c":"ViewMBeanImpl","l":"ViewMBeanImpl(ContinuousQueryCache)","u":"%3Cinit%3E(com.tangosol.net.cache.ContinuousQueryCache)"},{"p":"com.tangosol.coherence.config.scheme","c":"ViewScheme","l":"ViewScheme()","u":"%3Cinit%3E()"},{"p":"com.tangosol.net","c":"InetAddressHelper","l":"virtuallyEqual(byte[], byte[])","u":"virtuallyEqual(byte[],byte[])"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"visitCacheEntry(long, Binary, Binary)","u":"visitCacheEntry(long,com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper.Visitor","l":"visitCacheEntry(long, Binary, Binary)","u":"visitCacheEntry(long,com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"visitIndex(long, Binary, Binary)","u":"visitIndex(long,com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper.Visitor","l":"visitIndex(long, Binary, Binary)","u":"visitIndex(long,com.tangosol.util.Binary,com.tangosol.util.Binary)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"visitListener(long, Binary, long, boolean)","u":"visitListener(long,com.tangosol.util.Binary,long,boolean)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper.Visitor","l":"visitListener(long, Binary, long, boolean)","u":"visitListener(long,com.tangosol.util.Binary,long,boolean)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"visitLock(long, Binary, long, long)","u":"visitLock(long,com.tangosol.util.Binary,long,long)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper.Visitor","l":"visitLock(long, Binary, long, long)","u":"visitLock(long,com.tangosol.util.Binary,long,long)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceTools.StatsVisitor","l":"visitTrigger(long, Binary)","u":"visitTrigger(long,com.tangosol.util.Binary)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper.Visitor","l":"visitTrigger(long, Binary)","u":"visitTrigger(long,com.tangosol.util.Binary)"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"VOID"},{"p":"com.oracle.coherence.grpc.proxy","c":"BaseGrpcServiceImpl","l":"VOID"},{"p":"com.oracle.coherence.grpc.proxy","c":"ResponseHandlers","l":"VOID"},{"p":"com.tangosol.util","c":"ClassHelper","l":"VOID"},{"p":"com.oracle.coherence.common.base","c":"Classes","l":"VOID_PARAMS"},{"p":"com.tangosol.util","c":"ClassHelper","l":"VOID_PARAMS"},{"p":"com.oracle.coherence.common.base","c":"VolatileHolder","l":"VolatileHolder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.common.base","c":"VolatileHolder","l":"VolatileHolder(V)","u":"%3Cinit%3E(V)"},{"p":"com.tangosol.io","c":"AsyncBinaryStore","l":"WAIT_FOREVER"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"wait(Object)","u":"wait(java.lang.Object)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"wait(Object, long)","u":"wait(java.lang.Object,long)"},{"p":"com.tangosol.util","c":"Base","l":"wait(Object, long)","u":"wait(java.lang.Object,long)"},{"p":"com.oracle.coherence.common.base","c":"Blocking","l":"wait(Object, long, int)","u":"wait(java.lang.Object,long,int)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap","l":"waitFor(Object, long)","u":"waitFor(java.lang.Object,long)"},{"p":"com.tangosol.net.cache","c":"OverflowMap.Status","l":"waitForAvailable()"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"waitForAvailable()"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver","l":"waitForCompleted()"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"waitForNotify(long)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap.Lock","l":"waitForNotify(long)"},{"p":"com.tangosol.util","c":"SegmentedConcurrentMap.LockableEntry","l":"waitForNotify(long, SegmentedConcurrentMap.ContentionObserver)","u":"waitForNotify(long,com.tangosol.util.SegmentedConcurrentMap.ContentionObserver)"},{"p":"com.tangosol.util","c":"ThreadGateLite","l":"waitForOpen(ThreadGateLite.Bar, long)","u":"waitForOpen(com.tangosol.util.ThreadGateLite.Bar,long)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap.Status","l":"waitForReservationDecision()"},{"p":"com.tangosol.net.cache","c":"AbstractBundler.Bundle","l":"waitForResults(boolean)"},{"p":"com.tangosol.net","c":"DefaultCacheServer","l":"waitForServiceStart()"},{"p":"com.tangosol.io","c":"AsyncBinaryStore.QueueDaemon","l":"wakeNow()"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"TermWalker","l":"walk(Term)","u":"walk(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"warn(String)","u":"warn(java.lang.String)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"warn(String, Throwable)","u":"warn(java.lang.String,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"warn(Supplier)","u":"warn(java.util.function.Supplier)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"warn(Supplier, Throwable)","u":"warn(java.util.function.Supplier,java.lang.Throwable)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"warn(Throwable)","u":"warn(java.lang.Throwable)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"warnEventSequence(MapEvent, MapEvent)","u":"warnEventSequence(com.tangosol.util.MapEvent,com.tangosol.util.MapEvent)"},{"p":"com.tangosol.net.cache","c":"SimpleOverflowMap","l":"warnEventSequence(MapEvent, MapEvent)","u":"warnEventSequence(com.tangosol.util.MapEvent,com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.common.base","c":"Logger","l":"WARNING"},{"p":"com.tangosol.run.xml","c":"SaxParser.ValidationHandler","l":"warning(SAXParseException)","u":"warning(org.xml.sax.SAXParseException)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"warnMissingEvent(Object, int, boolean)","u":"warnMissingEvent(java.lang.Object,int,boolean)"},{"p":"com.tangosol.net.cache","c":"OverflowMap","l":"warnUnfathomable(MapEvent)","u":"warnUnfathomable(com.tangosol.util.MapEvent)"},{"p":"com.tangosol.coherence.dslquery.statement.persistence","c":"AbstractSnapshotStatement","l":"WEEKDAY_NAME"},{"p":"com.tangosol.util.filter","c":"ArrayFilter.WeightedFilter","l":"WeightedFilter(Filter, int)","u":"%3Cinit%3E(com.tangosol.util.Filter,int)"},{"p":"com.tangosol.net","c":"Coherence","l":"whenClosed()"},{"p":"com.oracle.coherence.grpc","c":"SafeStreamObserver","l":"whenDone()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder.WheneverCommandOPToken","l":"WheneverCommandOPToken()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder.WheneverQueryPlusStatement","l":"WheneverQueryPlusStatement(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.tangosol.coherence.dslquery.queryplus","c":"WheneverStatementBuilder","l":"WheneverStatementBuilder()","u":"%3Cinit%3E()"},{"p":"com.oracle.coherence.grpc.proxy","c":"GrpcServerController","l":"whenStarted()"},{"p":"com.tangosol.net","c":"Coherence","l":"whenStarted()"},{"p":"com.oracle.coherence.cdi","c":"FilterProducer.WhereFilterSupplier","l":"WhereFilterSupplier()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.config.builder","c":"SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE","l":"WHITE_LIST"},{"p":"com.oracle.coherence.cdi.events","c":"AnnotatedMapListener","l":"WILD_CARD"},{"p":"com.tangosol.io.nio","c":"BinaryMap","l":"wipe(int, int)","u":"wipe(int,int)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion","l":"WITH_RAW_TYPES"},{"p":"com.tangosol.net","c":"ValueTypeAssertion","l":"WITH_RAW_TYPES"},{"p":"com.tangosol.net.cache","c":"CacheEvent","l":"with(int, long)","u":"with(int,long)"},{"p":"com.tangosol.util","c":"MapEvent","l":"with(int, long)","u":"with(int,long)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withApplicationContext(Context)","u":"withApplicationContext(com.tangosol.application.Context)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"withBaseQuery(String)","u":"withBaseQuery(java.lang.String)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"AtomicTerm","l":"withChild(Term)","u":"withChild(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"NodeTerm","l":"withChild(Term)","u":"withChild(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.coherence.dsltools.termtrees","c":"Term","l":"withChild(Term)","u":"withChild(com.tangosol.coherence.dsltools.termtrees.Term)"},{"p":"com.tangosol.net","c":"MapViewBuilder","l":"withClassLoader(ClassLoader)","u":"withClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withClassLoader(ClassLoader)","u":"withClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net","c":"ViewBuilder","l":"withClassLoader(ClassLoader)","u":"withClassLoader(java.lang.ClassLoader)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"withCluster(String)","u":"withCluster(java.lang.String)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withConfigUri(String)","u":"withConfigUri(java.lang.String)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"withConverter(ValueExtractor)","u":"withConverter(com.tangosol.util.ValueExtractor)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withDefaultSession(String)","u":"withDefaultSession(java.lang.String)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withEventInterceptor(EventInterceptor)","u":"withEventInterceptor(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withEventInterceptors(EventInterceptor...)","u":"withEventInterceptors(com.tangosol.net.events.EventInterceptor...)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withEventInterceptors(Iterable>)","u":"withEventInterceptors(java.lang.Iterable)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"withFilter(Filter)","u":"withFilter(com.tangosol.util.Filter)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"withFilter(String, Filter)","u":"withFilter(java.lang.String,com.tangosol.util.Filter)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withInterceptor(EventInterceptor)","u":"withInterceptor(com.tangosol.net.events.EventInterceptor)"},{"p":"com.tangosol.net.topic","c":"Subscriber.ChannelOwnershipListeners","l":"withListener(Subscriber.ChannelOwnershipListener...)","u":"withListener(com.tangosol.net.topic.Subscriber.ChannelOwnershipListener...)"},{"p":"com.tangosol.net.topic","c":"Subscriber","l":"withListener(Subscriber.ChannelOwnershipListener...)","u":"withListener(com.tangosol.net.topic.Subscriber.ChannelOwnershipListener...)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"withMBeanDomainName(String)","u":"withMBeanDomainName(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"withMember(String)","u":"withMember(java.lang.String)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withMode(Coherence.Mode)","u":"withMode(com.tangosol.net.Coherence.Mode)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion","l":"WITHOUT_TYPE_CHECKING"},{"p":"com.tangosol.net","c":"ValueTypeAssertion","l":"WITHOUT_TYPE_CHECKING"},{"p":"com.tangosol.net.cache","c":"TypeAssertion","l":"withoutTypeChecking()"},{"p":"com.tangosol.net","c":"ValueTypeAssertion","l":"withoutTypeChecking()"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withParameter(Parameter)","u":"withParameter(com.tangosol.config.expression.Parameter)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withParameter(String, Expression)","u":"withParameter(java.lang.String,com.tangosol.config.expression.Expression)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withParameter(String, Object)","u":"withParameter(java.lang.String,java.lang.Object)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withParameterResolver(ParameterResolver)","u":"withParameterResolver(com.tangosol.config.expression.ParameterResolver)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withPriority(int)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion","l":"withRawTypes()"},{"p":"com.tangosol.net","c":"ValueTypeAssertion","l":"withRawTypes()"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withScopeName(String)","u":"withScopeName(java.lang.String)"},{"p":"com.tangosol.net.management","c":"MBeanAccessor.QueryBuilder","l":"withService(String)","u":"withService(java.lang.String)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withSession(SessionConfiguration)","u":"withSession(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.net","c":"SessionConfiguration.Builder","l":"withSessionProvider(SessionProvider)","u":"withSessionProvider(com.tangosol.net.SessionProvider)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withSessions(Iterable)","u":"withSessions(java.lang.Iterable)"},{"p":"com.tangosol.net","c":"CoherenceConfiguration.Builder","l":"withSessions(SessionConfiguration...)","u":"withSessions(com.tangosol.net.SessionConfiguration...)"},{"p":"com.tangosol.net","c":"ValueTypeAssertion","l":"withType(Class)","u":"withType(java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion","l":"withTypes(Class, Class)","u":"withTypes(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.net.cache","c":"TypeAssertion.WithTypesAssertion","l":"WithTypesAssertion(Class, Class)","u":"%3Cinit%3E(java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.net","c":"ValueTypeAssertion.WithValueTypeAssertion","l":"WithValueTypeAssertion(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.util","c":"SortedBag","l":"wrap(E)"},{"p":"com.tangosol.coherence.config.builder","c":"PersistenceEnvironmentParamBuilder","l":"wrap(PersistenceEnvironment)","u":"wrap(com.oracle.coherence.persistence.PersistenceEnvironment)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceEnvironment","l":"wrap(PersistenceManager)","u":"wrap(com.oracle.coherence.persistence.PersistenceManager)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"wrap(PersistentStore)","u":"wrap(com.oracle.coherence.persistence.PersistentStore)"},{"p":"com.tangosol.net.cache","c":"CacheLoaderCacheStore","l":"wrapCacheLoader(CacheLoader)","u":"wrapCacheLoader(com.tangosol.net.cache.CacheLoader)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"wrapEntry(Map.Entry)","u":"wrapEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"wrapEntry(Map.Entry)","u":"wrapEntry(java.util.Map.Entry)"},{"p":"com.tangosol.util","c":"RestrictedCollections.RestrictedEntrySet","l":"wrapIterator(Iterator)","u":"wrapIterator(java.util.Iterator)"},{"p":"com.tangosol.util","c":"ConverterCollections.ConverterEntrySet","l":"wrapIterator(Iterator>)","u":"wrapIterator(java.util.Iterator)"},{"p":"com.tangosol.net.cache","c":"SerializationPagedCache.WrapperBinaryStore","l":"WrapperBinaryStore(BinaryStore)","u":"%3Cinit%3E(com.tangosol.io.BinaryStore)"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"WrapperBufferInput(DataInput)","u":"%3Cinit%3E(java.io.DataInput)"},{"p":"com.tangosol.io","c":"WrapperBufferInput","l":"WrapperBufferInput(DataInput, ClassLoader)","u":"%3Cinit%3E(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"WrapperBufferOutput(DataOutput)","u":"%3Cinit%3E(java.io.DataOutput)"},{"p":"com.tangosol.net","c":"WrapperCacheService","l":"WrapperCacheService(CacheService)","u":"%3Cinit%3E(com.tangosol.net.CacheService)"},{"p":"com.tangosol.coherence.config.scheme","c":"WrapperCachingScheme","l":"WrapperCachingScheme(CachingScheme)","u":"%3Cinit%3E(com.tangosol.coherence.config.scheme.CachingScheme)"},{"p":"com.tangosol.util","c":"WrapperCollections","l":"WrapperCollections()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"SortedBag.WrapperComparator","l":"WrapperComparator(Comparator)","u":"%3Cinit%3E(java.util.Comparator)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"WrapperConcurrentMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperConcurrentMap","l":"WrapperConcurrentMap(Map, boolean, long)","u":"%3Cinit%3E(java.util.Map,boolean,long)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"WrapperDataInputStream(DataInput)","u":"%3Cinit%3E(java.io.DataInput)"},{"p":"com.tangosol.io","c":"WrapperDataInputStream","l":"WrapperDataInputStream(DataInput, ClassLoader)","u":"%3Cinit%3E(java.io.DataInput,java.lang.ClassLoader)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"WrapperDataOutputStream(DataOutput)","u":"%3Cinit%3E(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"WrapperException","l":"WrapperException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.util","c":"WrapperException","l":"WrapperException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.tangosol.util","c":"WrapperException","l":"WrapperException(Throwable, String)","u":"%3Cinit%3E(java.lang.Throwable,java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"WrapperInputStream()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"WrapperInputStream","l":"WrapperInputStream(InputStream)","u":"%3Cinit%3E(java.io.InputStream)"},{"p":"com.tangosol.net","c":"WrapperInvocationService","l":"WrapperInvocationService(InvocationService)","u":"%3Cinit%3E(com.tangosol.net.InvocationService)"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperListener","l":"WrapperListener(MapListener)","u":"%3Cinit%3E(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"WrapperMBeanServerProxy(MBeanServer)","u":"%3Cinit%3E(javax.management.MBeanServer)"},{"p":"com.tangosol.net.management","c":"WrapperMBeanServerProxy","l":"WrapperMBeanServerProxy(Supplier)","u":"%3Cinit%3E(java.util.function.Supplier)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"WrapperNamedCache(Map, String)","u":"%3Cinit%3E(java.util.Map,java.lang.String)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"WrapperNamedCache(Map, String, CacheService)","u":"%3Cinit%3E(java.util.Map,java.lang.String,com.tangosol.net.CacheService)"},{"p":"com.tangosol.net.cache","c":"WrapperNamedCache","l":"WrapperNamedCache(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperObjectInputStream","l":"WrapperObjectInputStream(ObjectInput)","u":"%3Cinit%3E(java.io.ObjectInput)"},{"p":"com.tangosol.io","c":"WrapperObjectOutputStream","l":"WrapperObjectOutputStream(ObjectOutput)","u":"%3Cinit%3E(java.io.ObjectOutput)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"WrapperObservableMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.tangosol.util","c":"WrapperObservableMap","l":"WrapperObservableMap(Map, boolean)","u":"%3Cinit%3E(java.util.Map,boolean)"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"WrapperOutputStream()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"WrapperOutputStream(OutputStream)","u":"%3Cinit%3E(java.io.OutputStream)"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperPrimingListener","l":"WrapperPrimingListener(MapListener)","u":"%3Cinit%3E(com.tangosol.util.MapListener)"},{"p":"com.oracle.coherence.grpc.proxy","c":"MapListenerProxy.WrapperPrimingListener","l":"WrapperPrimingListener(MapListener)","u":"%3Cinit%3E(com.tangosol.util.MapListener)"},{"p":"com.tangosol.util.filter","c":"WrapperQueryRecorderFilter","l":"WrapperQueryRecorderFilter(Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter)"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"WrapperReentrantGate()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"WrapperReentrantGate","l":"WrapperReentrantGate(Gate)","u":"%3Cinit%3E(com.tangosol.util.Gate)"},{"p":"com.tangosol.net","c":"WrapperService","l":"WrapperService(Service)","u":"%3Cinit%3E(com.tangosol.net.Service)"},{"p":"com.tangosol.net","c":"WrapperSessionConfiguration","l":"WrapperSessionConfiguration(SessionConfiguration)","u":"%3Cinit%3E(com.tangosol.net.SessionConfiguration)"},{"p":"com.tangosol.coherence.config.builder","c":"WrapperSocketAddressProviderBuilder","l":"WrapperSocketAddressProviderBuilder(AddressProviderBuilder)","u":"%3Cinit%3E(com.tangosol.coherence.config.builder.AddressProviderBuilder)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"WrapperStreamFactoryListProcessor","l":"WrapperStreamFactoryListProcessor()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"MapListenerSupport.WrapperSynchronousListener","l":"WrapperSynchronousListener(MapListener)","u":"%3Cinit%3E(com.tangosol.util.MapListener)"},{"p":"com.tangosol.net","c":"ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule","l":"WRITE"},{"p":"com.tangosol.net","c":"CacheService.CacheAction","l":"WRITE"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"write(byte[])"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"write(byte[])"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"write(byte[])"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"write(byte[])"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"write(byte[])"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"write(byte[])"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"write(byte[])"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"write(byte[])"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"write(byte[])"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.net","c":"DatagramPacketOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"write(char[])"},{"p":"com.tangosol.util","c":"NullImplementation.NullWriter","l":"write(char[])"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"write(char[], int, int)","u":"write(char[],int,int)"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"write(char[], int, int)","u":"write(char[],int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullWriter","l":"write(char[], int, int)","u":"write(char[],int,int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"write(int)"},{"p":"com.tangosol.io","c":"Base64OutputStream","l":"write(int)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"write(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"write(int)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"write(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"write(int)"},{"p":"com.tangosol.io","c":"MultiByteArrayOutputStream","l":"write(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferOutputStream","l":"write(int)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"write(int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"write(int)"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"write(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"write(int)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"write(int)"},{"p":"com.tangosol.io","c":"WrapperOutputStream","l":"write(int)"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"write(int)"},{"p":"com.tangosol.net","c":"CompressionFilter.DeflaterOutputShell","l":"write(int)"},{"p":"com.tangosol.net","c":"DatagramPacketOutputStream","l":"write(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"write(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullWriter","l":"write(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"write(int, byte)","u":"write(int,byte)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"write(int, byte)","u":"write(int,byte)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"write(int, byte)","u":"write(int,byte)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"write(int, byte)","u":"write(int,byte)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"write(int, byte)","u":"write(int,byte)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"write(int, byte)","u":"write(int,byte)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"write(int, byte[])","u":"write(int,byte[])"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"write(int, byte[])","u":"write(int,byte[])"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"write(int, byte[], int, int)","u":"write(int,byte[],int,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"write(int, byte[], int, int)","u":"write(int,byte[],int,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"write(int, byte[], int, int)","u":"write(int,byte[],int,int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"write(int, byte[], int, int)","u":"write(int,byte[],int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"write(int, byte[], int, int)","u":"write(int,byte[],int,int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"write(int, byte[], int, int)","u":"write(int,byte[],int,int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"write(int, InputStreaming)","u":"write(int,com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"write(int, InputStreaming)","u":"write(int,com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"write(int, InputStreaming)","u":"write(int,com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"write(int, InputStreaming, int)","u":"write(int,com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"write(int, InputStreaming, int)","u":"write(int,com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"write(int, InputStreaming, int)","u":"write(int,com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"write(int, InputStreaming, int)","u":"write(int,com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"write(int, ReadBuffer)","u":"write(int,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"write(int, ReadBuffer)","u":"write(int,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer","l":"write(int, ReadBuffer, int, int)","u":"write(int,com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer","l":"write(int, ReadBuffer, int, int)","u":"write(int,com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer","l":"write(int, ReadBuffer, int, int)","u":"write(int,com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer","l":"write(int, ReadBuffer, int, int)","u":"write(int,com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer","l":"write(int, ReadBuffer, int, int)","u":"write(int,com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"WriteBuffer","l":"write(int, ReadBuffer, int, int)","u":"write(int,com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.net.management","c":"MapJsonBodyHandler","l":"write(Map, OutputStream)","u":"write(java.util.Map,java.io.OutputStream)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"write(String)","u":"write(java.lang.String)"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"write(String)","u":"write(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullWriter","l":"write(String)","u":"write(java.lang.String)"},{"p":"com.tangosol.io","c":"IndentingWriter","l":"write(String, int, int)","u":"write(java.lang.String,int,int)"},{"p":"com.tangosol.io","c":"Utf8Writer","l":"write(String, int, int)","u":"write(java.lang.String,int,int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullWriter","l":"write(String, int, int)","u":"write(java.lang.String,int,int)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"write(String, OutputStream)","u":"write(java.lang.String,java.io.OutputStream)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"write(String, OutputStream)","u":"write(java.lang.String,java.io.OutputStream)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"write(String, WriteBuffer.BufferOutput)","u":"write(java.lang.String,com.tangosol.io.WriteBuffer.BufferOutput)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"write(String, WriteBuffer.BufferOutput)","u":"write(java.lang.String,com.tangosol.io.WriteBuffer.BufferOutput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullPersistenceManager","l":"write(String, WriteBuffer.BufferOutput)","u":"write(java.lang.String,com.tangosol.io.WriteBuffer.BufferOutput)"},{"p":"com.tangosol.io.pof","c":"PofHelper.WriteableEntrySetMap","l":"WriteableEntrySetMap(Map.Entry)","u":"%3Cinit%3E(java.util.Map.Entry)"},{"p":"com.tangosol.io.pof","c":"PofHelper.WriteableEntrySetMap","l":"WriteableEntrySetMap(Set)","u":"%3Cinit%3E(java.util.Set)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"writeArray(XmlElement, Object, String)","u":"writeArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeAttributes(PrintWriter, boolean)","u":"writeAttributes(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeBigDecimal(DataOutput, BigDecimal)","u":"writeBigDecimal(java.io.DataOutput,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeBigDecimal(int, BigDecimal)","u":"writeBigDecimal(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeBigDecimal(int, BigDecimal)","u":"writeBigDecimal(int,java.math.BigDecimal)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"writeBigDecimal(WriteBuffer.BufferOutput, BigDecimal, int)","u":"writeBigDecimal(com.tangosol.io.WriteBuffer.BufferOutput,java.math.BigDecimal,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeBigInteger(DataOutput, BigInteger)","u":"writeBigInteger(java.io.DataOutput,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeBigInteger(int, BigInteger)","u":"writeBigInteger(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeBigInteger(int, BigInteger)","u":"writeBigInteger(int,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"writeBigInteger(WriteBuffer.BufferOutput, BigInteger)","u":"writeBigInteger(com.tangosol.io.WriteBuffer.BufferOutput,java.math.BigInteger)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeBinary(int, Binary)","u":"writeBinary(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeBinary(int, Binary)","u":"writeBinary(int,com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeBoolean(boolean)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeBoolean(boolean)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeBoolean(int, boolean)","u":"writeBoolean(int,boolean)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeBoolean(int, boolean)","u":"writeBoolean(int,boolean)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeBoolean(int, boolean, boolean)","u":"writeBoolean(int,boolean,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeBooleanArray(DataOutput, boolean[])","u":"writeBooleanArray(java.io.DataOutput,boolean[])"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeBooleanArray(int, boolean[])","u":"writeBooleanArray(int,boolean[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeBooleanArray(int, boolean[])","u":"writeBooleanArray(int,boolean[])"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeBuffer(ReadBuffer)","u":"writeBuffer(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeBuffer(ReadBuffer)","u":"writeBuffer(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeBuffer(ReadBuffer)","u":"writeBuffer(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeBuffer(ReadBuffer)","u":"writeBuffer(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeBuffer(ReadBuffer)","u":"writeBuffer(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeBuffer(ReadBuffer)","u":"writeBuffer(com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeBuffer(ReadBuffer, int, int)","u":"writeBuffer(com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeBuffer(ReadBuffer, int, int)","u":"writeBuffer(com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeBuffer(ReadBuffer, int, int)","u":"writeBuffer(com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeBuffer(ReadBuffer, int, int)","u":"writeBuffer(com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeBuffer(ReadBuffer, int, int)","u":"writeBuffer(com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeBuffer(ReadBuffer, int, int)","u":"writeBuffer(com.tangosol.io.ReadBuffer,int,int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeByte(int)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeByte(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeByte(int)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeByte(int)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeByte(int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeByte(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeByte(int)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeByte(int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeByte(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeByte(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeByte(int, byte)","u":"writeByte(int,byte)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeByte(int, byte)","u":"writeByte(int,byte)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeByte(int, byte, boolean)","u":"writeByte(int,byte,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeByteArray(DataOutput, byte[])","u":"writeByteArray(java.io.DataOutput,byte[])"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeByteArray(int, byte[])","u":"writeByteArray(int,byte[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeByteArray(int, byte[])","u":"writeByteArray(int,byte[])"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeBytes(String)","u":"writeBytes(java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeChar(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer.ByteBufferOutput","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeChar(int)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeChar(int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeChar(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeChar(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeChar(int, char)","u":"writeChar(int,char)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeChar(int, char)","u":"writeChar(int,char)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeChar(int, char, boolean)","u":"writeChar(int,char,boolean)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeCharArray(int, char[])","u":"writeCharArray(int,char[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeCharArray(int, char[])","u":"writeCharArray(int,char[])"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeChars(String)","u":"writeChars(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeChildren(PrintWriter, boolean)","u":"writeChildren(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeCollection(DataOutput, Collection)","u":"writeCollection(java.io.DataOutput,java.util.Collection)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeCollection(int, Collection)","u":"writeCollection(int,java.util.Collection)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeCollection(int, Collection)","u":"writeCollection(int,java.util.Collection)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeCollection(int, Collection, Class)","u":"writeCollection(int,java.util.Collection,java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeCollection(int, Collection, Class)","u":"writeCollection(int,java.util.Collection,java.lang.Class)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeComment(PrintWriter, boolean)","u":"writeComment(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeDate(DataOutput, Date)","u":"writeDate(java.io.DataOutput,java.sql.Date)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDate(int, Date)","u":"writeDate(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDate(int, Date)","u":"writeDate(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDate(int, LocalDate)","u":"writeDate(int,java.time.LocalDate)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDate(int, LocalDate)","u":"writeDate(int,java.time.LocalDate)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"writeDate(WriteBuffer.BufferOutput, int, int, int)","u":"writeDate(com.tangosol.io.WriteBuffer.BufferOutput,int,int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDateTime(int, Date)","u":"writeDateTime(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDateTime(int, Date)","u":"writeDateTime(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDateTime(int, LocalDateTime)","u":"writeDateTime(int,java.time.LocalDateTime)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDateTime(int, LocalDateTime)","u":"writeDateTime(int,java.time.LocalDateTime)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDateTime(int, Timestamp)","u":"writeDateTime(int,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDateTime(int, Timestamp)","u":"writeDateTime(int,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDateTimeWithZone(int, Date)","u":"writeDateTimeWithZone(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDateTimeWithZone(int, Date)","u":"writeDateTimeWithZone(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDateTimeWithZone(int, OffsetDateTime)","u":"writeDateTimeWithZone(int,java.time.OffsetDateTime)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDateTimeWithZone(int, OffsetDateTime)","u":"writeDateTimeWithZone(int,java.time.OffsetDateTime)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDateTimeWithZone(int, Timestamp)","u":"writeDateTimeWithZone(int,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDateTimeWithZone(int, Timestamp)","u":"writeDateTimeWithZone(int,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDateTimeWithZone(int, ZonedDateTime)","u":"writeDateTimeWithZone(int,java.time.ZonedDateTime)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeDouble(double)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer.ByteBufferOutput","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeDouble(double)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeDouble(double)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeDouble(double)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeDouble(double)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDouble(int, double)","u":"writeDouble(int,double)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDouble(int, double)","u":"writeDouble(int,double)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDouble(int, double, boolean)","u":"writeDouble(int,double,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeDoubleArray(DataOutput, double[])","u":"writeDoubleArray(java.io.DataOutput,double[])"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeDoubleArray(int, double[])","u":"writeDoubleArray(int,double[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeDoubleArray(int, double[])","u":"writeDoubleArray(int,double[])"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"writeElements(XmlElement, Object)","u":"writeElements(com.tangosol.run.xml.XmlElement,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"writeElements(XmlElement, Object)","u":"writeElements(com.tangosol.run.xml.XmlElement,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"IterableAdapter","l":"writeElements(XmlElement, Object)","u":"writeElements(com.tangosol.run.xml.XmlElement,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"writeElements(XmlElement, Object)","u":"writeElements(com.tangosol.run.xml.XmlElement,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"writeElements(XmlElement, Object)","u":"writeElements(com.tangosol.run.xml.XmlElement,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeEmptyTag(PrintWriter, boolean)","u":"writeEmptyTag(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeEndTag(PrintWriter, boolean)","u":"writeEndTag(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.coherence.rest.events","c":"MapEventOutput","l":"writeEvent(String, MapEvent)","u":"writeEvent(java.lang.String,com.tangosol.util.MapEvent)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicMarkableReference","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.oracle.coherence.concurrent.atomic","c":"Atomics.SerializableAtomicStampedReference","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.CacheStatisticsExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.config.expression","c":"NullParameterResolver","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.io","c":"ExternalizableLite","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.io.pof","c":"EvolvableHolder","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.partition","c":"PartitionStatistics","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Publisher.FailOnFull","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CompleteOnEmpty","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.AttributeMap","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.run.xml","c":"SimpleElement.ElementList","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"AbstractScript","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"Binary","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"CompositeKey","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"EntryExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"FragmentExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"ScriptValueExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"Fragment","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"ImmutableArrayList","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"LiteMap","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"LiteSet","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"MapSet","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"NullFilter","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullEntryProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"TouchProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"UID","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.util","c":"UUID","l":"writeExternal(DataOutput)","u":"writeExternal(java.io.DataOutput)"},{"p":"com.tangosol.run.xml","c":"ArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"CollectionAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"DateTimeAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"MapAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"RestrictedStringAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SerializableAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigDecimalAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BigIntegerAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.BooleanAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ByteAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.CharAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DateAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.DoubleAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.FloatAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.IntAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.LongAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.OldDateAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.ShortAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.StringAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimeAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"SimpleAdapter.TimestampAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlElementAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"XmlSerializableAdapter","l":"writeExternal(DataOutput, Object)","u":"writeExternal(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.util","c":"Binary","l":"writeExternal(DataOutput, ReadBuffer)","u":"writeExternal(java.io.DataOutput,com.tangosol.io.ReadBuffer)"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"writeExternal(ObjectOutput)","u":"writeExternal(java.io.ObjectOutput)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"writeExternal(ObjectOutput)","u":"writeExternal(java.io.ObjectOutput)"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"writeExternal(ObjectOutput)","u":"writeExternal(java.io.ObjectOutput)"},{"p":"com.tangosol.util","c":"Binary","l":"writeExternal(ObjectOutput)","u":"writeExternal(java.io.ObjectOutput)"},{"p":"com.tangosol.util","c":"LiteSet","l":"writeExternal(ObjectOutput)","u":"writeExternal(java.io.ObjectOutput)"},{"p":"com.tangosol.util","c":"MapSet","l":"writeExternal(ObjectOutput)","u":"writeExternal(java.io.ObjectOutput)"},{"p":"com.tangosol.util","c":"UUID","l":"writeExternal(ObjectOutput)","u":"writeExternal(java.io.ObjectOutput)"},{"p":"com.oracle.coherence.concurrent.locks","c":"LockOwner","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.oracle.coherence.concurrent","c":"PermitAcquirer","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.config.builder","c":"InstanceBuilder","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.config.builder","c":"StaticFactoryInstanceBuilder","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.config","c":"ParameterMacroExpression","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.config","c":"ResolvableParameterList","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.config","c":"SimpleParameterList","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache","c":"AbstractCoherenceBasedCompleteConfiguration","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.common","c":"CoherenceEntryProcessorResult","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.common","c":"ContextJCacheStatistics","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheEntryMetaInf","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.common","c":"JCacheIdentifier","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.common","c":"NonSyntheticEntryFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.CacheStatisticsExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.partitionedcache","c":"PartitionedJCacheStatistics.PartitionedCacheStatisticsClear","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.jcache.passthroughcache","c":"PassThroughFilterAdapter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySet","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.rest.util","c":"PropertySpec","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.coherence.rest.util","c":"StaticContent","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.config.expression","c":"ChainedParameterResolver","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.config.expression","c":"LiteralExpression","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.config.expression","c":"NullParameterResolver","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.config.expression","c":"Parameter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.config.expression","c":"ScopedParameterResolver","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.config.expression","c":"ValueMacroExpression","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.io.pof","c":"PortableException","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.io.pof","c":"PortableObject","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.io.pof.reflect","c":"SimplePofPath","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net","c":"AbstractPriorityTask","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.partition","c":"DefaultVersionedPartitions","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.partition","c":"Ownership","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.partition","c":"PartitionSet","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.partition","c":"SimplePartitionKey","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.partition","c":"VersionedOwnership","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net","c":"RequestIncompleteException","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net","c":"RequestPolicyException","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.security","c":"PermissionInfo","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Publisher.FailOnFull","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderById","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByNone","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByThread","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Publisher.OrderByValue","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CommitResult","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Subscriber.CompleteOnEmpty","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Convert","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Filtered","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.net.topic","c":"Subscriber.Name","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"AbstractScript","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"AbstractAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"AbstractComparableAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"CompositeAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"Count","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"GroupAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"PriorityAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"QueryRecorder","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"ScriptAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator.PartialResult","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.aggregator","c":"TopNAggregator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.comparator","c":"ChainedComparator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.comparator","c":"EntryComparator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.comparator","c":"ExtractorComparator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.comparator","c":"SafeComparator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"CompositeKey","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"AbstractCompositeExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"ChainedFragmentExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"ComparisonValueExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"CompositeUpdater","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"ConditionalExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"DeserializationAccelerator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"EntryExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"FragmentExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"IdentityExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"KeyExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"PofExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"PofUpdater","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"ReflectionExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"ReflectionUpdater","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"ScriptValueExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"UniversalExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.extractor","c":"UniversalUpdater","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"AlwaysFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"ArrayFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"CacheEventFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"ComparisonFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"ExtractorFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"FilterTrigger","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"InFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"InKeySetFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"KeyAssociatedFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"LikeFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"LimitFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"MapEventFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"MapEventTransformerFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"NeverFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"NotFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"PartitionedFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"PredicateFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"PresentFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"PriorityFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.filter","c":"ValueChangeEventFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"Fragment","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"MapEvent","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"NullFilter","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"NullImplementation.NullEntryProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"NullImplementation.NullMap","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"NullImplementation.NullSet","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"NullImplementation.NullValueExtractor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"CompositeProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"ConditionalProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"ConditionalPut","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"ConditionalPutAll","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"ConditionalRemove","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"ExtractorProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"MethodInvocationProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"NumberIncrementor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"NumberMultiplier","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"PreloadRequest","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"PriorityProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"PropertyManipulator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"PropertyProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"TouchProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"UpdaterProcessor","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"VersionedPut","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.processor","c":"VersionedPutAll","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"SimpleHolder","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.IndexLookupRecord","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult.Step","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord.PartialResult","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"SimpleQueryRecord","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.transformer","c":"ExtractorEventTransformer","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.transformer","c":"SamplingEventTransformer","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util.transformer","c":"SemiLiteEventTransformer","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"UID","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"UniversalManipulator","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"UUID","l":"writeExternal(PofWriter)","u":"writeExternal(com.tangosol.io.pof.PofWriter)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeExternalizableLite(DataOutput, ExternalizableLite)","u":"writeExternalizableLite(java.io.DataOutput,com.tangosol.io.ExternalizableLite)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeFloat(float)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer.ByteBufferOutput","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeFloat(float)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeFloat(float)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeFloat(float)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeFloat(float)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeFloat(int, float)","u":"writeFloat(int,float)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeFloat(int, float)","u":"writeFloat(int,float)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeFloat(int, float, boolean)","u":"writeFloat(int,float,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeFloatArray(DataOutput, float[])","u":"writeFloatArray(java.io.DataOutput,float[])"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeFloatArray(int, float[])","u":"writeFloatArray(int,float[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeFloatArray(int, float[])","u":"writeFloatArray(int,float[])"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"writeHeader()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeInt(DataOutput, int)","u":"writeInt(java.io.DataOutput,int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer.ByteBufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeInt(int)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeInt(int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeInt(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeInt(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeInt(int, int)","u":"writeInt(int,int)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeInt(int, int)","u":"writeInt(int,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeInt(int, int, boolean)","u":"writeInt(int,int,boolean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeInt(WriteBuffer.BufferOutput, int)","u":"writeInt(com.tangosol.io.WriteBuffer.BufferOutput,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeIntArray(int, int[])","u":"writeIntArray(int,int[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeIntArray(int, int[])","u":"writeIntArray(int,int[])"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeIntArray2d(DataOutput, int[][])","u":"writeIntArray2d(java.io.DataOutput,int[][])"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"writeKey()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock","l":"writeLock()"},{"p":"com.oracle.coherence.concurrent.locks","c":"RemoteReadWriteLock.WriteLock","l":"WriteLock(RemoteReadWriteLock)","u":"%3Cinit%3E(com.oracle.coherence.concurrent.locks.RemoteReadWriteLock)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeLong(DataOutput, long)","u":"writeLong(java.io.DataOutput,long)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeLong(int, long)","u":"writeLong(int,long)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeLong(int, long)","u":"writeLong(int,long)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeLong(int, long, boolean)","u":"writeLong(int,long,boolean)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer.ByteBufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeLong(long)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeLong(long)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeLong(long)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeLong(long)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeLong(WriteBuffer.BufferOutput, long)","u":"writeLong(com.tangosol.io.WriteBuffer.BufferOutput,long)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeLongArray(int, long[])","u":"writeLongArray(int,long[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeLongArray(int, long[])","u":"writeLongArray(int,long[])"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeLongArray(int, LongArray)","u":"writeLongArray(int,com.tangosol.util.LongArray)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeLongArray(int, LongArray, Class)","u":"writeLongArray(int,com.tangosol.util.LongArray,java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeLongArray(int, LongArray)","u":"writeLongArray(int,com.tangosol.util.LongArray)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeLongArray(int, LongArray, Class)","u":"writeLongArray(int,com.tangosol.util.LongArray,java.lang.Class)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeMap(DataOutput, Map)","u":"writeMap(java.io.DataOutput,java.util.Map)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeMap(int, Map)","u":"writeMap(int,java.util.Map)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeMap(int, Map)","u":"writeMap(int,java.util.Map)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeMap(int, Map, Class)","u":"writeMap(int,java.util.Map,java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeMap(int, Map, Class)","u":"writeMap(int,java.util.Map,java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeMap(int, Map, Class, Class)","u":"writeMap(int,java.util.Map,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeMap(int, Map, Class, Class)","u":"writeMap(int,java.util.Map,java.lang.Class,java.lang.Class)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"writeMetadata(File)","u":"writeMetadata(java.io.File)"},{"p":"com.tangosol.persistence","c":"AbstractSnapshotArchiver","l":"writeMetadata(File, PersistenceManager, String)","u":"writeMetadata(java.io.File,com.oracle.coherence.persistence.PersistenceManager,java.lang.String)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"writeMetadata(File, Properties)","u":"writeMetadata(java.io.File,java.util.Properties)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeObject(DataOutput, Object)","u":"writeObject(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeObject(int, Object)","u":"writeObject(int,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeObject(int, Object)","u":"writeObject(int,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeObject(Object)","u":"writeObject(java.lang.Object)"},{"p":"com.tangosol.io","c":"WrapperObjectOutputStream","l":"writeObject(Object)","u":"writeObject(java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeObjectArray(int, T[])","u":"writeObjectArray(int,T[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeObjectArray(int, T[])","u":"writeObjectArray(int,T[])"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeObjectArray(int, T[], Class)","u":"writeObjectArray(int,T[],java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeObjectArray(int, T[], Class)","u":"writeObjectArray(int,T[],java.lang.Class)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeOptional(int, Optional)","u":"writeOptional(int,java.util.Optional)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeOptionalDouble(int, OptionalDouble)","u":"writeOptionalDouble(int,java.util.OptionalDouble)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeOptionalInt(int, OptionalInt)","u":"writeOptionalInt(int,java.util.OptionalInt)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeOptionalLong(int, OptionalLong)","u":"writeOptionalLong(int,java.util.OptionalLong)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writePackedInt(int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writePackedInt(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writePackedInt(int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writePackedInt(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writePackedInt(int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writePackedInt(int)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writePackedLong(long)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writePackedLong(long)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writePackedLong(long)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writePackedLong(long)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writePackedLong(long)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writePackedLong(long)"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteQueue","l":"WriteQueue()","u":"%3Cinit%3E()"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"writeQuorum(PersistentStore, PartitionedService)","u":"writeQuorum(com.oracle.coherence.persistence.PersistentStore,com.tangosol.net.PartitionedService)"},{"p":"com.tangosol.persistence","c":"CachePersistenceHelper","l":"writeQuorumRaw(PersistentStore, Binary)","u":"writeQuorumRaw(com.oracle.coherence.persistence.PersistentStore,com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRawDate(int, RawDate)","u":"writeRawDate(int,com.tangosol.io.pof.RawDate)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRawDate(int, RawDate)","u":"writeRawDate(int,com.tangosol.io.pof.RawDate)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRawDateTime(int, RawDateTime)","u":"writeRawDateTime(int,com.tangosol.io.pof.RawDateTime)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRawDateTime(int, RawDateTime)","u":"writeRawDateTime(int,com.tangosol.io.pof.RawDateTime)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRawDayTimeInterval(int, RawDayTimeInterval)","u":"writeRawDayTimeInterval(int,com.tangosol.io.pof.RawDayTimeInterval)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRawDayTimeInterval(int, RawDayTimeInterval)","u":"writeRawDayTimeInterval(int,com.tangosol.io.pof.RawDayTimeInterval)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRawQuad(int, RawQuad)","u":"writeRawQuad(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRawQuad(int, RawQuad)","u":"writeRawQuad(int,com.tangosol.io.pof.RawQuad)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRawTime(int, RawTime)","u":"writeRawTime(int,com.tangosol.io.pof.RawTime)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRawTime(int, RawTime)","u":"writeRawTime(int,com.tangosol.io.pof.RawTime)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRawTimeInterval(int, RawTimeInterval)","u":"writeRawTimeInterval(int,com.tangosol.io.pof.RawTimeInterval)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRawTimeInterval(int, RawTimeInterval)","u":"writeRawTimeInterval(int,com.tangosol.io.pof.RawTimeInterval)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRawYearMonthInterval(int, RawYearMonthInterval)","u":"writeRawYearMonthInterval(int,com.tangosol.io.pof.RawYearMonthInterval)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRawYearMonthInterval(int, RawYearMonthInterval)","u":"writeRawYearMonthInterval(int,com.tangosol.io.pof.RawYearMonthInterval)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"writeRemainder(Binary)","u":"writeRemainder(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeRemainder(Binary)","u":"writeRemainder(com.tangosol.util.Binary)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeRemainder(Binary)","u":"writeRemainder(com.tangosol.util.Binary)"},{"p":"com.tangosol.io","c":"SerializationSupport","l":"writeReplace()"},{"p":"com.tangosol.io","c":"WriterPrintStream","l":"WriterPrintStream(PrintWriter)","u":"%3Cinit%3E(java.io.PrintWriter)"},{"p":"com.tangosol.persistence","c":"AbstractPersistenceManager","l":"writeSafe(String)","u":"writeSafe(java.lang.String)"},{"p":"com.tangosol.persistence","c":"SafePersistenceWrappers.SafePersistenceManager","l":"writeSafe(String)","u":"writeSafe(java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeSafeUTF(DataOutput, String)","u":"writeSafeUTF(java.io.DataOutput,java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeSafeUTF(String)","u":"writeSafeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writeSafeUTF(String)","u":"writeSafeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeSafeUTF(String)","u":"writeSafeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeSafeUTF(String)","u":"writeSafeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeSafeUTF(String)","u":"writeSafeUTF(java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeSafeUTF(WriteBuffer.BufferOutput, String)","u":"writeSafeUTF(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeSerializable(DataOutput, Object)","u":"writeSerializable(java.io.DataOutput,java.lang.Object)"},{"p":"com.tangosol.io","c":"MultiplexingSerializer","l":"writeSerializationHeader(WriteBuffer.BufferOutput, String)","u":"writeSerializationHeader(com.tangosol.io.WriteBuffer.BufferOutput,java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferWriteBuffer.ByteBufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeShort(int)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeShort(int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeShort(int)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeShort(int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeShort(int, short)","u":"writeShort(int,short)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeShort(int, short)","u":"writeShort(int,short)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeShort(int, short, boolean)","u":"writeShort(int,short,boolean)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeShortArray(int, short[])","u":"writeShortArray(int,short[])"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeShortArray(int, short[])","u":"writeShortArray(int,short[])"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.BooleanArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ByteArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.CharArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.DoubleArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.FloatArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.IntArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.LongArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter.ShortArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"writeSparseArray(XmlElement, Object, String)","u":"writeSparseArray(com.tangosol.run.xml.XmlElement,java.lang.Object,java.lang.String)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeStartTag(PrintWriter, boolean)","u":"writeStartTag(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeStream(InputStreaming)","u":"writeStream(com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeStream(InputStreaming)","u":"writeStream(com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeStream(InputStreaming)","u":"writeStream(com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeStream(InputStreaming)","u":"writeStream(com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeStream(InputStreaming)","u":"writeStream(com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeStream(InputStreaming)","u":"writeStream(com.tangosol.io.InputStreaming)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeStream(InputStreaming, int)","u":"writeStream(com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeStream(InputStreaming, int)","u":"writeStream(com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"MultiBufferWriteBuffer.MultiBufferOutput","l":"writeStream(InputStreaming, int)","u":"writeStream(com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeStream(InputStreaming, int)","u":"writeStream(com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeStream(InputStreaming, int)","u":"writeStream(com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeStream(InputStreaming, int)","u":"writeStream(com.tangosol.io.InputStreaming,int)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeString(int, String)","u":"writeString(int,java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeString(int, String)","u":"writeString(int,java.lang.String)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeStringArray(DataOutput, String[])","u":"writeStringArray(java.io.DataOutput,java.lang.String[])"},{"p":"com.tangosol.net.cache","c":"ReadWriteBackingMap.WriteThread","l":"WriteThread()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeTime(DataOutput, Time)","u":"writeTime(java.io.DataOutput,java.sql.Time)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeTime(int, Date)","u":"writeTime(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeTime(int, Date)","u":"writeTime(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeTime(int, LocalTime)","u":"writeTime(int,java.time.LocalTime)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeTime(int, LocalTime)","u":"writeTime(int,java.time.LocalTime)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeTime(int, Timestamp)","u":"writeTime(int,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeTime(int, Timestamp)","u":"writeTime(int,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofHelper","l":"writeTime(WriteBuffer.BufferOutput, int, int, int, int, int, int, int)","u":"writeTime(com.tangosol.io.WriteBuffer.BufferOutput,int,int,int,int,int,int,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeTimestamp(DataOutput, Timestamp)","u":"writeTimestamp(java.io.DataOutput,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeTimeWithZone(int, Date)","u":"writeTimeWithZone(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeTimeWithZone(int, Date)","u":"writeTimeWithZone(int,java.util.Date)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeTimeWithZone(int, OffsetTime)","u":"writeTimeWithZone(int,java.time.OffsetTime)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeTimeWithZone(int, OffsetTime)","u":"writeTimeWithZone(int,java.time.OffsetTime)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeTimeWithZone(int, Timestamp)","u":"writeTimeWithZone(int,java.sql.Timestamp)"},{"p":"com.tangosol.io.pof","c":"PofWriter","l":"writeTimeWithZone(int, Timestamp)","u":"writeTimeWithZone(int,java.sql.Timestamp)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"writeTo(ByteBuffer)","u":"writeTo(java.nio.ByteBuffer)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"writeTo(ByteBuffer)","u":"writeTo(java.nio.ByteBuffer)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"writeTo(ByteBuffer)","u":"writeTo(java.nio.ByteBuffer)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"writeTo(ByteBuffer)","u":"writeTo(java.nio.ByteBuffer)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"writeTo(ByteBuffer, int, int)","u":"writeTo(java.nio.ByteBuffer,int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"writeTo(ByteBuffer, int, int)","u":"writeTo(java.nio.ByteBuffer,int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"writeTo(ByteBuffer, int, int)","u":"writeTo(java.nio.ByteBuffer,int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"writeTo(ByteBuffer, int, int)","u":"writeTo(java.nio.ByteBuffer,int,int)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"writeTo(DataOutput)","u":"writeTo(java.io.DataOutput)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"writeTo(DataOutput)","u":"writeTo(java.io.DataOutput)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"writeTo(DataOutput)","u":"writeTo(java.io.DataOutput)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"writeTo(DataOutput)","u":"writeTo(java.io.DataOutput)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"writeTo(DataOutput, int, int)","u":"writeTo(java.io.DataOutput,int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"writeTo(DataOutput, int, int)","u":"writeTo(java.io.DataOutput,int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"writeTo(DataOutput, int, int)","u":"writeTo(java.io.DataOutput,int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"writeTo(DataOutput, int, int)","u":"writeTo(java.io.DataOutput,int,int)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlMapWriter","l":"writeTo(Map, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream)","u":"writeTo(java.util.Map,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType,jakarta.ws.rs.core.MultivaluedMap,java.io.OutputStream)"},{"p":"com.tangosol.coherence.rest.providers","c":"EntryWriter","l":"writeTo(Object, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream)","u":"writeTo(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType,jakarta.ws.rs.core.MultivaluedMap,java.io.OutputStream)"},{"p":"com.tangosol.coherence.rest.providers","c":"JsonCollectionWriter","l":"writeTo(Object, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream)","u":"writeTo(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType,jakarta.ws.rs.core.MultivaluedMap,java.io.OutputStream)"},{"p":"com.tangosol.coherence.rest.providers","c":"ObjectWriter","l":"writeTo(Object, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream)","u":"writeTo(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType,jakarta.ws.rs.core.MultivaluedMap,java.io.OutputStream)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlCollectionWriter","l":"writeTo(Object, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream)","u":"writeTo(java.lang.Object,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType,jakarta.ws.rs.core.MultivaluedMap,java.io.OutputStream)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"writeTo(OutputStream)","u":"writeTo(java.io.OutputStream)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"writeTo(OutputStream)","u":"writeTo(java.io.OutputStream)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"writeTo(OutputStream)","u":"writeTo(java.io.OutputStream)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"writeTo(OutputStream)","u":"writeTo(java.io.OutputStream)"},{"p":"com.tangosol.io","c":"AbstractByteArrayReadBuffer","l":"writeTo(OutputStream, int, int)","u":"writeTo(java.io.OutputStream,int,int)"},{"p":"com.tangosol.io","c":"MultiBufferReadBuffer","l":"writeTo(OutputStream, int, int)","u":"writeTo(java.io.OutputStream,int,int)"},{"p":"com.tangosol.io.nio","c":"ByteBufferReadBuffer","l":"writeTo(OutputStream, int, int)","u":"writeTo(java.io.OutputStream,int,int)"},{"p":"com.tangosol.io","c":"ReadBuffer","l":"writeTo(OutputStream, int, int)","u":"writeTo(java.io.OutputStream,int,int)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlKeysWriter","l":"writeTo(Set, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream)","u":"writeTo(java.util.Set,java.lang.Class,java.lang.reflect.Type,java.lang.annotation.Annotation[],jakarta.ws.rs.core.MediaType,jakarta.ws.rs.core.MultivaluedMap,java.io.OutputStream)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeTrint(DataOutput, int)","u":"writeTrint(java.io.DataOutput,int)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeTrint(DataOutput, long)","u":"writeTrint(java.io.DataOutput,long)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter","l":"writeUserType(int, Object)","u":"writeUserType(int,java.lang.Object)"},{"p":"com.tangosol.io.pof","c":"PofBufferWriter.UserTypeWriter","l":"writeUserTypeInfo()"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeUTF(DataOutput, String)","u":"writeUTF(java.io.DataOutput,java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"ByteArrayWriteBuffer.ByteArrayBufferOutput","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"DebugDataOutputStream","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"DelegatingWriteBuffer.DelegatingBufferOutput","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"PackedDataOutputStream","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io.pof","c":"PofOutputStream","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"SizeEstimatingBufferOutput","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperBufferOutput","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"WrapperDataOutputStream","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"WriteBuffer.BufferOutput","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.util","c":"NullImplementation.NullOutputStream","l":"writeUTF(String)","u":"writeUTF(java.lang.String)"},{"p":"com.tangosol.io","c":"AbstractWriteBuffer.AbstractBufferOutput","l":"writeUTF(String, int, int)","u":"writeUTF(java.lang.String,int,int)"},{"p":"com.tangosol.io.nio","c":"BinaryMap.Block","l":"writeValue()"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeValue(PrintWriter, boolean)","u":"writeValue(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleValue","l":"writeValue(PrintWriter, boolean)","u":"writeValue(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlValue","l":"writeValue(PrintWriter, boolean)","u":"writeValue(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleDocument","l":"writeXml(PrintWriter, boolean)","u":"writeXml(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"SimpleElement","l":"writeXml(PrintWriter, boolean)","u":"writeXml(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlDocument","l":"writeXml(PrintWriter, boolean)","u":"writeXml(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"XmlElement","l":"writeXml(PrintWriter, boolean)","u":"writeXml(java.io.PrintWriter,boolean)"},{"p":"com.tangosol.run.xml","c":"PrimitiveArrayAdapter","l":"writeXml(XmlElement, Object)","u":"writeXml(com.tangosol.run.xml.XmlElement,java.lang.Object)"},{"p":"com.tangosol.run.xml","c":"PropertyAdapter","l":"writeXml(XmlElement, Object)","u":"writeXml(com.tangosol.run.xml.XmlElement,java.lang.Object)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeXmlBean(DataOutput, XmlBean)","u":"writeXmlBean(java.io.DataOutput,com.tangosol.run.xml.XmlBean)"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"writeXmlSerializable(DataOutput, XmlSerializable)","u":"writeXmlSerializable(java.io.DataOutput,com.tangosol.run.xml.XmlSerializable)"},{"p":"com.tangosol.io.pof","c":"WritingPofHandler","l":"WritingPofHandler(WriteBuffer.BufferOutput)","u":"%3Cinit%3E(com.tangosol.io.WriteBuffer.BufferOutput)"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"XML_ATTR_SCHEMA_LOCATION"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"XML_ATTR_XMLNS"},{"p":"com.tangosol.util","c":"ExternalizableHelper","l":"XMLBEAN_CLASS_CACHE"},{"p":"com.tangosol.run.xml","c":"XmlBean","l":"XmlBean()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlCollectionWriter","l":"XmlCollectionWriter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlCollectionWriter","l":"XmlCollectionWriter(MarshallerRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.rest.io.MarshallerRegistry)"},{"p":"com.tangosol.run.xml","c":"XmlDocumentReference","l":"XmlDocumentReference(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tangosol.run.xml","c":"XmlDocumentReference","l":"XmlDocumentReference(URI)","u":"%3Cinit%3E(java.net.URI)"},{"p":"com.tangosol.run.xml","c":"XmlElementAdapter","l":"XmlElementAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.coherence.config.xml.processor","c":"HealthProcessor.XMLHealthCheckDependencies","l":"XMLHealthCheckDependencies()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"XmlHelper","l":"XmlHelper()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.io","c":"XmlJaxbMarshaller","l":"XmlJaxbMarshaller(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlKeysWriter","l":"XmlKeysWriter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlKeysWriter","l":"XmlKeysWriter(MarshallerRegistry)","u":"%3Cinit%3E(com.tangosol.coherence.rest.io.MarshallerRegistry)"},{"p":"com.tangosol.coherence.rest.providers","c":"XmlMapWriter","l":"XmlMapWriter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.run.xml","c":"XmlSerializableAdapter","l":"XmlSerializableAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement)","u":"%3Cinit%3E(com.tangosol.run.xml.XmlBean.BeanInfo,java.lang.Class,java.lang.String,java.lang.String,com.tangosol.run.xml.XmlElement)"},{"p":"com.tangosol.io.pof","c":"XmlSerializablePofSerializer","l":"XmlSerializablePofSerializer(int)","u":"%3Cinit%3E(int)"},{"p":"com.tangosol.util","c":"Filter","l":"xor(Filter)","u":"xor(com.tangosol.util.Filter)"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"XorFilter()","u":"%3Cinit%3E()"},{"p":"com.tangosol.util.filter","c":"XorFilter","l":"XorFilter(Filter, Filter)","u":"%3Cinit%3E(com.tangosol.util.Filter,com.tangosol.util.Filter)"},{"p":"com.tangosol.coherence.dslquery.operator","c":"XorOperator","l":"XorOperator()","u":"%3Cinit%3E()"},{"p":"com.tangosol.io.pof","c":"RawQuad","l":"ZERO"}];updateSearchResults(); \ No newline at end of file diff --git a/23.09.2/docs/main/config.js b/23.09.2/docs/main/config.js index 8e8bc2a8e845c..023632e16bc13 100644 --- a/23.09.2/docs/main/config.js +++ b/23.09.2/docs/main/config.js @@ -636,19 +636,6 @@ function createRoutes(){ }, component: loadPage('coherence-concurrent-README', '/coherence-concurrent/README', {}) }, - { - path: '/coherence-helidon-client/README', - meta: { - h1: 'Coherence Java CDI Client', - title: 'Coherence Java CDI Client', - h1Prefix: null, - description: null, - keywords: null, - customLayout: null, - hasNav: false - }, - component: loadPage('coherence-helidon-client-README', '/coherence-helidon-client/README', {}) - }, { path: '/docs/README', meta: { @@ -688,19 +675,6 @@ function createRoutes(){ }, component: loadPage('coherence-micrometer-README', '/coherence-micrometer/README', {}) }, - { - path: '/coherence-helidon-grpc-proxy/README', - meta: { - h1: 'Helidon MP gRPC Server', - title: 'Helidon MP gRPC Server', - h1Prefix: null, - description: null, - keywords: null, - customLayout: null, - hasNav: false - }, - component: loadPage('coherence-helidon-grpc-proxy-README', '/coherence-helidon-grpc-proxy/README', {}) - }, { path: '/coherence-grpc/README', meta: { diff --git a/23.09.2/docs/main/search-index.json b/23.09.2/docs/main/search-index.json index 6232281b0d5e9..a6b9aec821e67 100644 --- a/23.09.2/docs/main/search-index.json +++ b/23.09.2/docs/main/search-index.json @@ -702,89 +702,9 @@ }, { "location": "/examples/guides/000-overview", - "text": " These simple guides are designed to be a quick hands-on introduction to a specific feature of Coherence. In most cases they require nothing more than a Coherence jar and an IDE (or a text editor if you’re really old-school). Guides are typically built as a combination Maven and Gradle project including the corresponding wrappers for those tools making them simple to build as stand-alone projects without needing to build the whole Coherence source tree. Bootstrap Coherence This guide walks you through various methods to configure and bootstrap a Coherence instance. Coherence*Extend Provides a guide for clients to connect to a Coherence Cluster via Coherence*Extend. Put Get and Remove This guide walks you through basic CRUD put , get , and remove operations on a NamedMap . Querying Caches This guide walks you through the basic concepts of querying Coherence caches. Built-in Aggregators This guide walks you through how to use built-in aggregators within Coherence. Custom Aggregators This guide walks you through how to create custom aggregators within Coherence. Views Learn about the basic concepts of working with views using the ContinuousQueryCache . Streams This guide walks you through how to use the Streams API with Coherence. Entry Processors This guide walks you through how to use Entry Processors with Coherence. Federation This guide walks you through how to use Federation within Coherence. Topics This guide walks you through how to use Topics within Coherence. Near Caching This guide walks you through how to use near caching within Coherence. Client Events This guide walks you through how to use client events within Coherence. Server-Side Events This guide walks you through how to use server-side events within Coherence. Durable Events This guide walks you through how to use durable events within Coherence. Cache Stores This guide walks you through how to use and configure Cache Stores. Bulk Loading Caches This guide shows approaches to bulk load data into caches, typically this would be loading data into caches from a DB when applications start. Securing with SSL This guide walks you through how to secure Coherence using SSL/TLS. Performance over Consistency & Availability This guide walks you through how to tweak Coherence to provide more performance at the expense of data consistency and availability. Executor Service This guide explains how to use the Coherence Executor Service. Key Association This guide walks you through a use case for key association in Coherence. Partition Level Transactions This guide explains how to atomically access and update multiple related entries using an EntryProcessor in a partition level transaction. Multi-Cluster Client An example of how to connect an Extend or gRPC client to multiple Coherence clusters. ", + "text": " These simple guides are designed to be a quick hands-on introduction to a specific feature of Coherence. In most cases they require nothing more than a Coherence jar and an IDE (or a text editor if you’re really old-school). Guides are typically built as a combination Maven and Gradle project including the corresponding wrappers for those tools making them simple to build as stand-alone projects without needing to build the whole Coherence source tree. Bootstrap Coherence This guide walks you through various methods to configure and bootstrap a Coherence instance. Coherence*Extend Provides a guide for clients to connect to a Coherence Cluster via Coherence*Extend. Put Get and Remove This guide walks you through basic CRUD put , get , and remove operations on a NamedMap . Querying Caches This guide walks you through the basic concepts of querying Coherence caches. Built-in Aggregators This guide walks you through how to use built-in aggregators within Coherence. Custom Aggregators This guide walks you through how to create custom aggregators within Coherence. Views Learn about the basic concepts of working with views using the ContinuousQueryCache . Streams This guide walks you through how to use the Streams API with Coherence. Entry Processors This guide walks you through how to use Entry Processors with Coherence. Federation This guide walks you through how to use Federation within Coherence. Topics This guide walks you through how to use Topics within Coherence. Near Caching This guide walks you through how to use near caching within Coherence. Client Events This guide walks you through how to use client events within Coherence. Server-Side Events This guide walks you through how to use server-side events within Coherence. Durable Events This guide walks you through how to use durable events within Coherence. Cache Stores This guide walks you through how to use and configure Cache Stores. Bulk Loading Caches This guide shows approaches to bulk load data into caches, typically this would be loading data into caches from a DB when applications start. Securing with SSL This guide walks you through how to secure Coherence using SSL/TLS. Performance over Consistency & Availability This guide walks you through how to tweak Coherence to provide more performance at the expense of data consistency and availability. Executor Service This guide explains how to use the Coherence Executor Service. CDI Response Caching This guide walks you through how to configure CDI Response Caching to cache the results of method invocations. Key Association This guide walks you through a use case for key association in Coherence. Partition Level Transactions This guide explains how to atomically access and update multiple related entries using an EntryProcessor in a partition level transaction. Multi-Cluster Client An example of how to connect an Extend or gRPC client to multiple Coherence clusters. ", "title": "Guides" }, - { - "location": "/coherence-helidon-client/README", - "text": "", - "title": "Coherence Java CDI gRPC Client" - }, - { - "location": "/coherence-helidon-client/README", - "text": " Remote gRPC connections are configured using Helidon configuration, typically this would be a configuration file, but Helidon supports many ways to provide the configuration, or override the configuration with System properties or environment variables. The examples here will just use a configuration file. All gRPC channels are configured in the grpc.channels section of the application configuration. The example below is a simple configuration for a gRPC channel: grpc: channels: default: host: storage.acme.com port: 1408 The name of the channel is default . The host name of the gRPC server is storage.acme.com The port which the server is listening on is 1408 The default channel name is a special case that the Coherence gRPC client will use to locate a channel configuration if no channel name has been specified in CDI injection points. The example below shows a configuration with multiple channels, one named test and one named prod . grpc: channels: test: host: test.storage.acme.com port: 1408 prod: host: storage.acme.com port: 1408 The configuration may contain as many channels as required, the only stipulation being that each has a unique name. ", - "title": "Configure gRPC Channels" - }, - { - "location": "/coherence-helidon-client/README", - "text": " The Coherence gRPC client will attempt to connect to a default server endpoint on localhost:1409 if no other channel has been configured. This is fine for development and testing but in most real-world applications the client will need to know the endpoint to connect to. Most applications would only require a channel to connect to a single Coherence cluster but there are use-cases where clients connect to multiple clusters, and the Coherence gRPC Java client supports these use-cases too. The Coherence gRPC client has been built on top of the Helidon Microprofile gRPC library and uses it to provide gRPC channels. Configure gRPC Channels Remote gRPC connections are configured using Helidon configuration, typically this would be a configuration file, but Helidon supports many ways to provide the configuration, or override the configuration with System properties or environment variables. The examples here will just use a configuration file. All gRPC channels are configured in the grpc.channels section of the application configuration. The example below is a simple configuration for a gRPC channel: grpc: channels: default: host: storage.acme.com port: 1408 The name of the channel is default . The host name of the gRPC server is storage.acme.com The port which the server is listening on is 1408 The default channel name is a special case that the Coherence gRPC client will use to locate a channel configuration if no channel name has been specified in CDI injection points. The example below shows a configuration with multiple channels, one named test and one named prod . grpc: channels: test: host: test.storage.acme.com port: 1408 prod: host: storage.acme.com port: 1408 The configuration may contain as many channels as required, the only stipulation being that each has a unique name. ", - "title": "Remote Connections" - }, - { - "location": "/coherence-helidon-client/README", - "text": " By default, all sessions configured in Helidon configuration are gRPC client sessions. The type can be specifically set using the type property for the session configuration. There are two valid values for the grpc and coherence . A grpc session type specified that the session is a gRPC client session. A coherence type specifies that the session wraps a ConfigurableCacheFactory loaded from a Coherence configuration file. For example: coherence: sessions: products: type: grpc serializer: pof channel: prod extend: type: coherence configUri: coherence-config.xml The products session has a type: grpc property so it will be a gRPC client session. The `extend session will wrap a ConfigurableCacheFactory using the coherence-config.xml config file. ", - "title": "Session Types" - }, - { - "location": "/coherence-helidon-client/README", - "text": " Coherence uses the concept of a Session to manage a set of related Coherence resources, such as maps, caches, topics, etc. When using the Coherence Java gRPC client a Session connects to a specific gRPC channel (described above) and uses a specific serialization format to marshal requests and responses. This means that different sessions using different serializers may connect to the same server endpoint. Typically, for efficiency the client and server would be configured to use matching serialization formats to avoid deserialization of data on the server but this does not have to be the case. If the server is using a different serializer for the server side caches it must be able to deserialize the client’s requests, so there must be a serializer configured on the server to match that used by the client. As with gRPC channels above, Coherence Sessions can be configured using Helidon configuration. Coherence sessions are configured in the coherence.sessions section of the configuration. Each session has its own entry in the configuration hierarchy, as shown below: coherence: sessions: default: serializer: pof channel: default The example above shows configuration for the default Coherence session, this is the session that will be used to provide Coherence beans when no session name has been specified for an injection point. In this example, the default session will use POF serialization and connect to the server using the default gRPC channel. The default session, if not configured, will use the default channel and will use Java serialization. As with channels, multiple sessions can be configured: coherence: sessions: test: serializer: pof channel: test prod: serializer: pof channel: prod # Helidon gRPC configuration grpc: channels: - name: test host: test.storage.acme.com port: 1408 - name: prod host: storage.acme.com port: 1408 In the example above, there are two Coherence sessions configured and two corresponding gRPC channels. Session Types By default, all sessions configured in Helidon configuration are gRPC client sessions. The type can be specifically set using the type property for the session configuration. There are two valid values for the grpc and coherence . A grpc session type specified that the session is a gRPC client session. A coherence type specifies that the session wraps a ConfigurableCacheFactory loaded from a Coherence configuration file. For example: coherence: sessions: products: type: grpc serializer: pof channel: prod extend: type: coherence configUri: coherence-config.xml The products session has a type: grpc property so it will be a gRPC client session. The `extend session will wrap a ConfigurableCacheFactory using the coherence-config.xml config file. ", - "title": "Coherence gRPC Sessions" - }, - { - "location": "/coherence-helidon-client/README", - "text": " A number of commonly used Coherence objects can be injected when using Java gRPC client. ", - "title": "Injecting Coherence Objects into CDI Beans" - }, - { - "location": "/coherence-helidon-client/README", - "text": " In order to inject an instance of a NamedMap into your gRPC client CDI bean, you simply need to define an injection point for it: @Inject private NamedMap<Long, Person> people; @Inject @SesionName(\"products\") private NamedMap<Long, Product> products; In this example the Coherence CDI extensions will use the products session to provide the client side NamedMap backed on the server by a NamedMap called products . Other remote resources, such a NamedCache can be injected the same way: @Inject private NamedCache<Long, Product> products; The Coherence CDI documentation covers the different types of resources supported by CDI. When using them with the gRPC Java client. ", - "title": "Injecting NamedMap NamedCache and Related Objects" - }, - { - "location": "/coherence-helidon-client/README", - "text": " If an application bean requires multiple maps or caches where the names will only be known at runtime then a Coherence com.tangosol.net.Session can be injected instead of other specific named resources. The required maps or caches can then be obtained from the Session by calling methods such as Session.getMap or Session.getCache , etc. @Inject @Name(\"products\") private Session session; The @Name qualifier has the value products , so the Session injected here will be the pre-configured Session named products . ", - "title": "Injecting Sessions" - }, - { - "location": "/coherence-helidon-client/README", - "text": " The observer method above will receive all events for the people map, but you can also control the types of events received using event type qualifiers. Qualifier Description @Inserted Observes insert events, raised when new entries are added to a map or cache. @Updated Observes update events, raised when entries in a map or cache are modified. @Deleted Observes deleted events, raised when entries are deleted from a map or cache. For example: private void onUpdate(@Observes @Updated @MapName(\"people\") MapEvent<Long, Person> event) { // handle UPDATED events raised by the 'people' map/cache } private void onAddOrRemove(@Observes @Inserted @Deleted @MapName(\"people\") MapEvent<?, ?> event) { // handle INSERTED and DELETED events raised by the 'people' map/cache } The first observer method above will observe only update events. Multiple event type qualifiers can be added, so the second observer method will observer insert or delete events. Note The client supports connecting to a server using different named Sessions and different named Scopes . The observer methods above are not qualified with either session name or scope name so will observe events for all maps or caches with the name people in all sessions and scopes. In most Coherence use-cases that only use a single client session and a single default server side scope this is not an issue but is something to be aware of if using multiple sessiosn or scopes. See the following sections on how to qualify the observer to restrict the maps and caches it observes. ", - "title": "Observe Specific Event Types" - }, - { - "location": "/coherence-helidon-client/README", - "text": " In addition, to the @MapName qualifier, you can also specify a Session name as a way to limit the events received to maps or caches from a specific Session . This is achieved by specifying a value for the @SessionName qualifier. See the Sessions section for more details on multiple `Session`s. For example: private void onMapChange(@Observes @SesionName(\"test\") @MapName(\"people\") MapEvent<Long, Person> event) { // handle all events raised by the 'people' map/cache owned by the test Session. } In the example above the @SesionName qualifier has a value test , so the events will only be observed from the people map on the server that corresponds to the map of the same name owned by the client side Session named test . Note Maps or caches in different client side Sessions may correspond to the same server side map or cache and hence events in one server side map or cache can be observed by multiple client side observers. For example: Suppose a Map named people has been created in the default scope on the server. On the client there are two Sessions configured, session-one and session-two but both of these connect to the same server and have the same default scope. The two observers below are on the client: private void onMapChange(@Observes @SesionName(\"session-one\") @MapName(\"people\") MapEvent<Long, Person> event) { //... } private void onMapChange(@Observes @SesionName(\"session-two\") @MapName(\"people\") MapEvent<Long, Person> event) { //... } In this case both observer methods are actually observing the same server-side map and will receive the same events event though they have different qualifiers. ", - "title": "Observe Events for Maps and Caches from Specific Sessions" - }, - { - "location": "/coherence-helidon-client/README", - "text": " In addition, to the @MapName qualifier, you can also specify a scope name as a way to limit the events received to maps or caches from a specific server-side scope name. This is achieved by specifying a value for the @ScopeName qualifier. See the Sessions section for more details on multiple `Session`s. For example: private void onMapChange(@ObservesAsync @ScopeName(\"employees\") @MapName(\"people\") MapEvent<Long, Person> event) { // handle all events raised by the 'people' map/cache owned by the employees scope. } In the example above the @ScopeName qualifier has a value employees , so the events will only be observed from the people map in by the scope named employees on the server. ", - "title": "Observe Events for Maps and Caches from Specific Server-side Scopes" - }, - { - "location": "/coherence-helidon-client/README", - "text": " The events observed can be restricted further by using a Coherence Filter . If a filter has been specified, the events will be filtered on the server and will never be sent to the client. The filter that will be used is specified using a qualifier annotation that is itself annotated with @FilterBinding . You can implement a Custom FilterBinding (recommended), or use a built-in @WhereFilter for convenience, which allows you to specify a filter using CohQL. For example to receive all event types in the people map, but only for People with a lastName property value of Smith , the built-in @WhereFilter annotation can be used: @WhereFilter(\"lastName = 'Smith'\") private void onMapChange(@Observes @MapName(\"people\") MapEvent<Long, Person> event) { // handle all events raised by the 'people' map/cache } ", - "title": "Filter Observed Events" - }, - { - "location": "/coherence-helidon-client/README", - "text": " When an event observer does not want to receive the full cache or map value in an event, the event can be transformed into a different value to be observed. This is achieved using a MapEventTransformer that is applied to the observer method using either an ExtractorBinding annotation or a MapEventTransformerBinding annotation. Transformation of events happens on the server so can make observer’s more efficient as they do not need to receive the original event with the full old and new values. Transforming Events Using ExtractorBinding Annotations An ExtractorBinding annotation is an annotation that represents a Coherence ValueExtractor . When an observer method has been annotated with an ExtractorBinding annotation the resulting ValueExtractor is applied to the event’s values, and a new event will be returned to the observer containing just the extracted properties. For example, an event observer that is observing events from a map named people , but only requires the last name, the built in @PropertyExtractor annotation can be used. @PropertyExtractor(\"lastName\") private void onMapChange(@Observes @MapName(\"people\") MapEvent<Long, String> event) { // handle all events raised by the 'people' map/cache } Unlike the previous examples above the received events of type MapEvent<Long, Person> this method will receive events of type MapEvent<Long, String> because the property extractor will be applied to the Person values in the original event to extract just the lastName property, creating a new event with String values. There are a number of built in ExtractorBinding annotations, and it is also possible to create custom ExtractorBinding annotation - see the Custom ExtractorBinding Annotations section below. Multiple extractor binding annotations can be added to an injection point, in which case multiple properties will be extracted, and the event will contain a List of the extracted property values. For example, if the Person also contains an address field of type Address that contains a city field, this can be extracted with a @ChainedExtractor annotation. By combining this with the @PropertyExtractor in the example above both the lastName and city can be observed in the event. @PropertyExtractor(\"lastName\") @ChainedExtractor({\"address\", \"city\"}) private void onMapChange(@Observes @MapName(\"people\") MapEvent<Long, List<String>> event) { // handle all events raised by the 'people' map/cache } Note, now the event is of type MapEvent<Long, List<String>> because multiple extracted values will be returned the event value is a List and in this case both properties are of tyep String , so the value can be List<String> . Transforming Events Using MapEventTransformerBinding Annotations If more complex event transformations are required than just extracting properties from event values, a custom MapEventTransformerBinding can be created that will produce a custom MapEventTransformer instance that will be applied to the observer’s events. See the Custom MapEventTransformerBinding Annotations section below for details on how to create MapEventTransformerBinding annotations. ", - "title": "Transform Observed Events" - }, - { - "location": "/coherence-helidon-client/README", - "text": " All the examples above used synchronous observers by specifying the @Observes qualifier for each observer method. However, Coherence CDI fully supports asynchronous CDI observers as well. All you need to do is replace @Observes with @ObservesAsync in any of the examples above. private void onMapChange(@ObservesAsync @MapName(\"people\") MapEvent<Long, Person> event) { // handle all events raised by the 'people' map/cache } ", - "title": "Using Asynchronous Observers" - }, - { - "location": "/coherence-helidon-client/README", - "text": " The Coherence NamedMap and NamedCache APIs allow implementations of MapListener to be added that will then receive events as map/cache entries get inserted, updated or deleted. When using CDI it is possible to subscribe to the same events using CDI observer methods. For example, to observe events raised by a NamedMap with the name people , with keys of type Long and values of type Person , you would define a CDI observer such as this one: private void onMapChange(@Observes @MapName(\"people\") MapEvent<Long, Person> event) { // handle all events raised by the 'people' map/cache } The Observes qualifier is what makes this method a standard CDI observer. The MapName qualifier determines which map/cache to observer. If this qualifier is not present events from all caches will be observed. Observe Specific Event Types The observer method above will receive all events for the people map, but you can also control the types of events received using event type qualifiers. Qualifier Description @Inserted Observes insert events, raised when new entries are added to a map or cache. @Updated Observes update events, raised when entries in a map or cache are modified. @Deleted Observes deleted events, raised when entries are deleted from a map or cache. For example: private void onUpdate(@Observes @Updated @MapName(\"people\") MapEvent<Long, Person> event) { // handle UPDATED events raised by the 'people' map/cache } private void onAddOrRemove(@Observes @Inserted @Deleted @MapName(\"people\") MapEvent<?, ?> event) { // handle INSERTED and DELETED events raised by the 'people' map/cache } The first observer method above will observe only update events. Multiple event type qualifiers can be added, so the second observer method will observer insert or delete events. Note The client supports connecting to a server using different named Sessions and different named Scopes . The observer methods above are not qualified with either session name or scope name so will observe events for all maps or caches with the name people in all sessions and scopes. In most Coherence use-cases that only use a single client session and a single default server side scope this is not an issue but is something to be aware of if using multiple sessiosn or scopes. See the following sections on how to qualify the observer to restrict the maps and caches it observes. Observe Events for Maps and Caches from Specific Sessions In addition, to the @MapName qualifier, you can also specify a Session name as a way to limit the events received to maps or caches from a specific Session . This is achieved by specifying a value for the @SessionName qualifier. See the Sessions section for more details on multiple `Session`s. For example: private void onMapChange(@Observes @SesionName(\"test\") @MapName(\"people\") MapEvent<Long, Person> event) { // handle all events raised by the 'people' map/cache owned by the test Session. } In the example above the @SesionName qualifier has a value test , so the events will only be observed from the people map on the server that corresponds to the map of the same name owned by the client side Session named test . Note Maps or caches in different client side Sessions may correspond to the same server side map or cache and hence events in one server side map or cache can be observed by multiple client side observers. For example: Suppose a Map named people has been created in the default scope on the server. On the client there are two Sessions configured, session-one and session-two but both of these connect to the same server and have the same default scope. The two observers below are on the client: private void onMapChange(@Observes @SesionName(\"session-one\") @MapName(\"people\") MapEvent<Long, Person> event) { //... } private void onMapChange(@Observes @SesionName(\"session-two\") @MapName(\"people\") MapEvent<Long, Person> event) { //... } In this case both observer methods are actually observing the same server-side map and will receive the same events event though they have different qualifiers. Observe Events for Maps and Caches from Specific Server-side Scopes In addition, to the @MapName qualifier, you can also specify a scope name as a way to limit the events received to maps or caches from a specific server-side scope name. This is achieved by specifying a value for the @ScopeName qualifier. See the Sessions section for more details on multiple `Session`s. For example: private void onMapChange(@ObservesAsync @ScopeName(\"employees\") @MapName(\"people\") MapEvent<Long, Person> event) { // handle all events raised by the 'people' map/cache owned by the employees scope. } In the example above the @ScopeName qualifier has a value employees , so the events will only be observed from the people map in by the scope named employees on the server. Filter Observed Events The events observed can be restricted further by using a Coherence Filter . If a filter has been specified, the events will be filtered on the server and will never be sent to the client. The filter that will be used is specified using a qualifier annotation that is itself annotated with @FilterBinding . You can implement a Custom FilterBinding (recommended), or use a built-in @WhereFilter for convenience, which allows you to specify a filter using CohQL. For example to receive all event types in the people map, but only for People with a lastName property value of Smith , the built-in @WhereFilter annotation can be used: @WhereFilter(\"lastName = 'Smith'\") private void onMapChange(@Observes @MapName(\"people\") MapEvent<Long, Person> event) { // handle all events raised by the 'people' map/cache } Transform Observed Events When an event observer does not want to receive the full cache or map value in an event, the event can be transformed into a different value to be observed. This is achieved using a MapEventTransformer that is applied to the observer method using either an ExtractorBinding annotation or a MapEventTransformerBinding annotation. Transformation of events happens on the server so can make observer’s more efficient as they do not need to receive the original event with the full old and new values. Transforming Events Using ExtractorBinding Annotations An ExtractorBinding annotation is an annotation that represents a Coherence ValueExtractor . When an observer method has been annotated with an ExtractorBinding annotation the resulting ValueExtractor is applied to the event’s values, and a new event will be returned to the observer containing just the extracted properties. For example, an event observer that is observing events from a map named people , but only requires the last name, the built in @PropertyExtractor annotation can be used. @PropertyExtractor(\"lastName\") private void onMapChange(@Observes @MapName(\"people\") MapEvent<Long, String> event) { // handle all events raised by the 'people' map/cache } Unlike the previous examples above the received events of type MapEvent<Long, Person> this method will receive events of type MapEvent<Long, String> because the property extractor will be applied to the Person values in the original event to extract just the lastName property, creating a new event with String values. There are a number of built in ExtractorBinding annotations, and it is also possible to create custom ExtractorBinding annotation - see the Custom ExtractorBinding Annotations section below. Multiple extractor binding annotations can be added to an injection point, in which case multiple properties will be extracted, and the event will contain a List of the extracted property values. For example, if the Person also contains an address field of type Address that contains a city field, this can be extracted with a @ChainedExtractor annotation. By combining this with the @PropertyExtractor in the example above both the lastName and city can be observed in the event. @PropertyExtractor(\"lastName\") @ChainedExtractor({\"address\", \"city\"}) private void onMapChange(@Observes @MapName(\"people\") MapEvent<Long, List<String>> event) { // handle all events raised by the 'people' map/cache } Note, now the event is of type MapEvent<Long, List<String>> because multiple extracted values will be returned the event value is a List and in this case both properties are of tyep String , so the value can be List<String> . Transforming Events Using MapEventTransformerBinding Annotations If more complex event transformations are required than just extracting properties from event values, a custom MapEventTransformerBinding can be created that will produce a custom MapEventTransformer instance that will be applied to the observer’s events. See the Custom MapEventTransformerBinding Annotations section below for details on how to create MapEventTransformerBinding annotations. Using Asynchronous Observers All the examples above used synchronous observers by specifying the @Observes qualifier for each observer method. However, Coherence CDI fully supports asynchronous CDI observers as well. All you need to do is replace @Observes with @ObservesAsync in any of the examples above. private void onMapChange(@ObservesAsync @MapName(\"people\") MapEvent<Long, Person> event) { // handle all events raised by the 'people' map/cache } ", - "title": "Using CDI Observers to Handle MapEvents" - }, - { - "location": "/coherence-helidon-client/README", - "text": " The Coherence gRPC Helidon client is a CDI enabled library that allows Java clients to connect via gRPC to a Coherence proxy server. This library has a dependency on Helidon for some services. In order to use Coherence gRPC Helidon client, you need to declare it as a dependency in your pom.xml <dependency> <groupId>com.oracle.coherence.ce</groupId> <artifactId>coherence-helidon-client</artifactId> <version>23.09.2</version> </dependency> Using the Coherence gRPC Helidon client assumes that there is a corresponding server process running which is using the Coherence gRPC proxy service to expose the required gRPC endpoints. Once the necessary dependency is in place, the simplest way to start using it is to just inject Coherence resources into the application’s beans. A lot of the annotations and qualifiers are identical to those described in the Coherence CDI documentation. The following sections describe different injection points in more detail. Configuring gRPC Connections Configuring Coherence Remote Sessions Injecting Coherence Objects into CDI Beans Injecting NamedMap , NamedCache , and related objects Session Injection Using CDI Observers to Handle Coherence Map or Cache Events Observer specific event types Filter the events to be observed Transform the events to be observed Observe events for maps and caches owned by a specific Session Observe events for maps and caches in specific scopes or services Using Asynchronous Observers Remote Connections The Coherence gRPC client will attempt to connect to a default server endpoint on localhost:1409 if no other channel has been configured. This is fine for development and testing but in most real-world applications the client will need to know the endpoint to connect to. Most applications would only require a channel to connect to a single Coherence cluster but there are use-cases where clients connect to multiple clusters, and the Coherence gRPC Java client supports these use-cases too. The Coherence gRPC client has been built on top of the Helidon Microprofile gRPC library and uses it to provide gRPC channels. Configure gRPC Channels Remote gRPC connections are configured using Helidon configuration, typically this would be a configuration file, but Helidon supports many ways to provide the configuration, or override the configuration with System properties or environment variables. The examples here will just use a configuration file. All gRPC channels are configured in the grpc.channels section of the application configuration. The example below is a simple configuration for a gRPC channel: grpc: channels: default: host: storage.acme.com port: 1408 The name of the channel is default . The host name of the gRPC server is storage.acme.com The port which the server is listening on is 1408 The default channel name is a special case that the Coherence gRPC client will use to locate a channel configuration if no channel name has been specified in CDI injection points. The example below shows a configuration with multiple channels, one named test and one named prod . grpc: channels: test: host: test.storage.acme.com port: 1408 prod: host: storage.acme.com port: 1408 The configuration may contain as many channels as required, the only stipulation being that each has a unique name. Coherence gRPC Sessions Coherence uses the concept of a Session to manage a set of related Coherence resources, such as maps, caches, topics, etc. When using the Coherence Java gRPC client a Session connects to a specific gRPC channel (described above) and uses a specific serialization format to marshal requests and responses. This means that different sessions using different serializers may connect to the same server endpoint. Typically, for efficiency the client and server would be configured to use matching serialization formats to avoid deserialization of data on the server but this does not have to be the case. If the server is using a different serializer for the server side caches it must be able to deserialize the client’s requests, so there must be a serializer configured on the server to match that used by the client. As with gRPC channels above, Coherence Sessions can be configured using Helidon configuration. Coherence sessions are configured in the coherence.sessions section of the configuration. Each session has its own entry in the configuration hierarchy, as shown below: coherence: sessions: default: serializer: pof channel: default The example above shows configuration for the default Coherence session, this is the session that will be used to provide Coherence beans when no session name has been specified for an injection point. In this example, the default session will use POF serialization and connect to the server using the default gRPC channel. The default session, if not configured, will use the default channel and will use Java serialization. As with channels, multiple sessions can be configured: coherence: sessions: test: serializer: pof channel: test prod: serializer: pof channel: prod # Helidon gRPC configuration grpc: channels: - name: test host: test.storage.acme.com port: 1408 - name: prod host: storage.acme.com port: 1408 In the example above, there are two Coherence sessions configured and two corresponding gRPC channels. Session Types By default, all sessions configured in Helidon configuration are gRPC client sessions. The type can be specifically set using the type property for the session configuration. There are two valid values for the grpc and coherence . A grpc session type specified that the session is a gRPC client session. A coherence type specifies that the session wraps a ConfigurableCacheFactory loaded from a Coherence configuration file. For example: coherence: sessions: products: type: grpc serializer: pof channel: prod extend: type: coherence configUri: coherence-config.xml The products session has a type: grpc property so it will be a gRPC client session. The `extend session will wrap a ConfigurableCacheFactory using the coherence-config.xml config file. Injecting Coherence Objects into CDI Beans A number of commonly used Coherence objects can be injected when using Java gRPC client. Injecting NamedMap NamedCache and Related Objects In order to inject an instance of a NamedMap into your gRPC client CDI bean, you simply need to define an injection point for it: @Inject private NamedMap<Long, Person> people; @Inject @SesionName(\"products\") private NamedMap<Long, Product> products; In this example the Coherence CDI extensions will use the products session to provide the client side NamedMap backed on the server by a NamedMap called products . Other remote resources, such a NamedCache can be injected the same way: @Inject private NamedCache<Long, Product> products; The Coherence CDI documentation covers the different types of resources supported by CDI. When using them with the gRPC Java client. Injecting Sessions If an application bean requires multiple maps or caches where the names will only be known at runtime then a Coherence com.tangosol.net.Session can be injected instead of other specific named resources. The required maps or caches can then be obtained from the Session by calling methods such as Session.getMap or Session.getCache , etc. @Inject @Name(\"products\") private Session session; The @Name qualifier has the value products , so the Session injected here will be the pre-configured Session named products . Using CDI Observers to Handle MapEvents The Coherence NamedMap and NamedCache APIs allow implementations of MapListener to be added that will then receive events as map/cache entries get inserted, updated or deleted. When using CDI it is possible to subscribe to the same events using CDI observer methods. For example, to observe events raised by a NamedMap with the name people , with keys of type Long and values of type Person , you would define a CDI observer such as this one: private void onMapChange(@Observes @MapName(\"people\") MapEvent<Long, Person> event) { // handle all events raised by the 'people' map/cache } The Observes qualifier is what makes this method a standard CDI observer. The MapName qualifier determines which map/cache to observer. If this qualifier is not present events from all caches will be observed. Observe Specific Event Types The observer method above will receive all events for the people map, but you can also control the types of events received using event type qualifiers. Qualifier Description @Inserted Observes insert events, raised when new entries are added to a map or cache. @Updated Observes update events, raised when entries in a map or cache are modified. @Deleted Observes deleted events, raised when entries are deleted from a map or cache. For example: private void onUpdate(@Observes @Updated @MapName(\"people\") MapEvent<Long, Person> event) { // handle UPDATED events raised by the 'people' map/cache } private void onAddOrRemove(@Observes @Inserted @Deleted @MapName(\"people\") MapEvent<?, ?> event) { // handle INSERTED and DELETED events raised by the 'people' map/cache } The first observer method above will observe only update events. Multiple event type qualifiers can be added, so the second observer method will observer insert or delete events. Note The client supports connecting to a server using different named Sessions and different named Scopes . The observer methods above are not qualified with either session name or scope name so will observe events for all maps or caches with the name people in all sessions and scopes. In most Coherence use-cases that only use a single client session and a single default server side scope this is not an issue but is something to be aware of if using multiple sessiosn or scopes. See the following sections on how to qualify the observer to restrict the maps and caches it observes. Observe Events for Maps and Caches from Specific Sessions In addition, to the @MapName qualifier, you can also specify a Session name as a way to limit the events received to maps or caches from a specific Session . This is achieved by specifying a value for the @SessionName qualifier. See the Sessions section for more details on multiple `Session`s. For example: private void onMapChange(@Observes @SesionName(\"test\") @MapName(\"people\") MapEvent<Long, Person> event) { // handle all events raised by the 'people' map/cache owned by the test Session. } In the example above the @SesionName qualifier has a value test , so the events will only be observed from the people map on the server that corresponds to the map of the same name owned by the client side Session named test . Note Maps or caches in different client side Sessions may correspond to the same server side map or cache and hence events in one server side map or cache can be observed by multiple client side observers. For example: Suppose a Map named people has been created in the default scope on the server. On the client there are two Sessions configured, session-one and session-two but both of these connect to the same server and have the same default scope. The two observers below are on the client: private void onMapChange(@Observes @SesionName(\"session-one\") @MapName(\"people\") MapEvent<Long, Person> event) { //... } private void onMapChange(@Observes @SesionName(\"session-two\") @MapName(\"people\") MapEvent<Long, Person> event) { //... } In this case both observer methods are actually observing the same server-side map and will receive the same events event though they have different qualifiers. Observe Events for Maps and Caches from Specific Server-side Scopes In addition, to the @MapName qualifier, you can also specify a scope name as a way to limit the events received to maps or caches from a specific server-side scope name. This is achieved by specifying a value for the @ScopeName qualifier. See the Sessions section for more details on multiple `Session`s. For example: private void onMapChange(@ObservesAsync @ScopeName(\"employees\") @MapName(\"people\") MapEvent<Long, Person> event) { // handle all events raised by the 'people' map/cache owned by the employees scope. } In the example above the @ScopeName qualifier has a value employees , so the events will only be observed from the people map in by the scope named employees on the server. Filter Observed Events The events observed can be restricted further by using a Coherence Filter . If a filter has been specified, the events will be filtered on the server and will never be sent to the client. The filter that will be used is specified using a qualifier annotation that is itself annotated with @FilterBinding . You can implement a Custom FilterBinding (recommended), or use a built-in @WhereFilter for convenience, which allows you to specify a filter using CohQL. For example to receive all event types in the people map, but only for People with a lastName property value of Smith , the built-in @WhereFilter annotation can be used: @WhereFilter(\"lastName = 'Smith'\") private void onMapChange(@Observes @MapName(\"people\") MapEvent<Long, Person> event) { // handle all events raised by the 'people' map/cache } Transform Observed Events When an event observer does not want to receive the full cache or map value in an event, the event can be transformed into a different value to be observed. This is achieved using a MapEventTransformer that is applied to the observer method using either an ExtractorBinding annotation or a MapEventTransformerBinding annotation. Transformation of events happens on the server so can make observer’s more efficient as they do not need to receive the original event with the full old and new values. Transforming Events Using ExtractorBinding Annotations An ExtractorBinding annotation is an annotation that represents a Coherence ValueExtractor . When an observer method has been annotated with an ExtractorBinding annotation the resulting ValueExtractor is applied to the event’s values, and a new event will be returned to the observer containing just the extracted properties. For example, an event observer that is observing events from a map named people , but only requires the last name, the built in @PropertyExtractor annotation can be used. @PropertyExtractor(\"lastName\") private void onMapChange(@Observes @MapName(\"people\") MapEvent<Long, String> event) { // handle all events raised by the 'people' map/cache } Unlike the previous examples above the received events of type MapEvent<Long, Person> this method will receive events of type MapEvent<Long, String> because the property extractor will be applied to the Person values in the original event to extract just the lastName property, creating a new event with String values. There are a number of built in ExtractorBinding annotations, and it is also possible to create custom ExtractorBinding annotation - see the Custom ExtractorBinding Annotations section below. Multiple extractor binding annotations can be added to an injection point, in which case multiple properties will be extracted, and the event will contain a List of the extracted property values. For example, if the Person also contains an address field of type Address that contains a city field, this can be extracted with a @ChainedExtractor annotation. By combining this with the @PropertyExtractor in the example above both the lastName and city can be observed in the event. @PropertyExtractor(\"lastName\") @ChainedExtractor({\"address\", \"city\"}) private void onMapChange(@Observes @MapName(\"people\") MapEvent<Long, List<String>> event) { // handle all events raised by the 'people' map/cache } Note, now the event is of type MapEvent<Long, List<String>> because multiple extracted values will be returned the event value is a List and in this case both properties are of tyep String , so the value can be List<String> . Transforming Events Using MapEventTransformerBinding Annotations If more complex event transformations are required than just extracting properties from event values, a custom MapEventTransformerBinding can be created that will produce a custom MapEventTransformer instance that will be applied to the observer’s events. See the Custom MapEventTransformerBinding Annotations section below for details on how to create MapEventTransformerBinding annotations. Using Asynchronous Observers All the examples above used synchronous observers by specifying the @Observes qualifier for each observer method. However, Coherence CDI fully supports asynchronous CDI observers as well. All you need to do is replace @Observes with @ObservesAsync in any of the examples above. private void onMapChange(@ObservesAsync @MapName(\"people\") MapEvent<Long, Person> event) { // handle all events raised by the 'people' map/cache } ", - "title": "Usage" - }, { "location": "/examples/guides/905-key-association/README", "text": " Key association in Coherence is a way of associating related data together in a single partition. This data could be entries in a single cache, or it could be entries in multiple caches managed by the same cache service. If related data is known to exist in a single partition, then this allows those related entries to be accessed as part of a single atomic partition level transaction. For example a single entry processor call could atomically update multiple related entries, possibly across multiple caches. Queries could also make use of this, for example a custom aggregator could aggregate results from multiple entries possibly from multiple caches, in a single partition. This can be a way to simulate certain types of join query for related data. Key association can be used to implement similar behaviour to a multi-map, where a single key maps to a list or set of related data. Using key association and related caches instead of a single multi-map offers a lot more flexibility for supporting various use-cases. ", @@ -1565,21 +1485,6 @@ "text": " This guide covers how to update multiple cache entries using partition level transactions. What is a Partition Level Transaction In a Coherence distributed cache, data is managed in partitions. A cache entry is assigned to a partition and partition ownership is distributed over the storage enabled members of a cluster. When updating a cache entry using an EntryProcessor , Coherence performs this update atomically in what is known as a partition level transaction. In the EntryProcessor code it is possible to \"enlist\" other entries owned by the same partition into the transaction so that the mutations to those entries are committed to the partition’s storage as a single atomic update. The other entries enlisted into the transaction can be from the same cache, or from other caches that are managed by the same cache service. This is a very useful feature for a number of use cases that need to ensure atomic updates of related entries. A Simple Use Case Imagine we were building a banking system where we had a Customer cache and an Accounts cache. A customer would have one entry in the Customers cache, but may have multiple accounts in the Accounts cache. In our application we want to write some functionality to transfer money between accounts, i.e. take from one account and add to another. We would like to do this atomically so that we do not take more money from an account than the current balance and also ensure the customer’s account balances are consistent. Say for customer \"Foo\", we want to transfer $100 from account \"A\" to account \"B\" Without a partition level transaction, the flow might look like this: accounts.invoke(new AccountKey(\"Foo\", \"A\"), new DebitProcessor(100)); accounts.invoke(new AccountKey(\"Foo\", \"B\"), new CreditProcessor(100)); The problem here is that the two account entries are in a distributed cache and may be on different JVMs in a cluster, probably on different physical servers. There will be a time window between the first invoke and the second where the total balance of the customer’s accounts is $100 less than it really is. There is also an issue where the second invoke fails for some reason, and we then need to handle this and put the $100 back into account \"A\" or keep re-trying. A better solution would be a single invoke, where we execute a single EntryProcessor that updates both accounts in a single transaction. The total balance of the accounts will remain consistent, and if the invoke call fails Coherence will automatically roll back all the affected entries. customers.invoke(new CustomerKey(\"Foo\"), new TransferProcessor(\"A\", \"B\", 100)); The rest of this guide explain how we accomplish this and some other techniques for handling related data. Key Affinity An important point about partition level transactions is that all the entries enlisted in the transaction must be owned by the same partition. In normal operation a cache entry is assigned to a partition based on a hash of the serialized key of the entry. This helps ensure an even distribution of entries over the partitions. When using partition level transactions we usually need to influence which partition a key is assigned to so that we ensure related entries are stored in the same partition, this is known as \"key affinity\", as it is the cache keys that control the owning partition. In most use cases we do not care exactly which partition a set of related keys belong to, rather we just need to ensure they all belong to the same partition. The Working with Partitions section of the official documentation covers the different techniques that can be used to control the partition an entry is assigned to. Avoiding Deadlocks in EntryProcessors It is very important when enlisting other entries in an EntryProcessor that this is done in a way that avoids deadlocks. There are two ways to avoid deadlocks covered below. Invoke Against a Common Key Imagine a case where a customer \"Foo\" has two accounts, \"A\" and \"B\" and we initiate two transfers, one from \"A\" to \"B\" and the other from \"B\" to \"A\" using two separate invocations of TransferProcessor . Say we invoked TransferProcessor against the source account, we could see the following: Invoke TransferProcessor against account \"A\", the entry for account \"A\" is now locked in the accounts cache. Invoke TransferProcessor against account \"B\", the entry for account \"B\" is now locked in the accounts cache. The TransferProcessor that has locked account \"A\" now tries to enlist account \"B\", but account \"B\" is locked, so the TransferProcessor will now block waiting for account \"B\" to be unlocked. The TransferProcessor that has locked account \"B\" now tries to enlist account \"A\", but account \"A\" is locked, so the TransferProcessor will now block waiting for account \"A\" to be unlocked. We now have a deadlock, both TransferProcessor invocations are blocked waiting for each other to complete. When we invoke the TransferProcessor against the entry fo \"Foo\" in the customers cache the operation changes to look like this: Invoke TransferProcessor for \"A\" → \"B\" against customer \"Foo\", the entry for customer \"Foo\" is now locked in the customers cache. Invoke TransferProcessor for \"B\" → \"A\" against customer \"Foo\", the entry for customer \"Foo\" is already locked so this processor will wait. The TransferProcessor for \"A\" → \"B\" enlists accounts \"A\" and \"B\" and completes the transfer, unlocking customer \"Foo\" The TransferProcessor for \"B\" → \"A\" is now unblocked and can execute. By invoking the TransferProcessor against the customer entry we avoid the risk of deadlocks occurring. Sort the Keys to be Enlisted A second method to avoid deadlocks where multiple entries will be enlisted is to sort the keys that will be enlisted. Sometimes it is not possible, or it is inefficient, to invoke every EntryProcessor against a common key. In the example above, if we invoked every cache operation the customer entry, this could impact performance for some use cases because all the operations for a customer would queue and execute one at a time. Sometimes, for performance we’d like to execute operations in parallel as much as possible. An example of this might be where we have a cache that stores data that forms a nested tree type hierarchy, i.e a parent node that has child nodes which also have sub-child nodes. Say we have a use case where if we update a sub-child node, we have to apply a corresponding update to its parents. We could do what we did above and only ever run the EntryProcessor against the top level parent, then enlist entries going down the hierarchy to the sub-child we want to update. If our application applies a lot of updates to sub-child nodes, this would be a big performance bottleneck, as updates could only be applied sequentially. Instead, in this use case the EntryProcessor would execute against the sub-child, then search for and enlist its parents. How we might search for parents will be covered in an example below. For example, we have a parent node \"A\", that has a child node \"A-1\", which has two sub-child nodes \"A-1.1\" and \"A-1.2\". Without sorting the enlisted entries this is what could happen. Invoke the EntryProcessor \"One\" against node \"A-1.1\", so entry \"A-1.1\" is locked. Invoke the EntryProcessor \"Two\" against node \"A-1.2\", so entry \"A-1.2\" is locked. EntryProcessor \"One\" searches for its parent nodes, the resulting keys come back as `[\"A\", \"A-1\"], so the first of those \"A\" is serialized and used to enlist entry \"A\", and locked. Before EntryProcessor \"One\" can lock the second result, \"A-1\", EntryProcessor \"Two\" has searched for its parents and has a result of `[\"A-1\", \"A\"] (the opposite order to \"One\"), so it enlists and locks \"A-1\". EntryProcessor \"One\" now tries to enlist \"A-1\", but is blocked because this is locked by \"Two\". EntryProcessor \"Two\" now tries to enlist \"A\", but is blocked because this is locked by \"One\". We now have a deadlock The solution to the deadlock above is for the EntryProcessor to sort the keys of the entries that it will enlist before enlisting them. The simplest way to do this is to sort the serialized Binary keys that will be used to enlist the entries, because com.tangosol.util.Binary implements Comparable . The flow then becomes: Invoke the EntryProcessor \"One\" against node \"A-1.1\", so entry \"A-1.1\" is locked. Invoke the EntryProcessor \"Two\" against node \"A-1.2\", so entry \"A-1.2\" is locked. EntryProcessor \"One\" searches for its parent nodes, the result comes back as `[\"A\", \"A-1\"] EntryProcessor \"One\" serializes the keys to Binary keys sorts them, e.g. in a sorted list or TreeSet . EntryProcessor \"One\" now enlists the first sorted key, say it is \"A\". Before EntryProcessor \"One\" can lock the second result, \"A-1\", EntryProcessor \"Two\" has searched for its parents and has a result of `[\"A-1\", \"A\"] (the opposite order to \"One\") EntryProcessor \"Two\" serializes the keys to Binary keys sorts them. EntryProcessor \"Two\" now enlists the first sorted key, which will also now be \"A\", but \"A\" is already locked, so EntryProcessor \"Two\" is blocked. EntryProcessor \"One\" can now proceed to enlist and lock \"A-1\", perform its updates of \"A\" and \"A-1\", then complete, unlocking all the entries EntryProcessor \"Two\" can now enist and lock \"A-1\" and complete its processing. Bank Account Example For the first example in this guide, we will implement the simple bank account use case described above to transfer money between two accounts for the same customer. Entity Classes We will need a few entity classes, a simple Customer class and an Account class. We will also create key classes for both of these. We could use a simple class from the JVM for the customer key such as a String , a number or a UUID, but in this case we’ll create a custom class. We need to use key affinity to ensure that the accounts for a customer a located in the same partition as the customer. To do this we will make the AccountId class implement the Coherence com.tangosol.net.cache.KeyAssociation interface. The getAssociatedKey method just returns the customerId field. @Override public CustomerId getAssociatedKey() { return customerId; } The full AccountId class is shown below: public class AccountId implements ExternalizableLite, PortableObject, KeyAssociation<CustomerId> { // ----- constructors --------------------------------------------------- /** * A default no-args constructor required for serialization. */ public AccountId() { } /** * Create a {@link AccountId}. * * @param id the id of the customer */ public AccountId(CustomerId customerId, String id) { this.customerId = customerId; this.id = id; } // ----- KeyAssociation methods ----------------------------------------- @Override public CustomerId getAssociatedKey() { return customerId; } // ----- accessors ------------------------------------------------------ /** * Return the id. * * @return the customer id */ public CustomerId getCustomerId() { return customerId; } /** * Return the account id. * * @return the customer id */ public String getId() { return id; } // ----- Object methods ------------------------------------------------- // Coherence key classes must properly implement equals() using // all the fields in the class @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } AccountId accountId = (AccountId) o; return Objects.equals(customerId, accountId.customerId) && Objects.equals(id, accountId.id); } // Coherence key classes must properly implement hashCode() using // all the fields in the class @Override public int hashCode() { return Objects.hash(customerId, id); } // ----- ExternalizableLite methods ------------------------------------- @Override public void readExternal(DataInput in) throws IOException { customerId = ExternalizableHelper.readObject(in); id = ExternalizableHelper.readSafeUTF(in); } @Override public void writeExternal(DataOutput out) throws IOException { ExternalizableHelper.writeObject(out, customerId); ExternalizableHelper.writeSafeUTF(out, id); } // ----- PortableObject methods ----------------------------------------- @Override public void readExternal(PofReader in) throws IOException { customerId = in.readObject(0); id = in.readString(1); } @Override public void writeExternal(PofWriter out) throws IOException { out.writeObject(0, customerId); out.writeString(1, id); } // ----- data members --------------------------------------------------- /** * The id of the customer. */ private CustomerId customerId; /** * The id of the account. */ private String id; } The Transfer EntryProcessor Now we know customers and accounts are co-located we can write the TransferProcessor . public class TransferProcessor extends AbstractEvolvable implements InvocableMap.EntryProcessor<CustomerId, Customer, Void>, ExternalizableLite, PortableObject { } The generic parameters for the TransferProcessor are <CustomerId, Customer, Void> because the processor will be invoked against the customers cache, which has a key of CustomerId and a value of Customer . In this case we do not return a result from the processor, so its return type is Void . The process method would look like this (with comments to explain the code): @Override @SuppressWarnings(\"unchecked\") public Void process(InvocableMap.Entry<CustomerId, Customer> entry) { // Convert the entry to a BinaryEntry BinaryEntry<CustomerId, Customer> binaryEntry = entry.asBinaryEntry(); // Obtain the backing map manager context BackingMapManagerContext context = binaryEntry.getContext(); // Obtain the converter to use to convert the account identifiers // into Coherence internal serialized binary format // It is important to use the correct key converter for this conversion Converter<AccountId, Binary> keyConverter = context.getKeyToInternalConverter(); // Obtain the backing map context for the accounts cache BackingMapContext accountsContext = context.getBackingMapContext(\"accounts\"); // Convert the source account id to a binary key and obtain the cache entry for the source account Binary sourceKey = keyConverter.convert(sourceAccount); InvocableMap.Entry<AccountId, Account> sourceEntry = accountsContext.getBackingMapEntry(sourceKey); // Convert the destination account id to a binary key and obtain the cache entry for the destination account Binary destinationKey = keyConverter.convert(destinationAccount); InvocableMap.Entry<AccountId, Account> destinationEntry = accountsContext.getBackingMapEntry(destinationKey); // adjust the values for the two accounts Account sourceAccount = sourceEntry.getValue(); sourceAccount.adjustBalance(amount.negate()); // set the updated source account back into the entry so that the cache is updated sourceEntry.setValue(sourceAccount); Account destinationAccount = destinationEntry.getValue(); destinationAccount.adjustBalance(amount); // set the updated destination account back into the entry so that the cache is updated destinationEntry.setValue(destinationAccount); return null; } Note You must remember to call setValue() on the entries that have been updated passing in the updated values so that Coherence knows to update the underlying cache entry. Just mutating the value returned from entry.getValue() will not cause a cache update. In the call to BackingMapContext accountsContext = context.getBackingMapContext(\"accounts\"); better coding practice would be to have a common set of a static constants for the cache names in our application code instead of using hard coded string values. Hierarchical Data Example Using key affinity for hierarchical data can work, but may not always be advisable. If you have a lot of parent nodes and the hierarchies are small, i.e. a parent only has a small number of children, and they have a small number of children, that would be workable in Coherence. You would have a lot of small trees distributed over the cluster os storage enabled members. If there was only a small number of parents, then there would only be a small number of trees, and hence those would all live on only a small number of members of the cluster, the remaining members would hold no data. This would mean some JVMs would be using a lot more heap to hold data than others. If some trees had a lot more nodes that others, this would also mean the JVMs holding the larger trees would be using more heap than others in the cluster. So, the rule for storing hierarchical data with key affinity is lots of small trees is better. Entity Classes In this example the data model is a bookseller, with a lot of books. We have a cache holding sales for books by region, where the region forms a hierarchy, e.g. \"World\", \"Continent\", and \"Country\". We might have data like this: - \"The Great Gatsby\", \"World\", 26 - \"The Great Gatsby\", \"North America\", 22 - \"The Great Gatsby\", \"US\", 19 - \"The Great Gatsby\", \"Canada\", 3 - \"The Great Gatsby\", \"Europe\", 4 - \"The Great Gatsby\", \"France\", 1 - \"The Great Gatsby\", \"UK\", 3 The key class might look like this: public class SalesId implements ExternalizableLite, PortableObject, KeyAssociation<String> { // ----- constructors --------------------------------------------------- /** * A default no-args constructor required for serialization. */ public SalesId() { } /** * Create a sales identifier. * * @param bookId the book identifier * @param regionCode the region identifier * @param parentRegionCode the parent region identifier, or {@code null} * if this is a top level region */ public SalesId(String bookId, String regionCode, String parentRegionCode) { this.bookId = bookId; this.regionCode = regionCode; this.parentRegionCode = parentRegionCode; } // ----- KeyAssociation methods ----------------------------------------- @Override public String getAssociatedKey() { return bookId; } // ----- accessors ------------------------------------------------------ /** * Return the book identifier. * * @return the book identifier */ public String getBookId() { return bookId; } /** * Return the region identifier. * * @return the region identifier */ public String getRegionCode() { return regionCode; } /** * Return the parent region identifier, or {@code null} * if this is a top level region. * * @return the parent region identifier, or {@code null} * if this is a top level region */ public String getParentRegionCode() { return parentRegionCode; } // ----- Object methods ------------------------------------------------- // Coherence key classes must properly implement hashCode() using // all the fields in the class @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } SalesId salesId = (SalesId) o; return Objects.equals(bookId, salesId.bookId) && Objects.equals(regionCode, salesId.regionCode) && Objects.equals(parentRegionCode, salesId.parentRegionCode); } // Coherence key classes must properly implement hashCode() using // all the fields in the class @Override public int hashCode() { return Objects.hash(bookId, regionCode, parentRegionCode); } // serialization methods omitted... // ----- data members --------------------------------------------------- /** * The identifier for the ook */ private String bookId; /** * The region code for the sales data. */ private String regionCode; /** * The parent region code, or {@code null} if this is a top level region. */ private String parentRegionCode; } The SalesId class uses the bookId as the associated key so that all sales for a book are co-located in a single partition. The SalesId has a reference to the parent region, for example the parent of the region \"France\", is \"Europe\" and the parent of \"Europe\" is \"World\". We can also create a simple BookSales class to hold the sales information for a book, we might hold sales for e-books, audiobooks and paper books. We can add methods on the BookSales class to get, set and increment the different sales numbers. The Increment Sales EntryProcessor Now we have some entity classes to hold the sales data we can create an EntryProcessor that will update the sales for a book. The operation of the EntryProcessor would be the following. The EntryProcessor has parameters for the additional sales in each category, paper book, e-book and audiobook for a region. The EntryProcessor is invoked against the SalesId to be updated The EntryProcessor updates the sales data for the region The EntryProcessor then finds the parent regions in the hierarchy and updates them The EntryProcessor class might look like the code below. The process() method is empty and will be completed in the next section. public class IncrementSalesProcessor extends AbstractEvolvable implements InvocableMap.EntryProcessor<SalesId, BookSales, Void>, ExternalizableLite, PortableObject { // ----- constructors --------------------------------------------------- /** * Default no-args constructor required for serialization. */ public IncrementSalesProcessor() { } /** * Create a {@link IncrementSalesProcessor}. * * @param eBook the e-book sales * @param audio the audiobook sales * @param paper the paper book sales */ public IncrementSalesProcessor(long eBook, long audio, long paper) { this.eBook = eBook; this.audio = audio; this.paper = paper; } // ----- EntryProcessor methods ----------------------------------------- @Override public Void process(InvocableMap.Entry<CustomerId, Customer> entry) { return null; } // ----- serialization methods ------------------------------------------ @Override public int getImplVersion() { return IMPLEMENTATION_VERSION; } @Override public void readExternal(DataInput in) throws IOException { eBook = in.readLong(); audio = in.readLong(); paper = in.readLong(); } @Override public void writeExternal(DataOutput out) throws IOException { out.writeLong(eBook); out.writeLong(audio); out.writeLong(paper); } @Override public void readExternal(PofReader in) throws IOException { eBook = in.readLong(0); audio = in.readLong(1); paper = in.readLong(2); } @Override public void writeExternal(PofWriter out) throws IOException { out.writeLong(0, eBook); out.writeLong(1, audio); out.writeLong(2, paper); } // ----- data members --------------------------------------------------- /** * The evolvable POF implementation version of this class. */ public static final int IMPLEMENTATION_VERSION = 1; /** * The number of e-books sold. */ private long eBook; /** * The number of audiobooks sold. */ private long audio; /** * The number of paper sold. */ private long paper; } In the IncrementSalesProcessor we can start to create the process method to update the sales data in the entry that the IncrementSalesProcessor will be invoked on, as shown below: @Override @SuppressWarnings(\"unchecked\") public Void process(InvocableMap.Entry<SalesId, BookSales> entry) { // Obtain a BinaryEntry from the entry being processes BinaryEntry<SalesId, BookSales> binaryEntry = entry.asBinaryEntry(); // update the entry sales data BookSales sales; if (entry.isPresent()) { // the parent entry is present sales = entry.getValue(); } else { // The parent entry is not present, so set a new BookSales value sales = new BookSales(); } sales.incrementEBookSales(eBook); sales.incrementAudioSales(audio); sales.incrementPaperSales(paper); // set the updated sale value back into the entry so that Coherence updates the cache entry.setValue(sales); // Obtain a sorted set of the Binary keys of the parents of the entry being processed // We do not need to return anything return null; } Partition Local Queries One of the functions of the IncrementSalesProcessor class that is missing from the process method above is to update the parent regions in the hierarchy. When the entry processor is invoked against an entry, we do not have the full key for the parent entry, we only know the book and region. This means we cannot just enlist the entry based on a key, as we do not know the key. The solution to this is to perform a query to locate the parent, as we know the parent will be in the same partition, as it has the same book id. The entry that is passed to the process method can be turned into a BinaryEntry and from this we can obtain the cache’s backing map. The backing map in Coherence is the actual Map instance that holds the data for the partition. This is typically serialized binary data. So even if the generics for the entry are real types (in this case the SalesId and BookSales classes) the backing map keys and values will be Binary instances. The two lines below show how to convert the entry passed to the process method into a BinaryEntry . BinaryEntry<SalesId, BookSales> binaryEntry = entry.asBinaryEntry(); BackingMapContext backingMapContext = binaryEntry.getBackingMapContext(); Now we have the BackingMapContext we can write some additional methods to search for the parents of the entry being processed. Querying a Binary Backing Map When inside an entry processor or aggregator, the backing map of a cache is of the type Map<Binary, Binary> , because the backing map holds the serialized cache data. The simplest way to query the backing map is to use normal Coherence Filter classes, which typically take a ValueExtractor to extract the field to be tested in the filter. We could write a ValueExtractor that can deserialize the Binary key or value and extract the required field, and that would work fine. But, we can be a bit smarter here, so that we can utilize any indexes that may exist on the cache. If we wrote a custom binary extractor, that in this example extracted the bookId from the key, and then created in index on that, we would need to create a second index for any normal cache queries that used the bookId . It would be far better to be able to just create a single index. In this example we create a special wrapper class named BinaryValueExtractor that will extract values from a serialized Binary using a wrapped ValueExtractor . When the BinaryValueExtractor is used in a Filter that may use an index, we want the index lookup to retrieve any index created by the wrapped extractor, and to do this the BinaryValueExtractor.getCanonicalName() method will return the same value as the delegate ValueExtractor . public class BinaryValueExtractor<T, E> implements ValueExtractor<Binary, E> { /** * Create a {@link BinaryValueExtractor}. * * @param delegate the extractor to delegate to * @param converter the {@link Converter} to convert the {@link Binary} value * to a value to pass to the delegate {@link ValueExtractor} */ public BinaryValueExtractor(ValueExtractor<T, E> delegate, Converter<Binary, T> converter) { m_delegate = delegate; m_converter = converter; } // ----- ValueExtractor ------------------------------------------------- @Override public E extract(Binary target) { T value = m_converter.convert(target); return m_delegate.extract(value); } @Override public int getTarget() { return m_delegate.getTarget(); } @Override public String getCanonicalName() { return m_delegate.getCanonicalName(); } // ----- helper methods ------------------------------------------------- /** * A factory method to create a {@link BinaryValueExtractor}. * * @param delegate the extractor to delegate to * @param converter the {@link Converter} to convert the {@link Binary} value * to a value to pass to the delegate {@link ValueExtractor} * * @return the {@link BinaryValueExtractor} that will extract from a {@link Binary} value * * @param <T> the underlying type to extract from after being deserialized * @param <E> the type of the extracted value */ public static <T, E> ValueExtractor<Binary, E> of(ValueExtractor<T, E> delegate, Converter<Binary, T> converter) { return new BinaryValueExtractor<>(delegate, converter); } // ----- data members --------------------------------------------------- /** * The delegate {@link ValueExtractor}. */ private final ValueExtractor<T, E> m_delegate; /** * The {@link Converter} to convert the {@link Binary} value * to a value to pass to the delegate {@link ValueExtractor} */ private final Converter<Binary, T> m_converter; } We can now use the BinaryValueExtractor in a Filter inside an entry processor or aggregator. For example the code below creates an EqualsFilter that can execute against the binary backing map. The filter will match any entry in the backing map that has a key ( SalesId ) where the getBookId() method returns \"Foo\": Filter<?> filter = Filters.equal(BinaryValueExtractor.of(SalesId::getBookId, converter).fromKey(), \"Foo\"); Outside an entry processor or aggregator, the same query using the normal cache API would be: Filter<?> filter = Filters.equal(ValueExtractor.of(SalesId::getBookId, converter).fromKey(), \"Foo\"); If we want to make the filter more efficient in both cases, we would create an index on the cache as normal using the normal non-binary extractor: NamedCache<SalesId, BookSales> cache = session.getCache(\"book-sales\"); cache.addIndex(ValueExtractor.of(SalesId::getBookId).fromKey()); Note The BinaryValueExtractor is intentionally not serializable as it is not meant ot be used in normal filter queries. Finding the Book Sales parent The method below shows how to use the BinaryValueExtractor in filters to query the cache backing map, in this case to obtain the single parent entry, but it may be used in other use-cases to query for multiple entries. private Map.Entry<SalesId, BookSales> getParent(SalesId id, BackingMapContext backingMapContext) { ObservableMap<Binary, Binary> backingMap = backingMapContext.getBackingMap(); Map<ValueExtractor, MapIndex> indexMap = backingMapContext.getIndexMap(); String bookId = id.getBookId(); String region = id.getParentRegionCode(); Filter<?> filter = Filters.equal(BinaryValueExtractor.of(SalesId::getBookId, converter).fromKey(), bookId) .and(Filters.equal(BinaryValueExtractor.of(SalesId::getRegionCode, converter).fromKey(), region)); Set<Map.Entry<Binary, Binary>> setEntries = InvocableMapHelper.query(backingMap, indexMap, filter, true, false, null); // there should only ever be zero or one matching entry return setEntries.stream() .findFirst() .orElse(null); } The code above works as follows: * Obtain the backing map from the backing map context * Obtain the map of indexes present on the cache * Obtain the bookId and region for the parent entry we want to find * Create a Coherence Filter that will query the baking map keys for a matching entry. * Execute the query on the backing map using Coherence’s InvocableMapHelper utility class * There should only be a single matching entry (or maybe no match) so extract the first entry from the query results and return it Note Accessing the backing map using backingMapContext.getBackingMap() is marked as deprecated. The main reason for the deprecation is to discourage direct use of the backing map in application code. Direct manipulation of the data in the backing map by application code is dangerous and could result in corruption of the cache. In this use-case there is currently no alternative API to perform a partition local query, but as we are only reading data from the map it is safe. The contents of the map may be changed by other threads that are executing Coherence requests on the same partition while the query is in progress. This means that any result returned by a query should be considered transitive, just like any query results from an active cache. Now we have a method that can obtain the parent entry for a SalesId key we can write another utility method that will obtain all the parent keys in the hierarchy for a given SalesId . As already mentioned above, we will sort this set of keys so that when the entries are enlisted we avoid deadlocks. private SortedSet<Binary> getParentKeys(SalesId key, BackingMapContext backingMapContext) { TreeSet<Binary> parents = new TreeSet<>(); Converter<Binary, SalesId> converter = backingMapContext.getManagerContext().getKeyFromInternalConverter(); Map.Entry<Binary, Binary> parent = getParent(key, backingMapContext); while (parent != null) { Binary binaryKey = parent.getKey(); parents.add(binaryKey); key = converter.convert(binaryKey); parent = getParent(key, backingMapContext); } return parents; } With the additional methods above, we can now complete the process method in the IncrementSalesProcessor class as shown below. public Void process(InvocableMap.Entry<SalesId, BookSales> entry) { // update the entry sales data BookSales sales; if (entry.isPresent()) { // the entry is present sales = entry.getValue(); } else { // The parent entry is not present, so create a new BookSales value sales = new BookSales(); } sales.incrementEBookSales(eBook); sales.incrementAudioSales(audio); sales.incrementPaperSales(paper); // set the updated sale value back into the entry so that Coherence updates the cache entry.setValue(sales); // Obtain a BinaryEntry from the entry being processes BinaryEntry<SalesId, BookSales> binaryEntry = entry.asBinaryEntry(); // Obtain the BackingMapContext for the entry BackingMapContext backingMapContext = binaryEntry.getBackingMapContext(); // Obtain a sorted set of the Binary keys of the parents of the entry being processed SortedSet<Binary> parentKeys = getParentKeys(entry.getKey(), backingMapContext); // Iterate over the parent keys, enlisting and updating each parent entry for (Binary binaryKey : parentKeys) { InvocableMap.Entry<SalesId, BookSales> parentEntry = backingMapContext.getBackingMapEntry(binaryKey); if (parentEntry.isPresent()) { // the parent entry is present sales = parentEntry.getValue(); } else { // The parent entry is not present, so create a new BookSales value sales = new BookSales(); } // update the parent sales data sales.incrementEBookSales(eBook); sales.incrementAudioSales(audio); sales.incrementPaperSales(paper); // set the updated sale value back into the entry so that Coherence updates the cache parentEntry.setValue(sales); } return null; } Using Indexes in Queries In the code above that queries the backing map, the actual query call looks like this: Set<Map.Entry<SalesId, BookSales>> setEntries = InvocableMapHelper.query(map, indexMap, filter, true, false, null); You can see that the second parameter is a Map of indexes, which is obtained from the BackingMapContext by calling backingMapContext.getIndexMap() . This Map is the map of indexes that have been added to the cache by calls to one of the NamedCache.addIndex() methods. Using the cache indexes in this way can make a big difference to the speed and efficiently of the query execution. In the example above the Filter for the query is created like this: Filter<?> filter = Filters.equal(ValueExtractor.of(SalesId::getBookId).fromKey(), bookId) .and(Filters.equal(ValueExtractor.of(SalesId::getRegionCode).fromKey(), region)); The Filter is an \"and\" filter which uses two ValueExtractor instances: ValueExtractor.of(SalesId::getBookId).fromKey() ValueExtractor.of(SalesId::getRegionCode).fromKey() If we create indexes on the cache using the same extractors, then the query will be much faster: NamedCache<SalesId, BookSales> cache = session.getCache(\"book-sales\"); cache.addIndex(ValueExtractor.of(SalesId::getBookId).fromKey()); cache.addIndex(ValueExtractor.of(SalesId::getRegionCode).fromKey()); Using Indexes Directly The example above uses the indexes to improve query performance, but in this case as we are querying for the keys, we could have just used the indexes directly in the IncrementSalesProcessor instead of querying the backing map. If we know that our application has always created the required indexes before invoking the IncrementSalesProcessor we can simplify the code and not bother executing a query at all. We could change the getParentKeys method to use indexes directly: private SortedSet<Binary> getParentKeys(SalesId key, BackingMapContext backingMapContext) { BackingMapManagerContext managerContext = backingMapContext.getManagerContext(); Converter<Binary, SalesId> converter = managerContext.getKeyFromInternalConverter(); Map<ValueExtractor, MapIndex> indexMap = backingMapContext.getIndexMap(); // Get the two indexes from the index Map MapIndex indexBookId = indexMap.get(ValueExtractor.of(SalesId::getBookId).fromKey()); Map<String, Set<Binary>> indexBookIdContents = indexBookId.getIndexContents(); MapIndex indexRegion = indexMap.get(ValueExtractor.of(SalesId::getRegionCode).fromKey()); Map<String, Set<Binary>> indexRegionContents = indexRegion.getIndexContents(); // Obtain the set of Binary keys that have the required BookId Set<Binary> setBookId = indexBookIdContents.get(key.getBookId()); SortedSet<Binary> parents = new TreeSet<>(); SalesId parent = key; while (parent != null) { String region = parent.getParentRegionCode(); if (region == null) { // we're finished, the key has no parent region break; } // Obtain the set of Binary keys that have the parent region // and wrap them in a SubSet, so we do not mutate the real set Set<Binary> setRegion = new SubSet<>(indexBookIdContents.get(key.getBookId())); // remove any values from the set that are not in the BookId key set setRegion.retainAll(setBookId); // setRegion \"should\" now contain zero or one entry Binary binaryKey = setRegion.stream().findFirst().orElse(null); if (binaryKey == null) { // we're finished, there was no parent break; } // add the parent to the result set parents.add(binaryKey); // set the next parent parent = converter.convert(binaryKey); } return parents; } Warning When directly accessing the backing map or the index map inside an entry processor` or an aggregator in Coherence, you should never mutate these structures directly from application code. They should be treated as read-only resources. ", "title": "Partition Level Transactions" }, - { - "location": "/coherence-helidon-grpc-proxy/README", - "text": " Coherence gRPC proxy is the server-side implementation of the services defined within the Coherence gRPC module. The gRPC proxy uses standard gRPC Java libraries to provide Coherence APIs over gRPC. If using the Helidon Microprofile server with the microprofile gRPC server enabled the Coherence gRPC proxy can be deployed into the Helidon gRPC server instead of the Coherence default gRPC server. ", - "title": "Helidon MP gRPC Server" - }, - { - "location": "/coherence-helidon-grpc-proxy/README", - "text": " In order to use Coherence gRPC Server, you need to declare it as a dependency of your project; for example if using Maven: <dependency> <groupId>com.oracle.coherence.ce</groupId> <artifactId>coherence-helidon-grpc-proxy</artifactId> <version>23.09.2</version> </dependency> or for Gradle: implementation 'com.oracle.coherence.ce:coherence-helidon-grpc-proxy:23.09.2' ", - "title": "Usage" - }, - { - "location": "/coherence-helidon-grpc-proxy/README", - "text": " For this behaviour to happen automatically just set the coherence.grpc.enabled system property to false , which will disable the built in server. A built-in GrpcMpExtension implementation will then deploy the proxy services to the Helidon gRPC server. When using the Helidon MP gRPC server, if the coherence.grpc.enabled system property has not been set to false , then both the Helidon gRPC server and the Coherence default gRPC server will start and could cause port binding issues unless they are both specifically configured to use different ports. ", - "title": "Enable the Proxy Service in Helidon MP" - }, { "location": "/examples/guides/121-custom-aggregators/README", "text": " What You Will Build What You Need Example Data Model Review the Example Code Run the Example Summary See Also ", @@ -2032,7 +1937,7 @@ }, { "location": "/examples/README", - "text": " These simple guides are designed to be a quick hands-on introduction to a specific feature of Coherence. In most cases they require nothing more than a Coherence jar and an IDE (or a text editor if you’re really old-school). Guides are typically built as a combination Maven and Gradle project including the corresponding wrappers for those tools making them simple to build as stand-alone projects without needing to build the whole Coherence source tree. Bootstrap Coherence This guide walks you through various methods to configure and bootstrap a Coherence instance. Coherence*Extend Provides a guide for clients to connect to a Coherence Cluster via Coherence*Extend. Put Get and Remove This guide walks you through basic CRUD put , get , and remove operations on a NamedMap . Querying Caches This guide walks you through the basic concepts of querying Coherence caches. Built-in Aggregators This guide walks you through how to use built-in aggregators within Coherence. Custom Aggregators This guide walks you through how to create custom aggregators within Coherence. Views Learn about the basic concepts of working with views using the ContinuousQueryCache . Streams This guide walks you through how to use the Streams API with Coherence. Entry Processors This guide walks you through how to use Entry Processors with Coherence. Federation This guide walks you through how to use Federation within Coherence. Topics This guide walks you through how to use Topics within Coherence. Near Caching This guide walks you through how to use near caching within Coherence. Client Events This guide walks you through how to use client events within Coherence. Server-Side Events This guide walks you through how to use server-side events within Coherence. Durable Events This guide walks you through how to use durable events within Coherence. Cache Stores This guide walks you through how to use and configure Cache Stores. Bulk Loading Caches This guide shows approaches to bulk load data into caches, typically this would be loading data into caches from a DB when applications start. Securing with SSL This guide walks you through how to secure Coherence using SSL/TLS. Performance over Consistency & Availability This guide walks you through how to tweak Coherence to provide more performance at the expense of data consistency and availability. Executor Service This guide explains how to use the Coherence Executor Service. Key Association This guide walks you through a use case for key association in Coherence. Partition Level Transactions This guide explains how to atomically access and update multiple related entries using an EntryProcessor in a partition level transaction. Multi-Cluster Client An example of how to connect an Extend or gRPC client to multiple Coherence clusters. ", + "text": " These simple guides are designed to be a quick hands-on introduction to a specific feature of Coherence. In most cases they require nothing more than a Coherence jar and an IDE (or a text editor if you’re really old-school). Guides are typically built as a combination Maven and Gradle project including the corresponding wrappers for those tools making them simple to build as stand-alone projects without needing to build the whole Coherence source tree. Bootstrap Coherence This guide walks you through various methods to configure and bootstrap a Coherence instance. Coherence*Extend Provides a guide for clients to connect to a Coherence Cluster via Coherence*Extend. Put Get and Remove This guide walks you through basic CRUD put , get , and remove operations on a NamedMap . Querying Caches This guide walks you through the basic concepts of querying Coherence caches. Built-in Aggregators This guide walks you through how to use built-in aggregators within Coherence. Custom Aggregators This guide walks you through how to create custom aggregators within Coherence. Views Learn about the basic concepts of working with views using the ContinuousQueryCache . Streams This guide walks you through how to use the Streams API with Coherence. Entry Processors This guide walks you through how to use Entry Processors with Coherence. Federation This guide walks you through how to use Federation within Coherence. Topics This guide walks you through how to use Topics within Coherence. Near Caching This guide walks you through how to use near caching within Coherence. Client Events This guide walks you through how to use client events within Coherence. Server-Side Events This guide walks you through how to use server-side events within Coherence. Durable Events This guide walks you through how to use durable events within Coherence. Cache Stores This guide walks you through how to use and configure Cache Stores. Bulk Loading Caches This guide shows approaches to bulk load data into caches, typically this would be loading data into caches from a DB when applications start. Securing with SSL This guide walks you through how to secure Coherence using SSL/TLS. Performance over Consistency & Availability This guide walks you through how to tweak Coherence to provide more performance at the expense of data consistency and availability. Executor Service This guide explains how to use the Coherence Executor Service. CDI Response Caching This guide walks you through how to configure CDI Response Caching to cache the results of method invocations. Key Association This guide walks you through a use case for key association in Coherence. Partition Level Transactions This guide explains how to atomically access and update multiple related entries using an EntryProcessor in a partition level transaction. Multi-Cluster Client An example of how to connect an Extend or gRPC client to multiple Coherence clusters. ", "title": "Guides" }, { @@ -2372,17 +2277,17 @@ }, { "location": "/plugins/gradle/README", - "text": " In some cases, it may be necessary to expand the type system with the types that are not annotated with the @PortableType annotation, and are not discovered automatically. This is typically the case when some of your portable types have enum values, or existing classes that implement the PortableObject interface explicitly as attributes. You can add those types to the schema by creating a META-INF/schema.xml file and specifying them explicitly. For example, if you assume that the Color class from the earlier code examples: <?xml version=\"1.0\"?> <schema xmlns=\"http://xmlns.oracle.com/coherence/schema\" xmlns:java=\"http://xmlns.oracle.com/coherence/schema/java\" external=\"true\"> <type name=\"Color\"> <java:type name=\"petstore.Color\"/> </type> </schema> In order to use a schema.xml file, you need to set usePofSchemaXml to true . Also, you can customze the location of the schema.xml by setting pofSchemaXmlPath to a value other than META-INF/schema.xml . For example: coherencePof { usePofSchemaXml = true pofSchemaXmlPath = 'META-INF/my-schema.xml' } ", + "text": " In some cases, it may be necessary to expand the type system with the types that are not annotated with the @PortableType annotation, and are not discovered automatically. This is typically the case when some of your portable types have enum values, or existing classes that implement the PortableObject interface explicitly as attributes. You can add those types to the schema by creating a META-INF/schema.xml file and specifying them explicitly. For example, if you assume that the Color class from the earlier code examples: <?xml version=\"1.0\"?> <schema xmlns=\"http://xmlns.oracle.com/coherence/schema\" xmlns:java=\"http://xmlns.oracle.com/coherence/schema/java\" external=\"true\"> <type name=\"Color\"> <java:type name=\"petstore.Color\"/> </type> </schema> In order to use a schema.xml file, you need to set usePofSchemaXml to true . Also, you can customize the location of the schema.xml by setting pofSchemaXmlPath to a value other than META-INF/schema.xml . For example: coherencePof { usePofSchemaXml = true pofSchemaXmlPath = 'META-INF/my-schema.xml' } ", "title": "What about classes without the @PortableType annotation?" }, { "location": "/plugins/gradle/README", - "text": " In order to use the POF Gradle Plugin, you need to declare it as a plugin dependency in your build.gradle file: plugins { id 'java' id 'com.oracle.coherence.ce' } Without any further configuration, the plugin will add a task named coherencePof to your project and you will see the task listed under the task group Coherence when you execute: gradle tasks The coherencePof task will use the output of the compileJava task as input. As such the coherencePof task will depend on the compileJava task. Executing: gradle compileJava will NOT execute the coherencePof task but on the other hand executing: gradle coherencePof will execute the compileJava task first. By default , the coherencePof task will take the build output as input for classes to be instrumented excluding any test classes. The POF Gradle Plugin supports incremental builds . This means that only if Java classes have changed, the coherencePof task will execute (and only for the changed classes). The coherencePof task will also become a dependency to all tasks that depend on the compileJava . Thefore, executing the build or jar task will invoke the coherencePof task in case of class changes. By just adding the plugin using the configuration above, the Coherence Gradle Plugin will discover and instrument all project classes annotated with the @PortableType annotation, excluding test classes. If you do need to instrument test classes, you can add the coherencePof closure and provide additional configuration properties. Custom Configuration The default behavior of the Coherence Gradle Plugin, can be customized using several optional properties. Simply provide a coherencePof closure to your build.gradle script containing any additional configuration properties, e.g.: coherencePof { debug=true } This will instruct Coherence to provide more logging output in regard to the instrumented classes Available Configuration Properties Enable Debugging Set the boolean debug property to true in order to instruct the underlying PortableTypeGenerator to generate debug code in regards the instrumented classes. If not specified, this property defaults to false . Instrumentation of Test Classes Set the boolean instrumentTestClasses property to true in order to instrument test classes. If not specified, this property defaults to false . What about classes without the @PortableType annotation? In some cases, it may be necessary to expand the type system with the types that are not annotated with the @PortableType annotation, and are not discovered automatically. This is typically the case when some of your portable types have enum values, or existing classes that implement the PortableObject interface explicitly as attributes. You can add those types to the schema by creating a META-INF/schema.xml file and specifying them explicitly. For example, if you assume that the Color class from the earlier code examples: <?xml version=\"1.0\"?> <schema xmlns=\"http://xmlns.oracle.com/coherence/schema\" xmlns:java=\"http://xmlns.oracle.com/coherence/schema/java\" external=\"true\"> <type name=\"Color\"> <java:type name=\"petstore.Color\"/> </type> </schema> In order to use a schema.xml file, you need to set usePofSchemaXml to true . Also, you can customze the location of the schema.xml by setting pofSchemaXmlPath to a value other than META-INF/schema.xml . For example: coherencePof { usePofSchemaXml = true pofSchemaXmlPath = 'META-INF/my-schema.xml' } ", + "text": " In order to use the POF Gradle Plugin, you need to declare it as a plugin dependency in your build.gradle file: plugins { id 'java' id 'com.oracle.coherence.ce' } Without any further configuration, the plugin will add a task named coherencePof to your project and you will see the task listed under the task group Coherence when you execute: gradle tasks The coherencePof task is added as a doLast action to the compileJava task. Therefore, executing: gradle compileJava will automatically execute the coherencePof task. By default , the coherencePof task will instrument all Java classes excluding any test classes. The POF Gradle Plugin supports incremental builds . This means that only if Java classes have changed, the coherencePof task will execute. The coherencePof task will also become a dependency to all tasks that depend on the compileJava . Therefore, executing the build or jar task will invoke the coherencePof task in case of class changes. By just adding the plugin using the configuration above, the Coherence Gradle Plugin will discover and instrument all project classes annotated with the @PortableType annotation, excluding test classes. If you do need to instrument test classes, you can add the coherencePof closure and provide additional configuration properties. Custom Configuration The default behavior of the Coherence Gradle Plugin, can be customized using several optional properties. Simply provide a coherencePof closure to your build.gradle script containing any additional configuration properties, e.g.: coherencePof { debug=true } This will instruct Coherence to provide more logging output in regard to the instrumented classes Available Configuration Properties Enable Debugging Set the boolean debug property to true in order to instruct the underlying PortableTypeGenerator to generate debug code in regards the instrumented classes. If not specified, this property defaults to false . Instrumentation of Test Classes Set the boolean instrumentTestClasses property to true in order to instrument test classes. If not specified, this property defaults to false . What about classes without the @PortableType annotation? In some cases, it may be necessary to expand the type system with the types that are not annotated with the @PortableType annotation, and are not discovered automatically. This is typically the case when some of your portable types have enum values, or existing classes that implement the PortableObject interface explicitly as attributes. You can add those types to the schema by creating a META-INF/schema.xml file and specifying them explicitly. For example, if you assume that the Color class from the earlier code examples: <?xml version=\"1.0\"?> <schema xmlns=\"http://xmlns.oracle.com/coherence/schema\" xmlns:java=\"http://xmlns.oracle.com/coherence/schema/java\" external=\"true\"> <type name=\"Color\"> <java:type name=\"petstore.Color\"/> </type> </schema> In order to use a schema.xml file, you need to set usePofSchemaXml to true . Also, you can customize the location of the schema.xml by setting pofSchemaXmlPath to a value other than META-INF/schema.xml . For example: coherencePof { usePofSchemaXml = true pofSchemaXmlPath = 'META-INF/my-schema.xml' } ", "title": "Usage" }, { "location": "/plugins/gradle/README", - "text": " The portable type discovery feature of Coherence depends on the availability of a Jandex index within the modules that provide portable types that need to be registered. Therefore, in order to use POF instrumented classes at compile-time in your Gradle project, you should also add a Jandex Gradle plugin. As Oracle Coherence uses Jandex 2 under the covers, there are 2 options available: https://github.com/vlsi/vlsi-release-plugins https://github.com/kordamp/jandex-gradle-plugin (Only versions < 1.0.0 as recent versions use Jandex 3) plugins { id 'java' id 'com.oracle.coherence.ce' version '23.09-SNAPSHOT' id 'com.github.vlsi.jandex' version '1.86' } plugins { id 'java' id 'com.oracle.coherence.ce' version '23.09-SNAPSHOT' id 'org.kordamp.gradle.jandex' version '0.13.2' } ", + "text": " The portable type discovery feature of Coherence depends on the availability of a Jandex index within the modules that provide portable types that need to be registered. Therefore, in order to use POF instrumented classes at compile-time in your Gradle project, you should also add a Jandex Gradle plugin. As Oracle Coherence uses Jandex 2 under the covers, there are 2 options available: https://github.com/vlsi/vlsi-release-plugins https://github.com/kordamp/jandex-gradle-plugin (Only versions < 1.0.0 as recent versions use Jandex 3) plugins { id 'java' id 'com.oracle.coherence.ce' version '24.03-SNAPSHOT' id 'com.github.vlsi.jandex' version '1.86' } plugins { id 'java' id 'com.oracle.coherence.ce' version '24.03-SNAPSHOT' id 'org.kordamp.gradle.jandex' version '0.13.2' } ", "title": "Jandex Index" }, { @@ -2412,7 +2317,7 @@ }, { "location": "/plugins/gradle/README", - "text": " During development, it is extremely useful to rapidly test the plugin code against separate example projects. For this, we can use Gradle’s composite build feature. Therefore, the Coherence POF Gradle Plugin module itself can be easily integrated into a separate sample project for rapid testing of code changes. From within the sample directory you can execute: gradle clean compileJava --include-build path/to/plugin This will not only build the sample but will also build the plugin and developers can make plugin code changes and see changes rapidly reflected in the execution of the sample module. Alternatively, you can build and install the Coherence Gradle plugin to your local Maven repository using: gradle publishToMavenLocal For projects to pick up the local changes ensure the following configuration: plugins { id 'java' id 'com.oracle.coherence.ce' version '23.09-SNAPSHOT' id 'com.github.vlsi.jandex' version '1.86' } dependencies { …​ implementation 'com.oracle.coherence:coherence:23.09-SNAPSHOT' } repositories { mavenLocal() mavenCentral() } pluginManagement { repositories { mavenLocal() gradlePluginPortal() } } Building using a Proxy Server When building the Coherence Gradle using a proxy server instead of accessing remote repositories directly, you must ensure that the proxy configuration is propagated all the way down to the Gradle integration tests as they use the GradleRunner (Gradle TestKit). Using Gradle directly The easiest way to provide the proxy settings (when building the Coherence Gradle plugin by invoking Gradle directly), is to add the proxy settings to the gradle.properties file: systemProp.http.proxyHost=your-proxy-host.com systemProp.http.proxyPort=80 systemProp.https.proxyHost=your-proxy-host.com systemProp.https.proxyPort=80 systemProp.https.nonProxyHosts=localhost|127.0.0.1 Building the Project using Maven When building the entire Coherence project using Maven, we configure the relevant proxy properties in tools/maven/settings.xml . <properties> <gradle.https.proxyHost>your-proxy-host.com</gradle.https.proxyHost> <gradle.https.proxyPort>80</gradle.https.proxyPort> </properties> In the pom.xml of the Coherence Gradle plugin module, the proxy properties are then populated using the gradleProxy Maven profile which is activated as soon as the property gradle.https.proxyHost is present. The Gradle integration tests are activated once the Maven profile stage1 is explicitly activated, and the build is executed with the Maven phase verify being triggered. ", + "text": " During development, it is extremely useful to rapidly test the plugin code against separate example projects. For this, we can use Gradle’s composite build feature. Therefore, the Coherence POF Gradle Plugin module itself can be easily integrated into a separate sample project for rapid testing of code changes. From within the sample directory you can execute: gradle clean compileJava --include-build path/to/plugin This will not only build the sample but will also build the plugin and developers can make plugin code changes and see changes rapidly reflected in the execution of the sample module. Alternatively, you can build and install the Coherence Gradle plugin to your local Maven repository using: gradle publishToMavenLocal For projects to pick up the local changes ensure the following configuration: plugins { id 'java' id 'com.oracle.coherence.ce' version '24.03-SNAPSHOT' id 'com.github.vlsi.jandex' version '1.86' } dependencies { …​ implementation 'com.oracle.coherence:coherence:24.03-SNAPSHOT' } repositories { mavenLocal() mavenCentral() } pluginManagement { repositories { mavenLocal() gradlePluginPortal() } } Building using a Proxy Server When building the Coherence Gradle using a proxy server instead of accessing remote repositories directly, you must ensure that the proxy configuration is propagated all the way down to the Gradle integration tests as they use the GradleRunner (Gradle TestKit). Using Gradle directly The easiest way to provide the proxy settings (when building the Coherence Gradle plugin by invoking Gradle directly), is to add the proxy settings to the gradle.properties file: systemProp.http.proxyHost=your-proxy-host.com systemProp.http.proxyPort=80 systemProp.https.proxyHost=your-proxy-host.com systemProp.https.proxyPort=80 systemProp.https.nonProxyHosts=localhost|127.0.0.1 Building the Project using Maven When building the entire Coherence project using Maven, we configure the relevant proxy properties in tools/maven/settings.xml . <properties> <gradle.https.proxyHost>your-proxy-host.com</gradle.https.proxyHost> <gradle.https.proxyPort>80</gradle.https.proxyPort> </properties> In the pom.xml of the Coherence Gradle plugin module, the proxy properties are then populated using the gradleProxy Maven profile which is activated as soon as the property gradle.https.proxyHost is present. The Gradle integration tests are activated once the Maven profile stage1 is explicitly activated, and the build is executed with the Maven phase verify being triggered. ", "title": "Development" }, { @@ -3102,7 +3007,7 @@ }, { "location": "/coherence-mp/config/README", - "text": " In order to use Coherence MP Config, you need to declare it as a dependency in your pom.xml : <dependency> <groupId>com.oracle.coherence.ce</groupId> <artifactId>coherence-mp-config</artifactId> <version>23.09.2</version> </dependency> You will also need an implementation of the Eclipse MP Config specification as a dependency. For example, if you are using Helidon , add the following to your pom.xml : <dependency> <groupId>io.helidon.microprofile.config</groupId> <artifactId>helidon-microprofile-config</artifactId> <version>3.2.3</version> </dependency> <!-- optional: add it if you want YAML config file support --> <dependency> <groupId>io.helidon.config</groupId> <artifactId>helidon-config-yaml</artifactId> <version>3.2.3</version> </dependency> ", + "text": " In order to use Coherence MP Config, you need to declare it as a dependency in your pom.xml : <dependency> <groupId>com.oracle.coherence.ce</groupId> <artifactId>coherence-mp-config</artifactId> <version>23.09.2</version> </dependency> You will also need an implementation of the Eclipse MP Config specification as a dependency. For example, if you are using Helidon , add the following to your pom.xml : <dependency> <groupId>io.helidon.microprofile.config</groupId> <artifactId>helidon-microprofile-config</artifactId> <version>3.2.5</version> </dependency> <!-- optional: add it if you want YAML config file support --> <dependency> <groupId>io.helidon.config</groupId> <artifactId>helidon-config-yaml</artifactId> <version>3.2.5</version> </dependency> ", "title": "Usage" }, { diff --git a/23.09.2/docs/pages/coherence-mp/config/README.js b/23.09.2/docs/pages/coherence-mp/config/README.js index 1708721273992..e3a15b9388bba 100644 --- a/23.09.2/docs/pages/coherence-mp/config/README.js +++ b/23.09.2/docs/pages/coherence-mp/config/README.js @@ -30,14 +30,14 @@ lang="xml" > <dependency> <groupId>io.helidon.microprofile.config</groupId> <artifactId>helidon-microprofile-config</artifactId> - <version>3.2.3</version> + <version>3.2.5</version> </dependency> <!-- optional: add it if you want YAML config file support --> <dependency> <groupId>io.helidon.config</groupId> <artifactId>helidon-config-yaml</artifactId> - <version>3.2.3</version> + <version>3.2.5</version> </dependency> diff --git a/23.09.2/docs/pages/examples/README.js b/23.09.2/docs/pages/examples/README.js index a89ebb69fd9d9..45f030c54dbea 100644 --- a/23.09.2/docs/pages/examples/README.js +++ b/23.09.2/docs/pages/examples/README.js @@ -320,7 +320,7 @@ bootstrap a Coherence instance.

    -