MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 2 callersMethodremoveInternal
Removes the mapping for this key from this map if present. @param oKey key whose mapping is to be removed from the map @param actionRemove
prj/coherence-core/src/main/java/com/tangosol/util/SegmentedHashMap.java:778
↓ 2 callersMethodremoveJcsImplementation
Remove the JCS implementation.
prj/coherence-core/src/main/java/com/tangosol/dev/component/Behavior.java:5018
↓ 2 callersMethodremoveLifecycleListener
Remove a {@link LifecycleListener} so that it will no longer be notified of lifecycle events for this {@link DefaultCacheServer}. <p> Listeners are st
prj/coherence-core/src/main/java/com/tangosol/net/DefaultCacheServer.java:92
↓ 2 callersMethodremoveListener
Remove this MapListenerProxy as a filter-based listener of the given NamedCache. @param filter the {@link Filter} to stop listening to @param primi
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/v0/MapListenerProxy.java:529
↓ 2 callersMethodremoveListenerProxy
Called on the service or a daemon pool thread.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:8941
↓ 2 callersMethodremoveListenerState
Remove a state information (lite or standard) associated with specified key and listener.
prj/coherence-core/src/main/java/com/tangosol/util/MapListenerSupport.java:1079
↓ 2 callersMethodremoveMapListener
(MapListener<? super K, ? super V_FRONT> listener)
prj/coherence-core/src/main/java/com/tangosol/net/cache/ContinuousQueryCache.java:1000
↓ 2 callersMethodremoveMapListener
(MapListener listener)
prj/coherence-core/src/main/java/com/tangosol/net/cache/LocalCache.java:339
↓ 2 callersMethodremoveMapListener
Removes the {@link MapListener} previously installed by this {@code ClusteredTaskCoordinator}.
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/ClusteredTaskCoordinator.java:324
↓ 2 callersMethodremoveMapListener
(com.tangosol.util.MapListener listener)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeNamedCache.java:2171
↓ 2 callersMethodremoveMapListener
(com.tangosol.util.MapListener listener)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/LocalCache.java:1535
↓ 2 callersMethodremoveMin
Remove the head task from the priority queue.
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/util/Timer.java:573
↓ 2 callersMethodremoveParameter
Remove the specified parameter from the behavior. @param iParam the parameter index to remove @exception PropertyVetoException if removal is illeg
prj/coherence-core/src/main/java/com/tangosol/dev/component/Behavior.java:3805
↓ 2 callersMethodremovePermitsFor
Remove all the permits that are acquired by a specified member. @param memberId the UUID of a member to remove the permits for @return {@code true}
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/internal/SemaphoreStatus.java:248
↓ 2 callersMethodremovePrimitive
Remove the specified index from the PrimitiveSparseArray, returning its associated value. @param lIndex the index into the LongArray @return the as
prj/coherence-core/src/main/java/com/tangosol/util/PrimitiveSparseArray.java:113
↓ 2 callersMethodremoveProcessed
Remove all processed events greater than the provided event version. @param iPart the partition @param lEventVersion the event version
prj/coherence-core/src/main/java/com/tangosol/internal/util/listener/VersionAwareListeners.java:369
↓ 2 callersMethodremoveResource
Remove the specified resource. For this operation to succed, this member of the Cluster must hold a current Lease for this resource or must be able to
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ReplicatedCache.java:2205
↓ 2 callersMethodremoveSafeListener
Remove the specified listener from the Listeners object associated with the specified key.
prj/coherence-core/src/main/java/com/tangosol/util/MapListenerSupport.java:1036
↓ 2 callersMethodremoveScope
Remove the scope prefix from a specified service name. @param sServiceName the service name to remove scope prefix from @return service name with s
prj/coherence-cdi/src/main/java/com/oracle/coherence/cdi/events/EventObserverSupport.java:300
↓ 2 callersMethodremoveSlabFromList
Remove the specified {@link Slab} from the linked list of buffers. @param slabToRemove the slab to remove
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/io/SlabBufferManager.java:297
↓ 2 callersMethodremoveSnapshot
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceEnvironment.java:312
↓ 2 callersMethodremoveSnapshot
Remove a snapshot of the specified service with the specified name. @param sService the name of the service to remove @param sSnapshot the name of
prj/test/functional/topics/src/main/java/topics/PersistenceTestHelper.java:123
↓ 2 callersMethodremoveStoreDelayConditions
Remove all previously set delay conditions for the store operation.
prj/test/functional/rwbm/src/main/java/rwbm/ConditionalDelayCacheStore.java:104
↓ 2 callersMethodremoveSubscribers
Remove one or more subscribers from this subscription. @param aSubscriberId the ids of the subscribers to remove @return {@code true} if one or mor
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/PagedTopicSubscription.java:360
↓ 2 callersMethodremoveSubscription
Remove a subscription from this config map. @param key the {@link PagedTopicSubscription.Key key} of the subscription to remove
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicConfigMap.java:166
↓ 2 callersMethodremoveSubscriptionListener
Remove a listener that was being notified when changes are made to topic subscriptions. @param listener the listener to remove
prj/coherence-core/src/main/java/com/tangosol/net/PagedTopicService.java:195
↓ 2 callersMethodremoveTopicReference
(SafeNamedTopic topicSafe)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/safeService/safeTopicService/SafeSimpleTopicService.java:254
↓ 2 callersMethodremoveValue
Remove the specified key from the radix tree, optionally performing the operation only if the value currently associated with the key matches the pass
prj/coherence-core/src/main/java/com/tangosol/util/BinaryRadixTree.java:590
↓ 2 callersMethodreplace
Replace all occurences of the specified substring in the specified string @param sText string to change @param sFrom pattern to change from @param
tools/ant-tangosol/src/com/xtangosol/tools/VacuumAndSave.java:69
↓ 2 callersMethodreplace
Replace the value in the internal cache for the specified entry. <p> For write-behind, we should replace (and undecorate) the value only if the inter
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:5855
↓ 2 callersMethodreplace
Replace all occurrences of one specified byte with another in this Binary object. (This method does not alter the state of this Binary; if replacement
prj/coherence-core/src/main/java/com/tangosol/util/Binary.java:592
↓ 2 callersMethodreplaceAttributes
Find and replace the attributes names in "{}" format with the corresponding values for this cache info. <p> Note: the content of the specified XmlElem
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:4399
↓ 2 callersMethodreplaceDaemon
Start a new daemon working against the same queue as the old one and replace it in the daemon array.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:2207
↓ 2 callersMethodreplaceHidden
Replace the column macro in the hidden attribute. @param xml the XmlElement to replace the macro @param fValue whether the attribute should be
prj/coherence-core/src/main/java/com/tangosol/coherence/reporter/Reporter.java:822
↓ 2 callersMethodreplaceMacroParameter
Return <code>sValue</code> with macro parameter offset range expanded to <code>sReplacement</code> value. @param sValue string containing a ma
prj/coherence-core/src/main/java/com/tangosol/config/expression/ValueMacroExpression.java:231
↓ 2 callersMethodreplaceMacros
Replace string macros in the template with the associated values from the source object (source). @param sTemplate the template contain the macros @
prj/coherence-core/src/main/java/com/tangosol/coherence/reporter/Reporter.java:846
↓ 2 callersMethodreplaceMacros
Replace all "macro" strings with the value from the ColumnLocator. @param sTemplate the template contain the macros @return a string based on the T
prj/coherence-core/src/main/java/com/tangosol/coherence/reporter/JMXQueryHandler.java:495
↓ 2 callersMethodreplaceParent
If the parent node is replaced, its children are updated via this method. @param nodeOldParent the old parent reference @param nodeNewParent the ne
prj/coherence-core/src/main/java/com/tangosol/util/BinaryRadixTree.java:703
↓ 2 callersMethodreplaceSource
Create a new {@link NamedTopicEvent} the same as this event, but with a different source. @param source the new event source @return a new {@link N
prj/coherence-core/src/main/java/com/tangosol/net/topic/NamedTopicEvent.java:237
↓ 2 callersMethodreplaceSystemProperties
(com.tangosol.run.xml.XmlElement xml)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:6286
↓ 2 callersMethodreport
Return a report for the given query record. @param record the record @return a report for the given query record
prj/coherence-core/src/main/java/com/tangosol/util/SimpleQueryRecordReporter.java:37
↓ 2 callersMethodreportDifference
(WriteBuffer[] abuf, int iBuf, RuntimeException e)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/BufferTest.java:443
↓ 2 callersMethodreportLateDistributions
Periodically report distributions on this member which have been outstanding for a long time, thus preventing a new round of distributions from starti
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DistributionStrategy.java:398
↓ 2 callersMethodreportLocalDistributionState
Report current state of the distribution on this service member in human-readable form. Pending distributions are grouped by machine and further by ta
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DistributionStrategy.java:457
↓ 2 callersMethodreportNameWarning
Reports {@code -name} parameter warning when appropriate to standard error. @param sName Name Service looked up
prj/coherence-discovery/src/main/java/com/tangosol/discovery/NSLookup.java:1131
↓ 2 callersMethodreportOutstandingPolls
Generate a human readable report on outstanding polls.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:16206
↓ 2 callersMethodreportOwnership
For debugging purposes only.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:8761
↓ 2 callersMethodreportPartitionOwnership
For debugging purposes only
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:8933
↓ 2 callersMethodreportTransportStats
For debugging only.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:4277
↓ 2 callersMethodrequestCacheUpdate
Request the cache update from the existing service members and is used during startup. This method is called on the service thread and should not be c
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ReplicatedCache.java:2289
↓ 2 callersMethodrequestCapacity
Ensure that the current block contains some available capacity, preferably enough to fulfill the specified capacity. As a result of calling this metho
prj/coherence-core/src/main/java/com/tangosol/io/MultiByteArrayOutputStream.java:324
↓ 2 callersMethodrequestUnlock
Request a lease unlocking @param lease the lease @param memberIssuer the issuer @param fWait true is the request should be synchronous (poll); false
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ReplicatedCache.java:2461
↓ 2 callersMethodrequestWriteProgression
Coordinate consumer-owned write progression without directly performing any write-state work. @param fSocketWrite true if the consumer may offer cpu
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/BufferedSocketBus.java:360
↓ 2 callersMethodrequiresDeepClone
Determine if a clone of the XmlBean should be a deep clone, which typically means that at least one property value is mutable reference type. @return
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlBean.java:1080
↓ 2 callersMethodrescaleIfNeeded
()
prj/coherence-core/src/main/java/com/tangosol/internal/net/metrics/ExponentiallyDecayingReservoir.java:118
↓ 2 callersMethodreserveScratchSpace
Reserve a portion of the available "scratch space" for the caller. @see ScratchSpace property
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:9105
↓ 2 callersMethodreset
Reset state associated with this MaintenanceTask.
prj/coherence-core/src/main/java/com/tangosol/persistence/bdb/BerkeleyDBManager.java:1445
↓ 2 callersMethodreset
Make all addresses iterable, starting at the first address.
prj/coherence-core/src/main/java/com/tangosol/net/ConfigurableAddressProvider.java:268
↓ 2 callersMethodreset
Reset the partition statistics state.
prj/coherence-core/src/main/java/com/tangosol/net/partition/PartitionStatistics.java:128
↓ 2 callersMethodreset
()
prj/test/functional/cache/src/main/java/cache/PofEnabledTests.java:213
↓ 2 callersMethodreset
()
prj/test/functional/processor/src/main/java/processor/AbstractDistEntryProcessorTests.java:527
↓ 2 callersMethodreset
Reset the event counters.
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/BaseMapTest.java:1767
↓ 2 callersMethodreset
Reset all local data structures if necessary. This method is called when the cluster services first started or restarted after abnormal termination.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Gateway.java:1848
↓ 2 callersMethodreset
Discard the changes to the map ("rollback").
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/deltaMap/TransactionMap.java:504
↓ 2 callersMethodreset
Reset the state of TransferControl
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:33605
↓ 2 callersMethodresetCacheRefs
Reset cache references to null.
prj/coherence-core/src/main/java/com/tangosol/net/cache/ContinuousQueryCache.java:726
↓ 2 callersMethodresetHead
Reset the channel head so the next poll re-syncs from the subscriber group.
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicSubscriber.java:3411
↓ 2 callersMethodresetHuggingFaceAllowlistForTesting
Reset cached HuggingFace download allowlist state for tests.
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/RagSecurity.java:455
↓ 2 callersMethodresetInsertionNotifiers
Remove and return all notifiers from the set of waiting subscribers.
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/Page.java:270
↓ 2 callersMethodresetInvalidationStrategy
Reset the "current invalidation strategy" flag. <p> This method should be called <b>only</b> while the access to the front map is fully synchronised a
prj/coherence-core/src/main/java/com/tangosol/net/cache/CachingMap.java:1949
↓ 2 callersMethodresetSharedForTesting
Reset the shared registry for tests.
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceMBeanRegistry.java:247
↓ 2 callersMethodresetState
Reset the state of the subset according to the specified parameters. @param setOrig the new original set @param setMod the set of removed or r
prj/coherence-core/src/main/java/com/tangosol/util/SubSet.java:305
↓ 2 callersMethodresetStatistics
Reset the statistics recording the archive and retrieve times.
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractSnapshotArchiver.java:274
↓ 2 callersMethodresetStats
Reset the statistics.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:2147
↓ 2 callersMethodresize
Rehashes the contents of this map into a new array with a larger capacity. This method is called automatically when the number of keys in this map re
prj/coherence-core/src/main/java/com/oracle/coherence/common/collections/WeakIdentityHashMap.java:398
↓ 2 callersMethodresizeIndex
Resize the index. @param index JNA pointer reference of the index @param maxSize the new maximum size to resize the index to
prj/coherence-hnsw/src/main/java/com/oracle/coherence/hnswlib/Hnswlib.java:103
↓ 2 callersMethodresolve
Allow constants in the pool to be replaced by a callback. @param resolver the callback
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/ClassFile.java:620
↓ 2 callersMethodresolve
(Constant constOrig)
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/ClassFile.java:1869
↓ 2 callersMethodresolve
Create a derived/modified Trait by combining the information from this Trait with the super or base level's Trait information. Neither the base ("thi
prj/coherence-core/src/main/java/com/tangosol/dev/component/Throwee.java:229
↓ 2 callersMethodresolve
Create a derived/modified Trait by combining the information from this Trait with the super or base level's Trait information. Neither the base ("thi
prj/coherence-core/src/main/java/com/tangosol/dev/component/Interface.java:425
↓ 2 callersMethodresolveAddress
Resolve the host address if provided as a string and cache the value. <p> May return null. @return the resolved host address
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/LocalAddressProviderBuilder.java:163
↓ 2 callersMethodresolveAddress
Resolve an address and port. @param sHost the host @param nPort the port @return the InetSocketAddress
prj/coherence-core/src/main/java/com/tangosol/net/ConfigurableAddressProvider.java:488
↓ 2 callersMethodresolveBackingMapScheme
Traverse the specified scheme to find an enclosed "backing-map-scheme" or a scheme that could serve as such. @param info the cache info @param
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:1730
↓ 2 callersMethodresolveClass
Resolve a Class name into a Class object. @param sClass the Class name @return the Class object
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlBean.java:1187
↓ 2 callersMethodresolveEndPoint
{@inheritDoc}
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/exabus/util/SimpleDepot.java:98
↓ 2 callersMethodresolveFlags
Resolve delta in flags. Components use the following flags: Exists, Visible, Access (JCS only), Static, Abstract, Final, Deprecation, Storage, and Di
prj/coherence-core/src/main/java/com/tangosol/dev/component/Component.java:2147
↓ 2 callersMethodresolveFlags
Resolve delta in flags. implementation note: a flag value is always meaningful if the behavior is resolved; otherwise it is meaningful only if the s
prj/coherence-core/src/main/java/com/tangosol/dev/component/Behavior.java:921
↓ 2 callersMethodresolveFusionAppsPatchSet
This method will map Fusion Apps versions to the correct Coherence version. @param anVersion the possible FA version to resolve to a Coherence versi
prj/coherence-core/src/main/java/com/tangosol/internal/util/VersionHelper.java:321
↓ 2 callersMethodresolveKeystore
Create a {@link KeyStore} from the specified {@link KeystoreDependencies}. @param depsManager the {@link ManagerDependencies} @param depsKe
prj/coherence-core/src/main/java/com/tangosol/internal/net/ssl/AbstractManagerBuilder.java:49
↓ 2 callersMethodresolveMaxResults
Resolve the size of a result set Coherence REST resource will return. @param cParamMax max result set size extracted from URL or -1 if
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/util/RestHelper.java:61
↓ 2 callersMethodresolvePath
(String sName)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/Config.java:659
↓ 2 callersMethodresolveResourceName
Adds a "resource" prefix if the name is not absolute.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/Application.java:1176
↓ 2 callersMethodresolveSchemaSources
For a given set of XSD URIs, return the {@link Source}s to be used by the XML parser to validate an XML document. @param listUri list of XSD URIs to
prj/coherence-core/src/main/java/com/tangosol/run/xml/SaxParser.java:343
↓ 2 callersMethodresolveSocketEndPoint
Resolve the supplied canonical name into a SocketEndPoint. @param sName the endpoint name @return the resolved EndPoint @throws IllegalArgumentExc
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/SocketBusDriver.java:173
↓ 2 callersMethodresolveSocketProvider
Resolve and inject service socket-provider elements based on defaults defined in the cache configuration. @param xmlConfig the configuration element
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:1324
↓ 2 callersMethodresolveType
Resolve the backup map type using the configuration specified by the application. The primary map is also need in special cases to determine the type
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/BackupMapConfig.java:38
↓ 2 callersMethodresolveURI
Resolve the URI that identifies the cache configuration. The URI provided may be a normal URL or Resource, or it may be a "special" default URI that
prj/coherence-core/src/main/java/com/tangosol/net/ScopedCacheFactoryBuilder.java:588
↓ 2 callersMethodresolveURL
Resolve the URL based on the provided configuration URI. The resolution consists of locating the URI as a resource or a file and the creation of a co
prj/coherence-core/src/main/java/com/tangosol/net/ScopedCacheFactoryBuilder.java:617
↓ 2 callersMethodresponse
(Response.Status status)
prj/coherence-core/src/main/java/com/tangosol/internal/health/HealthHttpHandler.java:355
↓ 2 callersMethodresponse
(int queueId, Any any)
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/concurrent/queue/NamedQueueProxyProtocol.java:173
← previousnext →17,401–17,500 of 78,752, ranked by callers