MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 4 callersMethodaddQuorumRule
(String sRuleName, int nRuleMask, int nRuleThreshold)
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/PartitionedCacheQuorumPolicyBuilder.java:52
↓ 4 callersMethodaddRequestDuration
(long nanos)
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/GrpcProxyServiceMetrics.java:15
↓ 4 callersMethodaddSession
Add a {@link SessionConfiguration session} to this {@link Coherence} instance. <p> The {@link SessionConfiguration#getName() session name} must be glo
prj/coherence-core/src/main/java/com/tangosol/net/Coherence.java:921
↓ 4 callersMethodaddStatement
Register the given {@link StatementBuilder} to the specified functor name. The specified StatementBuilder will then be used to build any {@link Statem
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/CoherenceQueryLanguage.java:608
↓ 4 callersMethodaddTag
Add a tag to the map of tags. <p> This method performs any conversion of the tag name before adding it. @param mapTag the {@link Map} of tags to add
prj/coherence-core/src/main/java/com/tangosol/internal/metrics/MetricSupport.java:906
↓ 4 callersMethodadjustUnits
Adjust current size. @param cDelta the delta units to adjust to
prj/coherence-core/src/main/java/com/tangosol/net/cache/LocalCache.java:1889
↓ 4 callersMethodadjustUnits
Adjust current size. @param cDelta the delta units to adjust to
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/OldCache.java:1671
↓ 4 callersMethodadjustUnits
Adjust current size.
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/OldOldCache.java:1377
↓ 4 callersMethodadmin
(WebTarget target)
prj/coherence-rag-parent/coherence-rag/src/test/java/com/oracle/coherence/rag/api/ConfigIT.java:135
↓ 4 callersMethodadmin
(WebTarget target)
prj/coherence-rag-parent/coherence-rag/src/test/java/com/oracle/coherence/rag/api/ModelsIT.java:162
↓ 4 callersMethodadvanceTo
Increase the MultiBufferWriteBuffer length so that the next byte to write is at the specified offset. @param of the offset to advance to @return th
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/OldMultiBufferWriteBuffer.java:949
↓ 4 callersMethodaggregateResults
Aggregate the results of the partial aggregations into a final result. @param collResults the partial aggregation results @return the aggregation of
prj/coherence-core/src/main/java/com/tangosol/util/InvocableMap.java:1228
↓ 4 callersMethodalias
Add a token alias under the given name for a token already installed @param sName string identifier for token alias @param sInstalled the name
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/precedence/TokenTable.java:176
↓ 4 callersMethodandThen
Provide a runnable to call when the task has completed. @param completionRunnable the {@link Task.CompletionRunnable} to call when the
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/Task.java:115
↓ 4 callersMethodanonymous
Create an anonymous SubscriberGroupId. @return the SubscriberGroupId
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/SubscriberGroupId.java:241
↓ 4 callersMethodappendBatch
Append a batch of entries while holding the journal monitor only once. @param listRequest append requests to write, in order @return appended STORE
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournal.java:304
↓ 4 callersMethodappendToFile
(File buildFile, String textToAppend)
prj/plugins/gradle/src/test/java/com/oracle/coherence/gradle/support/TestUtils.java:46
↓ 4 callersMethodapplyIndex
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/filter/EqualsFilter.java:104
↓ 4 callersMethodapplyShrinkCooldown
Ensure that the next analysis after a shrink waits at least the configured cooldown.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:5610
↓ 4 callersMethodarchive
Archive the specified snapshot. @param snapshot the snapshot to archive @param env the PersistenceEnvironment used to read the snapshot @thro
prj/coherence-core/src/main/java/com/tangosol/persistence/SnapshotArchiver.java:64
↓ 4 callersMethodassertArrayEqualsCollection
Compare an array of objects to a Collection of objects for equality. @param ao the array to compare @param coll the Collection to compare it to
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/BaseMapTest.java:1186
↓ 4 callersMethodassertCloneEquals
Assert that the two GridDependencies are equal. @param deps1 the first GridDependencies object @param deps2 the second GridDependencies object
prj/test/unit/coherence-tests/src/test/java/com/tangosol/internal/net/service/grid/GridDependenciesTest.java:62
↓ 4 callersMethodassertCompareComplexObjects
(ComplexObject co, ComplexObject coo)
prj/coherence-json/src/test/java/com/oracle/coherence/io/json/genson/bean/ComplexObject.java:37
↓ 4 callersMethodassertEvent
Assert that the client received the listener event @param fExpected true if client event expected
prj/test/functional/cache/src/main/java/cache/COH15083RegressionTests.java:294
↓ 4 callersMethodassertGetAll
(NamedCache<String, String> cache, String serializerName, Serializer serializer, String sScope, Collection<Str
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/version_0/NamedCacheServiceImplIT.java:1951
↓ 4 callersMethodassertGetAll
(NamedCache<String, String> cache, Serializer serializer, String sScope, Collection<String> keys)
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/version_1/NamedCacheProxyProtocolIT.java:1977
↓ 4 callersMethodassertIdenticalSortedMaps
Compare a SortedMap being tested against a control case. Specifically, compare each of: <pre> SortedMap firstKey lastKey keySet - chec
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/BaseMapTest.java:967
↓ 4 callersMethodassertIdentityToken
Validates a token in order to establish a user's identity. @param oToken an identity assertion, a statement that asserts an identity @return a Subj
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Peer.java:450
↓ 4 callersMethodassertInit
()
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/v1/GrpcConnectionV1.java:670
↓ 4 callersMethodassertIteratorMatchesCollection
Test the iterator operations of a Collection. @param coll the Collection to test
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/BaseMapTest.java:1216
↓ 4 callersMethodassertNotSameCollection
(Collection<?> c, String sMsg)
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/NamedMapBlockingQueue.java:273
↓ 4 callersMethodassertPhase
Assert that a phase exists in the supplied map. @param mapPhase events keyed by phase @param sPhase the phase
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/journal/JournalRecoveryEventTest.java:201
↓ 4 callersMethodassertSubscriberGroupNotPresent
(SubscriberGroupId groupId, String sTopicName, TopicService service)
prj/test/functional/topics/src/main/java/topics/PagedTopicMBeanTests.java:195
↓ 4 callersMethodassertSubscriberGroupPresent
(SubscriberGroupId groupId, String sTopicName, TopicService service)
prj/test/functional/topics/src/main/java/topics/PagedTopicMBeanTests.java:179
↓ 4 callersMethodassertSubscribersAtTail
Assert that {@code subscriberTest} has been positioned at the tail of the topic. <p> Subscriber {@code subscriberExpected} has been positioned at the
prj/test/functional/topics/src/main/java/topics/AbstractNamedTopicTests.java:5082
↓ 4 callersMethodassertToArrayMatchesCollection
Test the toArray operations of a Collection. @param coll the Collection to test
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/BaseMapTest.java:1117
↓ 4 callersMethodassertValueFromFile
Assert that the file related to the key is expected value or null @param key the key to check @param expectedValue the expected value or if
prj/examples/guides/190-cache-stores/src/test/java/com/oracle/coherence/guides/cachestores/FileCacheStoreTest.java:103
↓ 4 callersMethodattachConfigListener
Subscribe the $ConfigListener to config map updates.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/ServiceConfig.java:162
↓ 4 callersMethodawaitAcquired
Wait for the latch acquired event. @param timeout the maximum amount of time to wait
prj/test/functional/concurrent/src/main/java/concurrent/AbstractClusteredRemoteCountDownLatchIT.java:729
↓ 4 callersMethodbeginKeyProcess
Block until a key is available for processing, and return the Status object for that key. The caller is then expected to perform its processing, durin
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:1859
↓ 4 callersMethodbeginMap
Report that a map of key/value pairs has been encountered in the POF stream. <p> This method call will be followed by a separate call to an "on" or "b
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHandler.java:546
↓ 4 callersMethodbeginUserType
Report that a value of a "user type" has been encountered in the POF stream. A user type is analogous to a "class", and a value of a user type is anal
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHandler.java:610
↓ 4 callersMethodbin
Internal debugging support: Turn a String into a Binary. @param s a String (not null) @return a Binary containing the String's value (kind of like
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:2369
↓ 4 callersMethodbinary
(String sValue)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/PartitionedCachePersistentBackupGuardTest.java:114
↓ 4 callersMethodbinaryConsumer
Return a {@link Consumer} of {@link Binary} instances that sends the binary to the specified {@link StreamObserver}. @param observer the {@link Stre
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/CacheRequestHolder.java:249
↓ 4 callersMethodbinaryInsert
Perform an insertion of the specified value into the sorted array. If the value is already present in the array then no insertion will be performed a
prj/coherence-core/src/main/java/com/oracle/coherence/common/collections/Arrays.java:64
↓ 4 callersMethodbuildFile
Build the full file path for loading/storing some item from/to the OS repository. @param nType the item type @param sName the name of the
prj/coherence-core/src/main/java/com/tangosol/dev/component/OSStorage.java:1038
↓ 4 callersMethodbuildFile
Build the path for loading some item from the JAR. @param nType the item type @param sName the name of the item, potentially dot-delimite
prj/coherence-core/src/main/java/com/tangosol/dev/component/ArchivedStorage.java:427
↓ 4 callersMethodbuildPlan
Build a plan for processing the LIKE functionality.
prj/coherence-core/src/main/java/com/tangosol/util/filter/LikeFilter.java:491
↓ 4 callersMethodbyteAt
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/BinaryRadixTree.java:750
↓ 4 callersMethodcalcDecimalSize
Determine the minimum size (in bytes) of the IEEE754 decimal type that would be capable of holding the passed value. @param dec the decimal value
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:1730
↓ 4 callersMethodcall
()
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/GetExtendPort.java:28
↓ 4 callersMethodcancel
Cancel the given SelectionKey. If the SelectionKey is canceled successfully, this method returns true; otherwise, this method returns false. @param k
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/util/TcpUtil.java:80
↓ 4 callersMethodcancelOutstandingReads
Cancel any outstanding asynchronous reads for a key. @param oKey the key in internal format
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:1620
↓ 4 callersMethodcasValueInternal
Set the value of this entry to the specified value iff the current value matches the assumed value. @param oValueAssume the assumed value @param oVa
prj/coherence-core/src/main/java/com/tangosol/util/SegmentedConcurrentMap.java:1259
↓ 4 callersMethodceilingKey
(Object oKey)
prj/coherence-core/src/main/java/com/tangosol/util/SafeSortedMap.java:845
↓ 4 callersMethodcheckAccess
Check the access authorization for this entry. @param nAccess one of ACCESS_READ or ACCESS_WRITE
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:12715
↓ 4 callersMethodcheckClosed
Check if the <em>source</em> is closed. @throws IOException if the <em>source</em> is closed.
prj/coherence-http-netty/src/main/java/com/tangosol/coherence/http/netty/NettyHttpServer.java:1658
↓ 4 callersMethodcheckDayTimeInterval
Validate a day-time interval. <p> See http://www.builderau.com.au/architect/database/soa/SQL_basics_Datetime_and_interval_data_types/0,39024547,202690
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:1921
↓ 4 callersMethodcheckDecimalRange
Verify that the specified decimal value will fit in the specified number of bits. @param dec the decimal value @param cBytes the number of bytes
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:1679
↓ 4 callersMethodcheckLeaks
Called on each allocation in order to check for leaks. @param cbAllocated the current allocation count
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/io/CheckedBufferManager.java:304
↓ 4 callersMethodcheckMutable
Validates that the document is mutable, otherwise throws an UnsupportedOperationException. @exception UnsupportedOperationException if the document
prj/coherence-core/src/main/java/com/tangosol/run/xml/SimpleDocument.java:643
↓ 4 callersMethodcheckReferenceRange
Validate a reference identifier to make sure it is in a valid range. @param nId the reference identity
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:1664
↓ 4 callersMethodcheckSize
Make sure the size of the cache isn't too big.
prj/coherence-core/src/main/java/com/tangosol/net/cache/SerializationCache.java:785
↓ 4 callersMethodclear
Zero the block.
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:3824
↓ 4 callersMethodclear
()
prj/test/functional/cache/src/main/java/cache/COH15083RegressionTests.java:305
↓ 4 callersMethodclear
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/MemberSet.java:917
↓ 4 callersMethodclearCheckpointInProgress
Clear the in-progress periodic-checkpoint flag and wake any waiters blocked on checkpoint completion.
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceManager.java:2596
↓ 4 callersMethodclearContention
Clear a contention for the specified partition.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:1837
↓ 4 callersMethodclearInactiveCacheRefs
Remove cache references from this store for all destroyed and released caches.
prj/coherence-core/src/main/java/com/tangosol/net/internal/ScopedCacheReferenceStore.java:53
↓ 4 callersMethodclearProps
Clear the specified System properties. @param props the properties to remove
prj/test/functional/guardian/src/main/java/guardian/GuardianTests.java:686
↓ 4 callersMethodclearSemaphores
Clear all local semaphores.
prj/test/functional/concurrent/src/main/java/concurrent/ConcurrentHelper.java:58
↓ 4 callersMethodclose
Close the associated PersistentStore and release exclusive access to the associated resources. @param sId a unique identifier of the store to close
prj/coherence-core/src/main/java/com/oracle/coherence/persistence/PersistenceManager.java:132
↓ 4 callersMethodclose
{@inheritDoc}
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/BufferSequenceInputStream.java:566
↓ 4 callersMethodclose
Close the bus. This prevents any new connections and {@link #release releases} all existing connections, thus preventing any further data exchanges. <
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/exabus/Bus.java:83
↓ 4 callersMethodclose
Close a resource silently. @param closeable the {@link AutoCloseable} to close
prj/examples/guides/190-cache-stores/src/main/java/com/oracle/coherence/guides/cachestores/HSQLDbCacheStore.java:198
↓ 4 callersMethodcloseNested
Notify the UserTypeReader that it is being "closed". @throws IOException if an I/O error occurs
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferReader.java:4372
↓ 4 callersMethodcloseSafely
(CoherenceClusterMember member)
prj/test/performance/psr/src/test/java/com/tangosol/coherence/performance/PsrPerformanceEnvironment.java:1173
↓ 4 callersMethodcollect
Creates a {@link Collectable} for the {@link Task} using the specified {@link Collector}, that will collect individual results from {@link Task}s when
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/Task.java:553
↓ 4 callersMethodcollectMapListeners
Add all map listeners for the specified service and cache combination to the specified result set. @param setResults the set of results to accumula
prj/coherence-cdi/src/main/java/com/oracle/coherence/cdi/events/AnnotatedMapListenerManager.java:190
↓ 4 callersMethodcommitAsync
Perform an asynchronous commit of a channel. @param nChannel the channel to commit @param position the position within the channel to commit @retu
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/SubscriberConnector.java:486
↓ 4 callersMethodcompare
Compares its two arguments for order. Returns a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greate
prj/coherence-core/src/main/java/com/tangosol/util/comparator/SafeComparator.java:127
↓ 4 callersMethodcompareAndSet
Atomically sets the value to {@code newValue} if the current value {@code == expectedValue}. @param nExpectedValue the expected value @param nNewVal
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/atomic/AtomicInteger.java:72
↓ 4 callersMethodcompareEntries
Compare two entries based on the rules specified by {@link Comparator}. <p> If possible, use the {@link com.tangosol.util.QueryMap.Entry#extract extra
prj/coherence-core/src/main/java/com/tangosol/util/comparator/QueryMapComparator.java:61
↓ 4 callersMethodcompleteElement
Complete the first {@link Element Element} in the current batch. @param oValue the value to use to complete the elements @param onComplete an o
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/BatchingOperationsQueue.java:519
↓ 4 callersMethodcompletePeekOrPoll
(Binary binResult, int queueId, StreamObserver<NamedQueueResponse> observer)
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/concurrent/queue/NamedQueueProxyProtocol.java:445
↓ 4 callersMethodcomposeURL
Helper method to build a {@link URL} to the Management over HTTP service given a host and port. @param sHost the Management over HTTP listening addr
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/HttpHelper.java:52
↓ 4 callersMethodcomputeDurationMillis
Return the duration this tracker has been accumulating data for. @return duration in milliseconds
prj/coherence-core/src/main/java/com/tangosol/net/DatagramTest.java:1764
↓ 4 callersMethodcomputeSimilarity
Computer similarity on the native side taking advantage of SSE, AVX, SIMD instructions, when available. @param vector1 array with correct dimension;
prj/coherence-hnsw/src/main/java/com/oracle/coherence/hnswlib/Index.java:472
↓ 4 callersMethodcomputeThroughputMBPerSec
compute throughput as megabytes per second. @param cBytes the number of bytes transferred @param lDurationMs the time in milliseconds the tran
prj/coherence-core/src/main/java/com/tangosol/net/DatagramTest.java:602
↓ 4 callersMethodcomputeThroughputPacketsPerSec
compute throughput as packets per second. @param cPackets the number of packets transferred @param lDurationMs the time in milliseconds the tran
prj/coherence-core/src/main/java/com/tangosol/net/DatagramTest.java:623
↓ 4 callersMethodcomputeVersion
Return numeric Java version from java.version property. @param sVersion java.version string of 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 11, 15, 16, 17, 18, ...
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/Junit5CheckJDK.java:80
↓ 4 callersMethodconfigure
Configure the container with the provided additional properties. @param mapConfigProperties configuration hints to initialize the
prj/test/distribution/osgi/src/test/java/com/tangosol/coherence/osgi/Container.java:35
↓ 4 callersMethodconfigure
Initialize the {@link ResourceConfig} to provide the management over REST endpoints. <p> This method will configure standard, single cluster, non-vers
prj/coherence-management/src/main/java/com/tangosol/coherence/management/RestManagement.java:74
↓ 4 callersMethodconfigure
Configure the server builders. <p> The build method must not be called on either builder. @param serverBuilder the {@link ServerBuilder} to
prj/coherence-grpc-proxy/src/main/java/com/oracle/coherence/grpc/proxy/GrpcServerConfiguration.java:32
↓ 4 callersMethodconsumeSignal
Consume the signal.
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/SingleWaiterMultiNotifier.java:152
↓ 4 callersMethodcontains
Return a filter that tests if the extracted collection contains the specified value. @param extractor the ValueExtractor to use @param value th
prj/coherence-core/src/main/java/com/tangosol/util/Filters.java:360
↓ 4 callersMethodcontainsEntry
Determine whether en entry exists in the cache with the specified key and value. @param key the cache key @param value the cache value @return a pa
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/NamedCacheClientChannel.java:161
↓ 4 callersMethodcontainsFileNamed
(MemberDirectories dirs, String sFileName)
prj/test/functional/persistence/src/main/java/persistence/JournalVsBdbComparisonTests.java:539
↓ 4 callersMethodcontainsKey
Returns <tt>true</tt> if this map contains a mapping for the specified key. @param oKey the key to test for @return <tt>true</tt> if this map conta
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:902
← previousnext →8,001–8,100 of 78,752, ranked by callers