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
↓ 9 callers
Method
isStripTrailingZeros
Shall trailing zeros be removed from the aggregation result? @return true if trailing zeros are removed.
prj/coherence-core/src/main/java/com/tangosol/util/aggregator/AbstractBigDecimalAggregator.java:260
↓ 9 callers
Method
isVirtual
Returns {@code true} if the specified thread is a virtual thread. A virtual thread is scheduled by the Java virtual machine rather than the operating
prj/coherence-core/src/main/java/com/tangosol/internal/util/VirtualThreads.java:109
↓ 9 callers
Method
isWhitespace
Test if the specified character is XML whitespace. @param ch a character @return true if the passed character is XML whitespace
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:695
↓ 9 callers
Method
isWriteLockedBy
Return {@code true} if this lock is currently owned exclusively by the specified owner. @param owner the lock owner to check @return {@code true} i
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/internal/ReadWriteLockHolder.java:96
↓ 9 callers
Method
iterator
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/MemberSet.java:1390
↓ 9 callers
Method
join
Wait for the daemon's thread to stop. @param cMillis the number of milliseconds to wait for, or zero for infinite @return true iff the thread is no
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/Daemon.java:912
↓ 9 callers
Method
killOldestServer
Kill the oldest server.
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractRollingRestartTest.java:614
↓ 9 callers
Method
l2squared
Calculate the L2 Squared value for two bit vectors. @param a the first vector @param b the second vector @return the L2 Squared value for the two
prj/coherence-core/src/main/java/com/oracle/coherence/ai/util/Vectors.java:128
↓ 9 callers
Method
length
Determine the length of the block. @return the length, in bytes, of this block
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:3935
↓ 9 callers
Method
listArchivedSnapshots
Return a list of archived snapshots for a given service. @param sServiceName the name of the service to query @return a {@link String}[] of archiv
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/PersistenceToolsHelper.java:458
↓ 9 callers
Method
listSnapshots
List the snapshots for the specified service. @param sServiceName the name of the service to list snapshots for @return the snapshots for the spec
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/PersistenceToolsHelper.java:416
↓ 9 callers
Method
listener
The {@link MapListener} that will receive all events, including those that result from the initial population of the {@code view}. @param listener t
prj/coherence-core/src/main/java/com/tangosol/net/ViewBuilder.java:89
↓ 9 callers
Method
loadClass
Attempt to load the specified class using sequentionally all of the specified loaders, the ContextClassLoader and the current class loader. @param sC
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:4115
↓ 9 callers
Method
loadDependencies
Load the {@link SSLSocketProviderDefaultDependencies} from the specified XML file. <p> The XML root element should be the {@code ssl} element. @param
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/SSLSocketProviderBuilderHelper.java:39
↓ 9 callers
Method
log
Log server side message for handled exceptions that return a http response of {@code BAD REQUEST}, status 400. @param ex server side exception hand
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/util/RestHelper.java:82
↓ 9 callers
Method
log
Log a message. @param sMessage the message to log
prj/examples/tutorials/210-archiver/src/main/java/com/oracle/coherence/tutorials/archiver/ArchiverExample.java:176
↓ 9 callers
Method
main
The main application for CohQL statement processing. @param asArgs an array of Strings that represents arguments
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/QueryPlus.java:478
↓ 9 callers
Method
makeValueExtractor
Make a ValueExtractor out of the given Object. @param oValue an Object or Object[] that is to be a ValueExtractor @return the resulting ValueExtrac
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/UpdateSetListMaker.java:692
↓ 9 callers
Method
matches
Test to see if the current BaseToken's string matches the given string. The token table's ignoringCase flag is consulted to see if case matters. @par
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/precedence/OPScanner.java:233
↓ 9 callers
Method
nextEntrySetPage
Obtain the next page of a paged entry set request. @param request the {@link PageRequest} to execute @param observer the {@link StreamObserver} th
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/v0/NamedCacheService.java:248
↓ 9 callers
Method
nextKeySetPage
Obtain the next page of a paged key set request. @param request the {@link PageRequest} to execute @param observer the {@link StreamObserver} that
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/v0/NamedCacheService.java:256
↓ 9 callers
Method
normalize
Normalize an int8 vector. @param array the int8 vector to normalize. @return the int8 vector normalized to a float32 vector
prj/coherence-core/src/main/java/com/oracle/coherence/ai/util/Vectors.java:169
↓ 9 callers
Method
offer
Publish a value to the underlying topic. @param oCookie the cookie used by the connector @param listBinary the list of binary values t
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/PublisherChannelConnector.java:78
↓ 9 callers
Method
openSelector
()
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/ssl/SSLSelectorProvider.java:56
↓ 9 callers
Method
openServerSocketChannel
Create an ServerSocketChannel. @return the ServerSocketChannel @throws IOException if an I/O error occurs
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/SocketProvider.java:63
↓ 9 callers
Method
openSnapshot
Open a PersistenceManager used to access the snapshot with the specified identifier. @param sSnapshot the snapshot identifier @throws IllegalArgume
prj/coherence-core/src/main/java/com/oracle/coherence/persistence/PersistenceEnvironment.java:61
↓ 9 callers
Method
openSocket
Create a Socket. @return the Socket @throws IOException if an I/O error occurs
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/SocketProvider.java:93
↓ 9 callers
Method
overrideElement
Override the values of the specified base element with values from the specified override element. <p> The values are only overridden if there is an e
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:1910
↓ 9 callers
Method
pagedQueue
Return a paged {@link NamedBlockingQueue}. <p/> The queue implementation returned by this method has a maximum size of 2GB. If the queue reaches capac
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/Queues.java:148
↓ 9 callers
Method
parseDate
(String s)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:4993
↓ 9 callers
Method
parseNumber
Parse parenthesized number string into a negative number string. @param sValue the parenthesized number string @return a number string
prj/coherence-core/src/main/java/com/tangosol/run/xml/SimpleAdapter.java:154
↓ 9 callers
Method
populateData
Populate a cache with data. @param nc the cache to populate @param cMax the amount of objects to insert
prj/test/functional/persistence/src/main/java/persistence/PersistenceTestHelper.java:358
↓ 9 callers
Method
prepareEventMessage
Prepare a MapEvent message.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:7676
↓ 9 callers
Method
principal
Return a bounded principal name for audit logging. @param context the security context @return the bounded principal name
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/RagSecurity.java:415
↓ 9 callers
Method
printStackTrace
Build a stack trace for the passed exception. @param e a Throwable object that contains stack trace information @return a String containing a printab
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/StackTrace.java:177
↓ 9 callers
Method
processAll
Process a Set of InvocableMap.Entry objects. This method is semantically equivalent to: <pre> Map mapResults = new ListMap(); for (Iterator iter =
prj/coherence-core/src/main/java/com/tangosol/util/InvocableMap.java:823
↓ 9 callers
Method
processInterceptors
Called on the service thread or daemon pool thread.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:7817
↓ 9 callers
Method
properties
Obtains the cache used to store {@link ClusteredProperties} instances. @param service the {@link CacheService} to use to obtain a cache reference @
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/util/Caches.java:93
↓ 9 callers
Method
provide
Provides a BeanDescriptor for "type" using current Genson instance. @param type for which we need a BeanDescriptor. @param genson current instance. @
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/BeanDescriptorProvider.java:39
↓ 9 callers
Method
putIfAbsent
Create a {@link PutIfAbsentRequest}. @param scope the scope name to use to obtain the cache from. @param cacheName the name of the cache to put
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/Requests.java:771
↓ 9 callers
Method
readAsChar
Read a value of the specified encoding from the POF stream and convert it to a char. @param in the POF stream containing the value @param nType
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:785
↓ 9 callers
Method
readAsFloat
Read a value of the specified encoding from the POF stream and convert it to a float. @param in the POF stream containing the value @param nType
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:945
↓ 9 callers
Method
readBoolean
Read a <tt>boolean</tt> property from the POF stream. @param iProp the property index to read @return the <tt>boolean</tt> property value, or zero
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:79
↓ 9 callers
Method
readByteArray
Read a variable-length encoded byte array. @param in a DataInput stream to read from @return a byte array value @throws IOException if an I/O exc
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:1283
↓ 9 callers
Method
readRawTime
Read a <tt>RawTime</tt> from the POF stream. The {@link RawTime} class contains the raw time information that was carried in the POF stream, including
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:518
↓ 9 callers
Method
readUnsignedByte
Read an unsigned byte value. <p> This method is the counterpart for the {@link java.io.DataOutput#writeByte} method when it is used with unsigned 8-bi
prj/coherence-core/src/main/java/com/tangosol/io/PackedDataInputStream.java:180
↓ 9 callers
Method
readWriteLocksMap
Return Coherence {@link NamedMap} containing the read/write locks state. @return Coherence {@link NamedMap} containing the read/write locks state
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/Locks.java:114
↓ 9 callers
Method
realize
(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters)
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/PersistenceEnvironmentParamBuilder.java:79
↓ 9 callers
Method
registerBuilder
Registers a {@link ParameterizedBuilder} for later retrieval with {@link #getBuilder(Class)}. <p> Notes: <ol> <li>Multiple builders for the same clas
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/ParameterizedBuilderRegistry.java:75
↓ 9 callers
Method
registerRemoves
add Cache Removals of <tt>count</tt> and compute time in cache removals @param count number of cache entry removals @param lStartMillis start time in
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/JCacheStatistics.java:65
↓ 9 callers
Method
removeFirst
Remove and return the least element in this bag, or null if empty. @return the removed first element of this bag, or null if empty
prj/coherence-core/src/main/java/com/tangosol/util/SortedBag.java:325
↓ 9 callers
Method
removeMapping
Remove the mapping that is associated with the specified key only if the mapping exists in the cache. @param request the {@link RemoveMappingReques
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/v0/NamedCacheService.java:323
↓ 9 callers
Method
removeNext
Remove the first marked partition starting at the specified partition. If there are no marked partitions greater or equal to the specified partition,
prj/coherence-core/src/main/java/com/tangosol/net/partition/PartitionSet.java:263
↓ 9 callers
Method
resetHitStatistics
Reset all of the cache statistics. <p> Note that the method name implies that only the hit statistics are cleared, which is not the case; all of the s
prj/coherence-core/src/main/java/com/tangosol/net/cache/CacheStatistics.java:169
↓ 9 callers
Method
resolveDelta
Resolve the delta trait relative to the base trait before resolving the derived trait itself. This is necessary for those situations where the mode o
prj/coherence-core/src/main/java/com/tangosol/dev/component/Trait.java:891
↓ 9 callers
Method
rnd
Obtain a random partition from the partition set. @return a randomly selected marked partition, or -1 if no partitions are marked
prj/coherence-core/src/main/java/com/tangosol/net/partition/PartitionSet.java:648
↓ 9 callers
Method
runOpenSSL
(Arguments arguments)
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/KeyTool.java:403
↓ 9 callers
Method
runOpenSSL
(Arguments arguments)
prj/examples/guides/810-custom-access-controller/src/test/java/com/oracle/coherence/guides/security/KeyTool.java:388
↓ 9 callers
Method
scan
Given the provided {@link URL} of the resource, scan it's content returning the result. @param urlResource the resource to scan @return an object
prj/coherence-core/src/main/java/com/tangosol/dev/introspect/UrlScanner.java:58
↓ 9 callers
Method
scheduleAtFixedRate
Submits a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period; that is, executions will c
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/RemoteExecutor.java:356
↓ 9 callers
Method
secondaryStrings
Enumerate the secondary strings in the order corresponding to the enumeration of the primary strings. @return an enumeration of the secondary strings
prj/coherence-core/src/main/java/com/tangosol/util/StringMap.java:160
↓ 9 callers
Method
serializeNull
(ObjectWriter writer)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/Genson.java:339
↓ 9 callers
Method
serializers
Obtain the {@link Serializer} names to use for parameterized test {@link Arguments}. @return the {@link Serializer} names to use for test {@link Argu
prj/test/functional/queues/src/main/java/queues/CollectionTests.java:32
↓ 9 callers
Method
setAdaptiveCheckpointMaxWrites
Set the maximum adaptive checkpoint write trigger. @param cWrites maximum adaptive checkpoint write trigger @return this config
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournalConfig.java:252
↓ 9 callers
Method
setAdaptiveCheckpointMinWrites
Set the minimum adaptive checkpoint write trigger. @param cWrites minimum adaptive checkpoint write trigger @return this config
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournalConfig.java:224
↓ 9 callers
Method
setChannels
Set the event channels @param anChannel the event channels
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/messageFactory/NamedTopicFactory.java:561
↓ 9 callers
Method
setConsecutiveDropsAfterGrow
Setter for property ConsecutiveDropsAfterGrow.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:6069
↓ 9 callers
Method
setDaemonActiveCount
Setter for property DaemonActiveCount.<p> The number of daemon threads that are currently processing messages.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/ServiceLoad.java:483
↓ 9 callers
Method
setDaemonCount
(int cThreads)
prj/test/functional/core/src/main/java/com/tangosol/coherence/component/util/DaemonPoolIT.java:844
↓ 9 callers
Method
setDaemonPoolType
Set the service worker-pool type. @param type the daemon-pool type
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/DefaultServiceDependencies.java:299
↓ 9 callers
Method
setEntities
Update the entities object. @param entities the entities object
prj/coherence-core/src/main/java/com/tangosol/internal/management/EntityMBeanResponse.java:106
↓ 9 callers
Method
setFrontScheme
Set the front scheme. @param scheme the front scheme
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/AbstractCompositeScheme.java:40
↓ 9 callers
Method
setInit
Set the init statement. @param init the init statement
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/ForStatement.java:400
↓ 9 callers
Method
setMathContext
Sets the MathContext (allowing you to work with precision instead of scale). If a {@link BigDecimal} operation supports both {@link MathContext} or sc
prj/coherence-core/src/main/java/com/tangosol/util/aggregator/AbstractBigDecimalAggregator.java:233
↓ 9 callers
Method
setMessageBacklogIncoming
Setter for property MessageBacklogIncoming.<p> The number of messages that are queued for processing.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/ServiceLoad.java:538
↓ 9 callers
Method
setMessageBacklogOutgoing
Setter for property MessageBacklogOutgoing.<p> The number of messages that are queued for delivery.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/ServiceLoad.java:552
↓ 9 callers
Method
setNewValue
Set the new value. @param newValue the new value
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/events/SimpleMapEvent.java:163
↓ 9 callers
Method
setNextBlockOffset
Specify the offset of the next Block in the Buffer. @param ofBlock the offset of the next contiguous Block
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:3975
↓ 9 callers
Method
setNotifyMember
Setter for property NotifyMember.<p> Member that left the cluster.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:10935
↓ 9 callers
Method
setObjectInputFilter
Set the {@link #getObjectInputFilter() ObjectInputFilter} for this stream. <p> The filter's checkInput method is expected to be called for each class
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:748
↓ 9 callers
Method
setPacket
Setter for property Packet.<p> The packets that this message was constructed from (if received) or was deconstructed to (if sent). Note: The packets
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:1535
↓ 9 callers
Method
setPartition
Setter for property Partition.<p> The partition this Contention is for.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:14390
↓ 9 callers
Method
setQueue
Setter for property Queue.<p> The Queue from which this Daemon extracts Runnable tasks.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:4336
↓ 9 callers
Method
setServiceType
Setter for property ServiceType.<p> The type of the Service.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:17727
↓ 9 callers
Method
setSession
Set the {@link Session} that will be used by commands executed under this context. @param session the {@link Session} @since 20.12.1
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/ExecutionContext.java:153
↓ 9 callers
Method
setSocketProviderFactory
Set the SocketProviderFactory referencing the Dependency object. This is needed mainly to resolve delegate socket provider for SSLSocketProvider. @pa
prj/coherence-core/src/main/java/com/tangosol/net/SocketProviderFactory.java:771
↓ 9 callers
Method
setThreadPriority
Setter for property ThreadPriority.<p> The Thread priority used by all threads in the Daemon pool.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:2873
↓ 9 callers
Method
setTopicName
Setter for property TopicName.<p>
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/BaseRemotePublisher.java:152
↓ 9 callers
Method
setTopicName
Setter for property TopicName.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/message/request/TopicServiceRequest.java:112
↓ 9 callers
Method
showInstructions
()
prj/coherence-core/src/main/java/com/tangosol/dev/tools/Notice.java:324
↓ 9 callers
Method
shutdown
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted. Invocation has no additional effect
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/RemoteExecutor.java:681
↓ 9 callers
Method
size
Returns the number of elements in this List. @return the number of elements in this List
prj/coherence-core/src/main/java/com/tangosol/util/ImmutableArrayList.java:168
↓ 9 callers
Method
size
Create a {@link SizeRequest}. @param scope the scope name to use to obtain the cache from. @param cacheName the name of the cache to clear @re
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/Requests.java:1057
↓ 9 callers
Method
splitString
Take a given String and bust apart into a String array by splitting at the given delimiter character. @param sName the String to prefix, typically g
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/PropertyBuilder.java:307
↓ 9 callers
Method
startMessageBusTest
Start a MessageBusTest Java process with the specified {@link OptionsByType} and arguments. @param options the options used to start the MessageBusT
prj/test/functional/tcmp/src/main/java/tcmp/MessageBusTestTests.java:387
↓ 9 callers
Method
startRollingMember
(String sName, String sMachine, File dirActiveRoot, File dirTrashRoot, Properties propsTemplate)
prj/test/functional/persistence/src/main/java/persistence/JournalMigrationTests.java:233
↓ 9 callers
Method
stop
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/fsm/NonBlockingFiniteStateMachine.java:207
↓ 9 callers
Method
stopPartitionedCacheServer
Stop a cache server for partitioned cache tests @param sServer the name of the server to stop @param fDistribution is distribution allowed af
prj/test/functional/quorum/src/main/java/quorum/QuorumTests.java:207
↓ 9 callers
Method
str2bytes
Convert an ASCII string to a byte array. @param s a String that contains only values 0x0000-0x00FF @return an array of bytes of the same length as
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/BinaryUtils.java:33
↓ 9 callers
Method
submit
Submits the {@link Task} for execution by the {@link TaskExecutorService}. <p> The default implementation is <code>orchestrate(task).submit()</code> <
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/TaskExecutorService.java:80
← previous
next →
4,301–4,400 of 78,752, ranked by callers