MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 3 callersMethodgetBuffer
{@inheritDoc}
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/TripleBufferSequence.java:82
↓ 3 callersMethodgetBufferPosition
Return the position of the ByteBuffer at a given index. @param iBuffer the zero based offset into the sequence @return the buffer position @throws
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/BufferSequence.java:97
↓ 3 callersMethodgetBufferSize
Get the default size of buffers in this pool. Note that the actual size of buffers may be larger, since each generation's size is incrementally larger
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/io/SegmentedBufferManager.java:656
↓ 3 callersMethodgetBufferType
Getter for property BufferType.<p> The type of newly allocated ByteBuffer objects. Must be one of: TYPE_DIRECT TYPE_HEAP
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/TcpAcceptor.java:1699
↓ 3 callersMethodgetBufferedAppendThreshold
Return the maximum aligned entry size that should use the buffered single-write append path. @return buffered append threshold in bytes
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournalConfig.java:350
↓ 3 callersMethodgetBuildFolder
()
prj/test/performance/psr/src/test/java/com/tangosol/coherence/performance/PsrPerformanceEnvironment.java:604
↓ 3 callersMethodgetBuilderRegistry
The registry for all builders associated with the cluster. A builder can be looked up via the class it produces and a name for the builder using {@lin
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:524
↓ 3 callersMethodgetBundleManager
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/CacheStoreScheme.java:141
↓ 3 callersMethodgetBundleSize
Obtain this bundle size. The return value should be expressed in the same units as the value returned by the {@link AbstractBundler#getSizeThreshold g
prj/coherence-core/src/main/java/com/tangosol/net/cache/AbstractBundler.java:544
↓ 3 callersMethodgetByteArray
Return the <tt>byte[]</tt> which this PofValue represents. @return the <tt>byte[]</tt> value
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/PofValue.java:226
↓ 3 callersMethodgetByteMask
Getter for property ByteMask.<p> A 32-bit integer value between 1 and 128 inclusive, with only one bit set. When bitanded with the byte value from Byt
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:1088
↓ 3 callersMethodgetCache
()
prj/test/functional/near/src/main/java/near/NearCacheTests.java:847
↓ 3 callersMethodgetCacheConfig
Return the cache configuration under test.
prj/test/functional/quorum/src/main/java/quorum/QuorumTests.java:2300
↓ 3 callersMethodgetCacheConfigPath
{@inheritDoc}
prj/test/functional/persistence/src/main/java/persistence/AbstractCohQLPersistenceTests.java:591
↓ 3 callersMethodgetCacheConfigPath
{@inheritDoc}
prj/test/functional/persistence/src/main/java/persistence/SimpleRecoveryDynamicQuorumTests.java:257
↓ 3 callersMethodgetCacheConfigPath
Return the resource name or file path of the cache configuration file used by this test class. @return the resource name or file path of the cache co
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestInfrastructure.java:1625
↓ 3 callersMethodgetCacheFormat
Returns the serializer format name for the specified {@link Service}'s serializer. @param service the {@link Service} to obtain the serializer forma
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/RequestHolder.java:376
↓ 3 callersMethodgetCacheHits
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/net/partition/PartitionSplittingBackingMap.java:1216
↓ 3 callersMethodgetCacheHits
()
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/JCacheStatistics.java:140
↓ 3 callersMethodgetCacheHitsMillis
get time elapsed in milliseconds performing operations resulting in a hit @return duration of operations that resulted in cache entry hit
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/JCacheStatistics.java:112
↓ 3 callersMethodgetCacheId
Getter for property CacheId.<p> The corresponding cache id.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/MapEventMessage.java:468
↓ 3 callersMethodgetCacheId
Getter for property CacheId.<p> The Id of the cache this request is for.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/requestMessage/DistributedCacheRequest.java:297
↓ 3 callersMethodgetCacheInternal
Lookup JCache Adapter <code>sName</code>in current {@link CacheManager} context. @param sName JCache Adapter map name @param fTypeCheck true iff the
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/CoherenceBasedCacheManager.java:524
↓ 3 callersMethodgetCacheKey
Obtains the {@link NamedCache} key to use for the {@link ClusteredAssignment}. @return the {@link NamedCache} key for this assignment
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/ClusteredAssignment.java:211
↓ 3 callersMethodgetCacheLoader
Get cacheLoader for current JCache context for cache that this store is associated with. @param binEntry context to lookup expiry policy @return th
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/partitionedcache/PartitionedCacheBinaryEntryStore.java:373
↓ 3 callersMethodgetCacheManagerURI
Get the JCache CacheManager URI, a unique identifier for the JCache CacheManager @return {@link javax.cache.CacheManager} URI context
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/JCacheIdentifier.java:100
↓ 3 callersMethodgetCacheMisses
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/net/partition/PartitionSplittingBackingMap.java:1242
↓ 3 callersMethodgetCacheMisses
()
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/JCacheStatistics.java:146
↓ 3 callersMethodgetCacheMissesMillis
get time elapsed in milliseconds performing operations resulting in a miss @return duration of operations that resulted in cache entry miss
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/JCacheStatistics.java:119
↓ 3 callersMethodgetCacheName
Obtain the cache name. @return the cache name
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:4363
↓ 3 callersMethodgetCacheName
Getter for property CacheName.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/LocalCache.java:1340
↓ 3 callersMethodgetCacheName
Getter for property CacheName.<p> The cache name for the Storage component this manager is associated with. We could not use the getStorage().getCache
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:11727
↓ 3 callersMethodgetCacheName
Getter for property CacheName.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/ViewMap.java:1187
↓ 3 callersMethodgetCachePrunesMillis
Determine the total number of milliseconds (since the last statistics reset) spent on cache pruning. <p> For the LocalCache implementation, this refer
prj/coherence-core/src/main/java/com/tangosol/net/cache/CacheStatistics.java:161
↓ 3 callersMethodgetCachePutsMillis
get time elapsed in milliseconds performing operations resulting in a put @return duration of operations that resulted in cache entry put
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/JCacheStatistics.java:126
↓ 3 callersMethodgetCacheRemoveMillis
get time elapsed in milliseconds performing operations resulting in a remove @return duration of operations that resulted in cache entry remove
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/JCacheStatistics.java:133
↓ 3 callersMethodgetCacheSize
(NamedCacheServiceGrpc.NamedCacheServiceStub client, String sCacheName)
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/version_0/GrpcProxyRestartIT.java:111
↓ 3 callersMethodgetCacheStatistics
Obtain the CacheStatistics for this cache. @return a CacheStatistics object
prj/coherence-core/src/main/java/com/tangosol/net/cache/CachingMap.java:304
↓ 3 callersMethodgetCacheStatistics
Returns the CacheStatistics for this cache. @return a CacheStatistics object
prj/coherence-core/src/main/java/com/tangosol/net/cache/LocalCache.java:1551
↓ 3 callersMethodgetCacheStoreScheme
Return the {@link CacheStoreScheme} used to create a CacheStore or CacheLoader. @return the builder
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/ReadWriteBackingMapScheme.java:236
↓ 3 callersMethodgetCacheStoreTimeout
Return the timeout interval to use for CacheStore read and write operations. If a CacheStore operation times out, the executing thread is interrupted
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/ReadWriteBackingMapScheme.java:263
↓ 3 callersMethodgetCachedOrPending
Get a value from the internal cache in a way that respects a potentially pending write-behind operation. @param oKey the key @return the correspon
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:1737
↓ 3 callersMethodgetCalibratedLowUnits
Determine the low units adjusted based on the {@link #getPartitionUnitFactor partition unit factor}. @return the number of units adjusted by partitio
prj/coherence-core/src/main/java/com/tangosol/net/partition/ObservableSplittingBackingCache.java:814
↓ 3 callersMethodgetCallbackHandler
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/security/DefaultStandardDependencies.java:79
↓ 3 callersMethodgetCanonicalName
()
prj/coherence-core/src/main/java/com/tangosol/internal/util/invoke/lambda/AbstractRemotableLambda.java:61
↓ 3 callersMethodgetCanonicalName
()
prj/coherence-core/src/main/java/com/tangosol/util/extractor/ReflectionExtractor.java:147
↓ 3 callersMethodgetCanonicalName
()
prj/coherence-core/src/main/java/com/tangosol/util/extractor/AbstractExtractor.java:75
↓ 3 callersMethodgetCapacity
Get the capacity of the current ByteBuffer. This is the same as <code>getBuffer().capacity()</code>. @return the capacity of the current ByteBuffer
prj/coherence-core/src/main/java/com/tangosol/io/nio/AbstractBufferManager.java:80
↓ 3 callersMethodgetCapacity
Getter for property Capacity.<p> The maximum size the Pool can grow to. If less than or equal to zero the Pool size is unlimited.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/pool/simplePool/GrowablePool.java:133
↓ 3 callersMethodgetCategory
Determines the category that a token belongs to. Java has five token categories, which are defined in this abstract class. @return the category of t
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlToken.java:95
↓ 3 callersMethodgetChangedBinaryValue
Return the Binary value changed by the BinaryEntryStore. @return the changed Binary value, or null if the entry was removed
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:3755
↓ 3 callersMethodgetChannel
Getter for property Channel.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteNamedTopic.java:222
↓ 3 callersMethodgetChannelAllocations
Getter for property ChannelAllocations.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java:5166
↓ 3 callersMethodgetChannelHead
Obtain the current head of a channel as currently known by the local state of ths subscriber. @param nChannel the channel to obtain the head for @r
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/SubscriberConnector.java:497
↓ 3 callersMethodgetChannelId
Getter for property ChannelId.<p> The unique identifier of the Channel to accept. This Channel identifier must have been previously returned in a Resp
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Peer.java:4092
↓ 3 callersMethodgetChannelId
Getter for property ChannelId.<p> The identifier of the Channel that was closed.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Peer.java:6030
↓ 3 callersMethodgetChannelStatistics
Return the {@link PagedTopicChannelStatistics statistics for a channel}. @param nChannel the channel to obtain the statistics for @return the {@lin
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/statistics/PagedTopicStatistics.java:67
↓ 3 callersMethodgetChannelStatistics
Return the {@link SubscriberGroupChannelStatistics statistics} for a channel. @param nChannel the channel to get statistics for @return the {@link
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/statistics/SubscriberGroupStatistics.java:51
↓ 3 callersMethodgetChannels
()
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicSubscriber.java:457
↓ 3 callersMethodgetChar
Return the <tt>char</tt> which this PofValue represents. @return the <tt>char</tt> value
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/PofValue.java:177
↓ 3 callersMethodgetCharBuf
Obtain a temp buffer used to avoid allocations when building Strings from UTF binary data. @param cchMax the length that the String will not exceed
prj/coherence-core/src/main/java/com/tangosol/io/AbstractReadBuffer.java:761
↓ 3 callersMethodgetCharBuf
Obtain a temp buffer used to avoid allocations from {@link String#toCharArray()} and repeated calls to {@link String#charAt(int)}. @return a char buf
prj/coherence-core/src/main/java/com/tangosol/io/AbstractWriteBuffer.java:975
↓ 3 callersMethodgetCheckpointBytes
Return checkpoint bytes loaded. @return checkpoint bytes loaded
prj/coherence-core/src/main/java/com/tangosol/io/journal2/JournalRecovery.java:1247
↓ 3 callersMethodgetCheckpointLoadNanos
Return checkpoint-load time. @return checkpoint-load time
prj/coherence-core/src/main/java/com/tangosol/io/journal2/JournalRecovery.java:1257
↓ 3 callersMethodgetChildren
Returns the children of this node. @return the children of this node. If this node has no children, this returns an empty {@code List}
prj/test/functional/tracing/opentelemetry/core/src/main/java/opentelemetry/core/TestingUtils.java:487
↓ 3 callersMethodgetChunks
Retrieves all chunks for a specific document. <p/> This helper method fetches all document chunks belonging to the specified document ID from the chun
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/Store.java:948
↓ 3 callersMethodgetCity
()
prj/coherence-testing-data/src/main/java/data/pof/Address.java:39
↓ 3 callersMethodgetCity
Return the city name. @return the city name
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/ComplexTestValue.java:108
↓ 3 callersMethodgetCity
Return the city name. @return the city name
prj/examples/tutorials/210-archiver/src/main/java/com/oracle/coherence/tutorials/archiver/pof/Address.java:107
↓ 3 callersMethodgetClassArray
Calculate the class array based on the parameter array. @param aoParam the parameter array @return the class array based on the parameter array
prj/coherence-core/src/main/java/com/tangosol/util/ClassHelper.java:527
↓ 3 callersMethodgetClassBytes
Obtain the byte code for the current class in {@link #m_classNode}. @return the byte code for the current class in {@link #m_classNode}
prj/coherence-core/src/main/java/com/tangosol/io/pof/generator/PortableTypeGenerator.java:293
↓ 3 callersMethodgetClassConstant
Determine the class constant for this class. @return this class's class constant
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/ClassFile.java:1093
↓ 3 callersMethodgetClassConstant
Get the class constant for the data type. Sometimes the class constant is the same as the JVM signature and sometimes it is the same as the class nam
prj/coherence-core/src/main/java/com/tangosol/dev/component/DataType.java:579
↓ 3 callersMethodgetClassFile
Return the {@link ClassFile} this ConstantPool is associated to or null if this pool has become detached from a ClassFile. @return the ClassFile this
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/ConstantPool.java:334
↓ 3 callersMethodgetClassLoader
()
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/CoherenceBasedCacheManager.java:213
↓ 3 callersMethodgetClassLoader
Getter for property ClassLoader.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/ViewMap.java:1206
↓ 3 callersMethodgetClassName
Return the Java class modelled by this PackagerDependencyClassElement.
prj/coherence-core/src/main/java/com/tangosol/dev/packager/PackagerDependencyClassElement.java:175
↓ 3 callersMethodgetClassName
Return the simple (unqualified) class name of this AbstractTestStore. @return the simple (unqualified) class name
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestStore.java:178
↓ 3 callersMethodgetClassOf
Obtains the concrete type of an option. @param option the option @return the concrete {@link Class} that directly extends / implements the
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/Options.java:325
↓ 3 callersMethodgetClassesDirectory
Sets the project's main classes directory. This is the main input directory.
prj/plugins/gradle/src/main/java/com/oracle/coherence/gradle/CoherenceTask.java:141
↓ 3 callersMethodgetClientId
Getter for property ClientId.<p> The unique identifier (UUID) of the client that sent this Request.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Peer.java:8254
↓ 3 callersMethodgetCluster
Get the running Cluster for this node. @return the running Cluster for this node
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/NameService.java:459
↓ 3 callersMethodgetClusterActionPolicyBuilder
Obtain the action policy builder used by the cluster to control cluster membership actions. @return the cluster action policy builder
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:63
↓ 3 callersMethodgetClusterHostNames
()
prj/test/performance/psr/src/test/java/com/tangosol/coherence/performance/PsrRemoteEnvironment.java:316
↓ 3 callersMethodgetClusterName
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultMemberIdentity.java:79
↓ 3 callersMethodgetClusterNameBuffer
Getter for property ClusterNameBuffer.<p> This cluster's name length encoded into a ByteBuffer. This field is only set for outbound packets. The Pac
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/packet/messagePacket/Broadcast.java:245
↓ 3 callersMethodgetClusterSize
Obtains the current number of {@link CoherenceClusterMember}s in the underlying {@link CoherenceCluster} by asking a {@link CoherenceClusterMember}.
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/CoherenceCluster.java:107
↓ 3 callersMethodgetClusterTags
(boolean fGlobal)
prj/test/functional/core/src/main/java/com/tangosol/internal/metrics/MetricsSupportTests.java:956
↓ 3 callersMethodgetClusterTime
Returns the cluster time (see {@link com.tangosol.net.Cluster#getTimeMillis()}). @return the cluster time.
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicPartition.java:628
↓ 3 callersMethodgetCode
Get the code attribute. @return the code attribute, creating one if necessary
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Method.java:1047
↓ 3 callersMethodgetCollectionCount
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/LocalCacheTest.java:371
↓ 3 callersMethodgetCollectionTime
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/LocalCacheTest.java:376
↓ 3 callersMethodgetColumnQueue
Return the LinkedQueue representing the "column" of this LinkedNode. @return the LinkedQueue representing the "column" of this LinkedNode
prj/coherence-core/src/main/java/com/tangosol/internal/util/QueueFabric.java:258
↓ 3 callersMethodgetCommandHistory
Getter for property CommandHistory.<p> History of recently executed commands
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:3738
↓ 3 callersMethodgetCommonMonitor
Return the common monitor associated with the specified integer value. @param i the common monitor identifier @return the associated monitor
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/CommonMonitor.java:103
↓ 3 callersMethodgetCompactionCandidates
Return compaction candidates. @param dflMinLoadFactor minimum load-factor threshold @return candidate files
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournal.java:955
↓ 3 callersMethodgetCompactionProgressSummary
Return a short, human-readable summary of current journal compaction state. <p> The exact string is diagnostic and not a stable public contract. @ret
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceManager.java:208
↓ 3 callersMethodgetComparator
Obtain the wrapped Comparator. @return the wrapped Comparator
prj/coherence-core/src/main/java/com/tangosol/util/comparator/SafeComparator.java:181
↓ 3 callersMethodgetComparators
Obtain the underlying Comparator array. @return the Comparator array
prj/coherence-core/src/main/java/com/tangosol/util/comparator/ChainedComparator.java:216
↓ 3 callersMethodgetCompleted
Getter for property Completed.<p> A set of partitions that have successfully completed.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:32502
← previousnext →10,601–10,700 of 78,752, ranked by callers