MCPcopy Index your code

hub / github.com/oracle/coherence / types & classes

Types & classes10,274 in github.com/oracle/coherence

Class
prj/test/unit/coherence-core-tests/src/test/resources/scripts/js/functions.mjs:8
Class
prj/test/unit/coherence-core-tests/src/test/resources/scripts/js/functions.mjs:14
Class
prj/test/functional/graal/src/main/resources/scripts/js/extractors.mjs:9
Class
prj/test/functional/graal/src/main/resources/scripts/js/extractors.mjs:9
Class
prj/test/functional/graal/src/main/resources/scripts/js/processors.mjs:19
Class
prj/test/functional/graal/src/main/resources/scripts/js/processors.mjs:19
Class
prj/test/functional/graal/src/main/resources/scripts/js/filters.mjs:9
Class
prj/test/functional/graal/src/main/resources/scripts/js/filters.mjs:9
Class
prj/test/functional/graal/src/main/resources/scripts/js/aggregators.mjs:9
Class
prj/test/functional/graal/src/main/resources/scripts/js/aggregators.mjs:9
Class
prj/test/functional/graal/src/main/js/extractors.mjs:7
Class
prj/test/functional/graal/src/main/js/extractors.mjs:13
Class
prj/test/functional/graal/src/main/js/processors.mjs:10
Class
prj/test/functional/graal/src/main/js/processors.mjs:25
Class
prj/test/functional/graal/src/main/js/aggregators.mjs:7
Class
prj/test/functional/graal/src/main/js/aggregators.mjs:32
Class
prj/test/functional/graal/src/main/js/aggregators.mjs:71
Class
prj/test/functional/graal/src/main/js/filters.js:7
Class
prj/coherence-docker/src/test/resources/scripts/js/processors.mjs:7
ClassA
prj/coherence-json/src/test/java/com/oracle/coherence/io/json/genson/JsonSerDeserSymetricTest.java:393
ClassA
prj/coherence-json/src/test/java/com/oracle/coherence/io/json/genson/convert/FactoryTest.java:126
ClassABean
prj/coherence-json/src/test/java/com/oracle/coherence/io/json/genson/functional/ContextualFactoryFeatureTest.java:102
ClassAPerson
prj/test/functional/extractor/src/main/java/extractor/ConditionalExtractorTests.java:557
ClassASMCreatorParameterNameResolver
This class uses ASM library to resolve method and constructor parameter names from debug symbols generated during compilation. Most libraries are comp
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/ASMCreatorParameterNameResolver.java:55
ClassAaload
The AALOAD simple op pushes a reference element from an array onto the stack. <p><code><pre> JASM op : AALOAD (0x32) JVM byte code(s): AALOA
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Aaload.java:29
ClassAastore
The AASTORE simple op stores a reference array element. <p><code><pre> JASM op : AASTORE (0x53) JVM byte code(s): AASTORE (0x53) Details
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Aastore.java:28
ClassAbandon
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/NameService.java:1958
ClassAbandon
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:4634
ClassAbandon
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:2730
ClassAbstractAcceptorDependencies
The AbstractAcceptorDependencies class provides an abstract implementation of AcceptorDependencies. @author pfm 2011.06.27 @since Coherence 12.1.2
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/acceptor/AbstractAcceptorDependencies.java:26
ClassAbstractAddressProviderNameResolver
A custom gRPC {@link NameResolver}.
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/AbstractGrpcChannelFactory.java:180
ClassAbstractAggregator
Abstract base class implementation of {@link InvocableMap.EntryAggregator} that supports streaming aggregation. @param <K> the type of the Map entry
prj/coherence-core/src/main/java/com/tangosol/util/aggregator/AbstractAggregator.java:47
ClassAbstractAnnotationsAttribute
Represents a Java Virtual Machine annotations attribute ("RuntimeVisibleAnnotations", "RuntimeInvisibleAnnotations", "RuntimeVisibleTypeAnnotations",
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/AbstractAnnotationsAttribute.java:51
ClassAbstractArchiverPersistenceTests
Functional tests for snapshot archiving and retrieval. These tests test the individual SnapshotArchivers by calling them directly rather than via JMX
prj/test/functional/persistence/src/main/java/persistence/AbstractArchiverPersistenceTests.java:60
ClassAbstractAsyncEntryAggregatorTests
A collection of functional tests for the various async {@link InvocableMap.EntryAggregator} implementations. <p> Additionally, this test performs othe
prj/test/functional/aggregator/src/main/java/aggregator/async/AbstractAsyncEntryAggregatorTests.java:61
ClassAbstractAsyncRepository
Abstract base class for asynchronous Coherence <a href="https://martinfowler.com/eaaCatalog/repository.html">repository</a> implementations. @param <
prj/coherence-core/src/main/java/com/oracle/coherence/repository/AbstractAsyncRepository.java:63
ClassAbstractAsyncRepositoryTests
Integration tests for {@link AbstractAsyncRepository}. @since 21.06
prj/test/functional/repository/src/main/java/repository/AbstractAsyncRepositoryTests.java:78
ClassAbstractAsynchronousAggregator
Abstract base class for asynchronous entry aggregators. @param <K> the type of the Map entry keys @param <V> the type of the Map entry values @param
prj/coherence-core/src/main/java/com/tangosol/util/aggregator/AbstractAsynchronousAggregator.java:35
ClassAbstractAsynchronousProcessor
Abstract base class for asynchronous entry processors. @param <K> the type of the Map entry key @param <V> the type of the Map entry value @param <
prj/coherence-core/src/main/java/com/tangosol/util/processor/AbstractAsynchronousProcessor.java:32
ClassAbstractAtomicProducer
Abstract base class for CDI producers of atomic values. @author Aleks Seovic 2020.12.07 @since 21.12
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/atomic/internal/cdi/AbstractAtomicProducer.java:22
ClassAbstractAuditingInterceptor
Common class for {@link Interceptor}s to extend. @author Tim Middleton 2022.05.04
prj/examples/guides/142-server-events/src/test/java/com/oracle/coherence/guides/serverevents/interceptors/AbstractAuditingInterceptor.java:24
ClassAbstractBackingMapManager
Abstract base of the BackingMapManager implementations. @author gg 2002.09.21 @since Coherence 2.0
prj/coherence-core/src/main/java/com/tangosol/net/AbstractBackingMapManager.java:23
ClassAbstractBeanDescriptorProvider
Abstract implementation of {@link BeanDescriptorProvider} applying the template pattern. <p/> If you wonder how to implement the different abstract me
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/AbstractBeanDescriptorProvider.java:45
ClassAbstractBenchmarkState
prj/test/performance/benchmarks/src/main/java/com/tangosol/coherence/performance/benchmarks/persistence/PersistenceStoreBenchmark.java:211
ClassAbstractBigDecimalAggregator
Abstract aggregator that processes {@link Number} values extracted from a set of entries in a Map and returns a result in a form of a {@link java.math
prj/coherence-core/src/main/java/com/tangosol/util/aggregator/AbstractBigDecimalAggregator.java:35
ClassAbstractBinaryEntryBundler
An abstract BinaryEntry-based bundler that serves as a base for BinaryEntryStore operation bundling. @author tb 2011.01.06 @since Coherence 3.7
prj/coherence-core/src/main/java/com/tangosol/net/cache/AbstractBinaryEntryBundler.java:26
ClassAbstractBinaryJdbcPreloadTask
prj/examples/guides/195-bulk-loading-caches/src/main/java/com/oracle/coherence/guides/preload/loaders/AbstractBinaryJdbcPreloadTask.java:27
ClassAbstractBinaryStore
Abstract implementation of the BinaryStore interface. @author cp 2003.05.30
prj/coherence-core/src/main/java/com/tangosol/io/AbstractBinaryStore.java:24
ClassAbstractBufferInput
This is an implementation of the BufferInput interface that delegates its work back to its ReadBuffer. <p> This implementation extends InputStream, bu
prj/coherence-core/src/main/java/com/tangosol/io/AbstractReadBuffer.java:231
ClassAbstractBufferManager
Provides a basic implementation of ByteBufferManager. @author cp 2002.09.19 @since Coherence 2.2
prj/coherence-core/src/main/java/com/tangosol/io/nio/AbstractBufferManager.java:23
ClassAbstractBufferManager
AbstractBufferManager provides a skeletal implementation of the BufferManager interface. @author mf 2010.12.03
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/io/AbstractBufferManager.java:21
ClassAbstractBufferOutput
AbstractBufferOutput is a concrete implementation of BufferOutput for the non-concrete AbstractWriteBuffer implementation. @author cp 2005.03.24
prj/coherence-core/src/main/java/com/tangosol/io/AbstractWriteBuffer.java:486
ClassAbstractBundler
An abstract base for processors that implement bundling strategy. <p> Assume that we receive a continuous and concurrent stream of individual operatio
prj/coherence-core/src/main/java/com/tangosol/net/cache/AbstractBundler.java:58
ClassAbstractByteArrayReadBuffer
The AbstractByteArrayReadBuffer abstract class is intended to serve as a base class for the following: <ol> <li>the pre-existing Binary class</li> <li
prj/coherence-core/src/main/java/com/tangosol/io/AbstractByteArrayReadBuffer.java:38
ClassAbstractByteSequence
A simple base class for ByteSequence implementations. @author cp 2010-06-29 @since Coherence 3.7
prj/coherence-core/src/main/java/com/tangosol/util/AbstractByteSequence.java:17
ClassAbstractCESClusterPerTests
Abstract class providing tests that require a new cluster for each test. @author rl 7.29.2009 @since 21.12
prj/test/functional/executor/src/main/java/executor/AbstractCESClusterPerTests.java:24
ClassAbstractCESSingleClusterTests
Abstract class providing tests that may share a single test cluster. @author rl 7.29.2009 @since 21.12
prj/test/functional/executor/src/main/java/executor/AbstractCESSingleClusterTests.java:26
ClassAbstractCacheInterceptor
Abstract base class for caching CDI interceptors.
prj/coherence-cdi/src/main/java/com/oracle/coherence/cdi/AbstractCacheInterceptor.java:17
ClassAbstractCacheLoader
An abstract base class for the JCache CacheLoader. @author cp 2003.05.29
prj/coherence-core/src/main/java/com/tangosol/net/cache/AbstractCacheLoader.java:19
ClassAbstractCacheOperationsTracingIT
Base class for cache operation+tracing. @author rl 2019 @since 14.1.1.0
prj/test/functional/tracing/common/src/main/java/tracing/AbstractCacheOperationsTracingIT.java:30
ClassAbstractCacheStore
An abstract base class for the JCache CacheLoader. @author cp 2003.05.29 @author jh 2005.09.01
prj/coherence-core/src/main/java/com/tangosol/net/cache/AbstractCacheStore.java:17
ClassAbstractCacheStoreTest
Base functionality for cache stores tests. @author Tim Middleton 2020.02.17
prj/examples/guides/190-cache-stores/src/test/java/com/oracle/coherence/guides/cachestores/AbstractCacheStoreTest.java:22
ClassAbstractCachingScheme
An {@link AbstractCachingScheme} is a base implementation for an {@link CachingScheme}. @author pfm 2011.12.28 @since Coherence 12.1.2
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/AbstractCachingScheme.java:41
ClassAbstractCanonicalProperty
An abstract base class for canonical (not platform specific) property extension implementations. @author as 2013.08.30
prj/coherence-core/src/main/java/com/oracle/coherence/common/schema/AbstractCanonicalProperty.java:16
ClassAbstractCanonicalType
An abstract base class for canonical (not platform specific) type extension implementations. @author as 2013.08.30
prj/coherence-core/src/main/java/com/oracle/coherence/common/schema/AbstractCanonicalType.java:16
ClassAbstractCertificateLoader
A base class for {@link CertificateLoader} implementations. @author Jonathan Knight 2020.01.25 @since 22.06
prj/coherence-core/src/main/java/com/tangosol/net/ssl/AbstractCertificateLoader.java:27
ClassAbstractClassSchemeProcessorTest
Base class for testing {@code class-scheme} based configuration processors. @author rlubke @since 12.2.1.4
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/config/xml/processor/AbstractClassSchemeProcessorTest.java:37
ClassAbstractClusteredExecutorServiceTests
Integration Tests for the {@link ClusteredExecutorService}. @author bo @author lh @since 21.12
prj/test/functional/executor/src/main/java/executor/AbstractClusteredExecutorServiceTests.java:127
ClassAbstractClusteredRemoteCountDownLatchIT
Test distributed countdown latch across multiple cluster members. <p> This class must be Serializable so that its methods can be used as remote callab
prj/test/functional/concurrent/src/main/java/concurrent/AbstractClusteredRemoteCountDownLatchIT.java:61
ClassAbstractClusteredRemoteLockExtendIT
Test distributed locks across Extend clients. <p> This class must be Serializable so that its methods can be used as remote callables by Bedrock.
prj/test/functional/concurrent/src/main/java/concurrent/locks/AbstractClusteredRemoteLockExtendIT.java:48
ClassAbstractClusteredRemoteLockExtendProxyIT
Test distributed locks across Extend clients. <p> This class must be Serializable so that its methods can be used as remote callables by Bedrock.
prj/test/functional/concurrent/src/main/java/concurrent/locks/AbstractClusteredRemoteLockExtendProxyIT.java:47
ClassAbstractClusteredRemoteLockIT
Test distributed locks across multiple cluster members. <p> This class must be Serializable so that its methods can be used as remote callables by Bed
prj/test/functional/concurrent/src/main/java/concurrent/locks/AbstractClusteredRemoteLockIT.java:53
ClassAbstractClusteredRemoteReadWriteLockExtendIT
prj/test/functional/concurrent/src/main/java/concurrent/locks/AbstractClusteredRemoteReadWriteLockExtendIT.java:44
ClassAbstractClusteredRemoteReadWriteLockExtendProxyIT
prj/test/functional/concurrent/src/main/java/concurrent/locks/AbstractClusteredRemoteReadWriteLockExtendProxyIT.java:38
ClassAbstractClusteredRemoteReadWriteLockIT
Test distributed read/write locks across multiple cluster members. <p> This class must be Serializable so that its methods can be used as remote calla
prj/test/functional/concurrent/src/main/java/concurrent/locks/AbstractClusteredRemoteReadWriteLockIT.java:55
ClassAbstractClusteredRemoteSemaphoreExtendIT
Test distributed semaphores across multiple cluster members. <p> This class must be Serializable so that its methods can be used as remote callables b
prj/test/functional/concurrent/src/main/java/concurrent/AbstractClusteredRemoteSemaphoreExtendIT.java:42
ClassAbstractClusteredRemoteSemaphoreExtendProxyIT
Test distributed semaphores across multiple cluster members. <p> This class must be Serializable so that its methods can be used as remote callables b
prj/test/functional/concurrent/src/main/java/concurrent/AbstractClusteredRemoteSemaphoreExtendProxyIT.java:41
ClassAbstractClusteredRemoteSemaphoreIT
Test distributed semaphores across multiple cluster members. <p> This class must be Serializable so that its methods can be used as remote callables b
prj/test/functional/concurrent/src/main/java/concurrent/AbstractClusteredRemoteSemaphoreIT.java:47
ClassAbstractCodec
Abstract {@link Codec} implementations that encodes objects by simply delegating to {@link PofWriter#writeObject(int, Object)}. Generally the default
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/Codecs.java:111
ClassAbstractCohQLPersistenceTests
Functional tests for CohQL persistence commands. @author tam 2014.09.12
prj/test/functional/persistence/src/main/java/persistence/AbstractCohQLPersistenceTests.java:77
ClassAbstractCoherenceBasedCache
The base implementation of a {@link CoherenceBasedCache}. @param <K> the type of the {@link javax.cache.Cache} keys @param <V> the type of the {@link
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/AbstractCoherenceBasedCache.java:30
ClassAbstractCoherenceBasedCompleteConfiguration
A base implementation of a {@link CoherenceBasedCompleteConfiguration}. @author bo 2013.11.12 @since Coherence 12.1.3 @param <K> the type of the k
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/AbstractCoherenceBasedCompleteConfiguration.java:47
ClassAbstractCoherenceBuilder
A base class for {@link CoherenceBuilder} implementations. @author Jonathan Knight 2022.06.25 @since 22.06
prj/coherence-bedrock/coherence-bedrock-testing-support/src/main/java/com/oracle/bedrock/junit/AbstractCoherenceBuilder.java:50
ClassAbstractCoherenceCacheServerTest
prj/coherence-bedrock/coherence-bedrock-tests-junit5/src/test/java/com/oracle/bedrock/runtime/coherence/AbstractCoherenceCacheServerTest.java:62
ClassAbstractCoherenceCacheTests
Common Cache Tests. Extend this class to configure setup routines to run in different modes. @author jfialli @see CoherenceBasedCacheTests @
prj/test/functional/jcache/src/main/java/com/tangosol/coherence/jcachetesting/AbstractCoherenceCacheTests.java:99
ClassAbstractCoherenceClusterBuilderTest
prj/coherence-bedrock/coherence-bedrock-tests-junit5/src/test/java/com/oracle/bedrock/runtime/coherence/AbstractCoherenceClusterBuilderTest.java:46
ClassAbstractCoherenceClusterMember
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/AbstractCoherenceClusterMember.java:30
ClassAbstractCoherenceQueryWalker
AbstractCoherenceTermWalker is a visitor class that provides a framework for walking Term Trees by providing classification methods based on the Abstr
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/AbstractCoherenceQueryWalker.java:59
ClassAbstractCoherenceQueryWalkerTest
@author jk 2013.12.04
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/dslquery/internal/AbstractCoherenceQueryWalkerTest.java:46
ClassAbstractCoherenceTaskRegistrationAction
Contains common task configuration logic. @author Gunnar Hillert 2023.10.05 @since 23.09.1 @see CoherenceTaskRegistrationAction @see CoherenceTestTa
prj/plugins/gradle/src/main/java/com/oracle/coherence/gradle/AbstractCoherenceTaskRegistrationAction.java:23
ClassAbstractCollectable
A base implementation of a {@link Task.Collectable} and {@link Task.Completable}. @param <T> the type of the {@link Task} @param <R> the type of th
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/AbstractCollectable.java:23
ClassAbstractCollectionListener
prj/coherence-core/src/main/java/com/tangosol/util/AbstractCollectionListener.java:10
ClassAbstractCollectionTests
prj/test/functional/queues/src/main/java/queues/AbstractCollectionTests.java:51
ClassAbstractCollector
An abstract {@link Task.Collector}. @param <T> the type of input elements to the reduction operation @param <R> the result type of the reduction op
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/AbstractCollector.java:30
ClassAbstractComparableAggregator
Abstract aggregator that processes values extracted from a set of entries in a Map, with knowledge of how to compare those values. There are two way t
prj/coherence-core/src/main/java/com/tangosol/util/aggregator/AbstractComparableAggregator.java:43
ClassAbstractCompositeExtractor
Abstract super class for ValueExtractor implementations that are based on an underlying array of ValueExtractor objects. @author gg 2006.02.08 @since
prj/coherence-core/src/main/java/com/tangosol/util/extractor/AbstractCompositeExtractor.java:35
ClassAbstractCompositeScheme
The {@link AbstractCompositeScheme} manages a scheme that is used to build a composite cache consisting of a front map and a back cache/map. @author
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/AbstractCompositeScheme.java:20
ClassAbstractConfig
Base class for configuration objects used in Coherence RAG. <p/> Supports copying readable properties to target objects via reflection. Handles both J
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/config/AbstractConfig.java:34
ClassAbstractConfigurationPersistenceTests
Functional persistence configuration tests. @author jh 2014.02.14
prj/test/functional/persistence/src/main/java/persistence/AbstractConfigurationPersistenceTests.java:59
ClassAbstractContainer
AbstractContainer provides container non-specific implementations of the functionality exposed via {@link Container}. Typically this can be achieved b
prj/test/distribution/osgi/src/test/java/com/tangosol/coherence/osgi/AbstractContainer.java:55
next →1–100 of 10,274, ranked by callers