Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oracle/coherence
/ functions
Functions
78,752 in github.com/oracle/coherence
⨍
Functions
78,752
◇
Types & classes
10,274
↓ 7 callers
Method
parkNanos
Invoke LockSupport.parkNanos() while still respecting the calling thread's {@link Timeout timeout}. @param oBlocker the blocker @param cNanos the
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Blocking.java:149
↓ 7 callers
Method
parseInitParams
Parse the specified "init-params" element of the following structure: <pre> <!ELEMENT init-params (init-param )> <!ELEMENT init-param ((param
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:2607
↓ 7 callers
Method
parseNarrowingExpression
Check for narrowing operators following the passed expression. There are two narrowing operators: 1. Field ('.') FieldAccess:
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Compiler.java:2340
↓ 7 callers
Method
parseUniformValue
Within the POF stream, parse a POF value of the specified type that is in the passed BufferInput. @param in the BufferInput to read from @param i
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofParser.java:99
↓ 7 callers
Method
peekFirst
()
prj/coherence-core/src/main/java/com/tangosol/net/queue/WrapperNamedDeque.java:130
↓ 7 callers
Method
poll
Remove the first element without any association or with an uncontended association from the front of this pile. An element is considered uncontended
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/AssociationPile.java:74
↓ 7 callers
Method
prepare
Prepare to commit changes made to the TransactionMap. This phase usually ensures that all resources involved in this transaction are locked at the bas
prj/coherence-core/src/main/java/com/tangosol/util/TransactionMap.java:245
↓ 7 callers
Method
printException
(String sPrefix, Throwable e)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:5055
↓ 7 callers
Method
proceedNext
Proceed with the "next" continuation, if it exists.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:15033
↓ 7 callers
Method
processExpiries
Process expiry for entry of key. Dispatch ExpiryEvent(s) to dispatcher. @param key key of entry to be expired. @param dispatcher dispatcher for Exp
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/localcache/LocalCache.java:407
↓ 7 callers
Method
processForeignElementsOf
Request that all of the child elements contained within the specified {@link XmlElement} that do not belong to the namespace of the said {@link XmlEle
prj/coherence-core/src/main/java/com/tangosol/config/xml/ProcessingContext.java:433
↓ 7 callers
Method
processed
Determines if the tracked {@link Event} was processed. @return if the tracked {@link Event} was processed
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/fsm/misc/TrackingEvent.java:130
↓ 7 callers
Method
put
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/CopyOnWriteMap.java:172
↓ 7 callers
Method
putPrimaryResource
Helper for a "put" operation into the primary storage as a result of a distribution transfer, backup restore or invocation change. It includes the spe
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:7963
↓ 7 callers
Method
read
Read the contents out of the passed stream into the passed byte array and return the length read. This method will read up to the number of bytes tha
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:2450
↓ 7 callers
Method
readAsLong
Read a value of the specified encoding from the POF stream and convert it to a long. @param in the POF stream containing the value @param nType
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:901
↓ 7 callers
Method
readEvolvable
Reads data version and the remainder from the specified {@link PofReader}, and updates this object's {@link Evolvable}. @param in the reader to read
prj/coherence-core/src/main/java/com/tangosol/io/pof/EvolvableObject.java:72
↓ 7 callers
Method
readFlags
Helper for reading flags from XML. @param xml the XmlElement for the trait to get the flags from @param sName the name of the sub-element t
prj/coherence-core/src/main/java/com/tangosol/dev/component/Trait.java:608
↓ 7 callers
Method
readQuad
Read a quad (a 128-bit base-2 IEEE754 value) from the passed DataInput and convert it to a RawQuad. @param in the DataInput object to read from
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:562
↓ 7 callers
Method
readRawDateTime
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferReader.java:2173
↓ 7 callers
Method
realize
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/InstanceBuilder.java:170
↓ 7 callers
Method
realize
(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/statement/SelectStatementBuilder.java:47
↓ 7 callers
Method
realizeCache
Realizes a {@link NamedCache} (possibly "ensuring it") based on the state of the builder, the provided {@link ParameterResolver} and {@link MapBuilder
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/NamedCacheBuilder.java:37
↓ 7 callers
Method
realizeService
Realize (ensure) a Service. The returned Service is fully configured and ready to be used. @param resolver the ParameterResolver @param loader th
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/ServiceBuilder.java:72
↓ 7 callers
Method
region
Returns the OCI region from configuration. @return the region identifier @throws ConfigException if region is not configured
prj/coherence-rag-parent/models/coherence-rag-oci/src/main/java/com/oracle/coherence/rag/model/oci/AbstractOciModelBuilder.java:185
↓ 7 callers
Method
regionMatches
Tests if two Binary regions are equal. @param ofThis the starting offset of the subregion in this Binary object @param that the Bi
prj/coherence-core/src/main/java/com/tangosol/util/Binary.java:269
↓ 7 callers
Method
register
(MBeanMetric metric)
prj/coherence-mp/metrics/src/main/java/com/oracle/coherence/mp/metrics/MpMetricsRegistryAdapter.java:69
↓ 7 callers
Method
registerProcessor
Registers the specified processor as an {@link ElementProcessor} or {@link AttributeProcessor} (based on the interfaces it implements) using the {@lin
prj/coherence-core/src/main/java/com/tangosol/config/xml/AbstractNamespaceHandler.java:128
↓ 7 callers
Method
release
Release a ByteBuffer back to the allocator. @param buff the buffer to release
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/io/SegmentedBufferManager.java:1097
↓ 7 callers
Method
remove
{@inheritDoc} <p> As of Coherence 12.1.2, if <tt>fSynthetic</tt> is true and the {@link #getBackingMap BackingMap} associated with this entry is a Rea
prj/coherence-core/src/main/java/com/tangosol/util/BinaryEntry.java:383
↓ 7 callers
Method
remove
Removes the first occurrence in this List of the specified element. If this List does not contain the element, it is unchanged. More formally, remove
prj/coherence-core/src/main/java/com/tangosol/util/SafeLinkedList.java:112
↓ 7 callers
Method
removeLast
Remove and return the greatest element in this bag, or null if empty. @return the removed last element of this bag, or null if empty
prj/coherence-core/src/main/java/com/tangosol/util/SortedBag.java:336
↓ 7 callers
Method
rename
Renames all fields named field to toName.
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:508
↓ 7 callers
Method
reset
Clean up or process information after the completion of the query. @param setResults the set of keys from the query.
prj/coherence-core/src/main/java/com/tangosol/coherence/reporter/locator/ColumnLocator.java:90
↓ 7 callers
Method
resetFrontMap
Reset the front map.
prj/coherence-core/src/main/java/com/tangosol/net/cache/CachingMap.java:2033
↓ 7 callers
Method
resetSemaphore
Thread synchronization support.
prj/test/functional/bundler/src/main/java/bundler/BundlingNamedCacheTests.java:682
↓ 7 callers
Method
resolve
Apply the Component derivation or modification to this base, resulting in a new Component. @param cdDelta the Component derivation or modification @
prj/coherence-core/src/main/java/com/tangosol/dev/component/Component.java:1224
↓ 7 callers
Method
resolve
Resolve a host name to addresses. @param host the host name @return the resolved addresses @throws UnknownHostException if the host cannot be reso
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/RagSecurity.java:911
↓ 7 callers
Method
resolveEndPoint
Resolve the EndPoint for the specified canonical name. @param sName the EndPoint's canonical name @return the EndPoint @throws IllegalArgumentExce
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/exabus/Depot.java:26
↓ 7 callers
Method
retainAll
(Collection<?> c)
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/AbstractWrapperNamedMapQueue.java:260
↓ 7 callers
Method
runParallel
Run the specified task on multiple cThreads and wait for completion. @param task the task to run @param cThreads the number of threads
prj/test/functional/bundler/src/main/java/bundler/BundlingNamedCacheTests.java:640
↓ 7 callers
Method
runTest
Run the provided {@link TestBody test}. @param testBody the {@link TestBody test}
prj/test/functional/tracing/common/src/main/java/tracing/AbstractTracingIT.java:161
↓ 7 callers
Method
safeValues
()
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/version_1/ListenableStreamObserver.java:61
↓ 7 callers
Method
saveFlags
Helper for writing flags to XML. @param xml the XmlElement for the trait to store the flags into @param sName the name of the sub-element t
prj/coherence-core/src/main/java/com/tangosol/dev/component/Trait.java:642
↓ 7 callers
Method
send
Send the message and return immediately.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:4368
↓ 7 callers
Method
setAdaptiveCheckpointTargetMillis
Set the checkpoint-duration budget, in milliseconds, used by the adaptive backoff heuristic. @param dflMillis checkpoint duration budget in millisec
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournalConfig.java:282
↓ 7 callers
Method
setAdaptiveCheckpointWarmupCount
Set the number of adaptive checkpoint samples to ignore for warmup. @param cWarmup adaptive checkpoint warmup sample count @return this config
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournalConfig.java:310
↓ 7 callers
Method
setAggregator
Setter for property Aggregator.<p> The EntryAggregator.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/messageFactory/NamedCacheFactory.java:504
↓ 7 callers
Method
setAttribute
Set an attribute value. If the attribute does not already exist, and the new value is non-null, then the attribute is added and its value is set to t
prj/coherence-core/src/main/java/com/tangosol/run/xml/SimpleElement.java:436
↓ 7 callers
Method
setBlockSize
Set the write block size. @param cbBlock write block size in bytes @return this config
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournalConfig.java:98
↓ 7 callers
Method
setBuffer
Specify the ByteBuffer that the BinaryMap will be backed by. @param buffer the new ByteBuffer object
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:1531
↓ 7 callers
Method
setBufferUsageCounter
Setter for property BufferUsageCounter.<p> The count of the number of active users of the buffer(s) managed by the BufferController. When the count i
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:1394
↓ 7 callers
Method
setCacheConfiguration
Dynamically set the default cache configuration for a given class loader. If a ConfigurableCacheFactory for the given class loader already exists, the
prj/coherence-core/src/main/java/com/tangosol/net/CacheFactoryBuilder.java:77
↓ 7 callers
Method
setCacheHandler
Setter for property CacheHandler.<p> The array of CacheHandlers. It contains at least one element (at the reserved index zero) which is a handler with
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ReplicatedCache.java:2618
↓ 7 callers
Method
setCacheId
Setter for property CacheId.<p> Id of the cache this storage represents.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:9357
↓ 7 callers
Method
setCacheIndex
Setter for property CacheIndex.<p> Index of the corresponding Cache
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/replicatedCache/Optimistic.java:712
↓ 7 callers
Method
setChannel
Set the {@link Channel} for the request. @param channel the {@link Channel} for the request
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/message/request/TopicRequest.java:27
↓ 7 callers
Method
setChannelCount
Set the number of channels in the topic. @param expr the number of channels in the topic
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/PagedTopicScheme.java:175
↓ 7 callers
Method
setCluster
Set the current {@link Cluster} to be used by commands executed under this context. @param cluster the Cluster to be used by commands
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/ExecutionContext.java:169
↓ 7 callers
Method
setCompactionMinLoadFactor
Set the minimum load factor for compaction candidates. @param dflMinLoadFactor minimum compaction load factor @return this config
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournalConfig.java:164
↓ 7 callers
Method
setConfig
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/persistence/ConfigurableSnapshotArchiverFactory.java:118
↓ 7 callers
Method
setConfig
Specify the configuration for the object. @param xml the XML configuration for the object @exception IllegalStateException if the object is not in
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlConfigurable.java:57
↓ 7 callers
Method
setConfigMap
Setter for property ConfigMap.<p> The config map to which this ConfigSync applies.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:6681
↓ 7 callers
Method
setConnectionCount
Setter for property ConnectionCount.<p> The connection count.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/ServiceLoad.java:427
↓ 7 callers
Method
setConnectionPendingCount
Setter for property ConnectionPendingCount.<p> The number of connections that are pending.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/ServiceLoad.java:469
↓ 7 callers
Method
setConsecutiveOverutilized
Setter for property ConsecutiveOverutilized.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:6078
↓ 7 callers
Method
setDataType
Set the property data type. @param dt the new data type for the property @exception PropertyVetoException if the property cannot be set as
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:5421
↓ 7 callers
Method
setDelegate
Set the delegate to use. @param setDelegate the delegate to use
prj/coherence-core/src/main/java/com/tangosol/internal/util/collection/PortableMap.java:85
↓ 7 callers
Method
setDurationStore
Set the duration (in milliseconds) of store operations. @param cMillis the number of milliseconds that a store operation will take
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestStore.java:535
↓ 7 callers
Method
setExists
Set the Behavior Exception exists flag. This is only used internally by the Component Definition. @param nExists the new exists flag for the Behavi
prj/coherence-core/src/main/java/com/tangosol/dev/component/Throwee.java:502
↓ 7 callers
Method
setExpiryValue
Setter for property ExpiryValue.<p> Expiry value.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:13664
↓ 7 callers
Method
setHeadElementList
Setter for property HeadElementList.<p> The storage for the head of the Queue. @volatile this value is periodically swapped with the tail of the list
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/queue/concurrentQueue/DualQueue.java:408
↓ 7 callers
Method
setId
(int nId)
prj/test/functional/io/src/main/java/data/portabletype/Person.java:30
↓ 7 callers
Method
setIfNotNull
(Supplier<T> supplier, Consumer<T> consumer)
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/v1/GrpcConnectionV1.java:661
↓ 7 callers
Method
setIgnoreKey
Setter for property IgnoreKey.<p> The key of a resource in the local storage that is currently being processed by the service and therefore should be
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/CacheHandler.java:2259
↓ 7 callers
Method
setInternalGuardian
Setter for property InternalGuardian.<p> The Guardian that this Daemon's implementation delegates to.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:2546
↓ 7 callers
Method
setInternalMap
Set the internal map. @param map the new internal map
prj/coherence-core/src/main/java/com/tangosol/util/CopyOnWriteMap.java:75
↓ 7 callers
Method
setIterator
Setter for property Iterator.<p> Wrapped Iterator
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/collections/WrapperIterator.java:171
↓ 7 callers
Method
setLevel
Setter for property Level.<p> A cache of frequently used JDK Level objects.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/logOutput/Jdk.java:289
↓ 7 callers
Method
setLock
Setter for property Lock.<p> Lock used to protect this SafeCluster instance against multi-threaded usage.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeCluster.java:1423
↓ 7 callers
Method
setMemberId
Setter for property MemberId.<p> The id of the Member that is leaving the cluster.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:7177
↓ 7 callers
Method
setMessageClassMap
Setter for property MessageClassMap.<p> A map, keyed by message name, of Message classes known to this Grid component.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:4635
↓ 7 callers
Method
setModifiable
Mark the component as read-only or modifiable. Marking the component as modifiable may not make it modifiable, since other reasons may exist that pre
prj/coherence-core/src/main/java/com/tangosol/dev/component/Component.java:3687
↓ 7 callers
Method
setNamedCache
Setter for property NamedCache.<p> Wrapped NameCache object
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/TransactionCache.java:856
↓ 7 callers
Method
setNewValue
Setter for property NewValue.<p> The new value (could be null for lite events).
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/MapEventMessage.java:894
↓ 7 callers
Method
setNext
Package Private: Specify the next cache entry in the chain of cache entries for a given hash bucket. @param entry the next cache entry
prj/coherence-core/src/main/java/com/tangosol/net/cache/LocalCache.java:2935
↓ 7 callers
Method
setNextCompactBlock
Set the next block to compact. @param ofBlock the next block to compact
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:3053
↓ 7 callers
Method
setOrderId
Setter for property OrderId.<p> Unit-of-order id for asynchronous agents. This value is zero for synchronous requests. @see com.tangosol.util.process
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/requestMessage/DistributedCacheRequest.java:631
↓ 7 callers
Method
setOwnershipInProgress
Setter for property OwnershipInProgress.<p> Specifies how many times in a row this node (OwnershipSenior) had to initiate the OwnershipRequest poll. A
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:9625
↓ 7 callers
Method
setPopulation
(double population)
prj/examples/guides/128-entry-processors/src/main/java/com/oracle/coherence/guides/entryprocessors/model/Country.java:51
↓ 7 callers
Method
setPort
Setter for property Port.<p> "Port" portion of the URL.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/URL.java:528
↓ 7 callers
Method
setPrimitive
Add the passed item to the PrimitiveSparseArray at the specified index. <p> If the index is already used, the passed value will replace the current va
prj/coherence-core/src/main/java/com/tangosol/util/PrimitiveSparseArray.java:139
↓ 7 callers
Method
setReceiveBufferSize
{@inheritDoc}
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/WrapperSocket.java:326
↓ 7 callers
Method
setRepeatableRead
Setter for property RepeatableRead.<p> Sepcifies whether or not "repeatable read" feature is supported.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DeltaMap.java:1224
↓ 7 callers
Method
setResource
Setter for property Resource.<p> The resource value.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ReplicatedCache.java:7428
↓ 7 callers
Method
setResourceMap
Setter for property ResourceMap.<p> This (protected) Map is the model for ReplicatedCache service.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/SimpleCache.java:1080
↓ 7 callers
Method
setResourceSize
Setter for property ResourceSize.<p> The size of the (serialized) resource represented by this Lease in bytes. It is inteneded to be used by the cache
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Lease.java:928
↓ 7 callers
Method
setResult
Setter for property Result.<p> The result of processing the Request associated with this Response. @see com.tangsol.net.messaging.Response#getResult
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/message/Response.java:292
↓ 7 callers
Method
setReuseAddress
{@inheritDoc}
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/WrapperSocket.java:335
↓ 7 callers
Method
setServiceConfig
Set the configuration for the specified service type. If the Cluster service is already running, this call may not have any effect. @param sServiceT
prj/coherence-core/src/main/java/com/tangosol/net/CacheFactory.java:1016
← previous
next →
5,501–5,600 of 78,752, ranked by callers