MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 2 callersMethodunbind
Unbinds the named object. @param sName the name to bind; may not be empty @throws NamingException if a naming exception is encountered
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/NameService.java:992
↓ 2 callersMethodunbundle
Un-bundle bundled operation. This operation would be used if an exception occurs during a bundled operation or if the number of active threads is belo
prj/coherence-core/src/main/java/com/tangosol/net/cache/AbstractKeyBundler.java:144
↓ 2 callersMethodunion
Return an array containing the union of the specified lists. @param aListener1 array of listeners @param aListener2 array of listeners @return the
prj/coherence-core/src/main/java/com/tangosol/util/Listeners.java:147
↓ 2 callersMethodunknownSubscriber
Returns a new "unknown subscriber" {@link Result}. @return a new "unknown subscriber" {@link Result}
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/agent/PollProcessor.java:257
↓ 2 callersMethodunlock
(Object oKey)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeNamedCache.java:1181
↓ 2 callersMethodunlockAllSegments
Unlock all segments, except the segment-locks indicated by the specified bit-vector. This method must only be called by a thread if that thread has s
prj/coherence-core/src/main/java/com/tangosol/util/SegmentedHashMap.java:1562
↓ 2 callersMethodunlockForRegularUsage
()
prj/coherence-core/src/main/java/com/tangosol/internal/net/metrics/ExponentiallyDecayingReservoir.java:221
↓ 2 callersMethodunlockStorage
Release an exclusive lock on the data directory underlying this persistent store.
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceManager.java:2103
↓ 2 callersMethodunpackBinary
Return a {@link BytesValue} from a {@link NamedQueueRequest} converted to a {@link Binary}. @param request the {@link NamedQueueRequest} to get the
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/concurrent/queue/NamedQueueProxyProtocol.java:514
↓ 2 callersMethodunregister
Unregister an MBean. @param sName the MBean name
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceMBeanRegistry.java:287
↓ 2 callersMethodunregister
Unregister this listener.
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/events/MapEventOutput.java:188
↓ 2 callersMethodunregisterExpiry
Unregister the specified key expiry that is registered to expire at the specified time. @param oKey the key that is set to expire @param ldtExp
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:3067
↓ 2 callersMethodunregisterIndex
Clear the index registration from the specified persistent store. @param store the persistent store @param lCacheId the cache id @para
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:1216
↓ 2 callersMethodunregisterListener
Clear the listener registration from the specified persistent store. @param store the persistent store @param lCacheId the cache-id @param
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:999
↓ 2 callersMethodunregisterListeners
Clear all listener registrations for the specified cache from the specified persistent store. @param store the persistent store @param lCacheId
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:1018
↓ 2 callersMethodunregisterLocalModel
(String sCanonicalName)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Gateway.java:2061
↓ 2 callersMethodunregisterLocalModel
(String sCanonicalName)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/gateway/Local.java:922
↓ 2 callersMethodunregisterLock
Clear the cache entry lock from the specified persistent store. @param store the persistent store @param lCacheId the cache-id @pa
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:1112
↓ 2 callersMethodunregisterMetrics
(String sCanonicalName)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Gateway.java:2103
↓ 2 callersMethodunregisterPagedTopicMBean
Unregister all managed objects related to the given topic name from the cluster registry. @param service the topic service @param topic the topic
prj/coherence-core/src/main/java/com/tangosol/net/management/MBeanHelper.java:546
↓ 2 callersMethodunregisterServices
Removes the supplied set of {@link Service}s from monitoring. Note that the services are not being stopped; they are just removed from the list of {@l
prj/coherence-core/src/main/java/com/tangosol/net/ServiceMonitor.java:46
↓ 2 callersMethodunregisterSubscriberGroupMBean
Unregister all managed objects related to the given topic subscriber group name from the cluster registry. @param service the topic Service that
prj/coherence-core/src/main/java/com/tangosol/net/management/MBeanHelper.java:679
↓ 2 callersMethodunregisterTrigger
Clear the trigger registration from the specified persistent store. @param store the persistent store @param lCacheId the cache id @param bi
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:1317
↓ 2 callersMethodunregisterUserType
Unregister a user type that was previously registered using the specified type identifier. @param nTypeId the type identifier of the user type to unr
prj/coherence-core/src/main/java/com/tangosol/io/pof/SimplePofContext.java:363
↓ 2 callersMethodunsubscribeAll
Remove all subscriptions.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/NotificationHandler.java:208
↓ 2 callersMethodunsupportedDiagnosticCommandResponse
Create a bad request response for an unsupported DiagnosticCommand operation. @param sScope the management REST route scope @param sCmd the unsup
prj/coherence-core/src/main/java/com/tangosol/internal/management/resources/AbstractManagementResource.java:1373
↓ 2 callersMethoduntrustedServerConfigTest
(EchoClient client, EchoServer server)
prj/test/functional/ssl/src/main/java/ssl/SSLTests.java:658
↓ 2 callersMethodupdate
Update the tracker to indicate that the most recently scanned region was the same or different. @param nUpdate one of SAME, DIFF or FINAL @throws I
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofDeltaCompressor.java:1105
↓ 2 callersMethodupdate
Copy the subscribers and channel allocations from the specified subscription into this subscription. @param subscription the subscription to copy
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/PagedTopicSubscription.java:175
↓ 2 callersMethodupdate
Update the SSL context. @throws KeyManagementException if an error occurs
prj/coherence-core/src/main/java/com/tangosol/internal/net/ssl/SSLContextDependencies.java:404
↓ 2 callersMethodupdateAuthority
Update the authority form an address. @param address the address to use to obtain the authority
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/AbstractGrpcChannelFactory.java:542
↓ 2 callersMethodupdateBoth
(BeanProperty otherBeanProperty)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/BeanProperty.java:98
↓ 2 callersMethodupdateConnectionCount
Update the connection count by adding the specified value to the existing connection count. @param c the count delta
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/ServiceLoad.java:604
↓ 2 callersMethodupdateContent
Update the content key index. @param binary the serialized binary {@link ContentKey}
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicContentBackingMap.java:133
↓ 2 callersMethodupdateData
Force Dynamic MBeans to change @param aDelta an array of Delta MBeans
prj/test/functional/reporter/src/main/java/reporter/AbstractReporterTests.java:110
↓ 2 callersMethodupdateFlag
Update a particular masked flag within the state of the Status object. @param nMask the mask of flag bit to store the flag within @param f the
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleOverflowMap.java:2462
↓ 2 callersMethodupdateInternal
(Map.Entry entry)
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/extractor/QueueKeyExtractor.java:351
↓ 2 callersMethodupdateInternal
Update this index in response to an update operation on a cache. @param entry the entry representing the object being updated
prj/coherence-core/src/main/java/com/tangosol/util/ForwardOnlyMapIndex.java:175
↓ 2 callersMethodupdateInternal
Update the local contents of the config map, returning the previously associated value. Called only on the service thread. @param oKey the k
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java:6399
↓ 2 callersMethodupdateLocalCacheValue
Update LocalCacheValue @param ctx JCache context @param cachedValue current LocalCacheValue @param internalValue updated value @param ldtNow
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/localcache/LocalCache.java:1247
↓ 2 callersMethodupdateMax
(AtomicInteger cMax, int cValue)
prj/test/functional/core/src/main/java/com/tangosol/coherence/component/util/DaemonPoolIT.java:1288
↓ 2 callersMethodupdateOriginalBinaryValue
Synthetic setter.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:13864
↓ 2 callersMethodupdateResourceOptimistically
Update the specified resource with the specified value. This method should only be called on a client's thread. @param handler the cache handler @pa
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/replicatedCache/Optimistic.java:328
↓ 2 callersMethodupdateSeekedChannel
(int nChannel, SeekResult result)
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicSubscriber.java:1464
↓ 2 callersMethodupdateServiceThreadName
Update the service thread name with any additional information that could be useful for thread dump analysis. This method is usually called every time
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:2137
↓ 2 callersMethodupdateState
Update a particular masked value within the state of the Status object. @param nMask the mask of bits to store the value within @param nValue the
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:4321
↓ 2 callersMethodupdateState
Update a particular masked value within the state of the Status object. @param nMask the mask of bits to store the value within @param nValue the
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleOverflowMap.java:2430
↓ 2 callersMethodupdateStats
Update the execution statistics. @param daemon the Daemon that is reporting the statistics @param cTasks the number of tasks that were executed @pa
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:3293
↓ 2 callersMethodupdateStats
Update the packet speaker stats.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketSpeaker.java:421
↓ 2 callersMethodupdateSubscription
Update the committed position index. @param key the {@link Subscription.Key} to use to update the index @param subscription the {@link Sub
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicSubscriptionsBackingMap.java:119
↓ 2 callersMethodupdateThreadName
Append the provided name to the Daemon's thread name if not already appended. @param daemon the Daemon to be modified @param sName the name to app
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:1945
↓ 2 callersMethodupdateVersion
Update value's version in the version cache. @param oKey the key @param oValue the value
prj/coherence-core/src/main/java/com/tangosol/net/cache/VersionedNearCache.java:198
↓ 2 callersFunctionupperCase
(str)
prj/test/functional/graal/src/main/resources/scripts/js/processors.mjs:14
↓ 2 callersMethodusage
Output command line usage.
prj/coherence-core/src/main/java/com/tangosol/dev/component/Component.java:8495
↓ 2 callersMethoduseBeanViews
If true {@link BeanView} mechanism will be enabled.
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:715
↓ 2 callersMethoduseDateFormat
Specifies the data format that should be used for java.util.Date serialization and deserialization. @param dateFormat @return a reference to this bui
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:638
↓ 2 callersMethoduseRuntimeType
If true the concrete type of the serialized object will always be used. So if you have List<Number> type it will not use the Number serializer but the
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:728
↓ 2 callersMethoduseUnknownPropertyHandler
(UnknownPropertyHandler handler)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:887
↓ 2 callersMethodvalidate
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/BackingMapScheme.java:281
↓ 2 callersMethodvalidate
Validate the ClassScheme properties.
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/ClassScheme.java:207
↓ 2 callersMethodvalidate
Validate the supplied dependencies. @return this object
prj/coherence-core/src/main/java/com/tangosol/internal/net/security/DefaultStandardDependencies.java:127
↓ 2 callersMethodvalidate
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/DefaultPeerDependencies.java:213
↓ 2 callersMethodvalidate
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/initiator/DefaultTcpInitiatorDependencies.java:217
↓ 2 callersMethodvalidate
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/grid/DefaultGridDependencies.java:185
↓ 2 callersMethodvalidate
Validate the supplied dependencies. @throws IllegalArgumentException if the dependencies are not valid @return this object
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/extend/remote/DefaultRemoteCacheServiceDependencies.java:75
↓ 2 callersMethodvalidate
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/extend/proxy/DefaultServiceProxyDependencies.java:100
↓ 2 callersMethodvalidate
Validate the supplied dependencies. @throws IllegalArgumentException if the dependencies are not valid @return this object
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/DefaultGatewayDependencies.java:371
↓ 2 callersMethodvalidate
Validate the {@link CoherenceConfiguration}. @param configuration the {@link CoherenceConfiguration} to validate
prj/coherence-core/src/main/java/com/tangosol/net/Coherence.java:2063
↓ 2 callersMethodvalidate
Validate the specified entry and remove it from the Map object affected by this listener if and only if the value is different (implying that the entr
prj/coherence-core/src/main/java/com/tangosol/net/cache/SeppukuMapListener.java:108
↓ 2 callersMethodvalidate
Validate the settings. @param cMinSize the minimum size @param cMaxSize the maximum size @param bldr the manager builder @return the manager
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/config/builder/storemanager/AbstractNioTestSupport.java:66
↓ 2 callersMethodvalidate
(NamedCache<Integer, byte[]> cache)
prj/test/functional/persistence/src/main/java/persistence/JournalBackingMapRecoveryBenchmarkTests.java:182
↓ 2 callersMethodvalidateArchivedSnapshot
Validate and archived snapshot by retrieving each of the stores and asking a PersistenceManager to instantiate them. If fCollectStats is true then al
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractSnapshotArchiver.java:539
↓ 2 callersMethodvalidateArchivedSnapshotExistsForService
Validate that an archived snapshot f_sSnapshotName exists for the given service f_sServiceName. @param helper the {@link PersistenceToolsHelper} ins
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/statement/persistence/AbstractSnapshotStatement.java:116
↓ 2 callersMethodvalidateBatch
(NamedCache cache, String sCacheName, List<Integer> listKeys)
prj/test/functional/persistence/src/main/java/persistence/JournalVsBdbComparisonTests.java:428
↓ 2 callersMethodvalidateBatch
(NamedCache<Integer, byte[]> cache, List<Integer> listKeys)
prj/test/functional/persistence/src/main/java/persistence/JournalBackingMapRecoveryBenchmarkTests.java:205
↓ 2 callersMethodvalidateBufferSize
Verify that the requested buffer size is smaller than the configured maximum. @param cb size of the buffer being requested @throws BufferOverflowExc
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:3637
↓ 2 callersMethodvalidateClass
Check if the given class is an interface or abstract class. @param sURI URI that specifies the location of the configuration file @param sClass c
prj/coherence-core/src/main/java/com/tangosol/io/pof/ConfigurablePofContext.java:1252
↓ 2 callersMethodvalidateCommand
Validate the command
prj/coherence-core/src/main/java/com/tangosol/dev/tools/CommandLineTool.java:396
↓ 2 callersMethodvalidateCommand
Validate a command parameter. @param sCommand the parameter to be validated @param asCommand valid command parameter array @param fCaseSens a fla
prj/coherence-discovery/src/main/java/com/tangosol/discovery/NSLookup.java:528
↓ 2 callersMethodvalidateConnectionException
Validate the ConnectionException.
prj/test/functional/quorum/src/main/java/quorum/QuorumTests.java:2338
↓ 2 callersMethodvalidateHttpUri
(URI uri)
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/RagSecurity.java:503
↓ 2 callersMethodvalidateImportUris
Validate every URI in an import request before publishing any of them. @param uris the submitted URI strings
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/RagSecurity.java:257
↓ 2 callersMethodvalidateLogMessages
(File fileServerOut, String sLogContains, int cCount)
prj/test/functional/rest/src/main/java/rest/PofMisconfiguredRestTests.java:443
↓ 2 callersMethodvalidateMacroExpansion
Validate macro expansion is not self referencing or contain circular references that will never complete expansion. @param sProp the property @
prj/coherence-core/src/main/java/com/tangosol/config/expression/ValueMacroExpression.java:457
↓ 2 callersMethodvalidateMessage
Returns {@code true} if the given message is eligible for processing otherwise produces a log entry and returns {@code false}. @param msg the messag
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:5217
↓ 2 callersMethodvalidateModelName
Validates that the model name is not null or empty. @param sName the model name to validate @throws IllegalArgumentException if the model name is nu
prj/coherence-rag-parent/models/coherence-rag-anthropic/src/main/java/com/oracle/coherence/rag/model/anthropic/AnthropicModelProvider.java:140
↓ 2 callersMethodvalidateModelName
Validates that the model name is not null or empty. @param sName the model name to validate @throws IllegalArgumentException if the model name is nu
prj/coherence-rag-parent/models/coherence-rag-deepseek/src/main/java/com/oracle/coherence/rag/model/deepseek/DeepSeekModelProvider.java:161
↓ 2 callersMethodvalidateNewService
Check if the new member is allowed to join the specified service. @param info the service info @param member the cluster member that the service is
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:5839
↓ 2 callersMethodvalidateSnapshotName
Validate that the snapshot name conforms to standard. @param sSnapshotName the name of snapshot to validate @throws CohQLException if the name is n
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/statement/persistence/AbstractSnapshotStatement.java:70
↓ 2 callersMethodvalidateStoreSealed
Validate the given store within the GUID is sealed. Note: The store is opened and closed during this method call. @param sCurrentGUID the GUID to op
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceManager.java:3153
↓ 2 callersMethodvalidateTopicMBean
Validate that only {@link PagedTopicCaches.Names#CONTENT} MBean exists for topic sName. <p/> Validate across all Data CacheMBeans that there is enough
prj/test/functional/topics/src/main/java/topics/AbstractNamedTopicTests.java:5162
↓ 2 callersMethodvalidateTransferStrength
Check whether the proposed ownership transfer reduces the distribution strength.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:11095
↓ 2 callersMethodvalidateVersion
Validate the set of the updates or deletes. <p> If the version of an updated or removed resource matches to the version stored off in the version map
prj/coherence-core/src/main/java/com/tangosol/run/jca/SimpleValidator.java:266
↓ 2 callersMethodvalidateVersion
(com.tangosol.util.TransactionMap map, java.util.Set set)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/CacheHandler.java:3454
↓ 2 callersMethodvalueAsFloat
@throws JsonStreamException @throws NumberFormatException @see #valueAsString()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/ObjectReader.java:253
↓ 2 callersMethodvalues
Obtain the set of all possible {@link Names}. @return the set of all possible {@link Names}
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicCaches.java:1330
↓ 2 callersMethodvalues
()
prj/coherence-core/src/main/java/com/oracle/coherence/common/collections/NullableSortedMap.java:197
↓ 2 callersMethodvectorize
Return the vector embedding for the specified text. @param s the text to obtain the embeddings for @return the embeddings for the specified text
prj/examples/guides/300-vector-store/src/main/java/com/oracle/coherence/guides/vectors/MovieRepository.java:147
↓ 2 callersMethodverifyEventStats
Internal helper.
prj/test/functional/rwbm/src/main/java/rwbm/ReadWriteBackingMapTests.java:2983
↓ 2 callersMethodverifyGraalTestAssumptions
Verify the assumptions needed to run Graal tests.
prj/coherence-docker/src/test/java/com/oracle/coherence/docker/ImageNames.java:110
← previousnext →18,801–18,900 of 78,752, ranked by callers