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
↓ 14 callers
Method
name
Extracts the model name component from the full model name. <p/> This method returns the part of the model name after the "/" separator, which identif
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/model/ModelName.java:73
↓ 14 callers
Method
next
Return the key of the next entry in the queue. @return the key of the next entry in the queue
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/model/QueueKey.java:77
↓ 14 callers
Method
nextElement
{@inheritDoc}
prj/coherence-core/src/main/java/com/oracle/coherence/common/collections/AbstractStableIterator.java:104
↓ 14 callers
Method
of
(Class<T> rawClass)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GenericType.java:68
↓ 14 callers
Method
offerFirst
Inserts the specified element at the front of this deque unless it would violate capacity restrictions. When using a capacity-restricted deque, this
prj/coherence-core/src/main/java/com/tangosol/net/NamedDeque.java:132
↓ 14 callers
Method
onComplete
Complete the current operation. This is the last call to make on an observer, to signify that no further processing is necessary.
prj/coherence-core/src/main/java/com/tangosol/net/cache/StoreObserver.java:59
↓ 14 callers
Method
peek
Tests if the current token matches the passed token id and, if so, advances to the next token. @param id the token id to peek for @return the curren
prj/coherence-core/src/main/java/com/tangosol/run/xml/SimpleParser.java:924
↓ 14 callers
Method
pollLast
()
prj/coherence-core/src/main/java/com/tangosol/util/SafeSortedMap.java:532
↓ 14 callers
Method
readByte
Read a <tt>byte</tt> property from the POF stream. @param iProp the property index to read @return the <tt>byte</tt> property value, or zero if no
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:94
↓ 14 callers
Method
readFloat
Read a <tt>float</tt> property from the POF stream. @param iProp the property index to read @return the <tt>float</tt> property value, or zero if n
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:169
↓ 14 callers
Method
readStringArray
Read a String array. @param in a DataInput stream to read from @return a String array value @throws IOException if an I/O exception occurs
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:1730
↓ 14 callers
Method
record
(Event<?> event)
prj/test/functional/cdi-server/src/main/java/cdi/server/CdiInterceptorSupportIT.java:187
↓ 14 callers
Method
refreshClusterJCacheStatistics
Aggregate JCacheStatistics over all storage-enabled members.
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/partitionedcache/PartitionedJCacheStatistics.java:332
↓ 14 callers
Method
registerMarshaller
Register a marshaller for the specified root class and media type. @param clzRoot root object class @param mediaType media type @param cl
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/io/MarshallerRegistry.java:147
↓ 14 callers
Method
registerProtocol
Register a Protocol with this ConnectionManager. <p> This method may only be called before the ConnectionManager is started. @param protocol the new
prj/coherence-core/src/main/java/com/tangosol/net/messaging/ConnectionManager.java:110
↓ 14 callers
Method
remove
Construct a remove processor that unconditionally removes an InvocableMap entry. The invocation of the created processor does not return any result.
prj/coherence-core/src/main/java/com/tangosol/util/Processors.java:297
↓ 14 callers
Method
remove
Remove the specified string from the table, returning its associated value. @param string the string to look for in the table @return the associated
prj/coherence-core/src/main/java/com/tangosol/util/StringTable.java:132
↓ 14 callers
Method
removeListener
Remove a previously added {@link NamedTopicPublisher.PublisherListener}. @param listener the listener to remove
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/PublisherConnector.java:101
↓ 14 callers
Method
rnd
Helper method to produce a random int. @param nMax an exclusive limit for the random value @return a random int in the range 0 <= rnd < nMax
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/BaseMapTest.java:719
↓ 14 callers
Method
send
Synchronously send a message to the server. @param message the message to send @param <T> the typeof the response @return the response returne
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/GrpcConnection.java:100
↓ 14 callers
Method
setAdaptiveCheckpointInitialWrites
Set the initial write-count trigger for adaptive checkpointing. @param cWrites initial adaptive checkpoint write trigger @return this config
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournalConfig.java:196
↓ 14 callers
Method
setCustomBuilder
Sets the {@link ParameterizedBuilder} to be used as the alternate builder. @param bldr the ParameterizedBuilder
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/BuilderCustomization.java:32
↓ 14 callers
Method
setEmbeddingModel
Sets the embedding model and returns this instance for method chaining. @param embeddingModel the embedding model identifier to use @return this St
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/config/StoreConfig.java:91
↓ 14 callers
Method
setIndex
Sets the index type for this chunk. <p/> This method is used to track which search method produced this result. @param index the index type @return
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/Store.java:1759
↓ 14 callers
Method
setInnerStatement
Set the inner statement. @first the inner statement
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Statement.java:160
↓ 14 callers
Method
setMessage
(String message)
prj/examples/guides/600-response-caching/src/main/java/com/oracle/coherence/guides/responsecaching/Message.java:29
↓ 14 callers
Method
setPartialResult
Specify a partial execution result. @param oPartialResult a partial execution result
prj/coherence-core/src/main/java/com/tangosol/net/RequestIncompleteException.java:93
↓ 14 callers
Method
setServiceVersion
Setter for property ServiceVersion.<p> The version of the ClusterService that the new Member is running.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:6941
↓ 14 callers
Method
setTaskLimit
Set the per-service virtual-thread task limit. @param nTaskLimit the per-service virtual-thread task limit
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/DefaultServiceDependencies.java:339
↓ 14 callers
Method
setupGradleBuildFile
(File gradleProjectRootDirectory, String gradleFilename, Object... templateVariables)
prj/plugins/gradle/src/test/java/com/oracle/coherence/gradle/support/TestUtils.java:126
↓ 14 callers
Method
setupGradlePropertiesFile
(File gradleProjectRootDirectory)
prj/plugins/gradle/src/test/java/com/oracle/coherence/gradle/support/TestUtils.java:112
↓ 14 callers
Method
setupGradleSettingsFile
(File gradleProjectRootDirectory, String settingsFilename, Object... templateVariables)
prj/plugins/gradle/src/test/java/com/oracle/coherence/gradle/support/TestUtils.java:117
↓ 14 callers
Method
sortedMap
(Map<Long, SubscriberId> map)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/internal/net/topic/SimpleChannelAllocationStrategyTest.java:528
↓ 14 callers
Method
submitTest
(String sTestName, RemoteCallable<TestResult> callable)
prj/test/performance/psr/src/test/java/com/tangosol/coherence/performance/AbstractPerformanceTests.java:359
↓ 14 callers
Method
tags
(String... tags)
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/net/metrics/MBeanMetricTest.java:111
↓ 14 callers
Method
to
Obtains a {@code LogOutput} for the specified label and log name. Log contents will be written to /target/test-output/functional/{sLabel}/{sLogName}.
prj/test/functional/executor/src/main/java/executor/common/LogOutput.java:73
↓ 14 callers
Method
toBytes
(int[] ai)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/ExternalizableHelperTest.java:885
↓ 14 callers
Method
toString
Return a String containing the {@link ByteBuffer#remaining remaining} contents of the specified ByteBuffer. @param buf the buffer to format @return
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/Buffers.java:673
↓ 14 callers
Method
trace
Filter the given keys using available indexes and record the cost of execution on the given step of the {@link com.tangosol.util.QueryRecord}. <p> Thi
prj/coherence-core/src/main/java/com/tangosol/util/filter/QueryRecorderFilter.java:75
↓ 14 callers
Method
undecorate
Remove the specified decoration from the passed Binary. If the resulting Binary has no decorations remaining, then return the undecorated Binary; othe
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:5241
↓ 14 callers
Method
unordered
Returns an equivalent stream that is <em>unordered</em>. May return itself, either because the stream was already unordered, or because the underlying
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteStream.java:143
↓ 14 callers
Method
unscaledValue
Get the base-2 unscaled value (mantissa) of the quad value. <p> The name of this method is based on Java's BigDecimal. @return an unscaled binary int
prj/coherence-core/src/main/java/com/tangosol/io/pof/RawQuad.java:139
↓ 14 callers
Method
valueAsLong
@throws JsonStreamException @throws NumberFormatException @see #valueAsString()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/ObjectReader.java:232
↓ 14 callers
Method
wait
Convenience method for {@link java.lang.Object#wait(long)}. <p> If the thread is interrupted before being notified or the wait time expires, a Runtime
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:791
↓ 14 callers
Method
waitForServiceStart
Block the calling thread until DefaultCacheServer has called start on all associated services. Upon control being returned services may not be running
prj/coherence-core/src/main/java/com/tangosol/net/DefaultCacheServer.java:243
↓ 14 callers
Method
warnUnfathomable
Something totally inexplicable has occurred. Try to report it to the log. @param evt the event that cannot be explained
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:3217
↓ 14 callers
Method
writeMetrics
Write formatted metrics to the specified writer. @param writer the {@link Writer} to write formatted metrics to @throws IOException if there is an
prj/coherence-core/src/main/java/com/tangosol/internal/metrics/MetricsFormatter.java:30
↓ 13 callers
Method
__initPrivate
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteNamedCache.java:223
↓ 13 callers
Method
activate
Activate this {@link Session}. <p> Calling this method on an already active {@link Session} is a no-op.
prj/coherence-core/src/main/java/com/tangosol/net/Session.java:276
↓ 13 callers
Method
addDefaultDefinition
Adds a requirement that the specified "default" element must be added to (if not already defined) in the element specified by the defined parent path.
prj/coherence-core/src/main/java/com/tangosol/coherence/config/xml/preprocessor/CacheDefaultsPreprocessor.java:140
↓ 13 callers
Method
addMapListener
(MapListener<? super K, ? super V_FRONT> listener)
prj/coherence-core/src/main/java/com/tangosol/net/cache/ContinuousQueryCache.java:994
↓ 13 callers
Method
addTestProperties
Add the "standard" test-related system properties to the given {@link OptionsByType}. @param optionsByType the {@link OptionsByType} to add the prop
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestInfrastructure.java:1326
↓ 13 callers
Method
advance
Advance to the next character.
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/base/BaseTokenScanner.java:596
↓ 13 callers
Method
advance
(int cb)
prj/coherence-core/src/main/java/com/tangosol/util/NullImplementation.java:1384
↓ 13 callers
Method
allMatch
Returns whether all elements of this stream match the provided predicate. May not evaluate the predicate on all elements if not necessary for determin
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteStream.java:1654
↓ 13 callers
Method
assertWriteable
Assert that NamedCache operations that potentially modify cached entries are allowed. @throws SecurityException if mutating operations are prohibited
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/proxy/NamedCacheProxy.java:554
↓ 13 callers
Method
assignPartitionOwner
Assign a given partition at a given store to a given member and return the resulting PartitionAssignments
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:1007
↓ 13 callers
Method
assignUID
Make sure the trait has a UID.
prj/coherence-core/src/main/java/com/tangosol/dev/component/Trait.java:1927
↓ 13 callers
Method
awaitAcquired
Wait for the lock acquired event. @param timeout the maximum amount of time to wait @return the global order of the lock acquired event
prj/test/functional/concurrent/src/main/java/concurrent/locks/AbstractClusteredRemoteLockIT.java:656
↓ 13 callers
Method
awaitDone
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/component/util/VirtualDaemonPoolComponentTest.java:1520
↓ 13 callers
Method
beforeValue
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/JsonWriter.java:181
↓ 13 callers
Method
beginUniformArray
Report that a uniform array of values has been encountered in the POF stream. <p> This method call will be followed by a separate call to an "on" or "
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHandler.java:484
↓ 13 callers
Method
bind
Called by a supporting Bus implementation to bind itself to the collector, and provide the collector with a {@link BusProcessor callback} with which t
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/exabus/util/PollingEventCollector.java:65
↓ 13 callers
Method
builder
Returns a new {@link Builder} for LuceneQueryParser. @return a new Builder instance
prj/coherence-lucene/src/main/java/com/oracle/coherence/lucene/LuceneQueryParser.java:128
↓ 13 callers
Method
calculatePartitionSet
Calculate the PartitionSet of all partitions owned by the specified Member. @param member a ownership-enabled Member @param iStore the specifie
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:1433
↓ 13 callers
Method
checkIndexIsNotCleared
()
prj/coherence-hnsw/src/main/java/com/oracle/coherence/hnswlib/Index.java:537
↓ 13 callers
Method
checkStrict
Enforce the "strict" read-only policy.
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadonlyNamedCache.java:184
↓ 13 callers
Method
checkValue
Check that the expression results in a value. @param errlist the error list to log errors to @return true if the expression results in a value @ex
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Expression.java:913
↓ 13 callers
Method
close
Close this service.
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/v0/NamedCacheService.java:78
↓ 13 callers
Method
collect
(Supplier<R> supplier, BiConsumer<R, ? super P_OUT> accumulator, BiConsumer<R, R> combiner)
prj/coherence-core/src/main/java/com/tangosol/internal/util/stream/ReferencePipeline.java:314
↓ 13 callers
Method
configureBackingMap
Configures a backing map according to the scheme. @param info the cache info @param xmlScheme the scheme element for cache configuration
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:1597
↓ 13 callers
Method
convertNumber
Convert the passed number to the specified type. @param number the number to convert @param nJavaTypeId the Java type ID to convert to, one of
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:229
↓ 13 callers
Method
copyBytes
Copies bytes from this ReadBuffer into the destination byte array. <p> The first byte to be copied is at offset <code>ofBegin</code>; the last byte to
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:94
↓ 13 callers
Method
create
Return an instance of a converter working with objects of type T based on property argument or null.
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/convert/ContextualFactory.java:38
↓ 13 callers
Method
createPk
(int nId)
prj/test/functional/jpa/src/main/java/com/oracle/coherence/jpa/jpatest/AbstractPersistenceTest.java:228
↓ 13 callers
Method
createReadWriteBackingMap
(boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/ReadWriteBackingMapTest.java:355
↓ 13 callers
Method
createResultHolder
(Object result)
prj/coherence-json/src/test/java/com/oracle/coherence/io/json/JsonContainerSerializerTest.java:179
↓ 13 callers
Method
createTempDirectory
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/pof/PofIndexerTest.java:250
↓ 13 callers
Method
destroySubscriberGroup
Destroy the {@link Subscriber.Name named} subscriber group for the associated topic. <p> Releases storage and stops accumulating topic values for dest
prj/coherence-core/src/main/java/com/tangosol/net/topic/NamedTopic.java:138
↓ 13 callers
Method
dispatchEvent
Dispatch the passed event. @param evt a CacheEvent object
prj/coherence-core/src/main/java/com/oracle/coherence/common/collections/ObservableNullableConcurrentMap.java:399
↓ 13 callers
Method
dispatchEvent
Dispatch the passed event. @param evt a CacheEvent object
prj/coherence-core/src/main/java/com/oracle/coherence/common/collections/ObservableConcurrentMap.java:419
↓ 13 callers
Method
dispatchMemberEvent
(com.tangosol.coherence.component.net.Member member, int nEvent)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:1023
↓ 13 callers
Method
doExpiryOpTest
Run the specified runnable after setting an entry in the cache given by CacheName0, and simulating the pending expiry of that item. @param runnableOp
prj/test/functional/processor/src/main/java/processor/IndexIntegrityTests.java:462
↓ 13 callers
Method
duration
Calculates the duration between start and stop times. <p/> This method returns the elapsed time as a Duration object. The behavior depends on the time
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/util/Timer.java:188
↓ 13 callers
Method
encodeTinyInt
Encode an integer value into one of the reserved single-byte combined type and value indicators. @param n an integer between -1 and 22 inclusive @r
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:1515
↓ 13 callers
Method
enlistPage
Obtain an enlisted page @param lPage the id of the page @return the enlisted page, or null if it does not exist
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicPartition.java:711
↓ 13 callers
Method
ensureBuffer
Obtain the next ByteBuffer that this InputStream is based on. The returned buffer will be big endian, and the caller must not modify the buffers posi
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/BufferSequenceInputStream.java:606
↓ 13 callers
Method
ensureDependencies
Return the cluster dependencies, creating it if necessary @return the cluster dependencies
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeCluster.java:447
↓ 13 callers
Method
ensureExtractor
Obtain the ValueExtractor from the column definition XML. @param xmlColumn the column definition XML @return the ValueExtractor for the column
prj/coherence-core/src/main/java/com/tangosol/coherence/reporter/JMXQueryHandler.java:557
↓ 13 callers
Method
ensureInitialized
Fully initialize the ConfigurablePofContext if it has not already been initialized.
prj/coherence-core/src/main/java/com/tangosol/io/pof/ConfigurablePofContext.java:853
↓ 13 callers
Method
ensureOutputDir
Return the output directory of the specified test project, creating it if it doesn't already exist. @param sProject the test project to return the o
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestInfrastructure.java:1221
↓ 13 callers
Method
ensurePersistenceException
Return a PersistenceException with the given cause. The returned exception is also initialized with this store, its manager, and its environment (if a
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceManager.java:2061
↓ 13 callers
Method
ensureRequestTarget
Split the specified partitions into subsets (by owner) and create the corresponding request status. If all partitions are currently unknown (due to a
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/BinaryMap.java:1238
↓ 13 callers
Method
ensureRunningConnector
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/gateway/Remote.java:235
↓ 13 callers
Method
ensureService
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/net/ExtensibleConfigurableCacheFactory.java:560
↓ 13 callers
Method
entryUpdated
Invoked when a map entry has been updated. @param evt the MapEvent carrying the update information
prj/coherence-core/src/main/java/com/tangosol/util/MapListener.java:41
↓ 13 callers
Method
equals
(Object obj)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:972
↓ 13 callers
Method
evaluate
Evaluate this pipeline against the specified stream of InvocableMap.Entry objects. @param stream the stream to evaluate pipeline against @param <K>
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemotePipeline.java:39
↓ 13 callers
Method
executeQuery
Returns a collection of extracted values for cache entries that satisfy the criteria expressed by the query. @param sQuery where predicate of Coh
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/CacheResource.java:441
↓ 13 callers
Method
field
Adds a field extractor with default boost (1.0). @param field the field extractor @return this builder
prj/coherence-lucene/src/main/java/com/oracle/coherence/lucene/LuceneQueryParser.java:163
← previous
next →
2,801–2,900 of 78,752, ranked by callers